@charset "UTF-8";
body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #125798;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

h3 {
	font-size: 16px;
	color: #939292;
	text-align: left;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
	color: #4E4E4E;
	text-align: left;
	font-size: 13px;
}

ul, ol {
	margin-left: 3em;
	text-align: left;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #125798;
}

a:hover {
	text-decoration: none;
	color: #8D0000;
	text-align: left;
	font-size: 13px;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

.container {
 margin: 0 auto;
   -moz-box-shadow: 0px 20px 10px #888;
	 -webkit-box-shadow: 0px 20px 10px #888;
	box-shadow: 0px 20px 10px #888;
	width:990px;
}
/* Logo */

#logo {
	width: 870px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 45px;
}

#logo h2 {
	float: right;
	padding-top: 65px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #4E9FC8 url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 23px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	font-size:16px; 
	float: left;
	padding: 0 26px 0 26px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	font-size:16px; 
	text-decoration: underline;
}

/* Search */

#search {
	float: right;
	width: 200px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
}

#search #s {
	width: 150px;
}

#search #x {
	display: none;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 0 25px;
	background: url(images/img06.gif) no-repeat;
}

/* Content */

#content {
	margin: 0 auto;
	width: 900px;
}

.post {
	font-size: 12px;
	text-align: left;
}

.post .title {
	margin: 0;
	padding: 20px 20px 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

/* Footer */

#footer {
	clear: both;
	width: 845px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #4E4E4E;
}

#footer a {
	color: #4E4E4E;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

.widget_content {
	height: 80px;
	border-bottom:thin;
}

demo {
	height: 100px;
	border-bottom:thin;
}
.goodBad {
	margin-bottom:8px;
}
.goodBad img {
	border:solid 2px #333;
}
#goodBadTitle {
	width:100%;
	height:90px;
	margin-bottom:3px;
	color: #125798;
	font-size:38px;
}
#goodLeft {
	width:50%;
	float: left;
}
#badRight {
	width:50%;
	float: right;
}
#goodLeft {
	width:24%;
	float:left;
}
#goodLeft img {
	width:200px;
	height:auto;
}
#goodCenter {
	width:24%;
	float:left;
	border-right: solid 2px #000;
}
#goodCenter img {
	width:80px;	
	height:auto;
}
#badCenter {
	width:24%;
	float:left;
	margin-left:5px;
}
#badCenter img {
	width:80px;
	height:auto;
	margin:3px 3px 3px 15px
}
#badRight {
	width:24%;
	float:right;
}
#badRight img {
	width:200px;
	height:auto;
}

