/*
Theme Name: PRImage
Theme URI: http://www.mobas.com
Description: PRImage Refresh Theme
Version: 1
Author: Mobas
Author URI: http://www.mobas.com

	This theme was designed and built by Mobas for PRImage

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: url(images/mainbg.png) repeat #555555;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
}

h2 a {
	font-size: 15px;
	color: #fc3333;
	text-decoration: none;
}

h3 {
	margin: 1em 0;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
}

h3 a {
	font-size: 15px;
	color: #fc3333;
	text-decoration: none;
}

#top-strip {
	height: 10px;
	width: 100%;
	background: #ff0000;
}

#container {
	margin: 0 auto;
	width: 906px;
}

#searchform input {
	margin: 0.5em 2px;
	padding: 3px;
	background: #999999;
	border: 1px solid #666666
}

#searchsubmit {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#masthead {
	background: url(images/masthead.png) center no-repeat;
	height: 452px;
}

#mainnav {
	height: 65px;
	background: url(images/mainnavbg.png) repeat-x;
	margin-bottom: 24px;
	text-align: center;
}

#mainnav ul {
	padding: 23px 0;
	list-style: none;
}

#mainnav li {
	padding: 26px 18px;
	display: inline;
	background: url(images/navspacer.png) left no-repeat;
}

#mainnav a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

#content {
	padding: 20px 28px;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.narrowcolumn {
	float: right;
	width: 624px;
}

#content input {

	padding: 3px;
	background: #999999;
	border: 1px solid #666666;
}

#content textarea {
	padding: 3px;
	background: #999999;
	border: 1px solid #666666;
}

#content h2 {
	margin-bottom: 0.5em;
	margin-top: 28px;
	color: #ff0000;
}

#content p {
	
}

#content small {
	line-height: 1em;
}

#sidebar {
	padding: 1.3em 0;
	float: left;
	width: 226px;
	background: #444444;
}

#sidebar ul {
	padding: 0 1.5em;
	list-style: none;
}

#sidebar h2 {
	margin-bottom: 12px;
}

#sidebar ul li li {
	list-style: none;
	line-height: 2.5em;
	background: url(images/bullettick.png) left no-repeat;
	margin: 0;
	padding-left: 14px;
}

#sidebar ul ul {
	margin-bottom: 12px;
	margin-left: -14px;
}

#footer {
	margin-top: 1em;
	padding: 1.5em 0;
	background: url(images/footerbg.png) repeat-x bottom #ff0000;
	border-bottom: 40px solid #000000;
}

#footer a {
	text-decoration: none;
}

#footer h2 {
	margin-bottom: 1em;
}

#footer div {
	width: 906px;
	margin: 0 auto;
}

#footer div div {
	float: left;
	width: 200px;
	margin-right: 2em;
}

#footer ul, li {
	list-style: none;
	line-height: 1.5em;
}

.spacer {
	clear: both;
	height: 1px;
}

.entry {
	margin: 0.5em 0;
	padding: 1em;
	background: #444444;
}

.entry p {
	padding: 0.5em 0;
}

.entry ul {
	margin: 0 1em 1em 3em;
}

.entry li {
	list-style: disc;
}

.commentlist {
	background: #444444;
	padding: 1em;
}

.commentlist img {
	float: left;
	clear: both;
	margin: 0.5em;
}

.post {
	clear: both;
	background: #444444;
	padding: 0 4px;
	margin-bottom: 1em;
}

.post h2 {
	padding-top: 4px;
}

.postmetadata {
	padding-bottom: 1em;
	clear: both;
}

.alignleft {
	float: left;
	clear: both;
	margin: 0.5em 0.5em 0.2em 0;
}

.alignright {
	float: right;
	clear: both;
	margin: 0.5em 0.5em 0 0;
}
