/*  

Theme Name: Corporate Blue

Description: A two column blue-green theme. 

Version: 1.0

Web Template downloaded free

URI: http://freelayouts.com

Modified for Wordpress by: Mike Lewis

URI: http://www.open-dialogue.com/seismicmike/

*/

/** BASIC */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: rgb(0,71,132) ;
	margin: 0px;
	padding: 0px;
   background: rgb(39,56,64) url(images/homepage01.jpg) repeat-x left top;
	font-size: 11px;
	text-align: justify;
	color: rgb(39,56,64) ;
}

a:link {
	color: rgb(0,71,132) ;
   text-decoration: none ;
}

a:visited {
   color: rgb(0,34,63) ;
   text-decoration: none ;
}

a:hover {
	text-decoration: underline ;
}

html, body {
	height: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
}

h2.bigger {
	font-size: 18px;
	text-transform: uppercase;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

h4 {
   margin: 0px ;
   padding: 0px ;
   font-size: 10px ;
   font-weight: bold ;
}

p, ol {
	margin-top: 0px;
}

p.post {
  text-indent: 2em;
}

  ul {
    list-style-type: square;
  }

.post-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.post {
	padding: 10px 30px 10px 20px ;
	text-align: justify;
}

.post-footer {
	padding: 5px;
	font-size: .9em;
	background-color: #f9f9f9;
	border: 1px solid #aaaaaa;
}

.post-footer a { border-bottom-width: 0; }

.post-content b {
	font-style: none ;
	font-weight: bold ;
	text-decoration: none ;
}

.post-content i {
	font-style: italic ;
	font-weight: none ;
	text-decoration: none ;
}

.post-content u {
	font-style: none ;
	font-weight: none ;
	text-decoration: underline ;
}

.post-content em {
	font-style: italic ;
	font-weight: bold ;
	text-decoration: underline ;
}

.post-content strong {
	font-style: italic ;
	font-weight: bold ;
	text-decoration: underline ;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 2px solid #608B9F;
}

.hr1 {
	clear: both;
	margin-top: 10px 0px 10px 0px;
	border: 1px dashed #608B9F;
}

.hr1 hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 718px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 30px;
	background-color: #FFFFFF;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#header {
	margin-bottom: 30px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
   font-size: 30px;
}

#header a:link {
   color: rgb(39,56,64) ;
   text-decoration: none ;
}

#header a:active {
   color: rgb(39,56,64) ;
   text-decoration: none ;
}

#header a:visited {
   color: rgb(39,56,64) ;
   text-decoration: none ;
}

#header a:hover {
   color: rgb(39,56,64) ;
   text-decoration: none ;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
   text-transform: capitalize ;
}

/** MAIN-MENU */

#main-menu {
	margin: 0px 0px 30px 0px;
	background: #4F7383 url(images/homepage06.gif) no-repeat right top;
	text-transform: uppercase;
}

#main-menu ul {
	height: 28px;
	margin: 0px;
	padding: 11px 0px 0px 7px;
	background: transparent url(images/homepage02.gif) no-repeat left top;
	list-style: none;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	padding: 0px 8px 0px 15px;
	background: transparent url(images/homepage03.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#main-menu .first a {
	background: none;
}

/** CONTENT */

#content {
	float: left;
	width: 70% ;
	text-align: left ;
}

#left {
	float: left;
	text-align: left ;
}

#right {
	float: right;
	text-align: left ;
}

.cent {
   text-align: center ;
}

/** FOOTER */

#footer {
	clear: both;
	padding: 20px 0px 0px 0px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0px 10px;
}

#footer p {
	text-align: center;
	font-size: 9px;
}

abbr, acronym, cite, kbd {
	cursor: help;
	font-style: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 23% ;
	text-align: left ;
	height: 100% ;
}

#sidebar h3 {
   font-size: 1.0em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidenotes {
	height: 100% ;
}

#sidenotes dl {
   margin: 0;
}

#sidenotes dt {
   padding-bottom: 0;
   font-size: 0.9em;
   font-weight: bold;
   text-transform: uppercase;
}

#sidenotes dd {
   padding-top: 0;
   padding-right: 5px;
   margin-bottom: 10px;
   margin-left: 0px ;
}

.b {
	font-style: none ;
	font-weight: bold ;
	text-decoration: none ;
}

.i {
	font-style: italic ;
	font-weight: none ;
	text-decoration: none ;
}

.u {
	font-style: none ;
	font-weight: none ;
	text-decoration: underline ;
}

em {
	font-style: italic ;
	font-weight: bold ;
	text-decoration: underline ;
}

strong {
	font-style: italic ;
	font-weight: bold ;
	text-decoration: underline ;
}