/*
Theme Name: OhWatson.com
Theme URI: http://www.ohwatson.com
Description: ohwatson.com main layout
Author: Camille
Author URI: http://www.screamdesigns.org
*/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FDFCFD;
	font-family: verdana;
}
img {
	border: 0;
}
#wrap {
	margin-top: 0;
	width: 100%;
	background-color: #FDFCFD;
	background-image: url(http://ohwatson.com/images/background.png);
	background-repeat: repeat-x;
}
#container {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 950px;
	background-color: #FDFCFD;
	font-family: verdana;
	font-size: 11px;
	color: #7C323D;
	margin-left: auto;
	margin-right: auto;
}
#sidebar {
	float: left;
	width: 300px;
	padding: 5px;
}
#content {
	float: right;
	width: 600px;
	padding: 5px;
	font-size: 11px;
	text-align: left;
}
.sidehead {
	width: 300px;
}
.sidemain {
	width: 264px;
	background-color: #FDFCFD;
	background-image: url(http://ohwatson.com/images/sidebar/sidebar_middle.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	text-align: justify;
}
.sidefooter {
	width: 300px;
	background-color: #FDFCFD;
	background-image: url(http://ohwatson.com/images/sidebar/sidebar_bttm.png);
	background-repeat: no-repeat;
	line-height: 176px;
}
.newshead {
	padding-left: 80px;
	padding-right: 60px;
	padding-top: 25px;
	line-height: 108px;
	width: 460px;
	background-color: #FDFCFD;
	background-image: url(http://ohwatson.com/images/content_top.png);
	background-repeat: no-repeat;
	font-size: 15px;
	font-family: "trebuchet ms";
	font-style: italic;
	color: #682547;
	text-align: left;
	margin-bottom: 0;
}
.newshead a {
	color: #B95D7E;
	text-decoration: none;
}
.newshead a:hover {
	color: #B7325A;
	text-decoration: none;
}
.newsmain {
	margin-top: 0;
	width: 569px;
	padding-left: 18px;
	padding-right: 13px;
	font-size: 11px;
	text-align: left;
	font-family: verdana;
	background-color: #FDFCFD;
	background-image: url(http://ohwatson.com/images/content_middle.png);
	background-repeat: repeat-y;
}
.newsfooter {
	width: 600px;
	line-height: 159px;
	background-color: #FDFCFD;
	background-image: url(http://ohwatson.com/images/content_bttm.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.postinfo {
	text-align: center;
	color: #B11445;
	font-size: 10px;
	text-transform: uppercase;
	font-family: verdana;
	margin-bottom: 10px;
}
h2 {
	color: #6F0B26;
	font-size: 24px;
	font-family: arial;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
h3 {
	font-size: 14px;
	font-family: verdana;
	text-transform: uppercase;
	color: #DD0454;
	margin-bottom: 4px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #8E3359;
	text-decoration: none;
}
#content a img, #sidebar a img {
	border: 1px solid #9A0830;
}
#content a:hover img, #sidebar a:hover img {
	border: 1px dotted #9A0830;
}
.newsmain a img {
	border: 1px solid #9A0830;
	background-color: #F197AC;
	margin: 3px;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.newsmain a:hover img {
	border: 1px solid #9A0830;
	background-color: #CEA6B3;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
input, textarea, select {
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}