/*
Theme Name: Oceanfront
Version: 1.1
Author: DreamSoft
Author URI: http://www.dreamsoft.us/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

html {height: auto !important;
	height:100%;
	min-height:100%;}

body {
	background:#7a80b9 url(images/body_bg.gif) repeat-x bottom;
	font-size:12px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height:100%;
	min-height:100%;
}

img {
	border: 0;
}

a {
	color: #506165;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.floatright {
	float:right;
	}
.floatleft {
	float:left;
	}
.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	}
	
INPUT
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY:  Arial, Helvetica, sans-serif;
}
TEXTAREA
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY:  Arial, Helvetica, sans-serif;
}

/***** PAGE STRUCTURE FORMATTING *****/

#PageContainer {
	margin: 0 auto;
	width: 780px;
}

#logo-link {
	position: absolute;
	display: block;
	width: 250px;
	height: 150px;
	margin: 35px 0 0 0;
	z-index: 200;
}

#header {
	padding-top:33px;
}
#header .logo {
	position:absolute;
	z-index:100;
}
#header .slideshow {
	padding-top:65px;
	height:324px;
	}
#header .staticimage {
	padding-top:65px;
	height:206px;
	}

#content {
	color:#030839;
	background:#fff url(images/content_bg.gif) repeat-x top;
	padding:40px 22px 22px 24px;
	width:702px;
	overflow:hidden;
}
.post img, .post .pngimg {
	border:1px solid #4a5581;
	margin:8px;
	}
.postmeta img {
	border:0;
	}

.container {
	background:#8fc5df url(images/container_bg.gif) repeat-x bottom;
	padding:16px 13px 13px 13px;
	}
.container2 {
	background:#8fc5df;
	padding:0 3px;
	}
.containe2_bottom {
	background:#8fc5df;
	height:3px;
	}

.topimages img {
	text-align:center;
	/*padding:0 5px 25px 5px;*/
	}


/***** NAVIGATION BAR FORMATTING *****/

#NavContainer {
 background: #45507e;
 font-family:Tahoma;
 font-size:14px;
 line-height: 38px;
 height: 38px;
 color:#fff;
 text-shadow: #000 0 0;
}

ul#navmenu {
 margin: 0 0 0 1px;
 _margin: 0 0 0 2px;
 border: 0 none;
 padding: 0;
 /*width: 780px;*/ /*For KHTML*/
 list-style: none;
 height: 38px;
}

ul#navmenu li {
 margin: 0;
 border: 0 none;
 padding: 0;
 float: left; /*For Gecko*/
 display: inline;
 list-style: none;
 position: relative;
 height: 38px;
}

ul#navmenu ul {
 margin: 0;
 border: 0 none;
 padding: 0;
 width: 200px;
 list-style: none;
 display: none;
 position: absolute;
 top: 38px;
 left: 0;
 border:2px solid #5c6792;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
 clear: both;
 display: block;
 font: 1px/0px serif;
 content: ".";
 height: 0;
 visibility: hidden;
}

ul#navmenu ul li {
 width: 200px;
 float: left; /*For IE 7 lack of compliance*/
 display: block !important;
 display: inline; /*For IE*/
 height: 25px;
}

/* Root Menu */
ul#navmenu a {
 padding: 0 22px 0 23px;
 _padding: 0 21px;
 float: none !important; /*For Opera*/
 float: left; /*For IE*/
 display: block;
 color: #fff;
 text-decoration: none;
 height: auto !important;
 height: 1%; /*For IE*/
 height:38px;
 background:url(images/menu_bg.gif) no-repeat right;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
 background: #5c6792 url(images/menu_bg.gif) no-repeat right;
 color: #fff;
}

ul#navmenu li.last {
	margin-left:-1px;
	background:#45507e;
	width:1px;
}
ul#navmenu .last a:hover,
ul#navmenu li.last:hover a,
ul#navmenu li.last.iehover a {
 background-image:none;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
 padding: 0 0 0 10px;
 float: none;
 background: #45507e;
 color: #fff;
 height:25px;
 line-height: 25px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
 background: #5c6792;
 color: #fff;
}


ul#navmenu li:hover ul,
ul#navmenu li.iehover ul {
 display: block;
}




/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 25px;
}

.post a {
	text-decoration:none;
	color:#2d9bdb;
	}
.post a:hover {
	text-decoration:underline;
	} 
.post .postmeta a {
	text-decoration:none;
	}
.post .postmeta a:hover {
	text-decoration:underline;
	} 

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #e8e9dc url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 13px;
	line-height: 1.6em;
}

p.center {
	text-align: center;
}

.postmeta {
	font-size: 11px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom: 15px;
	color:#1d61d2;
}
h1 a {
	text-decoration:none;
	color:#2d9bdb;
	font-size:13px;
	}
h1 a:hover {
	text-decoration:underline;
	}

h3 {
	font-size:14px;
	color:#506165;
	margin-bottom:2px;
	font-weight:bold;
	}
.post h3 a {
	color:#506165;
	text-decoration:none;
	}
.post h3 a:hover {
	text-decoration:underline;
	}
	
h3#comments {
	font-size:12px;
	}
h3#respond {
	font-size:12px;
	}
	
h4 {
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #506165;
	margin-bottom:2px;
}

/***** LISTS FORMATTING *****/

.post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	padding: 0 0 20px 0;
	text-align:center;
}

#searchform #s {
	width: 120px;
	padding: 2px;
	margin: 0 0 3px 0;
	background: #fff;
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 12px;
	font-weight: bold;
	color:  #000;
	font-family: Arial, sans-serif;
	padding-left:30px;
}

.sidebar {
	width: 262px;
	float: left;
	color: #fff;
	padding:20px 0;
	font-size:11px;
}

.sidebar .archivselect {
	width:130px;
	margin-top:4px;
	margin-left:50px;
	background:#fff;
	}

.sidebarLeft {
	width: 135px;
	float: right;
	color: #000;
	padding: 20px;
}

.sidebar a {
	display:block;
	color: #fff;
	text-decoration: none;
	background:none;
	width:202px;
	padding:1px 10px 1px 50px;
}

.sidebar a:hover {
	background:#506165;
	text-decoration:none;
}


/***** SIDEBAR LISTS FORMATTING *****/

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

.sidebar li {
	padding:0 0 0 0;
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer {
	padding:10px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	line-height:28px;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}


/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background:#fff;
}

#commentform textarea {
	width: 400px;
	padding: 2px;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
}

#commentform #submit {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background:#d4d0c8;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 7px 0 6px 0;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 0px 5px 0px 0;
}
.commentlist .postmeta {
	margin-bottom:2px;
	}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.sitemap {
	font-size:14px;
	line-height:18px;
	}
.sitemap a {
	text-decoration:none;
	color:#1046a1;
	}
.sitemap a:hover {
	text-decoration:underline;
	}
.sitemap, .sitemap li, .sitemap ul {
	list-style:none;
	}
.sitemap li {
	padding:5px 0 5px 10px;
	color:#2d9bdb;
	}
.sitemap li li{
	font-size:13px;
	padding:0 0 0 25px;
	list-style:inside square;
	color:#2d9bdb;
	}
	
/* begin hide from ie5 \*/
* html #content {height:1%;}
/* hide end */

