
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	color: #000;
	background: #191718 url(images/bg_body.gif) repeat-x;
}

table{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, #comments, #respond, .sidebar_header, #sidebar_email, #sidebar_blogroll div{
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #333333;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}


#container{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	vertical-align: top;
}

#header_wrap{
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0 0 5px 0;
}

#header{
	float: left;
	width: 950px;
}

.blog_title_wrap{
	float: left;
	width: 930px;
	margin: 10px 0 0 10px;
	display: inline;
	background: #004d6d url(images/bg_title_bottom.gif) no-repeat left bottom;
}

.blog_title{
	float: left;
	width: 930px;
	background: url(images/bg_title_top.gif) no-repeat;
}

.blog_title h1, .blog_title #page_header{
	padding: 10px 20px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, Sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.blog_title h1 a, .blog_title #page_header a{
	text-decoration: none;
	color: #fff;
}

.blog_title h1 a:hover, .blog_title #page_header a:hover{
	text-decoration: underline;
}




.topmenu{
	float: left;
	width: 950px;
}

.topmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.topmenu ul li{
	float: left;
	margin: 10px 0 0;
	display: inline;
}

.topmenu ul li a{
	display: block;
	padding:  10px 10px 20px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

.topmenu ul li.current_page_item a{
	color: #999999;
	background: url(images/bg_topmenu_li_current.gif) no-repeat center bottom;
}

.topmenu ul li a:hover{
	text-decoration: underline;
}

.topmenu ul li.rss{
	float: right;
	margin: 10px 10px 0 0;
}

.topmenu ul li.rss a{
	padding: 10px 10px 20px 21px;
	background: url(images/icon_rss.gif) no-repeat 0 10px;
}




#page{
	float: left;
	width: 950px;
	margin: 10px 0 0;
}

.main{
	float: left;
	width: 510px;
	display: inline;
}

.post{
	float: left;
	width: 510px;
	margin: 10px 0 0;
	background: #fff url(images/bg_rc_top.jpg) no-repeat; 
}

.post_date{
	float: left;
	margin: 20px 15px 0 20px;
	display:inline;
	width: 60px;
	height: 67px;
	overflow: hidden;
	background: #fff url(images/bg_date_button.jpg) no-repeat;
}

.post_month{
	padding: 5px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FAC20A;
}

.post_day{
	padding: 6px 0 0;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.post_title{
	float: left;
	width: 395px;
	margin: 20px 0 0 0;
	display: inline;
}

.post_title_alt{
	width: 470px;
	margin: 20px 0 0 20px;
}

.post_title h2, .post_title h1{
	font-size: 24px;
}

.post_title h2 a, .post_title h1 a{
	text-decoration: none;
	color: #CC0000;
}

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

.postdata{
	padding: 10px 0 0;
	line-height: 18px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	color: #333;
}

.entry{
	padding: 0 20px 20px;
	line-height: 24px;
	background: #fff url(images/bg_rc_bottom.gif) no-repeat left bottom;
	clear: both;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

p.comments_number{
	padding: 10px 0 5px 21px;
	background: url(images/icon_comment_bubble.gif) no-repeat 0 16px;
}

p.comments_number a{
	color: #749101;
}

.navigation{
	padding: 0 20px;
	line-height: 24px;
}




.comments_template_wrap{
	margin: 10px 0 0;
	background: #fff url(images/bg_rc_top.jpg) no-repeat;
}

.comments_template{
	padding: 20px 20px 30px;
	background: url(images/bg_rc_bottom.gif) no-repeat left bottom;
}

.comments_template ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 20px;
}

.comments_template ol.commentlist li{
	margin: 10px 0 0;
	padding: 10px;
	line-height: 24px;
}

.comments_template ol.commentlist li.alt{
	border-top: 1px solid #cbe9f3;
	background: #f0fbff;
}

.comments_template ol.commentlist li cite{
	font-style: normal;
	font-weight: bold;
}





.sidebar{
	float: left;
	width: 200px;
	margin: 0 0 0 20px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	margin: 10px 0 0;
	background: #FAC20A url(images/bg_sidebar_rc_top.jpg) no-repeat;
}

.sidebar ul li#calendar #calendar_wrap{
	padding: 7px 20px 30px;
	background: url(images/bg_sidebar_rc_bottom.gif) no-repeat left bottom;
}

.sidebar ul li#calendar #calendar_wrap table#wp-calendar{
	width: 100%;
	font-size: 12px;
}

.sidebar ul li#calendar #calendar_wrap table#wp-calendar td{
	padding: 4px 0;
}

.sidebar ul li#news{
	background: #000 url(images/bg_sidebar_gr_bottom.gif) no-repeat left bottom;
}

.sidebar #newsletter{
	background: #000 url(images/bg_sidebar_gr_top.jpg) no-repeat;
}

.sidebar ul li#search{
	background: #cc0000 url(images/bg_sidebar_rc_search_top.gif) no-repeat;
}

.sidebar ul li form#searchform{
	padding: 10px 10px 25px;
	background: url(images/bg_sidebar_rc_search_bottom.gif) no-repeat left bottom;
}

.sidebar ul li form#searchform .keyword{
	width: 180px;
	height: 40px;
	overflow: hidden;
	background: #fff url(images/bg_searchform.gif) no-repeat;
}

.sidebar ul li form#searchform .keyword input#s{
	border: 0;
	width: 85%;
	padding: 9px 10px 0;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	background-color: transparent;
	color: #666;
}

.sidebar ul li .sidebar_header, #sidebar_email, #sidebar_blogroll div{
	padding: 16px 20px 0;
	color: #000000;
}

.sidebar ul ul,  .sidebar ul li#google-search form#gsearch{
	padding: 7px 20px 30px;
	background: url(images/bg_sidebar_rc_bottom.gif) no-repeat left bottom;
}

.sidebar ul ul li{
	margin: 0;
	padding: 5px 0 10px;
	line-height: 24px;
	background: url(images/bg_dotted.gif) repeat-x left bottom;
}

.sidebar ul ul ul{
	padding: 0;
	background-image: none;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.navigation a, #footer a{
	text-decoration: none;
	color: #FAC20A;
}

.navigation a:hover, #footer a:hover{
	text-decoration: underline;
}

.navigation, #footer{
	font-weight: bold;
	color: #666666;
}

#footer{
	margin: 10px 0 0;
	padding: 4px 20px 20px;
	line-height: 24px;
	background: #191718 url(images/bg_footer.gif) no-repeat;
}

#logo {
	float: left;
	margin-top: 4px;
}

#slogan {
	float: left;
	margin-top: 40px;
}

#navbar {
	float: right;
	margin-top: 15px;
	/*text-align: right;*/
	font-size: 12px;
	}

ul#navmenu {
  border: none;
  width: 480px; /*For KHTML*/
  list-style: none;
  height: 20px;
  letter-spacing: 1px;
}

ul#navmenu li {
  border: none;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 20px;
  padding: 0 0 0 7px;
}

ul#navmenu ul {
  border: none;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 20px;
  left: -45px;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #666;
  /*font: bold 14px/22px Georgia, serif;
  text-transform: uppercase;*/
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  padding-right: 10px;
  border: none;
  border-right: 1px solid #666;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #fff;
}

/* 2nd Menu */
ul#navmenu li ul a {
  border: 0;
  padding: 3px 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #333;
  color: #fff;
  /*font: bold 12px/22px Arial, Verdana, Helvetica, sans-serif;*/
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #000;
  color: #fff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #191718;
  color: #fff;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

