* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	color: #484A55;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #14558f;
}

a:hover {
	text-decoration: none;
	color: #91793D;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

.puzzle {
	padding-right:10px;
}

.question {
	font-weight: bold;
}

.indented {
	padding-left: 40px;
}

/* Header */

#cgr {
	float: right;
}

#header {
	height: 110px;
	margin: 0 auto;
	background: #333333;
}

#logo {
	width: 778px;
	height: 110px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	text-transform: none;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 45px;
	font-size: 3em;
	text-align: left;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	font-size: 2em;
	font-style: italic;
	color: #858585;
	padding-left: 20px;
	padding-top: 10px;
	float: right;
}

/* Menu */

#menu-wrap {
	background: #333333;
}

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
	padding-top: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#menu a:hover {
	text-decoration: none;
	background: #498D07;
	border: 1px #6aca0c solid;
}

#menu .first a {
	background: #498D07;
	border: 1px #6aca0c solid;
}

/* Menu2 */

#menu-wrap2 {
	background: #333333;
}

#menu2 {
	width: 778px;
	height: 40px;
	margin: 0 auto;
	padding-left: 15px;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	float: left;
	margin-right: 6px;
	padding: 5px 5px 5px 5px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu2 a:hover {
	text-decoration: none;
	background: #498D07;
	border: 1px #6aca0c solid;
}

#menu2 .first a {
	background: #14558f;
	border: 1px #238ce9 solid;
}


/* Page */

#page {
	width: 778px;
	margin: 0 auto;
}

#content {
	background: #FFF;
	border-bottom: 4px #333 solid;
}

/* Latest Post */


#latest-post-wrap {
	background: #F5EEC7;
	border-bottom: 4px #333 solid;
	background-image: url(images/bg.jpg);
}

#latest-post {
	width: 778px;
	height: 250px;
	margin: 0 auto;
	background-image: url(images/bg2.png);
}


#latest-post h1 {
	margin: 10px 0;
	padding-left: 15px;
}

#latest-post p {
	margin: 0;
	padding-bottom: 15px;
	padding-left: 15px;
}

#latest-post ul {
	list-style-position:inside;
}

#latest-post .meta {
	padding: 10px 0 0 0;
}

#latest-post .byline {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	border-bottom: 1px #333 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold
}

#latest-post .byline span {
	padding: 0 0 0 0px;
}

#latest-post .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#latest-post .byline a:hover {
	text-decoration: underline;
}

/* Recent Posts */

#recent-posts {
	width: 778px;
	margin: 0 auto;
}

#recent-posts2 {
	width: 778px;
	margin: 0 auto;
}

#recent-posts h2, #recent-posts2 h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #4B7697;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}

#recent-posts h3, #recent-posts2 h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}

#recent-posts h3 a, #recent-posts2 h3 a {
	text-decoration: none;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li{
	float: left;
	width: 240px;
	padding-left: 29px;
}

#recent-posts2 ul li ul {
	margin-top: .1em;
	margin-left: 2em;
	padding: 0;
}


#recent-posts2 ol {
	margin-left: 2em;
	padding: 0;
}

#recent-posts2 li{
}

#recent-posts ul.normal, #recent-posts2 ul.normal{
	margin: 0;
	padding: 0;
	list-style:inside;
}

#recent-posts li.normal, #recent-posts2 li.normal {
	float: none;
	padding: 0;
	width: 100%;
}

#recent-posts li.first, #recent-posts2 li.first {
	padding: 0;
}

#recent-posts ul.ullist, #recent-posts2 ul.ullist {
	margin: 1em;
	padding-left: 0;
	list-style: disc;
}

#recent-posts li.list, #recent-posts2 li.list{
	float: none;
	width: 100%;
	padding-left: 1em;
	vertical-align: top;
}

#recent-posts .byline, #recent-posts2 .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #333 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts .byline a, #recent-posts2 .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#recent-posts .byline a:hover, #recent-posts2 .byline a:hover {
	text-decoration: underline;
}

#recent-posts p, #recent-posts2 p {
	padding: 0;
	margin: 0;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img11.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #fff;
}

#footer p.legal {
	font-size: 1em;
}

#footer a {
	color: #fff;
}
#footer a:hover{
	color: #e78e10;
}
