/**The Crux of the Matter!**/

/**General XHTML Markup (body first, then alpha order)**/
body{
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-weight: 400;
background: #ffffff;
color: #484b50;
font-size: 14px;
margin: 0px;
padding: 0px;
border: 0px;
}

a, a:visited{ 
color: #009bff;
text-decoration: none;
}

a:hover{ 
color: #0277c3;
}

a img { border: none; }

address{
}

blockquote{
	margin-left: 15px;
	border-left: 5px solid #e9e9e9;
	padding-left: 10px;
	color: #a1a8b1;
	font-style: italic;
}

dt{
margin-right: 15px;
font-weight: bold;
}

dd{
margin: 15px 0 15px 30px;
}

em{ font-style: italic; }

form{
}

form div{
}

form div label{
}

form div input, form div textarea{
}

form div textarea{
}

form div input[type=submit]{
width: 200px;
margin: 0 auto;
background: #999999;
color: #EAEAEA;
font-size: 1.6em;
}

form div input[required], form div textarea[required]{
color: #880000;
}


h1,h2,h3,h4,h5,h6{
font-weight: 300; letter-spacing: -0.03em; color: #484b50;
}
h1 { font-size: 26px; line-height: 31px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; font-weight: 600; }
h4 { font-size: 16px; margin: 15px 0 10px; font-weight: 600; }
h5 { font-size: 16px; margin: 15px 0 5px;}
h6 { font-size: 12px; text-transform: uppercase; color: #a1a8b1; margin: 0 0 10px 0; letter-spacing: normal; font-weight: 400; }

p{ margin-bottom: 15px; }

strong{ font-weight: bold; }

ul li, ol li{
}


/**LAYOUT STUFF (order of appearance)**/

#wrapper{
margin: 0;
padding: 0;
}

.container {
position: relative;
margin: 0 auto;
text-align: left;
width: 95%;
max-width: 980px;
}

#header{
}


#wrapper_main { }


#rt_main {
	float: left;
	width: 600px;
	padding-top: 0px;
}

#rt_sidebar {
	float: right;
	width: 340px;
	padding-top: 30px;
	font-size: 12px;
}

.widget { margin-bottom: 40px; }

.rt_sidebar_full { width: 340px; }
.rt_sidebar_left { width: 180px; float: left; margin-right: 30px; }
.rt_sidebar_right { width: 130px; float: right; }

/* self-clearing floats voodoo */
.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*WordPress Image Classes*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	margin: 0 0px 10px 15px;
	}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	}
	
.size-full {
	max-width: 100%;
	width: auto; }


.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #d4d4d4;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	line-height: 1.214em;
	padding: 0 4px 5px;
	margin: 0;
}
