@charset "utf-8";
/* CSS Document */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333333;
	font-family: 'Droid Serif',arial,serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* --------------------------------------- */

body {
	margin:20px 0;
	background:  url('http://ronbeeler.com/images/bg_fade.jpg') repeat-x #6891FA;
}


h1 {
    color: #333333;
    font-family: 'Oswald',arial,serif;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 15px;	
}

#title {
	margin: 0 auto;
    width: 960px;
    box-shadow: 0 1px 3px #000000;
	clear:both;
	background-color: #727272;
	text-align:center;
	padding: 5px;
}

#title span {
	color:white;
	font-weight:bold;
	font-size: 18px;
}

#header {
	margin: 0 auto;
    width: 960px;
	height:85px;
    box-shadow: 0 1px 3px #000000;
	clear:both;
}

#nav {
	margin: 0 auto;
    width: 960px;
    box-shadow: 0 1px 3px #000000;
	clear:both;
	background-color: #EDEDED;
	padding: 5px;
	text-align:center;
	height: 25px;
}

#nav ul {
	list-style-type:none;
	margin-left: 280px;
}

#nav ul li {
	float:left;
	margin: 0 10px;
}

#nav a, #nav a:hover, #nav a:visited {
	color: #1F9CD8;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}


#inner {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px #000000;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    width: 920px;
    box-shadow: 0 1px 3px #000000;
	clear:both;
}

#sidebar-content-wrap {
}

#sidebar {
    background: none repeat scroll 0 0 #F5F5F5;
    display: inline;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 15px 5px;
    width: 250px;
	background-color: #727272;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	padding: 10px 0;
}

#sidebar ul li a {
	text-transform: uppercase;
}



#sidebar a, #sidebar a:visited, #sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#content {	
	width: 600px;
	float: right;
    padding: 10px;
}

#content p {
    padding: 0 0 20px;
}

#footer {
	margin: 0 auto;
    width: 940px;
	padding: 20px 15px 20px;
    box-shadow: 0 1px 3px #000000;
	clear:both;
	background-color: #727272;
	color: #ffffff;
	overflow:hidden;
}

#footer p {
	color: #ffffff;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

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

.footer-widget-1 {
	float: left;
    padding: 0 20px 0 0;
    width: 345px;
}

.footer-widget-2 {
    float: left;
    padding: 0 20px 0 0;
    width: 300px;
}

.footer-widget-3 {
    float: left;
    width: 255px;
}


#copyright {
	margin: 0 auto;
    width: 940px;
	padding: 20px 15px 20px;
	clear:both;
	overflow:hidden;
	text-align:center;
}

#copyright p {
	color: #ffffff;
	font-size:12px;
}

#copyright p a, #copyright p a:visited, #copyright p a:hover {
	color: #bbbbbb;
	font-size:12px;
	color: #666666;
}



.img-style-01 {
	border: 1px solid #999999;
    padding: 4px;
}

.img-left {
	float:left;
	margin: 0 10px 5px 0;
}

.img-right {
	float:right;
	margin: 0 0px 5px 10;
}
