/*
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 {
	color: #7f7f7f;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 16px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
img {
	border: none;
}
a {
	 color: #0CC;
    text-decoration: underline;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}
a:visited {
    color: #666666;
    text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	margin: 10px auto auto auto;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
div {
    overflow: visible;
}
/* Centers the layout */
.centered {
	margin: 0 auto;
	width: 955px;
	background: url(images/watercooloer_bkgnd.jpg) ;
	padding: 4px 0px;
}
/* Header */
#header {
	margin: 0px auto 0px auto;
	background: url(images/head_bg.gif) ;
	width: 850px;
	height: 165px;
	text-align: left;
	padding: 4px 0px;
	padding-bottom:10;
}
#header h1 {
	margin: 0px;
	color: transparent;
	font: 1.7em Arial;
	color: transparent;
}
/* First header */
.header1 {
	background: url(images/h1.gif);
	border-left: 1px solid #156CB2;
	border-right: 1px solid #156CB2;
	font-size: .9em;
	color: #ffffff;
	text-align: center;
	padding: 6px 0px;
	width: 900px;
	float: center;
	font-family: Trebuchet MS, Arial;
	repeat: none,
}
.header2 {
	background: url(images/background: images/watercooloer_bkgnd.jpg;);
	font-size: .9em;
	color: #0CC;
	text-align: center;
	padding: 6px 0px;
	width: 200px;
	float: right;
	font-family: Trebuchet MS, Arial;
}
/* Second Header */
.header3 {
	background: url(images/h2.gif);
	font-size: 0.9em;
	color: #666666;
	text-align: right;
	font-family: Trebuchet MS, Arial;
}
/* Navigation */
#navigation {
	text-align: center;
	font: 1.1em 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
	padding: 5px 10px 0px 0px;
	margin: 130px auto 0px auto;
}
#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: #0CC;
	padding: 10px 10px;
	float:left;
}
#navigation ul li a:hover {
	display: block;
	text-decoration: underline;
	color: #333333;
}
#navigation ul li a span {
	display: block;
	padding: 9px 20px 8px 20px;
}
/* Container */
#container {
	width: 955px;
	margin: 0 auto;
	text-align: justify;
	padding-top: 20px;
}

/*body width*/
#content {
	padding: 15px;
	line-height: 1.1em;
	float: left;
    width: 650px;
}
#content .details {
	font-size: 0.9em;
	color: #777777;
}
/* Footer */
#footer {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.9em;
	width: 900px;
	padding: 15px;
}

/*sidebar*/
#col1 {
	float: right;
	padding: 5px;
    width:255px;
	font-size: .9em;
	font-family: 'Times New Roman';
	color: #0CC;
}

.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;
}

