* {
	font-family: arial;
	color: #666;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	/* vertical-align: baseline; */
}

html, body {line-height: 1}

hr {display: none}

blockquote:before, blockquote:after, q:before, q:after {content: ''}

blockquote, q {quotes: "" ""}

ul {list-style-type: none}

ol {list-style-type: decimal}

.clear {clear: both}

body {
	background: #323232;
	text-align: center;
}

#container {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
        background: #fff url(images/bg.png) repeat-x top;;
}

#wrap2 {
       background: #ffffff;
}

#header {
	width: 1050px;
	height: 100px;
}

/***************************************************/

#pagenav {
	float: left;
	width: 627px;
	height: 45px;
}

#pagenav ul {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	height: 25px;
}

#pagenav ul li {
	float: left;
	height: 25px;
	text-align: center;
	margin-right: 10px;
}

#pagenav ul li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
	height: 25px;
	font-size: 15px;
	letter-spacing: -1px;
	color: #999;
	font-weight: bold;
}

#pagenav ul li a:hover {
	color: #666;
	background: #ddd;
}

#pagenav ul li.current_page_item a {
	color: #fff;
	background: #CC0000;
}

#pagenav ul li.current_page_item a:hover {
}

#searchform {
	float: left;
	height: 45px;
        padding-top: 6px;
}

#searchform form {
	display: inline;
	height: 45px;
}

#searchform fieldset {
	display: inline;
	height: 35px;
}

#searchform label {
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#searchinput {
	width: 350px;
	height: 20px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	color: #999;
        border: 1px solid #999;
}

#searchbutton {
	width: 35px;
	height: 25px;
	line-height: 1.4em;
	background: url(images/search-button.png) no-repeat;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

form#srcform {
	background: #EEE;
	padding: 10px;
}

form#srcform fieldset {
}

form#srcform input {
	vertical-align: middle;
	font-size: 11px;
}

form#srcform #srcinput {
	padding: 4px;
	width: 250px;
	background: #FFF;
	color: #333;
	font-weight: normal;
	border: 1px solid #ddd;
}

form#srcform #srcbutton {
	padding: 2px;
	width: 50px;
	background: #999;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#logo {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#logo h1 {
	padding-top: 9px;
	font-size: 22px;
	font-weight: bold;
}

#logo h1 a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
}

#logo h1 a:hover {
	color: #222;
}

#logo .description {
	color: #eee;
	font-size: 11px;
	line-height: 1.4em;
}

#ads {
	float: right;
	display: inline;
	/* margin-top: 20px; */
	margin-top: 12px;
        width: 468px;
	height: 60px;
        padding-right: 5px;
}

#ads img {
	display: block;
}

/* ul.listcat {
	margin-top: 18px;
} */

ul.listcat li {
	float: left;
	display: inline;
	margin-right: 4px;
}

ul.listcat li a {
	padding-left: 10px;
	padding-right: 10px;
	background: #323232;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	display: block;
}

ul.listcat li a:hover {
	line-height: 21px;
	height: 21px;
	border-bottom: 1px solid #323232;
}

#column {
	float: left;
	width: 610px;
  margin-top: 5px;
	margin-right: 20px;
	background: #fff;
}

.post {
	/* margin-top: 10px; */
}

.post a {
	color: #cc0000;
}

.post a:hover {
	color: #444;
}

.post-top {
	width: 610px;
	height: 10px;
}

.post-bottom {
	width: 610px;
	height: 10px;
}

.entry {
	background: #FFF;
}

.entry h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

.entry h2 a {
	line-height: 1.3em;
	font-size: 20px;
	letter-spacing: -1px;
}

.entry .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #999;
	padding-bottom: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
}

.info {
	background: #fff;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:10px;
	font-size: 11px;
}

.info .cat {
	float: left;
	color: #999;
}

.info .comments {
  float: right;
  margin-top: -5px;
}

.info .cat a {
	line-height: 26px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.info .comments a {
  font-size: 15px;
	line-height: 26px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background-color: #237c9a;
	color: #fff;
	font-weight: bold;
	padding: 7px;
}

.content {
	/* padding-top: 15px; */
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.content p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.content .more-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.content h1 {
	letter-spacing: -2px;
	font-size: 20px;
	color: #cc0000;
}

.content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #cc0000;
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.content h6 {
	font-size: 11px;
	font-weight: bold;
}

/* CSS for UL/OL lists */

.content ol {padding-left: 20px;}

.content ul {margin: 5px 5px 20px 5px;}

.content ol {margin: 5px 5px 20px 5px;}

.content ul ul {margin: 5px 5px 5px 5px;}

.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #999;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li {
	line-height: 1.5em;
	color: #999;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

blockquote {
	padding: 10px;
	padding-left: 40px;
	background: #f7fcea url(images/blockquote.png) no-repeat;
	background-position: 8px 8px;
	margin-bottom: 15px;
}

blockquote p {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #7590a0;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #7590a0;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #999;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
}

.tags {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	line-height: 2em;
	color: #bbb;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
}

.tags a {
	font-weight: normal;
	color: #cc0000;
	text-transform:lowercase;
}

.tags a:hover {
	color: #666;
}

.follow {
	background: #f9f9f9;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #eee;
	font-weight: bold;
	font-size: 11px;
}

.follow a {
	font-weight:bold;
	background: url(images/rss2.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.state {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5em;
}

.state a {
	line-height: 1.5em;
}

.navigation {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.navigation a {
	color: #333;
}

.navigation a:hover {
	color: #ff9000;
}

.navleft {
	float: left;
	width: 48%;
}

.navright {
	float: right;
	width: 48%;
	text-align: right;
}

.alignleft img, .alignright img, .aligncenter img {
	border: 4px solid #ccc;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {

	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	display: inline;
}

.alignnone {



}

p.wp-caption-text {

	padding: 3px;
	margin: 0;

	font-size: 11px;
	color: #999;
}

#sidebar {
	float: left;
	width: 420px;
}

.box {
	width: 420px;
}

.box h2 {
	margin-top: 20px;
	display: block;
	width: 418px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	background: #eee;
	color: #333;
	-moz-border-radius-topright: 5px;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}

.ads {
	padding: 10px;
	border: 1px solid #eee;
	background: #FFF;
}

.ads ul {
}

.ads ul li {
	float: left;
	display: inline;
	width: 125px;
	height: 125px;
	margin-left: 5px;
	margin-right: 2px;
}
.ads ul li a {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}
.ads ul li a img {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}

.subscribe {
	padding: 10px;
	border: 1px solid #eee;
	background: #fffff9;
}
.rssfeed {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.rssfeedlinks {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	font-size: 11px;
}

.rssfeedlinks a {
	float: left;
	font-weight: bold;
	background: url(images/rss.png) no-repeat left;
	padding-left: 35px;
	line-height: 2.8em;
	color: #366799;
	margin-right: 40px;
}

.rssfeedlinks a:hover {
	color: #666;
	line-height: 2.8em;
}

.subscribe form {
	display: inline;
}

.subscribe fieldset {
	display: inline;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#rssinput {
	width: 300px;
	height: 16px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
}

#rssinput:focus {
}

#rssbutton {
	background: #ff9000;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.7em;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}

#rssbutton:hover {background: #ff3000}

.sidebar {
	float: left;
	width: 200px;
	margin-right: 20px;
	font-size: 11px;
}

.sidebar a {
	color: #cc0000;
}

.sidebar a:hover {
	color: #666;
}

.sidebar ul li h2 {
	margin-top: 20px;
	display: block;
	background: #eee;
	width: 198px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 22px;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
	margin-bottom: 5px;
	-moz-border-radius-topright: 5px;
}

.sidebar ul li div {
	padding: 10px;
	background: #FFF;
	line-height: 1.4em;
	font-size: 11px;
}

.sidebar ul ul {
}

.sidebar ul ul ul {
}

.sidebar ul li ul li {
	display: block;
}

.sidebar ul li ul li a {
	display: block;
	color: #cc0000;
	line-height: 1.4em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:12px;
	background:url(images/li.gif) 0 10px no-repeat;
	margin-bottom: 1px;
	border-bottom: 1px solid #eee;
}

#footer {
	/* margin-top: 20px; */
	width: 100%;
	background: #323232;
	/* border-top: 5px solid #fff; */
	padding-top: 15px;
	padding-bottom: 15px;
}

#footercontent {
	width: 980px;
	/* height: 35px; */
	margin-right: auto;
	margin-left: auto;
}

.footer2 {
	color: #999;
	line-height: 1.5em;
	font-size: 11px;
}

.footer2 a {
	font-weight: bold;
	line-height: 1.5em;
	color: #999;
}

.footer2 a:hover {
	color: #ccc;
	line-height: 1.5em;
}

.rss {
	float: left;
	font-size: 11px;
}

.rss a {
	float: left;
	display: block;
	font-weight: bold;
	background: url(images/rss.png) no-repeat left;
	padding-left: 25px;
	line-height: 1.5em;
	color: #366799;
	margin-right: 25px;
}

.rss a:hover {
	color: #333;
	line-height: 1.5em;
}

.result {
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

.result h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result h3 a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}
.result .rdate {
	float: left;
	line-height: 2em;
	color: #999;
}

.result .rcomment {
	float: right;
	line-height: 1.5em;
	color: #999;
	font-weight: bold;
}

.result .rcomment a {
	color: #366799;
}

.result .rcomment a:hover {
	color: #666;
}

.result .rsummary {
	line-height: 1.7em;
}

.result .rsummary p {
	font-size: 12px;
	margin:0;
	padding:0;
}

.result .rcat {
	float: left;
	line-height: 2em;
	color: #999;
}

.result .rcat a {
	color: #999;
	font-weight: bold;
}

.result .rcat a:hover {
	color: #666;
}

.result .rtags {
	float: right;
	line-height: 2em;
	color: #999;
}

.result .rtags a {
	color: #999;
	text-transform: lowercase;
}

.result .rtags a:hover {
	color: #a2d700;
}

#combox {
	border-top: 5px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

h3#respond {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}



h3#comments {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #323232;
}

ol.commentlist li {
	background: #f8fcef;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

.avatar {
	float: left;
	display: inline;
	width: 32px;
}

.avatar img {	border: 3px solid #ddddd4}

.commentbody {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 410px;
}

.commentbody em {
	font-size: 11px;
}

p.comment_author, p.comment_author a {
	font-weight: bold;
	color: #666;
	font-size: 11px;
}

p.comment_author a:hover {
	font-weight: bold;
	color: #ff9000;
}

p.comment_time {
	line-height: 1.5em;
	color: #999;
	font-size: 11px;
	font-family: tahoma;
}

.comment_text {
	line-height: 1.5em;
	color: #666;
	margin-top: 15px;
	font-size: 11px;
}

.reply form {
	width: 488px;
}

.reply p {
	margin-top: 10px;
	font-size: 11px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #eee;
	width: 200px;
	padding: 5px;
	color: #366799;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	border: 1px solid #eee;
	line-height: 1.5em;
	padding: 5px;
	width: 470px;
	height: 120px;
	color: #366799;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #366799;
	cursor: pointer;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:0px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#758279; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

