/*  
Theme Name: Zecon Theme
Theme URI: http://henstudio.com
Description: Zecon theme designed by <a href="http://henstudio.com">Hen Design Studio</a>.
Version: 2.0
Author: Henmaker
Author URI: http://henstudio.com

*/

body {
	font: 12px/150% "Droid Sans", Tahoma, Arial;
	color: #585959;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
a {
	color: #265085;
	text-decoration: none;
}
a:visited {
	color: #265085;
	text-decoration: none;
}
a:hover {
	color: #aa8013;
	text-decoration: underline;
}
img {
	border: none;
}
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float:left;
	margin: 2px 15px 5px 0px !important;
}


.alignright {
	float:right;
	margin: 2px 0px 5px 15px !important

}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 20px 10px 0px;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 10px 20px;
}

/* various class */
.locate {
	padding: 5px;
	font-size: 80%;
	color: #969696;
	margin-top: 0;
	margin-bottom: 5px;
}

.locate a:link, .locate a:visited {
	color: #969696;
} 

.locate a:hover {
	color: #a4a4a4;
	text-decoration: underline;
} 


h1, h2, h3, h4, h5, h6, form { padding: 0; margin: 0; }	
small { font-size: 9px; }
.clear { clear: both; overflow: hidden; height: 0; }


h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	font-weight: normal;
	font-style: normal;
}	


h1 {
	color: #174D84;
	font-size: 170%;
	font-style: normal;
	margin-bottom: 10px;
}
h1 a, h1 a:visited{
	color: #174D84;
	text-decoration: none;
}
h1 a:hover{
	color: #4857ad;
	text-decoration: none;
}
h2 {
	color: #7D7046;
	font-size: 22px;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 a, h2 a:visited {
	color: #7D7046;
	text-decoration: none;
}
h2 a:hover {
	color: #b4951f;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	font-style: normal;	
	color: #174D84;
	margin: 5px 0px;
}
h4 {
	font-size: 110%;
	font-style: normal;	
	color: #7D7046;
	margin: 5px 0px;
}
form {
	margin:0px;
	padding:0px;
}

.pagewrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: #fff;
}


#header {
	width: 960px;
	clear: both;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
.topheader {
	float: left;
	width: 843px;
	float: left;
	position: relative;
	margin-top: 5px;
}


#page {
	margin: 0px auto;
	width: 960px;
}

#logo {
	width: 117px;
	float: left;
	height: 121px;
	position: relative;
}

.tagline {
	float: left;
	background: url(images/tagline.png) no-repeat;
	width: 363px;
	height: 60px;
	position: relative;	
}

.bannerholder{
	height:221px;
	width: 100%;
	background-color: #02467b;
	margin-bottom: 10px;
	
}

/* header area */


/* content area */
#content {
	float: right;
	width: 710px;
	overflow: hidden;
	margin-top: 5px;
	min-height: 350px !important;
	margin-left: 10px;
	margin-right: 20px;
}


#content-wide {
	float: left;
	width: 960px;
	overflow: hidden;
	min-height: 350px !important; 		
}

.post {
	clear:both;
}

.post-title {
	float: left;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	font-size: 95%;
	padding-bottom: 20px;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}


.post-cat {
	background: url(images/icon_news.gif) no-repeat left -2px;
	padding-left: 15px;
	font-size: 95%;
	color: #a3a3a3;
	padding-bottom: 5px;
}

/*- Post Date -*/
.post-date {
	font-style: normal;
	line-height: 100%;
	color: #6b6b6b;
	border-bottom-color: #3b3869;
	font-size: 10px;
}
.post-date a {
	color: #6b6b6b;
}
.post-date a:hover {
	color: #000;
}

/* end post date */

.postcontainer {
	background: #ffffff;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}

.entry {
	clear: both;
	padding-top: 10px;
	text-align: justify;
}

.entry .thumbnail {
	float: left;
	display:inline-block;
	padding:2px;
	width:150px;
	height:150px;
	background-color: #eaeaea;
	margin: 0 15px 15px 0;
	overflow: hidden;
}

.entry .thumbnail img {
	vertical-align:middle;
}

.entry .thumbnail:hover {
	background-color: #d2d2d2;
}


.entry ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-left: 10px;
}

.entry ul li {
	list-style: none;	
	background: url(images/bullet_gold.gif) no-repeat 0 5px;
	padding: 0 0px 0 15px;
	margin-left: 2px;
	margin-top: 0;
}



/*sidebar */
#sidebar {
	float: left;
	padding: 0 10px 10px 5px;
	width: 180px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*sidebar h2 */
#sidebar h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 95%;
	line-height: 150%;	
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 3px 0 3px 0px;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 2px 0 2px 10px;
	border: none;
}

/*list posts*/
ul.list-posts li{
	background: url(images/icon_news.gif) no-repeat !important;
	padding-left: 17px !important;
}

/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/icon_news.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
ul.list-pdf li{
	background: url(images/pdf_s.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	z-index: 12;
	float: right;
	padding-top: 10px;
	margin: 0;
	position: relative;
}


#searchform .searchformcover {

}

#searchform #s{
	font-size: 10px;
	color: #7a7b7b;
	width: 150px;
	float: left;
	margin: 5px 0 0 5px;
	background-color: #fefffe;
	border: 1px solid #e3e3e3;
	padding: 5px;
}

#searchform #s:hover, #searchform #s:focus{
	color: #000;	
}

#searchform #searchsubmit {
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 0;
	position: absolute;
	right: 5px;
	top: 10px;
}


/* home news */
.colthin {
	width: 320px;
	float :left;
	margin-right: 10px;
}

.home-recent-posts {
	margin-left: 10px;
}
.home-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.home-recent-posts ul {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 95%;
	line-height: 120%;
}
.home-recent-posts ul li {
	background: url(images/bullet_gold.gif) no-repeat 0 5px;
	padding: 0 0px 5px 15px;
	margin-left: 2px;
	margin-top: 0;
}


/* credits */
#footer {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}

#copyright {
	color: #a9a9a7;
	font-size: 85%;
	line-height: 120%;
}
#copyright a, #copyright a:visited {
	color: #a9a9a7;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

.pdf {
	background: url(images/pdf.gif) no-repeat left center;
	padding-left: 23px;
	padding-bottom: 5px;
	margin-left: 8px;
}


hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	color: #8c7418;
}	


.bigtext {
	font-size: 120%;
}
a.btn, a.btn:visited {
	font-size: 90%;	
	background-color: #7D7046;
	height: 18px;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
}
a.btn:hover {
	background-color: #b2931f;
	text-decoration: none;
}

.headline {
	font-size: 120%;	
	color: #174D84;
	margin: 5px 0px;
	font-weight: bold;
}

.headline2 {
	font-size: 120%;	
	color: #7D7046;
	margin: 5px 0px;
	font-weight: bold;
}

table.table1 {
	background-color: #b2931f;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.table1 td {
	padding: 5px!important;
	background-color: #ffffff;
}

table.table1 td.header {
	background-color: #b2931f;
	color: #fff;
	font-weight: bold;
}

.twocolumn {
	float: left;
	width: 450px;
}

/******* contact form *******/
#contactForm{
	padding: 15px;
	margin-top: 5px;
	margin-left: 5px;

	clear: both;
	border: 1px dotted #d1d1d1;
	
	background-color: #f5f5f5;
	margin-right: 10px;
}
#contactForm label{
	width: 80px; float: left; text-align: left;
	clear: left;
	font-weight: 700;
	font-size: 12px;
	margin: 5px;
}
#contactForm input, #contactForm select, #contactForm checkbox, #contactForm textarea {
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#contactForm input[Type="text"]{
	width: 200px;
	margin: 5px;
	padding: 5px; 
	float: left;
	border: 1px solid #a3a3a3;
	color: #333333; 
	
	
}
#contactForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm textarea{
	width: 390px;
	height: 120px;
	margin: 5px;
	padding: 5px; 
	float: left;
	border: 1px solid #a3a3a3;
	color: #333333; 

}
#contactForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm div{
	margin-bottom: 15px;
}
#contactForm span{
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
	clear: both;
	line-height: 100%;
	display: block;
	margin-left: 110px;
}
#contactForm span.error{
	color: #e46c6e;
}
#contactForm .inputholder {
	clear: both;
	display: block;
}
#contactForm select {
	margin: 5px;
	padding: 5px; 
	float: left;
	border: 1px solid #6d6d6d;
	color: #333333; 
	width: 220px;
	

}
.notification_ok {
	border: 1px dotted #b7ffc3;
	background-color: #e1ffe1;
	padding: 15px;

	margin: 5px;
}
.notification_error {
	background: #f8dbdb;
	border-color: #e77776;
	padding: 15px;

	margin: 5px;
}



.button,  input[type="submit"], button[type="submit"], input[type="button"], .btnmore {
	color: #fff;

	padding: 7px 10px;
	border-style: none;
	border-width: 0;
	font-size: 100%;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	letter-spacing: -0.8px;
	background: #004278 url(images/btnback.jpg) repeat-x 0 20px;	
	margin-bottom: 10px;
	margin-top: 10px;
}

a.button , a.button:visited, a.btnmore, a.btnmore:visited{
	color: #ffffff;
	padding: 9px 13px;
	display: inline-block;
}

.button:hover, input[type="submit"]:hover, button[type="submit"]:hover, .btnmore:hover, input[type="button"]:hover{
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #8a6f3f url(images/btnback.jpg) repeat-x 0 0px;	
}

#sidebar .button, #sidebar .btnmore, #sidebar input[type="submit"] {
	font-size: 90%;
	padding: 8px;
	margin: 5px;
}

select {
	margin: 5px;
	padding: 5px; 
	border: 1px solid #6d6d6d;
	color: #333333; 
	font-size: 12px;
}



.phplist .Error {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ff000d;
}

/* end of mail form */

/* form elements */



input[type="text"], textarea, input[type="password"]{ 
	border: 1px solid #999999; 
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 7px;
}

/******* /FORM *******/

/* gallery */

.gallery-item {
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
	border-style: none;
	padding: 2px;
}


.gallery-icon {
	margin: 0;
	padding: 0;
	border-style: none;
	
}

.gallery-icon img {
	border: 0;
	margin: 0;
	padding: 3px;
	background-color: #e6e6e6;
	border-style: none;
	
}

.gallery-icon img:hover {
	background-color: #ababab;
}


.gallery-caption, .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.galleryholder {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* page navi */
wp-pagenavi a, .wp-pagenavi a:link { 
	margin: 2px;
	text-decoration: none;
	color: #fffafd;
	background-color: #0a497a;
	border-style: none;
	padding: 6px 7px;	
}
.wp-pagenavi a:visited, .wp-pagenavi a:active { 
	margin: 2px;
	text-decoration: none;
	color: #fffafd;
	background-color: #8b7d5b;
	border-style: none;
	padding: 6px 7px;	
}
.wp-pagenavi a:hover {	
	color: #fffafd;
	background-color: #01112d;
	border-style: none;
}
.wp-pagenavi span.pages { 
	margin: 2px 2px 2px 2px;
	color: #fffafd;
	background-color: #0a497a;
	border-style: none;
	padding: 6px 7px;	

}
.wp-pagenavi span.current {
	color: #fffafd;
	background-color: #032e52;
	border-style: none;
	padding: 6px 7px;	
}
.wp-pagenavi span.extend {
	margin: 2px;	
	color: #fffafd;
	background-color: #0a497a;
	border-style: none;
	padding: 6px 7px;	
}
