/*
Theme Name: WordPress Theme Review
Description: Dark and dramatic gallery of good-looking WordPress themes.
Version: 1.0
Author: Howdy Blog
Author URI: http://howdyblog.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Post elements
		Metadata elements
		Comment elements
		Sidebar elements
		Footer elements
		Page-specific elements
		Widget-specific elements
		Plugin-specific elements
		Image elements
*/



/****************************************
 *	General elements					*
 ****************************************/
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

html {
	background: #330033 url('images/background.png') repeat-x;
}

body {
	background: url('images/spotlight.jpg') center top no-repeat;
	color: #FAF4F6;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: medium; /* Set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 130%;
}

p, ul, ol, table {font-size: 90%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:100%;}

.heading { /* For headings that don't have any real semantic value */
	display: block;
	font-size: 140%;
	margin-top: 1.5em;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: both;
	font-style: italic;
	font-weight: normal;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
#content ul,
#content ol,
table,
.more-link {
	margin-bottom: 1.5em;
}

blockquote p {
	font-size: 100%;
}

input,
textarea {
	font-family: Justus, Georgia, Times, 'Times New Roman', serif;
	font-size: 100%;
}

a, a:link {
	color: #899C0B;
	font-style: italic;
}

a:visited {
	color: #E9EDD2;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.wrapper {
	background: #FAF4F6;
	color: #270D07;
}

.wrapper a,
.wrapper a:link {
	color: #5F6D07;
}

.wrapper a:visited {
	color: #35241D;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

label,
input[type=submit] {
	cursor: pointer;
}

.no-hover {
	background: transparent !important;
}

.hide {
	display: none;
}

dl {
	margin: -1em 1.5em 1.5em 1.5em;
}

dt {
	font-style: italic;
	margin-top: 1em;
}

dd {
	background: #fafafa;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

form input[type=submit] {
	background: #87BABA;
	border: 1px solid #ffffff;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	color: #ffffff;
	display: block;
	font-family: 'Century Gothic', Helvetica, Arial;
	font-weight: bold;
	font-size: 70%;
	font-style: normal;
	line-height: 110%;
	padding: 2px 3px 2px 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}



/****************************************
 *	Structural elements					*
 *										*
 *	Positioning information goes here.	*
 *	Colors, fonts, etc. should go in	*
 *	the individual sections.			*
 ****************************************/
#header {
	background: url('images/background-ledge.png') repeat-x;
	height: 61px;
	overflow: hidden;
}

#page {
	margin: 0 auto; /* for centered layouts */
	min-height: 686px;
	overflow: hidden;
	text-align: left;
	width: 910px;
}

#navigation {
	overflow: hidden;
}

#content {	
	float: left;
	margin-right: 32px;
	overflow: hidden;
	width: 596px;
}

.sidebar {
	overflow: hidden;
	width: 282px;
}

#footer {
	clear: both;
	font-size: 90%;
	padding: 30px 0 1px 0;
	text-align: center;
}



/****************************************
 *	Header elements						*
 ****************************************/
#header h1,
#header h2 {
	margin: 0;
	padding:0;
}

#header a,
#navigation a {
	outline: none;
}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header .blogtitle a {
	background: transparent url('images/wordpress-theme-review.png') left center no-repeat;
	display: block;
	line-height: 12px; /*change this to the height of the header image */
	margin: 7px;
	overflow: hidden;
	text-indent: -1000em;
}
	
#header .description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

.category-description {
	font-weight: normal;
	line-height: 140%;
}



/****************************************
 *	Post elements						*
 ****************************************/
.post .wrapper,
#content .page .wrapper {
	padding: 20px;
}

.post,
#content .page {
	clear: both;
	background: url('images/shadow-596.png') center bottom no-repeat;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.post img {
	/* Adds a "loading" image that will show as larger images are loaded. Delete if it interferes with anything. */
	background:url('includes/ajax-loader.gif') no-repeat center;
}

.post-header h1,
.post-header h2,
.pagetitle {
	clear: none;
	font-size: 110%;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 1em;
}

.post-header h1,
.post-header h2,
.post-header a,
.post-header a:visited {
	color: #333333;
	text-decoration: none;
}

.post-body {
	clear: both;
}

.interpost-nav {
	clear: both;
	height: 75px;
}

.interpost-nav>div {
	background: url('images/shadow-282.png') center bottom no-repeat;
	font-size: 95%;
	margin-bottom: 16px;
	padding-bottom: 14px;

}

.interpost-nav>div .wrapper {
	background: transparent;
}

.interpost-nav>div a {
	background: #ABA3BC;
	background: rgba(255,255,255,.3);
	color: #ffffff !important;
	display: block;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	text-shadow: 0 1px 1px #827598;
	width: 253px;
}

.interpost-nav>div a:hover {
	color: #381645 !important;
}

.interpost-nav>div.float-right {
	margin-right: 32px;
}

#content ul,
#content ol {
	margin-left: 30px;
}

p+p .more-link {
	margin-top: -1.5em;
}

.more-link {
	display: block;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}

ul.random-posts h1,
ul.random-posts h2 {
	font-size: 100%;
	font-weight: normal;
}

.screenshot-large {
	height: 346px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 559px;
}

.screenshot-large span,
.screenshot-large a {
	background: url('images/frame-large-single-nicer.png') no-repeat !important;
	background: url('images/frame-large-single.png') no-repeat;
	display: block;
	height: 346px;
	left: 0;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 559px;
	z-index: 1300;
}

.screenshot-small {
	height: 166px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 243px;
}

.screenshot-small a {
	background: transparent url('images/frame-small-nicer.png') center center !important;
	background: transparent url('images/frame-small.png') center center;
	display: block;
	height: 166px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -1000em;
	top: 0;
	width: 243px;
	z-index: 1300;
}

.screenshot-small p {
	color: #A99EB0;
	font-size: 75%;
	font-style: italic;
	line-height: 120%;
	padding: 27% 25%;
}

.post .overview {
	background: #EFE9EE;
	padding: 2px 5px 2px 5px;
}

.post a.action-button {
	background: #391948;
	border: 1px solid #ffffff;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	color: #ffffff;
	display: block;
	float: left;
	font-family: 'Century Gothic', Helvetica, Arial;
	font-weight: bold;
	font-size: 70%;
	font-style: normal;
	line-height: 110%;
	margin: 0 10px 25px 0;
	padding: 2px 3px 2px 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 80px;
}

.post a.action-button:hover {
	background: #9BA027;
}



/****************************************
 *	Metadata elements					*
 ****************************************/
.post-metadata {
	clear: both;
	font-size: 75%;
	line-height: 110%;
}

.post-metadata span {
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-header span.post-comments a {
	background: url('images/icon-comments-16.png') no-repeat;
	color: #ffffff;
	display: block;
	font-family: 'Century Gothic', Helvetica, Arial;
	font-size: 65%;
	font-style: normal;
	font-weight: bold;
	float: right;
	height: 16px;
	letter-spacing: -.03em;
	line-height: 130%;
	text-align: center;
	text-decoration: none;
	width: 16px;
}



/****************************************
 *	Comment elements					*
 ****************************************/
#comments .heading {
	margin-top: 30px;
}

#comments ul,
#comments ol {
	margin-left: 0;
	overflow: hidden;
}

ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ol.comment-list li.comment .comment-body  {
	padding: 20px;
}

ol.comment-list li.comment {
	clear: both;
	color: #270D07;
	background: url('images/shadow-596.png') center bottom no-repeat;
	font-size: 100%;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

ol.comment-list li.parent {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

ol.comment-list li.comment ul {
	font-size: 100%;
}

ol.comment-list li.parent ul li {
	padding: 0;
}

ol.comment-list li.comment {
	height: 1%;
	position: relative;
}

ol.comment-list li.even .comment-body {
	background: #ffffff;
}

ol.comment-list li.alt .comment-body {
	background: #FAF4F6;
}

ol.comment-list li.bypostauthor .comment-body { /* To emphasize replies from the author */
	background: #B8B0C3;
}

ol.comment-list li.byuser {}
ol.comment-list li.comment-author-admin {}
ol.comment-list li.comment { }

ol.comment-list li div.vcard {
	font-size: 120%;
	margin: 5px 0 5px 0;
}

ol.comment-list li div.vcard cite.fn {
	font-style:normal;
}

ol.comment-list li div.vcard cite.fn a.url { text-decoration:none; }
ol.comment-list li div.vcard cite.fn a.url:hover { color:#000; }
ol.comment-list li div.vcard img.avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 2px 10px 5px 0px;
	padding: 3px;	
}

ol.comment-list li div.comment-meta {
	font-size: 85%;
	position: absolute;
	right: 15px;
	text-align: right;
	top: 10px;
}

ol.comment-list li div.comment-meta li div.comment-meta {
	font-size: 100% !important;
}

ol.comment-list li div.comment-meta a {
	color: #333;
	text-decoration: none;
}

ol.comment-list li div.comment-meta a:hover {
	color: #000;
}

ol.comment-list li ul,
ol.comment-list li ol {
	padding-left: 20px;
}

ol.comment-list li ul {
	list-style: square;
}

.comment-body {
	min-height: 64px;
}

.comment-body p {
	font-size: 100%;
}

ol.comment-list li div.reply a {
	background: #87BABA;
	border: 1px solid #ffffff;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	color: #ffffff;
	display: block;
	font-family: 'Century Gothic', Helvetica, Arial;
	font-weight: bold;
	font-size: 70%;
	font-style: normal;
	line-height: 110%;
	margin: 0 0 5px 67px;
	padding: 2px 3px 2px 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 28px;
}

ol.comment-list li div.reply a:hover {
	background: #350839;
}

#respond p {
	color: #FAF4F6;
}

ol.comment-list li ul.children {
	list-style: none;
	margin: 1em 0 0;
	padding-left: 0;
	text-indent: 0;
}

ol.comment-list li ul.children li {}
ol.comment-list li ul.children li.alt {}
ol.comment-list li ul.children li.bypostauthor {}
ol.comment-list li ul.children li.byuser {}
ol.comment-list li ul.children li.comment {}
ol.comment-list li ul.children li.comment-author-admin {}

ol.comment-list li ul.children li.depth-2,
ol.comment-list li ul.children li.depth-3,
ol.comment-list li ul.children li.depth-4,
ol.comment-list li ul.children li.depth-5 {
	margin: 0 0 .25em 67px;
}

ol.comment-list li ul.children li.odd {}

ol.comment-list li.parent { }
ol.comment-list li.pingback { }
ol.comment-list li.pingback.parent { }
ol.comment-list li.pingback div.vcard { padding: 0 170px 0 0; }
ol.comment-list li.thread-alt { }
ol.comment-list li.thread-even {}
ol.comment-list li.thread-odd {}

#comments .trackback-list {
	margin-left: 20px;
}

#comments .navigation {
	color:#838383;
}

#comments .navigation a {
	background:#fff;
	border:1px solid #e5e5e5;
	color:#838383;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
	text-decoration:none;
}

#comments .navigation a:hover {
	border:1px solid #000000;
	color: #000000;
	text-decoration:none;
}

#comments .navigation span.current {
	background: #e5e5e5;
	border:1px solid #000000;
	color: #000000;
	font-size:85%;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
}

#comments textarea#comment {
	border: none;
	width: 100%;
}



/****************************************
 *	Sidebar elements					*
 ****************************************/
.sidebar {
	font-size: 85%;
}

.sidebar .widget {
	background: url('images/shadow-282.png') center bottom no-repeat;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.sidebar .widget .wrapper {
	padding: 20px 20px 10px 20px;
}

.sidebar .widget .heading {
	display: block;
	margin: 0 0 .5em 0;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	line-height: 100%;
	margin-bottom: 7px;
}

.sidebar .widget ul li ul {
	margin-top: 5px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	text-decoration: none;
}



/****************************************
 *	Footer elements						*
 ****************************************/
#footer {
}



/****************************************
 *	Page-specific elements				*
 ****************************************/
#searchform404 label {
	display: none;
}

.ads {
	margin: 0 0 30px -32px;
}

.ads a {
	background: transparent url('images/shadow-125.png') center bottom no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 125px;
	margin-left: 32px;
	overflow: hidden;
	padding-bottom: 13px;
	width: 125px;
}

.ads a img {
	border: 0;
}

.ads .last {
	margin-right: 0;
}

.ads .ad-125 .wrapper {
	height: 125px;
	overflow: hidden;
	padding: 0 !important;
}



/****************************************
 *	Widget-specific elements			*
 ****************************************/
.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform-side label {
	display: none;
}



/****************************************
 *	Plugin-specific elements			*
 ****************************************/
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

strong.search-excerpt {
	
}

div.landing_pages {
	clear: both;	
	background: url('images/shadow-596.png') center bottom no-repeat;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

div.landing_pages .wrapper {
	background: #E9EDD2;
	padding: 20px;
}


/* Share this */
a.stbutton {
	clear: both;
	display: block;
}

a.stbutton:hover {
	color: #333333;
}

body.archive a.stbutton {
	display: none;
}



/****************************************
 *	Image elements						*
 ****************************************/
.float-left,
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right,
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

.alignnone {
	margin-right: 10px;
}

img {
	position: relative;
	z-index: 1000;
}

a img,
a img:hover {
	display: block;
	float: left;
	background: transparent;
	vertical-align:bottom;
}

img.wp-smiley {
	background: transparent;
	border: 0;
	display: inline;
	padding: 0;
}

.wp-caption {
	background-color: #fafafa;
	border: 1px solid #ddd;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	border: none;
	margin: 0;
	padding: 0;	
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
	line-height: 110%;
	padding: 5px 4px 5px;
	margin: 5px 0 0 0;
}

.photobox {
	float: right;
	margin-left: 10px;
}

.photobox small img {
	background: transparent;
	border: none;
	clear: both;
	float: left;
}

.photobox small {
	display: block;
	font-size: 90%;
	margin-top: .5em;
}

