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


body{
	margin:0;
	padding:0;
	background:#141414 url(images/back.jpg) top center no-repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	font-size:.7em;
	line-height:1.6em
	
}


hr{
	border:0;
	border-bottom:1px solid #aac1ab;
}

div{
	margin:0;
	padding:0;
}

label{
	padding:0px 0px 10px;
	display:inline-block;
}

img{
	border:0;
}

p{
	margin:0;
	padding:0px 0px 15px;
}

ul{
	list-style:square;
}
small{
	font-size:.8em;
	padding-bottom:15px;
	color:#fff;
	display:block;
}

h1{
	margin:0;
	padding:0px 0px 15px;
	font-weight:bold;
	font-size:1.7em;
	color:#00a2ff;
	line-height:normal;
}
h1 a{
	text-decoration:none!important;

}


h2{
	margin:0;
	padding:0px 0px 15px;
	font-weight:bold;
	font-size:1.6em;
	line-height:normal;
	color:#00a2ff;
}


h3{
	margin:0;
	padding:0px 0px 15px;
	font-weight:bold;
	font-size:1.4em;
	line-height:normal;
	color:#00a2ff;
}


h4{
	margin:0;
	padding:0px 0px 15px;
	font-weight:bold;
	font-size:1.2em;
	line-height:normal;
	color:#00a2ff;
}

h5{
	margin:0;
	padding:0px 0px 15px;
	font-weight:bold;
	font-size:1em;
	line-height:normal;
	color:#00a2ff;
}


a:link{
	text-decoration:none;
	color:#00a2ff;
}

a:visited{
	text-decoration:none;
	color:#00a2ff;
}

a:hover{
	text-decoration:none;
	color:#00a2ff;
}

a:active{
	text-decoration:underline;
	color:#00a2ff;
}


a.readMore{
	background:url(images/button_read_more.gif) no-repeat 50% 0;
	display:inline-block;
	width:113px;
	height:34px;
	float:right;
	
	
}

a.readMore:hover{
	background:url(images/button_read_more.gif) no-repeat 50% 100%;
}


/*------------------------LAYOUT---------------------------*/


#container{
	width:955px;
	margin:auto;
}

#header{
	padding:15px 0;
	margin:0;
	position:relative;
}

#logo{
	position:absolute;
	top:20px;
	left:10px;
}

#banner{
	position:relative;
	height:560px;
	clear:both;
}

#search {
	height:21px;
	left:41px;
	position:absolute;
	top:20px;
	width:231px;
}

.searchText{
	background:none;
	border:0;
	color:#fff;
	font-size:11px;
	width:185px;
	padding:10px 0;
}

.searchButton{
	background:url(images/search_button.gif) center no-repeat;
	width:22px;
	height:17px;
	border:0;
	cursor:pointer;
	padding-bottom:15px;
}

#bannerTitle {
	left:70px;
	position:absolute;
	top:116px;
}

#bannerContent{
	left:70px;
	position:absolute;
	top:306px;
	width: 495px;
	color:#fff;
	font-size:120%;
}

#bannerBottom{
	position:absolute;
	bottom:20px;
	left:25px;
}

#contentContainer{
	clear:both;
	padding:80px 25px 15px;
	min-height:500px;
	background:url(images/content_container.jpg) bottom center no-repeat;
}

#leftContainer{
	float:left;
	width:68%;
}

#rightContainer{
	float:right;
	width:30%;
}

.entry{
	background:url(images/dash.gif) bottom repeat-x;
	padding-bottom:20px;
	margin-bottom:25px;
	clear:both;
	font-size:1.2em;
}

.postImage{
	width:200px;
	height:200px;
	float:left;
}

.postImage img{
	width:100%;
}

.entry .content{
	float:left;
	width:98%;

}

#footerContainer{
	background:#1b1b1b url(images/footer.jpg) top center no-repeat;
	padding:20px 0;
}

#footer{
	width:955px;
	margin:auto;
	color:#fff;
}

.footerItem{
	float:left;
	width:22%;
	margin-right:20px;
}

.footerItem h2{
	font-size:95%;
	font-weight:bold;
	background:#111;
	padding:7px 10px;
	color:#fff;
	margin-bottom:10px;
}

.footerItem ul{
	margin:0;
	padding:0 10px;
}



.footerItem ul li{
	margin:0;
	padding:0;
	list-style:none;
}

.footerItem ul li a{
	text-decoration:none;
	display:inline-block;
	width:95%;
	color:#fff;
}

.footerItem ul li a:hover{
	color:#00A2FF;

}
#footerSearch{
	background:#111;
	color:#fff!important;
	position:relative;
}

#footerSearch .searchText{
	color:#fff;
	padding:7px 10px;
	position:relative;
}

#footerSearch .searchButton{
	position:absolute;
	right:3px;
	top:5px;
}

/*-------------------------BUTTONS-----------------------*/

a.knowMore{
	background:url(images/button_know_more.gif) no-repeat 50% 0;
	height:47px;
	width:266px;
	display:inline-block;
	position:absolute;
	bottom:-48px;
	left:180px;
}


a.knowMore:hover{
	background:url(images/button_know_more.gif) no-repeat 50% 100%;
}

/*-------------------------MENU-----------------------*/




#menu,#menu ul {
	padding:0;
	margin:0;
	float:right;
}
 
#menu a {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:14px 14px;
}


#menu li a:hover{
	color:#00a2ff;
}

#menu li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	position:relative;
}
 
#menu li ul  {
  position:absolute;
  left:-999em;
  height:auto;
  width:11em;
  margin:0;
  padding:2px;
  border:1px solid #B5B96A;
  background-color:#FFFFFF;
 }
 
#menu li li {
	width:100%;
	padding:0;
}
 
#menu li ul a {
	display:inline-block;
	text-decoration:none;
	color:#766341;
	padding:3px 15px;
	font-size:100%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
}

#menu li ul a:hover {
	background:#d5dd8a;
	padding:5px 14px;
	font-weight:bold;
}
 
#menu li:hover ul ul,#menu li:hover ul ul ul,#menu li.sfhover ul ul,#menu li.sfhover ul ul ul{
  left:-999em;
}
 
#menu li:hover ul,#menu li li:hover ul,#menu li li li:hover ul,#menu li.sfhover
  ul,#menu li li.sfhover ul,#menu li li li.sfhover ul {
  left:0;
  top:44px;
  z-index:6000;
}
 
#menu li li:hover,#menu li li.sfhover {
	background:#d5dd8a;
}


/*FOOTER*/


#footerMenu{
	list-style:none;
	padding:0;
	margin:0 auto;
	display:table;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-align:center!important;
}

#footerMenu ul{
	display:none;/*HIDE SUBMENU*/
}

#footerMenu li{
	padding:0;
		margin:0 auto;
	float:left;
	text-align: center !important;
}

#footerMenu li a{
	display:inline-block;
	text-decoration:none;
	color:#766341;
	padding:5px 10px;
	background:url(images/footer_menu_separator1.jpg) center right no-repeat;
	text-align: center!important;
	font-size:90%;
}

#footerMenu li.current_page_item a{
	font-weight:normal;
}

#footerMenu li.last a{
	background:none;
}


#footerMenu li a:hover{
	font-weight:normal;
}

#copyright{
	color:#6c6c6c;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	
}


/*-------------------------WIDGETS-----------------------*/

.widget{

	background:url(images/widget1.jpg) top center no-repeat;
}

.widget .content{
	padding:35px;
	padding-bottom:12px;
}


.widget h2{
	background:url(images/dash.gif) bottom repeat-x;
	padding:0 0 15px 0;
	margin-bottom:20px;
}

.widget ul{
	margin:0;
	padding:0;
	list-style: none;
}

.widget li{
	margin:0;
	padding:0;
	list-style: none;
}

.widget li a{
	display:inline-block;
	color:#fff;
	width:95%;
	text-decoration:none;
	padding:8px 5px;
	border-bottom:1px solid #222;
}

.widget li a:hover{
	background:#005586;
}

/*-------------------WORDPRES--------------------*/
.postmetadata{
	padding:5px 0px;
}

/*-------------------CLASSES--------------------*/

.borderBottom1{
	border-bottom:1px solid #aac1ab;
}


.clear{
	clear:both;
}

.clearer{
	clear:both;
	margin-top:-1px;
}

.content{
	padding:15px;
}

.borderWhite1{
	border:1px solid #fff;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}


.paddingBottom40{
	padding-bottom:40px;
}


.noPadding{
	padding:0;
	margin:0;
}

.marginAuto{
	margin:auto;
}

.paddingVer10{
	padding:10px 0px;
}

.paddingTop40{
	padding-top:40px;
}

.paddingRight7{
	padding-right:7px;
}


.width5{
	width:5%;
}
.width10{
	width:10%;
}
.width15{
	width:15%;
}

.width18{
	width:18%;
}


.width20{
	width:20%;
}
.width23{
	width:23%;
}

.width25{
	width:25%;
}
.width27{
	width:27%;
}

.width28{
	width:28%;
}
.width30{
	width:30.5%;
}
.width31{
	width:31.5%;
}

.width33{
	width:33.2%;
}

.width35{
	width:35%;
}
.width36{
	width:36%;
}

.width38{
	width:38%;
}
.width39{
	width:39%;
}

.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49.5%;
}
.width50{
	width:50%;
}
.width52{
	width:52%;
}
.width55{
	width:55%;
}

.width59{
	width:59%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width67{
	width:67%;
}
.width68{
	width:68%;
}
.width69{
	width:69%;
}

.width70{
	width:70%;
}
.width71{
	width:71%;
}

.width75{
	width:75%;
}
.width77{
	width:77%;
}.width79{
	width:79%;
}
.width80{
	width:80%;
}
.width90{
	width:90%;
}

.width100{
	width:100%;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:24px;}
/*************** comment ***************/
#postmetadata {
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}

.nocomments {background: none; color: #ffffff;}

#comments {
	color: #ffffff;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #141414;
}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #cccccc;
}

.commentlist {
	list-style: none;
	margin:0px ;
	padding:0 5px 10px 5px;
}
.comment,.trackback,.pingback{
	clear:both;
	margin:10px 0px 0px 0;
	padding:0px 0px 0px 0px;
	
}
.comment .children{
	list-style: none;
	padding:0px 0 0 0;
	margin:0px 0 0px 15px;
	border:0px red solid;
}
.comment div, .trackback div, .pingback div{
	height:100%;
	background:#141414;
	padding:5px;
}
.trackback div, .pingback div{
	border:1px #d8d8d8 dashed;
}
.comment div div,.trackback div div, .pingback div div{
	background:none;
	padding:0;
	border:0px;
}

.comment .says, .trackback .says, .pingback .says{
	display:none;
}
.comment .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.comment .fn,.comment .fn a,.trackback .fn,.trackback .fn a,.pingback .fn,.pingback .fn a{
	margin-left:0px;
	color:#00A2FF;
	text-decoration:none;
	font-size: 11px;
}	
.byuser .fn a{
	font-weight:normal;
	text-decoration:underline;
}
.bypostauthor .fn a{
	font-weight:bold;
	text-decoration:underline;
}
.comment .comment-meta,.trackback .comment-meta, .pingback .comment-meta{
	border-bottom: 1px dashed #cccccc;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
.trackback .comment-meta{
	padding:2px 0 2px 0;
}
.comment .comment-meta a, .trackback .comment-meta a, .pingback .comment-meta a {
	color:#00A2FF;
	text-decoration:none;
}

.comment .reply{
	margin:5px 0 0px 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
.comment .reply a{
	color:#00A2FF;
	text-decoration:none;
}
.trackback .reply, .pingback .reply{
	/*display:none;*/
}
	/**comment paging WP2.7**/
.commentnavi{
	position:relative;
	padding-right:20px;
}
.commentpages{
	float:right;
	padding:5px 10px;
}
.page-numbers{
	padding-left:5px;
}
.current{
	font-weight:bold;
}
	/*** comment form ***/
#respond {
	clear:both;
	padding:5px 15px 5px 5px;
	margin:10px 0px 0px 20px;
	font-size:11px;
}	
.cancel-comment-reply{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #B1A074;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 98%;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #B1A074;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #B1A074;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#wp-calendar{
	width: 100%!important;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		border:0px!important;
		
		}
		.wpld_panel {
background:transparent!important;
border:0px!important;
}

/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
background: none repeat scroll 0 0 #333;
    border: 1px solid #33333;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 1.625em;
    padding: 6px;
    position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #00A2FF;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}


/* Comment Form */
#respond {
border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    position: relative;
    background-color: #333333;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
/*	padding: 10px;*/
	/*text-indent: 80px;*/
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 50%!important;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 0px;
	padding:0px;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	/*position: relative;*/
	/*left: 30px;*/
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	height: 31px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	/*line-height: 2.2em;*/
	padding:0px;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 46%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
@media (max-width: 1200px) {

#container {
    margin: auto;
    width: 100%;
}	#footer {
    width: 100%;
}#footerContainer {
    width: 100%;
}
}
@media (max-width: 767px) {
	#leftContainer {
    float: none;
    width: 100%;
}#rightContainer {
    float: none;
    width: 100%;
}
.widget{ background-image:none;}
.footerItem {
    width: 47%;
}
}
@media (max-width: 560px) {
.footerItem {
    width: 100%;
	 float: none;
}	
#banner {
    display: none;
}

body {
    background: #141414 url("images/back1.jpg") no-repeat scroll center top;
}
#contentContainer {
    padding: 20px 25px 15px;
}

}
@media (max-width: 400px) {

#logo {
    display: none;
}
#menu, #menu ul {
    float: none;
}
}