/*
Theme Name: The Photo Play
Theme URI: http://www.thephotoplay.com/
Description: Custom Built For This Site
Author: Jonathan
Author URI: http://www.thephotoplay.com/
Version: 1.1
.
Please do not steal, but feel free to imitate.
.
*/

body {
	background: #ede9dc;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	}

:focus { outline: none; }

a img { border: 0; }
a { color: #4d4631; }
a:hover { text-decoration: none; }

#header {
	background: url(images/header_bg.gif) top center repeat-y #7e765f;
	height: 300px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	}
#header #image { margin: 0 auto; width: 960px; }

#maincontent {
	background: url(images/maincontent_bg.gif) top center repeat-y #ede9dc;
	margin: 0;
	padding: 0;
	}
#maincontent #content {
	background: url(images/content_bg.gif) top center repeat-y;
	margin: 0 auto;
	position: relative;
	width: 960px;
	}
#maincontent #content #reviews {
	background: #fff;
	float: left;
	min-height: 505px;
	padding: 35px 0;
	position: relative;
	width: 760px;
	}
#maincontent #content #reviews h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	margin: 0;
	padding: 0 20px;
	}
#maincontent #content #reviews h2 a { color: #000; text-decoration: none; }
#maincontent #content #reviews h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin: 0;
	padding: 0 20px;
	}
#maincontent #content #reviews h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0 20px;
	}
#maincontent #content #reviews h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 10px 20px;
	}
#maincontent #content #reviews h5 a { color: #4d4631; }
#maincontent #content #reviews h5 a:hover { text-decoration: none; }
#maincontent #content #reviews p {
	font-size: 17px;
	text-indent: 30px;
	margin: 0;
	padding: 5px 20px;
	}
#maincontent #content #reviews p.nomargin {
	font-size: 17px;
	text-indent: 0;
	margin: 0;
	padding: 15px 0;
	}

#maincontent #content #sidebar {
	background: #ede9dc;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 20px 0;
	position: relative;
	width: 200px;
	}
#maincontent #content #sidebar a { color: #4d4631; }
#maincontent #content #sidebar a:hover { text-decoration: none; }

form#searchform label {
	font-weight: bold;
	}
.widgettitle {
	font-size: 14px;
	margin-left: 15px;
	}
li.widget {
	list-style: none;
	}
.widgets ul.tweets {
	margin-bottom: 30px;
	}
.widgets ul.tweets li {
	font-size: 11px;
	margin-right: 10px;
	}

#allcomments {
	border-bottom: 1px dashed #bbb;
	border-top: 1px dashed #bbb;
	margin: 20px 0;
	padding: 10px 0;
	}
#allcomments p { text-indent: 0px !important; }


#footer {
	background: url(images/header_bg.gif) top center repeat-y #7e765f;
	height: 30px;
	margin: 0;
	overflow: hidden;
	padding: 30px;
	text-align: center;
	}
#footer #copyright { margin: 0 auto; width: 960px; }



.clearme { clear: both; height: 0px; overflow: hidden; }


