/* 
	Theme Name: Golf Review Theme
	Description: A good review theme.
	Version: 1.0
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #f7f7f7;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.6em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
#featured h1 {
	font-size: 21px;
	color: #444;
	display: block;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
	background: url(images/stars.gif) no-repeat right;
}
h2, h3, h4 {
	color: #444;
}
/* Sructure */
#wrapper {
	width: 961px;
	margin: 0 auto;
	text-align: left;
}
#header {
	
}
#logo {
	width: 250px;
	height: 63px;
	background: url(images/logo.gif) no-repeat;
	display: block;
	text-indent: -999999px;
	float: left;
}
#nav {
	width: 400px;
	float: right;
	list-style: none;
	padding:  20px 10px;
}
#nav li a {
	padding: 10px;
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
}
	#nav li a:hover {
		color: #fff;
	}
#banner {
	width: 961px;
	height: 255px;
	background: url(images/header.jpg) no-repeat;
	display: block;
	text-indent: -999999px;
	clear: both;
}
#content {
	clear: both;
	margin-bottom: 10px;
	border: #999 solid 1px;
	background: #fff;
}
	#inner-content {
		border: 4px solid #eee;
		padding: 10px;
		overflow: hidden;
background: url(images/sidebar.gif) repeat-y right;
	}
#review-column {
	width: 580px;
	float: left;
	padding: 10px;
}
	div.post {
		clear: both;
		margin-bottom: 30px;
	}
	div.post h2 a {
		text-decoration: none;
		color: #666;
		font-size: 21px;
		letter-spacing: 1px;
	}
	div.post h3 {
		border-bottom: 1px dotted #ccc;
		border-top: 1px dotted #ccc;
		margin: 4px 0;
		padding: 3px 0;
		font-size: 11px;
		color: #666;
		letter-spacing: 1px;
		font-weight: normal;
		margin-bottom: 10px;
	}
div.post.inner-post p { 
font-size: 12px;
font-family: Helvetica, arial, sans-serif;
line-height: 1.7em;
}
 blockquote {
font-family: georgia, serif;
padding: 10px;
font-weight: bold;
font-size: 13px;
border: 1px dotted #ccc;
background: #f7f7f7;
}
	div.post a img {
		float: left;
		margin-right: 10px;
		border: none;
	}
	div.post a.readmore {
		width: 148px;
		height: 26px;
		background: url(images/read-review.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		float: left;
		margin-right: 10px;
	}
	div.post a.viewwebsite {
		width: 148px;
		height: 26px;
		background: url(images/view-website.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		float: left;
		margin-right: 10px;
	}
	div.post-bottom {
		border-top: 1px dotted #ccc;
		padding-top: 10px;
	}
	div.post ul {
		color: #666;
		padding: 10px;
		padding-right: 20px;
		list-style: circle;
	}
		div.post ul li {
			display: block;
			padding: 5px;
			padding-left: 20px;
			font-size: 12px;
background: url(images/bullet_go.png) no-repeat left;
	line-height: 1.7em;
	color: #575759;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px dotted #ccc;
		}
div.post ul li.odd { background: #eee url(images/bullet_go.png) no-repeat left; }
	div.post ol {
		color: #666;
		padding: 10px;
		padding-right: 20px;
	}
		div.post ol li {
			display: block;
			padding: 5px;
			padding-left: 20px;
			background: url(images/bullet_go.png) no-repeat left;
			font-size: 12px;
	line-height: 1.6em;
	color: #575759;
	font-family: Helvetica, Arial, sans-serif;
		}
#featured {
	padding: 10px 0;
	width: 961px;
}
	#featured div.post {
		width: 460px;
		float: left;
		margin-left: 20px;
		clear: none;
	}
	#featured div.post h2 a {
		font-size: 18px;
	}
#more-reviews {
	width: 140px;
	float: right;
}
#sidebar {
	float: right;
	width: 330px;
	margin-top: -10px;
	margin-right: -10px;
}
	#sidebar h2 {
		width: 327px;
		height: 33px;
		background: url(images/sidebar-header.gif) no-repeat;
		display: block;
		text-align: center;
		padding-top: 10px;
		color: #666;
		font-size: 15px;
	}
	#sidebar ul {
		list-style: none;
		padding: 10px;
		padding-left: 10px;
	}
#sidebar li { list-style: none; }
	#sidebar ul li a {
		text-decoration: none;
		color: #404549;
		display: block;
		font-weight: bold;
		padding: 3px;
		font-size: 11px;
		padding-left: 20px;
		margin: 0 10px;
		border-bottom: 1px solid #dfdfdf;
		background: url(images/bullet.gif) no-repeat left;
	}
	#sidebar ul li a:hover {
		color: #3c6690;
	}
	#sidebar p {
		padding: 10px 20px;
	}
	#sidebar form span {
		display: block;
		padding: 10px;
		color: #666;
		font-size: 11px;
		padding-left: 20px;
	}
	#sidebar form span input[type=text] {
		width: 190px;
		float: right;
		margin-right: 10px;
		margin-top: -10px;
		padding: 4px;
		border: 1px solid #ccc;
	}
	#sidebar form input[type=submit] {
		width: 220px;
		height: 36px;
		border: none;
		background: url(images/signup.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		margin: 10px auto;
		cursor: pointer;
	}
#adsense-ad {
	margin: 20px auto;
	text-align: center;
}
#footer {
	background: url(images/footer.gif) repeat-x top;
	height: 71px;
	border: 2px solid #ccc;
}
#footer-wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#footer-wrapper span {
	clear: both;
	display: block;
	padding: 15px;
	float: right;
	color: #eee;
}
#footer-wrapper ul  {
	list-style: none;
	text-align: center;
}
#footer-wrapper ul li  {
	list-style: none;
	text-align: center;
}
#footer-wrapper ul li a {
	padding: 15px;
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	float: left;
}
	#footer-wrapper ul li a:hover {
		color: #fff;
	}
.comments { padding: 0px; border-top: dotted 4px #F6F4F4; clear: both; margin-top: 20px; }
.comment-meta { width: 140px; float: left; padding:10px; text-align: right;}
.commenttext { float: left; width: 380px; padding-left: 20px; border-left: dashed 1px #aaaaaa; margin-top: -5px; margin-bottom: -5px;}
.comments div.cgravatar {
	float: right;
	padding: 4px;
	border: 1px dotted #ccc;
	margin: 10px;
}
.comment-author { display: block; font-weight: bold; }
.comment-date { font-size: 12px; color: #B4AB9D; display: block; }
.comment-meta a { color: #000000; text-decoration: underline; }
.comment { margin-bottom: 15px; clear: both; }
h2#comments { display: block; padding-bottom: 10px; margin: 40px 0 20px 0; border-bottom: solid 3px #dddddd; }
#commentform span { display: block; font-size: 14px;  margin-bottom: 10px;}
#commentform input { border: solid 2px #dddddd; background-color: #ffffff; padding: 3px; width: 300px; margin-right: 10px; }
#commentform textarea { width: 460px; border: solid 2px #dddddd; padding: 3px;  margin-bottom: 10px;}
table#wp-calendar {
	padding: 3px;
}
table#wp-calendar caption {
	font-size: 18px;
	padding: 5px 0;
}
table#wp-calendar td {
	padding: 7px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
	table#wp-calendar td:hover {
		background: #eee;
	}
small.post {
	padding: 10px;
	color: #777;
	line-height: 1.7em;
}
	 
/* Wordpress CSS Defaults */

.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}