/*
Theme Name: Noob Wordpress Theme
Theme URI: http://old.noob.us/
Description: A Gifted Labs Production
Version: 1.5
Author: Gifted Labs
Author URI: http://www.giftedlabs.com/

*/

/** BASIC ELEMENTS **/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #3f3f3f;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.clear-floats {
	clear: both;
}

/** CONTAINER **/
#container {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

/** HEADER **/
#header {
	background: url(images/header-bg.png) top left no-repeat;
/*	height: 127px; */
	height: 103px;
}

#logo {
	float: left;
	margin-left: 18px;
	margin-top: 10px;
}

#top-banner {
	margin: 6px 0px 7px 10px;
	padding: 0px;
	float: left;
}


/** NAV **/
#nav {
	height: 34px;
	background: url(images/nav-bg.png) top left no-repeat;
        display: inline-block;
        width: 900px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#nav ul li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px;
	background: url(images/nav-button-bg.png) top right no-repeat;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #F9EC0D;
}


/** MAIN **/
#main {
	background: #e0eaf3;
}

/** CONTENT **/
#content {
	background: #151515;
	border-left: 1px solid #000;
	border-right: 2px solid #000;
	float: left;
	width: 583px;
}

#content h3 {

        color: #FFFFFF;
        font-size: 18px;
        font-weight: normal;
        height: 30px;
        margin-left: 9px;
        padding: 12px 0 0 17px;

}

img#content-bottom {
	margin-bottom: -12px;
}

/* WP Pagination */

.wp-pagenavi {
	width: 542px;
	margin: 15px auto;
	font-size: 11px;
	height: 40px;
}

.wp-pagenavi a {
background-color:#151515!important;
border:1px solid #fff!important;
color:#fff!important;
display:inline-block;
}

/* Day Content */
.day-content {
	width: 542px;
	margin: 20px auto;
}

#content .day {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.after-post {
	background: url(images/after-post.png) center no-repeat;
	height: 1px;
	margin-top: 20px;
}

/* Post */
.post {

}

.post a img {
	float: left;
	width: 150px;
	border: 1px solid #c0d5e7;
	padding: 2px;
}

.post .post-info {
	float: left;
	font-size: 13px;
	margin-left: 15px;
	text-align: left;
	width: 370px;
}

.post-title a {
	color: #F9EC0D!important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.single-title {
        color: #F9EC0D!important;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        margin-bottom: 3px;
}

.post-content-index {
	margin-top: 8px;
	line-height: 16px;
	height: 55px;
}

.post-content {
	margin-top: 8px;
	line-height: 16px;
}

.post .post-details {
	background: url(images/comment-bg.png) top left no-repeat;
	color: #fff;
	margin-top: 14px;
	padding-left: 25px;
}

.post-details a:link, .post-details a:visited {
	border-bottom: 1px dotted #fff;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

.post-details a:hover, .post-details a:active {
	border-bottom: 1px dotted #151515;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}


/***** SINGLE SUB ******/
#single {
	margin: 20px auto;
	width: 542px;
	font-size: 13px;
}

#single a {
	color: #F9EC0D;
	text-decoration: none;
}

#single a:hover {
	color: #F9EC0D;
	text-decoration: underline;
}

#single em {
	color: #fff;
	font-style: normal; 
}

#post-head {
	float: left;
}

span#sharethis_0 {
	float: right;
}

#tw_button {
        float: right;
}

a.stbutton {
	color: #fff!important;
	text-decoration: none;
}

a.stbutton:hover {
	color: #fff!important;
	text-decoration: underline;
}

#media {
	margin: 20px auto;
	text-align: center;
}

#rating {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: -4px;
	width: 530px;
}

#rating em {
	margin: 0;
	padding:0;
	font-size: 12px;
}

#adsense {
	background: #EFF4F9;
	border: 1px solid #E0EAF3;
	margin: 20px auto;
	text-align: center;
	width: 530px;
}

#adsense #adsense-sample {
	width: 530px;
	height: 350px;
	background: #151515;
	margin: 0px auto;
}

/** Other Posts **/
#other-posts {
	margin-top: 30px;
}

#other-posts a {
	color: #F9EC0D;
	font-size: 14px;
}

#other-posts ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#other-posts ul li {
	background: url(images/other-posts-arrow.png) top left no-repeat;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 28px;
}

#other-posts ul li p {
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0;
}

/** Comments **/
#comments {
	margin-top: 30px;
}

#comments ol {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#comments ol li {
	background: #efefef;
	border: 1px solid #333;
}

#comments ol li .comment-content {
	height: 104px;
	padding: 0 0 0 20px;
}


#comments ol li p {
	line-height: 19px;
	margin: 0 30px 0 0;
	padding: 0;
}

textarea#comment {
	width: 100%;
}

/** ANNOUNCEMENT LINKS **/

#announcement a:link {
	color: #73AC59;
	text-decoration: none;
}

#announcement a:visited {
        color: #73AC59;
        text-decoration: none;
}

#announcement a:active {
        color: #73AC59;
        text-decoration: none;
}

#announcement a:hover {
	color: #73AC59;
	text-decoration: underline;
}

/** NEW PAGE CONTENT **/

#newpage-content {
        background: #151515;
        border-left: 1px solid #000;
        border-right: 2px solid #000;
        float: left;
        width: 583px;
}

#newpage-content h3 {
        color: #FFFFFF;
        font-size: 17px;
        font-weight: strong;
        height: 30px;
        margin-left: 9px;
        padding: 12px 0 0 17px;
}

#newpage-content a {
	color: #F9EC0D;
	text-decoration: none;
}

#newpage-content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/** NEW PAGE TOP **/

#newpage-top {
	background: #151515;
}

#newpage-top h3 {
        color: #FFFFFF;
        font-size: 17px;
        font-weight: bold;
        height: 30px;
        margin-left: 9px;
        padding: 12px 0 0 17px;
}

#newpage-top a {
        color: #FFFFFF;
        text-decoration: none;
}

#newpage-content a:hover {
        color: #d25a0b;
        text-decoration: underline;
}

/** SIDEBAR **/
#sidebar {
	float: left;
	margin-left: 1px;
	text-align: right;
	width: 308px;
}

#ads {
	width: 300px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: -10px;
}


#ads img {
	margin: 0px 0 0 0;
	text-align: right;
}

#ads img.fill{

	width: 41px;
}

/* Side Box */
.side-box {
	font-size: 12px;
	margin-left: -3px;
	margin-top: 12px;
	text-align: left;
}

.side-box h3 {
	background: #151515;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	height: 30px;
	margin:0;
	padding: 12px 0 0 17px;
	width: 300px;
}

.side-box a:link, .side-box a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

.side-box a:hover, .side-box a:active {
	text-decoration: underline;
}

.side-box ul {
	color: #ccc;
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;	
}

li.last-comment {
	border-bottom: 1px solid #c0d5e7;
	padding: 0px 2px 9px 2px;
	margin-left: 12px;
	margin-bottom: 9px;
	width: 298px;
}

li.last-comment a.author:link, li.last-comment a.author:visited {
	color: #ff6600;
	text-decoration: none;
}

li.last-comment a.author:hover, li.last-comment a.author:active {
	color: #ff6600;
	text-decoration: underline;
}

li.last-comment a.more:link, li.last-comment a.more:visited {
	color: #F9EC0E;
	font-weight: normal;
	text-decoration: none;
}

li.last-comment a.more:hover, li.last-comment a.more:active {
	color: #F9EC0E;	
	font-weight: normal;
	text-decoration: underline;
}

li.friend-link {
	border-bottom: 1px solid #c0d5e7;
	float: left;
	margin-bottom: 7px;
	margin-left: 12px;
	padding-bottom: 7px;
	width: 142px;
}

li.friend-link a:link, li.friend-link a:visited {
	color: #fff;
}

li.friend-link a:hover, li.friend-link a:active {
	color: #fff;
}


/** SEARCH BAR **/
#search-bar {
	background: url(images/search-bg.png) top left no-repeat;
	float: right;
	height: 24px;
	margin-top: 3px;
	padding-left: 14px;
	width: 166px;
}

#search-bar input#s {
	background: none;
	border: none;
	float: left;
	font-size: 12px;
	margin-top: 3px;
	width: 125px;
}

#search-bar input#submit {
	float: left;
	margin-left: 3px;
	margin-top: 5px;
}


/** FOOTER **/
#footer {
	font-size: 11px;
	margin: 35px 0;
	text-align: center;
}

#footer a {
	color: #F9EC0D;
}


/**** THREADED COMMENTS ****/

ol.commentlist {font-family: Arial, Helvetica, sans-serif;}
ol.commentlist li {
	color: #fff;
}
ol.commentlist li.alt {}

ol.commentlist li.byuser {
        background: #010F20!important;
	color: #fff;
}


ol.commentlist li.comment-author-admin {
	background: #311B01!important;
	color: #fff;
}

ol.commentlist li.bypostauthor {
        background: #311B01!important;
        color: #fff;
}

ol.commentlist li.comment {
	margin-top: 20px;
	padding: 8px;
}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {
	font-weight: bold;
	margin-top: 15px;
}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {
	display: none;	
}
ol.commentlist li.comment div.commentmetadata {
	font-size: 10px;
}
ol.commentlist li.comment div.comment-meta {
	display: inline;
}
ol.commentlist li.comment div.comment-meta a {}
ol.commentlist li.comment * {} - (p, em, strong, blockquote, ul, ol, etc.)
ol.commentlist li.comment div.reply {}
ol.commentlist li.comment div.reply a {}
ol.commentlist li.comment ul.children {

}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor { background: #311B01; }
ol.commentlist li.comment ul.children li.byuser { background: #010F20; }
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {
	background: #3F3F3F;
}
ol.commentlist li.odd {
	background: #0F0F0F;
}
ol.commentlist li.parent {}
ol.commentlist li.pingback {}
ol.commentlist li.pingback div.comment-author {}
ol.commentlist li.pingback div.vcard {}
ol.commentlist li.pingback div.vcard cite.fn {}
ol.commentlist li.pingback div.vcard cite.fn a.url {}
ol.commentlist li.pingback div.vcard span.says {}
ol.commentlist li.pingback div.commentmetadata {}
ol.commentlist li.pingback div.comment-meta {}
ol.commentlist li.pingback div.comment-meta a {}
ol.commentlist li.pingback * {} - (p, em, strong, blockquote, ul, ol, etc.)
ol.commentlist li.pingback div.reply {}
ol.commentlist li.pingback div.reply a {}
ol.commentlist li.pingback ul.children {}
ol.commentlist li.pingback ul.children li {}
ol.commentlist li.pingback ul.children li.alt {}
ol.commentlist li.pingback ul.children li.bypostauthor {}
ol.commentlist li.pingback ul.children li.byuser {}
ol.commentlist li.pingback ul.children li.comment {}
ol.commentlist li.pingback ul.children li.comment-author-admin {}
ol.commentlist li.pingback ul.children li.depth-2 {}
ol.commentlist li.pingback ul.children li.depth-3 {}
ol.commentlist li.pingback ul.children li.depth-4 {}
ol.commentlist li.pingback ul.children li.depth-5 {}
ol.commentlist li.pingback ul.children li.odd {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
