/*  
Theme Name: Wordpress Review Site Theme
Theme URI: http://www.codingbychris.com
Description:  A wordpress theme for a review site!
Author: Christopher Beley
Author URI: http://www.codingbychris.com

*/
/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/


/***Begin Review Site Specific CSS***/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
	margin: 0px;
}

.bold {
	font-weight: bold;
	display: block;
}

.rating-container, .rating , .ratingcontainer{
	behavior: url(iepngfix.htc);
}

img {
	behavior: url(iepngfix.htc);
}

#mainbox {
	width: 790px;
	margin: 0px auto;
	border: 1px solid #000;
	background-color: #FFF;
	background-image: url("images/bg.gif");
}

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

html>body a:link {
	border-bottom: 1px dotted #000;
}

html>body a:visited {
	border-bottom: 1px dotted #000;
}

a:hover {
	border-bottom: none;
	text-decoration: underline;
}

.bringdown {
	clear: both;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

p {
	padding: 0px;
	margin: 0px;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.navigation {
height: 18px;
}

.bringdown {
	clear: both;
}

/***Header Stuff***/
#header {
	height: 120px;
	background-image: url("images/fireworks.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}

#header h1 a {
	color: #5B79A6;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	border: none;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a:hover {
	background-color: transparent;
}

#header ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color: #BFCADF;
	height: 20px;
	border-top: 1px solid #000;
	margin-top: 99px;
	position: absolute;
	width: 790px;
	text-align: center;
}

#header li {
	display: inline;
	margin-left: -4px;
}

a#last {
	border-right: 1px solid #000;
}

#header a {
	padding-bottom: 3px;
	border-left: 1px solid #000;
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
}

#header a:link, #header a:visited {
	border-bottom: none;
}

#header a:hover {
	background-color: #8A9FBE;
	text-decoration: none;
}

/***Main Content Area***/
#maincontent {
	float: right;
	width: 568px;
	margin-right: 0px;
	padding: 10px;
}

.intro {
	border: 1px solid #000;
	padding: 5px;
	background-color: #8A9FBE;
}

.recent {
	border: 1px solid #000;
	padding: 5px;
	margin-top: 10px;
	background-color: #8A9FBE;
}

.recent ul {
	list-style-type: circle;
}

/***Individual Post***/
.post {
	border: 1px solid #000;
	padding: 5px;
	margin-top: 10px;
	background-color: #FFB073;
	position: relative;
}

.entry {
	margin-top: 5px;
	margin-bottom: 5px;
}

.postmetadata {
	font-size: 10px;
	color: #851212;
}

.post small {
	color: #851212;
}

.post h2 span {
color: #FDE665;
}

/***Comment Form***/
#commentform input {
	border: 1px solid #000;
}

#commentform textarea {
	border: 1px solid #000;
	width: 550px;
	height: 150px;
}

/***Other Comment Stuff***/
.commentlist li {
	background-color: #C4A798;
	border: 1px solid #000;
	position: relative;
}

/***Evil Peak-A-Boo IE Bug Fixes***/
#maincontent h1, h2, h3, h4 {
	position: relative;
}

#maincontent form {
	position: relative;
}

/***Sidebar Stuff***/
#sidebar {
	width: 190px;
	border-right: 1px solid #000;
	padding: 5px;
	padding-top: 10px;
	background-color: #BFCADF;
	float: left;
}

#search input {
	border: 1px solid #000;
	margin-bottom: 5px;
}

#sidebar li {
	margin-bottom: 10px;
}

/***Footer Stuff***/
#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9px;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	margin-bottom: 5px;
}

#footer li {
	display: inline;
}

.rateText {
	display: inline;
	margin-bottom: 5px;
}