/*  
Theme Name: Retrogurl Theme Based on SN
Theme URI:
Description: The theme for the Retrogurl blog.
Version: 1.0
Author: 
Author URI: 
*/



body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	background: #616161;
}

a:link, a:visited {
	color: #f0037f;
	text-decoration: none;
}

a:hover, a:active {
	color: #f0037f;
	/*color: #3f90ec;*/
	text-decoration: underline;
}

#mainwrapper {
	border-top: 10px #616161 solid;
	margin: 0px 0px 0px 10px; /* adjusted margin */
	width: 1111px;
	padding:  0px;
}

.mainheader {
	background: #fff;
}

.mainbodycontent {
	border-top: 10px #616161 solid;
	border-bottom: 10px #616161 solid;
	background: #fff url('images/master_bg.gif') top center;
}

.clear {
	clear: both;
}

.left {
	width: 181px;
	padding: 0px;
	float: left;
	color: #363636;
}

.sidebardesc {
	font-size: 10px;
	padding: 8px;
	border-top: 1px #c9c9c9 solid;
	
}

.center {
	margin-left: 10px;
	margin-right: 10px;
	width: 570px;
	padding: 10px;
	float: left;
}

.right {
	width: 300px;
	padding: 10px;
	float: left;
}

.finderlogo {
	float: left; 
	width: 181px;
	border-right: 10px #ebebeb solid;
	background: #faf7ee;
}

.mainnav{
	
	
}

.mainfooter {
	padding: 10px;
	text-align: center;
	color: #737373;
}

/* left col styles */

.left h3 {
	padding: 0px;
	margin: 0px;
	font-size: .95em;
}

.cats {
	color: #333;
	line-height: 13px;
}

.categorieswrap {
	padding: 8px;
	border-top: 1px #c9c9c9 solid;
}

.left ul, .cats ul {
	margin-left: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(images/bullet1.gif);
}

.left li a, .cats li a {
	color: #333;
	text-decoration: none;
}

.left li.selected, .cats li.selected {
	color: #333;
	font-weight: bold;
}

.left li.selected li, .cats li.selected li {
	font-weight: normal;
}

.searchbox {
	border-top: 1px #c9c9c9 solid;
	padding: 8px;
	border-bottom: 1px #c9c9c9 solid;
}

.searchbox-snews {
	padding: 8px;
}

.searchbox a, .searchbox-snews a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

/* main grid tables */

table.gridmain th {
	text-align: left;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background: #fec254;
}

table.gridmain td {
	padding: 4px;
	background: #fcf5e2;
	border-bottom: 5px #fff solid;
	text-transform: uppercase;
	font-size: .9em;
	}

table.gridmain td.morebutton {
	font-weight: bold;
	padding: 0px;
	background: #f2ecd4;
}

/* right col table */

.right h3 {
	font-size: .95em;
	text-transform: uppercase;
}

.right p {
	margin: 0px;
	padding: 0px;
	color: #363636;
}

.right strong {
	color: #000;
}

table.ebaykicks td.ebaypic {
	padding-right: 5px;
	padding-bottom: 8px;
}


/* top navigation */

#nav-main {
	width: 500px;
	height: 39px;
	margin: 0px 0 0px 0;
	padding: 7px 4px 4px 20px;
	list-style: none;
	overflow: hidden;
	}
#nav-main li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav-main li a {
	float: left;
	padding: 39px 0 0 0;
	height: 0px !important; 
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
#nav-main li#n-kfinder a {
	width: 104px;
	background-image: url(images/nav_kf.gif);
	}
#nav-main li#n-ebay a {
	width: 138px;
	background-image: url(images/nav_ebay.gif);
	}
#nav-main li#n-news a {
	width: 145px;
	background-image: url(images/nav_news.gif);
	}
#nav-main li a:hover {
	background-position: 0 -39px;
	}	
#nav-main li.active a {
	background-position: 0 -39px;
	}


/* test this */

.testthis {
	overflow: hidden;
}

.testthis * {
	font-size: 1em;
	line-height: 12px;
}
.testthis table {
	width: 300px;
}

/* sneakernews.com styles */

.post {
	padding-top: 26px;
	padding-bottom: 30px;
	background: url(images/news_title.gif) top center no-repeat;

}

.post h1 {
	font-weight: normal;
	
}

.posttitle {
	font-weight: normal;
	font-size: 2em;
	line-height: 25px;
	font-family: Arial;
}

.postdata {
	color: #8C8C8C;
}

.postdata a {
	color: #8C8C8C;
	text-decoration: none;
}


.advertisement-body {
	padding-top: 12px;
	padding-bottom: 30px;
	border-top: 1px #cacaca solid;
}

.advertisement-body h4 {
	padding-bottom: 12px;
	margin: 0px;
	font-weight: normal;
	font-size: 1em;
}

.post-navigation {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/more_posts_footer.gif) center no-repeat;
	padding: 10px 0px;
}


.post-navigation-single {
	background: url(images/posts_footer.gif) center no-repeat;
	padding: 10px 0px;

}


.lefter {
	float: left;
}

.righter {
	float: right;
}



/* Comment Meta Style */

.comment-meta {color: #CCC; text-transform: uppercase; font-size: 16px; font-family: Arial, sans-serif; font-weight: bold; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; padding: 4px 0 3px 0;  padding-left: 10px;}

.comment-meta a {color: #f0037f; text-transform: uppercase; font-size: 16px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none;}

.comment-meta a.separator {border-right: 1px solid #CCC; height: 10px; margin: 2px 0;}

.comment-meta a.separator img {padding: 0 10px;}

.comment-meta p {margin: 0; display: inline; padding: 0 10px 0 15px;}

.comment-meta span {color: #f0037f;}

.comment-meta img {border: 0;}

/* End Comment Meta Style */

#recentposts-body {margin: 10px;}

#recentposts-body ul {margin: 0; padding: 0;}

#recentposts-body li {list-style: none; margin: 10px;}

#recentposts-body li a {color: #000;}

#recentposts-body li span {color: #f0037f;}

#recentposts-body li span.reblog-title a {text-transform: uppercase; color: #f0037f !important;}


.more-link {display: none;}
