/*
Theme Name: rw01
Theme URI:  
Description: The WordPress theme.
Version: 1.0
Author: 
Author URI: 
Tags: 

*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#000;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#fff;
	color:#000;
	font:62.5%/1 Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:741px;
	background:url(images/bgr_wrapper.png) repeat-y;
	overflow:hidden;
}
#left_block{
	width:147px;
	float:left;
}
#right_block{
	width:594px;
	float:right;
}
#left_block ul{
	text-align:center;
}
#left_block li{
	padding:34px 0 0 0;
	text-align:center;
}
/* mainmenu */
#mainmenu{
	width:100%;
	height:39px;
}
#mainmenu ul{
	float:left;
	padding:42px 0 0 32px;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#ececcd;
	padding:0 0 0 32px;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.1em;
	font-weight:bold;
	background:url(images/bgr_menu_li.gif) no-repeat center left;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#ececcd;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	text-decoration:none;
	color:#fff;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 32px;
	padding:0;
	background:#64757f;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px;
	height:auto;
	padding: 7px 10px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #5d6d77;
	background:#64757f;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#6f818c;
	color:#fff;
}
/* header */
#header{
	width:100%;
	height:109px;
	background:url(images/bgr_header.png) no-repeat;
}
/*body*/
#body{
	width:100%;
	background:url(images/bgr_body.png) no-repeat right top;
	overflow:hidden;
	padding:0 0 40px 0;
}
#content{
	float:left;
	width:346px;
	padding:20px 0 0 21px;
}
#sidebar{
	float:right;
	width:176px;
	padding:0 15px 0 0;
}
/*post*/
.post{
	width:100%;
	margin:0 0 25px 0;
}
.post .title{
	font-size:2.3em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.page .title{
	padding:0 0 8px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #000;
}
.post .info{
	color:#eaabd3;
	font-size:1.1em;
	line-height:1.3em;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 0 15px 0;
	border-bottom:1px solid #000;
	margin:0 0 10px 0;
}
.post .info a, .post .info span, .post .info b{
	color:#fff;
}
.post .entry{
	font-size:1.2em;
	line-height:1.5em;
	padding:10px 0 5px 0;
}
.post .entry a{
	text-decoration:underline;
	color:#ffffff;
}
.post .entry a:hover{
	text-decoration:none;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	border:3px solid #fffab9;
	padding:0;
}
.post .entry ul {
	margin:0 0 15px 5px;
	background:#cf429d;
	padding:8px 10px 18px 10px;
	border:1px solid #dc54ac;
}
.post .entry ul li{
	margin: 0;
	background:url(images/ico_list.gif) no-repeat 3px 12px;
	border-bottom:1px solid #dc54ac;
	padding:7px 0 7px 14px;
}
.post .entry ol {
	margin:0 0 15px 5px;
	background:#cf429d;
	padding:8px 10px 18px 35px;
	border:1px solid #dc54ac;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding:7px 0 7px 2px;
	border-bottom:1px solid #dc54ac;
}
.postmetadata{
	width:100%;
	background:url(images/bgr_postmetadata.png) no-repeat center top;
	overflow:hidden;
	text-align:center;
	color:#de95c4;
	font-size:1.1em;
	font-weight:bold;
	padding:20px 0 20px 0;
}
.postmetadata a{
	color:#de95c4;
	text-decoration:underline;
}
.postmetadata a:hover{
	text-decoration:none;
}
.post .archives ul{
	margin:0 0 20px 0;
}
.post .archives ul li{
	font-size:1.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/bgr_archives_li.gif) no-repeat left bottom;
	padding:7px 0 8px 5px;
}
.post .archives ul ul{
	margin:0;
}
.post .archives li li {
	font-size:1.0em;
	background:none;
}
.post .archives ul li a{
	background:url(images/ico_archives.gif) no-repeat left 5px;
	padding:0 0 0 12px;
}
/*sidebar*/
.sidebar_widgets{
	width:161px;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.4em;
	margin:0 0 0 6px;
	color:#d1d6d9;
}
.sidebar_widgets a{
	color:#d1d6d9;
}
.sidebar_widgets .widgettitle{
	font-size:1.8em;
	color:#fff;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	background:url(images/ico_arrow.gif) no-repeat left 4px;
	padding:0 0 0 13px;
	display:block;
}
.sidebar_widgets .widget_categories a{
	display:inline;
	background:url(images/ico_arrow.gif) no-repeat left 3px;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 25px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	background:none;
	border-bottom:1px solid #778e96;
	padding:5px 0 5px 2px;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 5px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
/*header_search*/
#header_search{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
#header_search fieldset{
	float:left;
}
#main_search_title{
	float:left;
	color:#fffbbf;
	font-size:1.8em;
	background:url(images/ico_search.png) no-repeat left center;
	padding:7px 0 7px 30px;
}
#main_search_val{
	float:left;
	border:0;
	background:#ffffff;
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	padding:4px;
	margin:0 9px 0 0;
	width:134px;
}
#main_search_sub{
	float:left;
}
/*footer*/
#footer{
	width:100%;
	background:url(images/bgr_footer.png) repeat-y;
	overflow:hidden;
	padding:20px 0 20px 0;
	clear:both;
}
#footer p{
	color:#7e6b77;
	font-size:1.1em;
	line-height:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 0 162px;
}
#footer p a{
	color:#7e6b77;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:20px 0 20px 0;
	width:100%;
	overflow:hidden;
	color:#000;
}
#respond a{
	color:#000;
}
#respond h3{
	font-size:2.3em;
	line-height:1.3em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-bottom:1px solid #000;
	padding:0 0 8px 0;
}
.cancel-comment-reply{
	font-size:1.2em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.2em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #a22475;
	background:#a22475;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#daa7c8;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #a22475;
	background:#a22475;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#daa7c8;
}
#commentform #submit{
	background:url(images/button_submit.gif) no-repeat;
	width:85px;
	height:35px;
	text-transform:capitalize;
	text-indent:-9999em;
	border:0;
	display:block;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:2.3em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-bottom:1px solid #000;
	padding:0 0 8px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#000;
}
.commentlist a{
	color:#000;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #dc54ac;
	background:#cf429d;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#cc3195;
	border:1px solid #dc54ac;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.2em;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:1.2em;
	line-height:1.6em;
	background:#a42577;
	color:#000;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#8e2167;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:3px solid #a42577;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
	font-style:normal;
	font-weight:bold;
}
.commentlist .fn a{
	text-decoration:underline;
}
.commentlist .fn a:hover{
	text-decoration:none;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 10px solid #ebed8a;
	}

blockquote blockquote{
	border-left: 10px solid #fff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:1.2em;
	line-height:1.8em;
}
.navigation a{
	color:#000;
}
#content .wp-pagenavi{
}
#content .wp-pagenavi a {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color:#000;
	background:none;
	border:0;
	border-right:1px solid #000;
}
#content .wp-pagenavi a:hover{
	color:#000;
	background:none;
	border:0;
	border-right:1px solid #000;
}
#content .wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color:#000;
	background:none;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color:#000;
	background:none;
	border:0;
	font-weight:bold;
}
#content .wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color:#000;
	background:none;
	border:0;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



#gb_form_div { 
  text-align : left;
  width : 100%;
  margin:-40px 0 0 0;
  font-family:Verdana, Geneva, sans-serif;
}

#gb_form_div p {
  margin-left : 12px;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #000000;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #000000;
  text-decoration : none;
}

fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, legend, #gb_form dt { 
  font-weight : bold; 
  color : #000000;
}

#gb_form legend {
  margin-left : -10px;
  padding-top : 5px;
}

* html #gb_form legend {
  margin-left : -5px;
  padding:0 0 10px 0;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #000000;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 10px;
  background:url(images/dotted_grey.gif) repeat-x bottom;
  width:100%;
}

* html #gb_form legend#mainlegend {
  margin-left : -5px;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : .7em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.2em;
  color : #000000;
  width : 97%;
}

#gb_form_div .main_formhead {
  margin-left : -35px;
  text-indent: -9999px;
}

#gb_form_div label { 
  color : #000000; 
  margin-top : 5px;
  margin-left : 20px;
  font-size:11px;
}

#gb_form_div input.short, #gb_form_div input.med, #gb_form_div select.med, #gb_form_div textarea.textbox, #gb_form_div textarea { 
  color : #daa7c8; 
  padding : 3px; 
  border : 1px solid #a22475;
  background-color : #a22475;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  width : 60%;
  height : auto;
  margin:0 0 5px 20px;
}

#gb_form_div input.short {
  width : 30%;
}

#gb_form_div textarea.textbox, #gb_form_div textarea { 
  width : 90%;
  height : 120px;
  line-height : 1.5em;
}

#gb_form_div select.med {
  width : 60%;
}

#gb_form_div input.checkbox {
  cursor : default;
  background : transparent;
  color : #000000;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 14px;
  height : 14px;
}

#gb_form_div input.button {
  cursor : pointer;
  border : 0;
  background:url(images/button_submit.gif) no-repeat;
  width:85px;
  height:35px;
  display:block;
  text-indent:-9999px;
  text-transform:capitalize;
  clear:both;
}

#content #gb_form input.button {
  margin : 15px 5px 25px 20px;
  padding : 2px 15px 2px 15px;
}

* html #content #gb_form input.button {
  margin-left : -5px;
}

#gb_form_div span.error, #gb_form_div span.success, #gb_form_div dt { 
  color : #000000;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #000000;
}

#gb_form_div small.whythis a { 
  font-size : 11px; 
  text-decoration : none;
  color : #000000;
}
#gb_form_div small.whythis a span{ 
  text-decoration : none;
  color : #ca2d92;
}
#gb_form_div small.whythis a:hover span{ 
  color : #fff;
  background:#000;
  border:1px solid #fff;
}

#gb_form_div p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : 0.75em;
  letter-spacing : .0001em;
  color : #000000;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #000000;
}

#gb_form_div ul {
  margin : 10px 10px 20px 10px;
}

#gb_form_div ul li {
  list-style-type : none;
  margin : 0 10px 0 20px;
}
