/*

Theme Name: Review theme red

Theme URI:

Description: 

Version: 1.0

Author:

Author URI:

*/

#featured {

	background: #fcf873;

	border: 3px #fcd800 solid;

	margin-bottom: 10px;

	padding: 10px;

	}

/* Resetting */

* {

	margin: 0;

	padding: 0;

	}

ul,li {

	list-style: none;

	}

/* Globals */

body {

	background: #e4e4e4;

	color: #666;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	}

p {

	padding: 5px 0;

	}

#container {

	width: 900px;

	text-align: left;

	background: #f8f8ef;

	border-left: 1px #000 solid;

	border-right: 1px #000 solid;

	}

a {

	outline: none;

	color: #c00;

	text-decoration: underline;

	}

a:hover {

	text-decoration: underline;

	color: #c60;

	}

#leftcol {

	width: 299px;

	float: left;

	border-right: 1px #9d9fa0 dotted;

	border-bottom: 1px #9d9fa0 dotted;

	}

#leftcol p {

	padding: 10px;

	}

#rightcol {

	width: 580px;

	float: right;

	padding: 0 10px 10px 10px;

	}

/* Header */

#header {

	border-top: 7px #a30606 solid;

	}

#header h1 {

	float: left;

	font-size: 36px;

	padding: 10px;

	}

#header h1 a {

	color: #0d44c1;

	text-decoration: none;

	}

#header h1 a:hover {

	color: #0d44c1;

	text-decoration: underline;

	}

#header ul {

	float: right;

	margin: 15px;

	border-right: 1px #7f7f7f solid;border-bottom: 1px #7f7f7f solid;

	}

#header ul li {

	display: inline;

	border-left: 1px #7f7f7f dotted;

	padding: 0 5px 0 5px;

	text-transform: uppercase;

	}

#header ul li a {

	text-decoration: none;

	color: #9a9a9a;

	font-weight: bold;

	}

/* Sidebar */

#leftcol h2 {

	background: #a30606;

	color: #fff;

	font-weight: normal;

	padding: 5px;

	}

/* Post */

.post {

	background: #fff;

	padding: 10px;

	border: 3px #ccc solid;

	margin-bottom: 10px;

	}

/* Footer */

#footer {

	padding: 5px;

	border-top: 1px #9d9fa0 dotted;

	}

/* PAGE NAVIGATION */

#pagenav a {

	color: #333;

	background: #f4f4f4;

	border: 1px #eee solid;

	margin: 5px 0;

	padding: 5px 7px;

	text-decoration: none;

	font-weight: bold;

	}

#pagenav a:hover {

	background: #ddd;

	border: 1px #eee solid;

	color: #444;

	margin: 5px 0;

	padding: 5px 7px;

	text-decoration: none;

	}



/* COMMENTS */

input.button {

	font-size: 12px;

	color: #333;

	background: #ddd;

	border: 1px #eee solid;

	margin: 5px 7px 5px 0;

	padding: 5px 7px;

	text-decoration: none;

	font-weight: bold;

	border: 0;

	width:auto;

	}

input.button:hover {

	color: #444;

	background: #ddd;

	border: 1px #eee solid;

	margin: 5px 7px 5px 0;

	padding: 5px 7px;

	text-decoration: none;

	border: none;

	}

.comment cite {

	font-size: 11px;

	}

textarea.commentarea, input.commentarea {

	background: #181818;

	border: 1px #333 solid;

	}

.commentlist {

	width: 500px;

	margin: 10px 0 30px 0;

	border-top: 1px #999 solid;

	border-left: 1px #999 solid;

	border-right: 1px #999 solid;

	}

.commentlist li {

	background: #e6e6e6;

	border-bottom: 1px #999 solid;

	padding: 10px 20px;

	}

.commentlist li.alt {

	background: #eee;

	border-bottom: 1px #999 solid;

	}

.commentlist li h4 {

	font-size: 22px;

	margin: 0;

	}

.commentlist li h4 a, .commentlist li h4 a:hover {

	color: #1064a2;

	text-decoration: none;

	}

.commentlist li h5 {

	font-size: 12px;

	font-weight: normal;

	margin: 0;

	padding: 0;

	color: #8c8c8c;

	}