* {
	margin: 0;
	padding: 0;
}
body {
	background: #333029 url(../media/raster.gif) top center repeat-y;
	color: #fff;
	font-family: Helvetica, sans-serif;
	text-align: center;
/*	min-height: 1200px;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Just target Webkit */
	body { background-position: 49.9% 49.9%; }
}
a,
a:link,
a:visited {
	color: #cfc530; 
	text-decoration: none;
}
a:hover {
	-webkit-transition: color 0.1s ease-in;
	background: #cfc530;
	color: #171717;
}
a:active {
	-webkit-transition: none;
	color: #fff;
}
#container {
	background: #171717;
	width: 940px;
	text-align: left;
	margin: 0 auto;
}
img { border: none; }

/* HEADER
---------------------------------------------------------------------- */
#header {
	margin: 0 40px;
	height: 120px;
}
#header ul {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	width: 260px;
	float: right;
	text-align: left;
	margin-top: 40px;
}
#header ul li {
	margin-bottom: 2px;
}
#header ul a,
#header ul a:link,
#header ul a:visited {
	color: #cfc530;
	text-decoration: none;
}
#header ul a:hover {
	-webkit-transition: color 0.1s ease-in;
	background: #cfc530;
	color: #171717;
}
#header ul a:active {
	-webkit-transition: none;
	color: #fff;
}

#logo {
	float:left;
	width: 123px;
	height: 43px;
	margin-top: 40px;
}
#logo a {
	border: none;
}

/* CONTENT
---------------------------------------------------------------------- */
#content {
	clear: both;
	padding-bottom: 40px;
}
#content ul {
	list-style: none;
	margin: 0 40px;
}
#content ul li {
	border-top: 3px solid #333029;
/*	padding-top: 10px;*/
	list-style-type: none;
	margin-top: 40px;
}
#content ul li img {
/*	border-top: 3px solid #333029;*/
	border-bottom: 3px solid #333029;
}
#content p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	color: #888;
	width: 550px;
	margin: 1em 0;
}

#content td {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	color: #888;
	width: 550px;
	margin: 1em 0;
}

#content p.date {
	font-size: 26px;
	font-size: 22px;
	font-weight: normal;
	color: #999;
	margin: 0;
	padding-top: 10px;
	margin-bottom: 0.2em;
}
#content h2 {
	font-size: 26px;
	font-weight: bold;
	color: #ccc;
}

#content h3,
 #content h3 p {
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
}

#content h4,
 #content h4 p {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
}

#content h2 a,
#content h2 a:link,
#content h2 a:visited {
	color: #cfc530;
	text-decoration: none;
}

#content h2 a:hover {
	-webkit-transition: color 0.1s ease-in;
	background: #cfc530;
	color: #171717;
}
#content h2 a:active {
	-webkit-transition: none;
	color: #fff;
}
#content #archive {
	margin: 40px 0 -40px 40px;
}

#content:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* CONTENT SIDEBAR
---------------------------------------------------------------------- */
#content ul.sidebox {
/*	background: rgba(220,0,0,0.2);*/
	width: 260px;
	float: right;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
}
#content ul.sidebox li {
	border-top: none;
	border-bottom: 3px solid #333029;
	margin: 0;
	padding: 10px 0;
}
#content ul.sidebox h3 {
	font-size: 13px;
	text-transform: uppercase;
}
#content ul.sidebox h3.nocap {
	font-size: 13px;
	text-transform: none;
}
#content ul.sidebox p {
	width: 260px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	color: #999;
	margin: 0;
	margin-bottom: 2px;
}

/* CONTENT MAIN
---------------------------------------------------------------------- */
#content div.mainbox {
/*	background: rgba(220,0,0,0.2);*/
	margin: 0;
	padding: 10px 0;
	border: 0;
}



/* FOOTER
---------------------------------------------------------------------- */
#footer {
	width: 940px;
	margin: 0 auto;
	background: transparent url(../media/edge.gif);
	height: 126px;
}


a:hover {
	-webkit-transition: color 0.1s ease-in;
	color: #cfc530;
	background: none;
	border-bottom: 2px solid;
}
#header ul a:hover {
	-webkit-transition: color 0.1s ease-in;
	color: #cfc530;
	background: none;
	border-bottom: 2px solid;
}
#content h2 a:hover  {
	-webkit-transition: color 0.1s ease-in;
	color: #cfc530;
	background: none;
	border-bottom: 3px solid;
}
#editlink {
position:absolute;
top:61px;
}

#editlink a {
border: 0px;
outline: none;
-webkit-transition: none;
text-decoration: none;
}

#editlink a:hover {
-webkit-transition: none;
text-decoration: none;
}

option.voll {
background-color: red;
}
