* {
	margin: 0;
	padding: 0;
}
a {text-decoration: none;}

body {
	background: url(img/someStrongCoffee.gif);
	color: #BBB;
	font: normal 68.5% "Lucida Sans Unicode",sans-serif;
	margin: 0 15%;
}

p {
	font-size: 1.3em;
	padding-bottom: 1.2em;
	
	
}
ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}
.ad {
	font: 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #444;
	font: normal 2em sans-serif;
	height: 60px;
}

.header span {padding-left: 32px; color:#e7b853;}


/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
}
.main .left {width: 70%;}
.main .right {width: 30%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1copy1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: none;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px; text-align:right;}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #826741;
	border-top-color: #826741;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/licopy.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
	font-size: 1.2;
	
}
.add  li {
     background: none;
	list-style: none;
	margin: 0;
	font-size: 1.2;
	
}
.subnav li a {
	color: #777;
	line-height: 2.1em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}


/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a, .bottom .right a:hover {color: #888;}
.bottom .right, .bottom .right a {color: #555;}
.search {
border:none;
background-color:#2A2A2A;
font: sans-serif, Verdana, Helvetica; font-size:12px; padding: 0;  margin: 0; color: #e7b853;}
.post_view {font-size:11px; color:#826741;}