/*
Theme Name: Simplistic Blue
Theme URI: http://www.carsenklock.com/resources/
Description: A simple blue wordpress theme by Carsen
Version: 1.3.2
Tags: blue,two-columns,white,light,fixed-width,right-sidebar
Author: Carsen Klock
Author URI: http://www.carsenklock.com/
*/

body {
	background: #EFEDED;
	font: 0.75em Arial;
	color: #555555;
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
a {
	color: #156CB2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
/* Centers the layout */
.centered {
	margin: 0 auto;
	width: 784px;
	background: url(images/page_bg.gif) repeat-y;
	padding: 4px 0px;
}
/* Header */
#header {
	margin: 0px auto 0px auto;
	background: url(images/header_bg.gif);
	width: 761px;
	height: 130px;
	text-align: left;
}
#header h1 {
	margin: 0px;
	padding: 40px 0px 0px 34px;
	color: #ffffff;
	font: 1.7em Arial;
}
/* Navigation */
#navigation {
	text-align: center;
	font: 1.0em Trebuchet MS, Arial;
	padding-top: 100px;
}
#navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
#navigation ul li {
	margin: 0px;
	padding: 0px 5px;
	float:left;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 8px;
	float:left;
}

#navigation ul li a.ult {
	color: #000;
	font-weight:bold;
}

#navigation ul li a:hover {
	display: block;
	text-decoration: underline;
	color: #ffffff;
}
#navigation ul li a span {
	display: block;
	padding: 9px 20px 8px 20px;
}
/* Container */
#container {
	width: 728px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}
/* Top ad */
.ad {
	text-align: center;
	margin-bottom: 20px;
}
/* First header */
.header1 {
	background: url(images/h1.gif);
	border-left: 1px solid #156CB2;
	border-right: 1px solid #156CB2;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	padding: 6px 0px;
	width: 400px;
	float: left;
	font-family: Trebuchet MS, Arial;
}
.header2 {
	background: url(images/h1.gif);
	border-left: 1px solid #156CB2;
	border-right: 1px solid #156CB2;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	padding: 6px 0px;
	width: 300px;
	float: right;
	font-family: Trebuchet MS, Arial;
}
/* Second Header */
.header3 {
	background: url(images/h2.gif);
	font-size: 0.9em;
	color: #666666;
	text-align: right;
	padding: 7px 10px 0px 0px;
	font-family: Trebuchet MS, Arial;
}
#content {
	padding: 5px;
	line-height: 1.8em;
  width: 0 auto;
}
#content .details {
	font-size: 0.9em;
	color: #777777;
}
/* Footer */

#col1 {
	float: right;
	padding: 5px;
    width:150px;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* footer */
#footer {
  background:#848586 url(images//back_pie_home.gif) repeat-x scroll left top;
  border-top:1px solid #626263;
  margin:0 auto;
  text-align:center;
	width:773px;
	font-size: 0.9em;
}
#pie_sites {
  background:#848586;
  border-bottom:1px solid #626263;
  border-top:1px solid #626263;
  margin-top:5px;
  text-align:center;
}
#pie_sites a{
  color:#FFFFFF;
  font-size:12px;
  font-weight:normal;
  text-decoration:none; 
}

.sep_lk_pie{
  color:#FFFFFF;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
}

#pie_logos {
  background:#FFFFFF none repeat scroll 0 0;
  text-align:center;
  margin: 0 auto;
}

#logos_center{
	line-height:12px;
}

#pie_logos #pie_link{
	margin-top: 5px;
}

#pie_logos #pie_link span{
	font-size: 9px;
}
.lk_pie_link a{
	text-decoration:none;
	color:#717171;
}

.sep_lk_pie_link{
	padding:0;
}

.lk_pie_ext, .sep_lk_pie_ext {
 color:#717171;
 font-size:10px;
 text-decoration:none;
}

#pie_logos span {
  color:#000000;
  font-size:10px;
}
#logos span {
	padding:0 5px;
}
.logo_right{
	float:right;
    margin:0;
}

.logo_left{
	float:left;
    margin:0;
}
/* End Structure */