/* START 1.7 changes */
.custom .full_width > .page {
	background-color: transparent;
}
.custom #page {
	background-color: transparent;
}
.custom .menu {
	border:none;
}
.custom .menu a {
	border:none;
	background-color: transparent;
}
.custom .menu a:hover {
	background-color: transparent;
}
/* END 1.7 changes */
#mike {
	margin: -22px 0 0 -40px;
	position: fixed;
	z-index: 10;
}
#mike a {
	display: block;
	background: transparent url('img/mike.png') no-repeat;
	width: 30px;
	height: 150px;
}
#slogan {
	width: 20px;
	height: 1800px;
	margin: -22px 0 0 -12px;
	background: transparent url('img/slogan.png') no-repeat;
	position: fixed;
}

body.custom #container { 
	background: #FFF url('img/container.png') 0px 0px repeat-y; 
}
body.custom #page {
	padding-right: 0px !important;
}

body.custom #header { 
	border: none; 
	margin: 0 auto;
	padding: 5px;
	width: 900px;
	border-bottom: 4px double #CCC;
	background: transparent;
}
body.custom #tabs { 
	border: none; 
	
}
body.custom #tabs li { 
	background: none;
	border: none;
	font-variant:small-caps;
	letter-spacing:2px;
	float: right;
}
body.custom #tabs li.current_page_item a {
	font-weight: bold !important;
	color: #903000 !important;
}
body.custom #tabs li a {
	font-weight: normal;
	text-transform: capitalize;
}
body.custom #tabs li a:hover { 
	color: #903000; 
	text-decoration: none;
}
body.custom #content_box {
	margin-top: 18px;
	background: transparent;
}
body.custom .headline_meta {
	text-align: right;
}
body.custom .headline_meta a {
	text-decoration: none;
	border: none;
}
.custom .format_text .to_comments { display: none; }

body.custom .headline_meta span.metabox {
	display: block;
	float: right;
	margin-top: -9px;
	text-align:right;
	z-index: 10;
}
body.custom .headline_meta span span.metabox span {
	background: #FFF;
	padding: 0 2px 0 2px;
	color: #999;
}
body.custom .headline_meta span.comment_count a {
	background: transparent url('img/comments.png') 0 25% no-repeat;
	padding-left: 16px;
}
body.custom .headline_meta span.comment_count a:hover {
	background: transparent url('img/comments_hover.png') 0 25% no-repeat;
}

body.custom .entry-title {
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
body.custom .entry-title a{ display: block; }

body.custom .post { border: none; }
body.custom .entry-content a:hover { color: #903000; }
body.custom .entry-content, body.custom .comment {
	font-family: Georgia;
	color: #444;
}
body.custom .wp-caption {
	background: transparent;
	border: none;
	padding: 0;
	color: #666;
}
div.wp-syntax {
	background: #EEE;
}
div.code {
	background: transparent;
	border: none;
}
body.custom pre {
	font-size: 100%;
	background: transparent;
	border: none;
}
body.custom input,  body.custom textarea {
	border: 1px solid #BBB;
	background: #FFF;
}
body.custom input:focus,  body.custom textarea:focus {
	border: 1px solid #666;
}
.comment-reply-link, body.custom input.form_submit {
	background: #FFF;
	text-decoration: none;
	border: 1px solid #CCC !important;
	color: #CCC;
	padding: 3px;
	font-family: verdana !important;
}
.comment-reply-link:hover, body.custom input.form_submit:hover {
	text-decoration: none !important;
	border: 1px solid #666;
	color: #666 !important;
}

body.custom .wp-caption img {
	padding: 4px;
	border: 1px solid #DDD;
}
body.custom .wp-caption a:hover img { border: 1px solid #c8ab9d; }

/* sidebars*/
body.custom #content {
	padding: 0;
	margin: 0;
}
body.custom #sidebars a {
	color:#3C6C92;
	text-decoration: none;
}
body.custom #sidebars a:hover {
	color: #903000;
	text-decoration: none; 
}
body.custom #sidebar_1 { border: none; }

body.custom .widget {
	border-top: 1px solid #777;
	padding: 8px 0 4px 0;
}
body.custom .widget h3 {
	border-bottom: 1px solid #CCC;
}
body.custom .widget ul {
	padding:0;
	margin-top: 0;
}
body.custom .widget li {
	padding: 0;
	margin-bottom: 0;
	list-style-type: circle;
	list-style-position: inside;
	color: #666;
}
body.custom .widget ul.children li { list-style-type: square; }