/**
Theme Name: Rad Rod 57
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa (mod by - theroz)
Description: Built upon the ClassicMag Theme, sliding image, top 5 post on front page
*/

@import url('css/reset.css');
@import url('css/lavalamp.css');
@import url('css/default.css');
@import url('css/comments.css');
@import url('css/glide.css');
@import url('css/slide.css');
@import url('css/widgets.css');
@import url('css/tabs.css');

html { overflow-y: scroll; }

body {
	background:#FFFFFF url('./images/bg_body.jpg') repeat-y center 0;
	color:#FFF;
	font:normal 12px Arial, Verdana, Tahoma;
}

a {
	color:#FFFCBA;
	text-decoration:none;
}

a:hover { color:#FFCBAE; }

#wrapper {
	background: url('./images/bg_mast.jpg') no-repeat 0 0;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	border-left: 1px solid #572702;
	border-right: 1px solid #572702;
}

#header {
	position:relative;
	height: 211px;
}

#subcribe-form {
	background:#787AB3 url('./images/top-search.gif') no-repeat 0 0;
	float:left;
	width:227px;
	height:24px;
	margin-right:5px;
}

#subcribe-form div {
	position:relative;
}

.input-text {
	background:transparent;
	left:6px;
	top:3px;
	width:215px;
	position:relative;
	font:normal 11px 'Trebuchet MS', Tahoma, Verdana;
	color:#EDEDED;
	text-transform:uppercase;
	border:medium none;
}

#masthead {
	position:relative;
	height:173px;
}

#blog-title {
	position:absolute;
	width:400px;
	height:100px;
	top:40px;
	left:210px;
}

#blog-title a { color:#676999; }

#blog-title a:hover { color:#9D9FD5; }

#search-wrapper {
	position:absolute;
	width:320px;
	height:50px;
	top:10px;
	right:10px;
}

#category-menu, #menunav-left, #menunav-center, #menunav-right {
	display:block;
	height:38px;
	background:#9D4400 url('./images/menunav-bg.gif') repeat-x 0 0;
	overflow:hidden;
}

#menunav-left {
	width:210px;
	float:left;
}

#menunav-center {
	width:570px;
	float:left;
}

#menunav-right {
	background:url('./images/menunav-right-bg.jpg') no-repeat 0 0;
	width:205px;
	float:right;
}

#menunav-center li {
	display:inline;
}

#menunav-center li a {
	background:transparent url('./images/menunav-separator.gif') no-repeat 100% 1px;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana;
	color:#FFF;
	text-transform:lowercase;
	height:38px;
	line-height:38px;
	padding:0 17px 0 15px;
}

#menunav-center li a:hover, #menunav-center li.current-cat a {
	background:transparent url('./images/menunav-hover-bg.gif') no-repeat 100% 1px;
}

/* container */
#container {
	padding-top:15px;
	background:#9D4400 url('./images/bg_container.gif') repeat-x 0 0;
}

/* content */
#content {
	float:left;
	margin-left:15px;
	width:780px;
}
/* IE6 Only */
* html #content  {
	margin-left:7px;
	width:770px;
}

#content_inner {
	float:left;
	width: 560px;
}

#top-container { margin-bottom:15px; }

#featured-posts-wrapper {
	border: 1px solid #572702;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-bottom:17px;
}

#featured-posts-wrapper-top {
	background:transparent;
	height:6px;
}

#featured-posts-wrapper-in {
	background:transparent;
	width:558px;
}

#featured-posts-wrapper-bottom {
	background:transparent;
	height:6px;
}

#featured-posts .title {
	background:transparent;
	font:normal 16px 'Trebuchet MS', Tahoma, Verdana;
	color:#FFF;
	height:28px;
	line-height:28px;
	padding:0 6px;
	overflow:hidden;
}

.icon {
	background-image:url('./images/all-icons.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	margin-right:10px;
	display:block;
	float:left;
}

#featured-posts .featured-post {
	background:#9D4400;
}

#featured-posts .meta {
	background:transparent;
	font:normal 10px 'Trebuchet MS', Tahoma, Verdana;
	color:#FFCBAE;
	text-transform:uppercase;
	padding:7px 7px 5px;
	margin-bottom:5px;
}

#featured-posts .meta a { color:#FFCBAE; }

#featured-posts .meta a:hover  { color:#FFF; }

.meta p, .entry { clear:left; }

#featured-posts .date-post { background-position:0 0px; }

#featured-posts .comment-post { background-position:0 -23px; }

#featured-posts .categories-post { background-position:2px -45px }

#featured-posts .entry {
	padding:0 7px;
}

.pagetitle {
	font:normal 25px 'Trebuchet MS', Tahoma, Verdana;
	color:#FFFCBA;
	margin:5px 0 0 10px;
}

.post {
	clear:left;
	margin-bottom:10px;
	border: 1px solid #572702;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.post .title {
	font:normal 16px 'Trebuchet MS', Tahoma, Verdana;
	color:#FFF;
	margin-bottom:5px;
}
/* IE6 Only */
* html .post .title {
	padding-left:90px;
}

.post .meta {
	background:transparent;
	border-bottom:1px solid #803903;
	height:50px;
	padding:6px 6px 6px 90px;
	font:normal 10px 'Trebuchet MS', Tahoma, Verdana;
	color:#FFCBAE;
	text-transform:uppercase;
	overflow:hidden;
	position:relative;
	margin:0 5px 5px 5px;
}
.post .meta h3.title {  text-transform:none; }

/* IE6 Only */
* html .post .meta {
	height:54px;
	padding:4px 6px;
}

.post .meta-left, .post .meta-moses, .post .meta-right {
	position:absolute;
	display:block;
	width:94px;
	height:70px;
	top:0;
}

.post .meta-left {
	background:transparent url('./images/meta-left-bg.gif') no-repeat 0 0;
	left:0;
}
.post .meta-moses {
	background:transparent url('./images/meta-moses-bg.gif') no-repeat 0 0;
	left:0;
}

.post .meta-right {
	background:transparent url('./images/meta-right-bg.gif') no-repeat 100% 0;
	right:0;
}

.post .date-post { background-position:0 -66px; }
/* IE6 Only */
* html .date-post {
	margin-left:45px;
}

.post p img { max-width:540px; }
/* IE6 Only */
* html .post p img { width:500px; }

.post .comment-post { background-position:0 -89px; }

.post .categories-post { background-position:2px -110px }
/* IE6 Only */
* html .categories-post {
	margin-left:45px;
}

.post a.more-link {
	background:transparent url('./images/read-more-bg.jpg') no-repeat 0 0;
	display:block;
	width:104px;
	height:24px;
	cursor:pointer;
}

.akpc_pop { clear:left; }

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a {
	background:#F8F8F8 url('./images/post-nav-bg.gif') no-repeat 0 0 !important;
	display:block;
	float:left;
	height:22px;
	padding:0 0 0 6px !important;
	margin:0 5px 0 0 !important;
	border:none !important;
	color:#717171 !important;
}

.wp-pagenavi span.inner {
	background:#F8F8F8 url('./images/post-nav-bg.gif') no-repeat 100% 0 !important;
	display:block;
	float:left;
	font-size:10px;
	height:22px;
	line-height:22px;
	padding-left:0 !important;
	padding-right:6px;
	text-transform:uppercase;
}

.wp-pagenavi a { color:#FFCBAE !important; }

.wp-pagenavi a:hover { color:#717171 !important; }

#post-nav {
	margin-bottom:60px;
}

/* sidebar */
.sidebar {
	float:left;
	width:190px;
}
		
#left_bar {
	padding-right:15px;
	margin-top:0;
}
		
#right_bar {
	float:right;
	padding-right:15px;
}

#primary .widget, #secondary {
	border: 1px solid #572702;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding-bottom:6px;
	margin-bottom:10px;
}

.widget-top { height:6px; }

.widget-title {
	background:none;
	border-bottom:1px solid #803903;
	font:normal 16px Tahoma, Verdana;
	color:#FFFCBA;
	padding-bottom:5px;
	padding-left:5px;
	margin-bottom:3px;
}

#primary .widget-content {
	background:transparent;
	width:178px;
	padding:0 7px 0 5px;
}

.widget-content a { color:#D7B79F; }
.widget-content a:hover { color:#FFCBAE; }

.widget-title a { color:#FFFCBA; }

.widget-content li {
	background:#934000 url('./images/widget-li-bg.gif') no-repeat 0 0;
	font-size:11px;
	padding:8px 5px 7px 30px ;
	/* height:29px; */
	/* line-height:29px; */
	/* overflow:hidden; */
	border-bottom:1px solid #803903;
}
/* IE6 Only */
* html NO .widget-content li {
	background:#934000;
	border-top:1px solid #9D4400;
	border-bottom:1px solid #803903;
	padding-left:5px;
}
/* IE7 Only */
*:first-child+html NO .widget-content li {
	background:#934000;
	border-top:1px solid #9D4400;
	border-bottom:1px solid #803903;
	padding-left:5px;
}

.widget-content li.hover {
	background:#974303 url('./images/widget-hover-bg.gif') no-repeat 0 0;
	border-bottom:1px solid #914206;
	cursor:pointer;
}
/* IE6 Only */
* html .widget-content li.hover {
	/* background:#974303; */
	border: none;
	border-bottom:1px solid #914206;
}
/* IE7 Only */
*:first-child+html NO .widget-content li.hover {
	background:#974303;
	border-top:1px solid #9D4400;
	border-bottom:1px solid #914206;
	cursor:pointer;
}

.widget-content li li, .widget-content li li.hover {
	background-color:transparent;
	border:none;
	padding-bottom:0;
}


#secondary { margin-bottom:60px; }

#secondary-in {
	background:transparent;
	width:178px;
	padding:0 7px 0 5px;
}

#secondary-in .widget {
	padding-bottom:10px;
}

#secondary-in .widget-title {
	background:none;
	border-bottom:1px solid #803903;
	padding-left:5px;
}

.widget-bottom { height:6px; }

/* button styles */
.submit, div.submit a, a.submit {
	background:#9D4400 url('./images/button-bg.gif') repeat-x 0 -6px;
	font-size: 11px !important;
	line-height: 16px;
	color:#FFFFFF;
	padding: 2px 10px;
	cursor:pointer;
	border:1px solid #DDDEEA;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

a.submit {
	padding: 4px 11px;
	color:#FFFFFF;
}
/* IE6 Only */
* html a.submit  {
	padding: 5px 8px;
}

div.submit a {
	padding: 4px 10px;
}

.submit.hover, div.submit.hover a, a.submit.hover {
	background:#9D4400 url('./images/button-bg.gif') repeat-x 0 -16px;
	color:#FFFFCC;
	border:1px solid #000;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

div.submit a { color: #FFFFFF; }
div.submit.hover a:hover { color: #FFFFCC; }

div.submit {
	background:transparent;
	font-size: 11px !important;
	line-height: 16px;
	color:#FFFFFF;
	padding: 4px 10px;
	cursor:pointer;
	border:none;
	box-sizing: content-box;
}

div.submit.hover {
	background:transparent;
	border:none;
}

/* ---- Gallery Page ---- */
#GalleryBox {
	width: 400px;
	margin: 0 auto;
	font-size: 12px;
}
#GalleryBox p {
	font-size: 12px;
	font-style: italic;
	padding: 8px 0 4px 0;
}
.GalleryThumb {
	float: left;
	width: 60px;
	margin: 0 auto 0 auto;
}
.GalleryThumb a.submit {
	padding: 6px 15px;
	background: none;
	border:none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.GalleryThumb a.submit:hover, .GalleryThumb a.active {
	padding: 6px 15px;
	background: none;
	border:none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.GalleryThumb a.submit img { border:3px solid #9D4400; }
.GalleryThumb a.submit:hover img, .GalleryThumb a.active img { border:3px solid #FFFFFF; }

/* footer */
#footer {
	position:relative;
	background:#9D4400 url('./images/menunav-bg.gif') repeat-x 0 0;
	padding:0 12px;
	font-size:10px;
	height:38px;
	line-height:38px;
	color:#FFFFFF;
	text-transform:uppercase;
	overflow:hidden;
}

#footer-left, #footer-right {
	display:block;
	position:absolute;
	height:38px;
	width:10px;
	top:0;
}

#footer-left { }

#footer-right { }


