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

html { height: 100%; }

body { height:100%; background-color: #0a3053; }

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding-bottom: 10px;
	margin: 0px;
	border: 0px;
	outline: none;
}

.sub-content a, .post-content a {
    text-decoration: none;
    border-bottom: 1px dashed #369;
}

.wp-caption a {
	border:0;
}

.post-content a:link img, .post-content a:hover img, .post-content a:visited img {
	border:0;
}

.sub-content a:link img, .sub-content a:hover img, .sub-content a:visited img {
	border:0;
}

.sub-content .wp-caption a:hover, .post-content .wp-caption a:hover {
    border:none;
    text-decoration:none;
}

.sub-content a:hover, .post-content a:hover {
    border-style: dashed;
    border-color: #c93;
}
 
.sub-content {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 16px;
}

.sub-content ol {
    list-style-position: inherit;
    list-style:decimal;
}

.sub-content ul {
    list-style-position: inherit;
    list-style:disc;
    padding-left:0px;
}

.post-content li {
    margin:0 0 7px 30px;
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    margin-top:3px;
    margin-bottom:8px;
    line-height: 28px;
}

.archive-content h2.post-title {
    font-size:18px;
    text-decoration: underline;
}
.archive-content h2.post-title a:hover {
    border:none;
}

h2.archive-title {
    color:#C93;
}

a, a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: #c93;
	text-decoration: none;
	font-weight: bold;
}

#titlebar {
	width: 100%;
	min-width: 980px;
	height: 74px;
	background: url(../images/titlebarbg.jpg) repeat-x top left;
	overflow: hidden;
	position: relative;
	z-index: 300;
}

#title {
	width: 960px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 300;
}

#navigation {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	float: right;
	margin: 23px 20px 0 0;
	padding: 0px;
	/*width: 460px;*/
	z-index: 300;
}

#navigation li {
	display: block;
	float:left;
	margin-left: 50px;
	padding-right: 0px;
	padding-top:7px;
    height: 34px;
    text-align:center;
    text-shadow: 1px 1px 1px #fff;
}

#navigation li.firstli {
	padding-left: 0px;
}

#navigation li.current_page_item, #navigation li.current_page_parent {
    background: url(../images/nav_active.jpg) no-repeat center 0px;
    text-shadow: -1px -1px 1px #333;
    width: 93px;
}

#navigation li.current_page_item a, #navigation li.current_page_parent a {
    color:#fff;
    cursor:default;
}
#navigation li.current_page_item a:hover {
    text-decoration:none;
}

#nav-active {
	background: url(../images/nav_active.jpg) no-repeat center -4px;
	width: 93px;
	height: 30px;
	position: absolute;
	top: 23px;
	left: 474px;
	z-index: -1;
}

#navigation a, #navigation a:visited {
    color: #333;
    text-decoration: none;
    font-style: normal;
}

#navigation a:hover {
    color: #333;
    text-decoration: underline;
    font-style: normal;
}



h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}


#blog-container {
	width: 100%;
	min-width: 980px;
	background: url(../images/blog-bg.png) repeat-y top center;
}

#blog-sidebar {
	width: 182px;
	min-height: 400px;
	height: auto !important; 
	height: 400px; 
	float: left;
	margin-top: 115px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 40px;
	background:url(../images/blog-sidebar.png) repeat-y -1px 0px;
}

#sub-t {
	background:url(../images/sub-t.jpg) no-repeat top center;
	width: 100%;
	min-width: 980px;
	min-height: 444px;
}

#sub-page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#blog-content {
	width: 688px;
	min-height: 500px;
	height: auto !important; 
	height: 500px;
	background-color:#fff;
	float:left;
	border: #ccc 1px solid;
	border-bottom: none;
	margin-top:65px;
	margin-left:-1px;
	padding:20px;
}


h2.post-title a, h2.post-title a:visited {
	font-size: 22px;
    font-weight:bold;
    text-decoration: none;
    border-bottom:none;
    color:#069;
}

h2.post-title a:hover {
	font-size: 22px;
    font-weight:bold;
    text-decoration: none;
    border-bottom:none;
    color:#c93;
}



h1.deltaBlog, h1.title-blog {
	text-indent: -5000px;
	width: 155px;
	height: 36px;
	background:url(../images/delta-blog.png) no-repeat top left;
	border:0;
}




#sub-foot {
	background:url(../images/sub-foot-bg.png) 0px 57px repeat-x;
	min-width: 980px;
	width: 100%;
	height: 165px;
	margin-top: -1px;
}

#sub-foot a, #sub-foot a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#sub-foot a:hover {
	text-decoration: underline;
}

#sub-foot p {
	color:#666;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: center;
		text-shadow: #EEE 0px 1px 1px;
		line-height:12px;

}


.blogTitle {
	padding-top: 20px;
	margin-bottom:4px;
	line-height: 28px;
}

.blogDate {
	color: #999;
	font-style:italic;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
	margin:0px;
	margin-bottom:10px;
}

.blogTag {
	color: #999;
	padding: 20px 20px;
	border-bottom: #999 1px dotted;
	margin-bottom: 20px;
	margin-top: 20px;
	clear:both;
	font-weight: normal;
	font-style: italic;
	background-color: #efefef;
}

#blog-content img {
	border: #999 solid 1px;
	padding: 1px;
	margin: 10px;
}

/* ---- blog sidebar area ----*/

ul.sidebar-container {
    margin:0px;
    padding:0px;
}

h2.widgettitle {
    font-size:18px;
    font-weight: normal;
    margin-top:20px;
    margin-bottom:10px;
    padding-top:7px;
    padding-left:20px;
    line-height:25px;
    display:block;
    width:235px;
    height:46px;
    background:transparent url(../images/submenu-tab-right.png) no-repeat scroll left top;
    margin-left:-21px;
    color:#630;
    font-family:Helvetica,Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0 1px 1px #EEEEEE;
    clear:both;
    float:none;
}


.widget_search {
    display:block;
    clear:both;
    float:none;
     
}

.search-form-container {
    display:block;
    margin:0px;
    padding:0px;
    float:none;
    clear: both;
    margin-top:15px;
    margin-bottom:31px;
}

#searchform {
    padding: 0px;
    clear:both;
    float:none;
}

.rss-link {
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	vertical-align:middle;
}

.rss-link img {
	margin-top: -5px;
}

.blog-ul, .widget ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 5px 0px;
	padding: 0px;
	line-height: 19px;
}
.widget ul ul {
    margin-top:0px;
}

.widget ul ul li {
    padding-left:7%;
}

.blog-ul li, .widget ul li {
	padding: 0px;
	margin: 0px;
}

.blog-ul a, .widget ul li a, 
.blog-ul a:visited, .widget ul li a:visited {
	color: #333;
	text-decoration:none;
	font-weight:normal;
}

.blog-ul a:hover, .widget ul a:hover {
	color: #333;
	text-decoration:underline;
	font-weight:normal;
}
	
#search {
    border-top:1px solid #A3A6AB;
    border-left:1px solid #B3B6BB;
    border-right:1px solid #B3B6BB;
    border-bottom:1px solid #CBCED3;
	width:110px;
    height:20px;
    background:#FFF url(../images/search-bar-bg.png) 4px 4px no-repeat;
	margin: 0px;
    padding: 0px 0px 0px 23px;
	float: left;
}
#search:focus {
    background:#fff;
    padding:  0px;
    width:  133px;
}

#searchsubmit {
    background:url(../images/search-button.png) left top no-repeat;
    border:none;
    text-indent:-5000px;
    width:45px;
    height:22px;
	padding:0px;
	margin:0px;
    font-size:0px;
    display:block;
    line-height:0px;
    float:left;
    cursor: pointer;
}

.sitemap li {
   list-style:none outside none;
}
.sitemap ul li li {
    margin-left:18px;
    
}

.foot-space {
	width: 100%;
	min-width: 980px;
	height:57px;
	background: #0a3053 url(../images/footer.jpg) center top no-repeat;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
	
	#footer {
		width: 100%;
		min-width: 980px;
		background-color: #dedede;
		text-align: center;
	}
	
	#footer-nav {
	    width: 100%;
	    margin: 0 auto !important;
	    padding: 0 !important;
	}
	
	#footer-nav li {
	    font-size: 10px;
	    display: inline;
	    border-left: 1px solid #333;
	}
	
	#footer-nav li a {
	    padding: 0 5px 0 7px;
	}
	
	#footer-nav li:first-child {
	    border-left: 0 none;
	}
	
	#sub-foot {
		background:url(../images/sub-foot-bg.png) 0px 57px repeat-x;
		min-width: 980px;
		width: 100%;
		height: 165px;
		margin-top: -1px;
	}
	
	#sub-foot a, #sub-foot a:visited, #footer a, #footer a:visited {
		color: #333;
		text-decoration: none;
		font-weight: normal;
	}
	
	#sub-foot a:hover, #footer a:hover {
		text-decoration: underline;
	}
	
	#sub-foot p, #footer p, #footer-nav {
		color:#666;
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		padding-top: 10px;
		padding-left: 20px;
		text-align: center;
		-moz-text-shadow: 0px 1px 1px #fff;
		-webkit-text-shadow: 0px 1px 1px #fff;
		text-shadow: 0px 1px 1px #fff;
		line-height:12px;
	}

