/*
Theme Name: DroidPress
Theme URI: http://smthemes.com/droidpress/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 01/23/2013
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/

@import url(css/font.css);

html {
	background:#eeeeee;
}
body {	
	color:#292929;
	font-size:16px;
	font-family: 'Arial', sans-serif;
	position:relative;
}
a {
	color:#7B9C29;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
}

a.post_ttl, .post-caption h1 {
	font-family: 'Arial', sans-serif;
	color:#1b1b1b;
	text-decoration:none;
	line-height:25px;
	font-size:21px;	
}

h2 a.post_ttl:hover{
	color:#f1c696;
}
a.post_ttl {
	font-size:21px;
	font-family:'oswald';
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
	background: url(images/bg.jpg) no-repeat;
	padding-bottom:30px;
	box-shadow:0 0 10px #e0e0e0;
	background-color:white;	
}
#secondarymenu-container {
	position:relative;
}
#content-bottom {
	height:20px;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:23px;
	line-height:27px;
	color:#a3a3a3;
	width:160px;
}
.searchbtn {
	height:27px;
	width:31px;
	margin-right:-37px;
	border:1px solid #d8d8d8;
}
.searchform {
	height:27px;
	background:#fff;
	border:1px solid #d8d8d8;
	width:210px;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.articles .one-post {
	margin-bottom:20px;
}
.articles  .post-caption h1, .articles  .post-caption h2{
	padding-top:15px;
	padding-bottom:10px;
	font-size: 22px;
	font-weight:bold;
	color:#004529;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	
}
.articles .post-caption .post-meta {
	padding:0;
	color:#252525;
	font-size:12px;
}
.post-meta a{
	color:#7B9C29;
	text-decoration:underline;
}
.articles .post-date {
	color:#7f7f7f;
	
}
.articles .post-caption {
}

.articles .post-body  {
	margin:0 30px;
}
#commentform #submit, input.readmore, a.readmore {
	background:#f5f5f5;
	color:#272727;
	text-shadow:1px 1px 1px #fff;
	text-transform:lowercase;
	border-radius:40px;
	font-family:'arial';
	font-size:12px;
	font-weight:bold;
	padding:7px 15px;
	box-shadow:0 2px 3px #ccc;
	margin-right:3px;
	border:none;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	text-decoration:underline;
}
.featured_image {
	margin-top:15px;	
	padding:5px;
	border:none;
	box-shadow:1px 2px 3px #bcbcbc;
}
.googlemap {
	padding:5px;
	border:none;
	box-shadow:1px 2px 3px #bcbcbc;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:2px;
	box-shadow:1px 2px 3px #bcbcbc;
	
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:left;
	display:none;
}
.page-numbers {
	padding:5px;
	font-family: 'Arial';
}
a.page-numbers {
	color:#838383;
}
a.page-numbers:hover, span.page-numbers {
	color:#f33300;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#c3b9aa;
	background:#000;
}
#footer .container {
	padding-top:10px;
	}
#footer h3 {
	color:#fff;
	font-family: 'Calibri', sans-serif;
	font-weight:bold;
	font-size:26px;
	text-transform:none;
}
#footer .footer_txt {
	padding:10px 0;
	background:none;
	margin:0 auto;
	background:#111;
	border-top:1px solid #414141;
}
#footer .footer_txt .container {
	background:none;
	border:none;
	color:#fff;
	
	padding-top:10px;
	text-align:center;
}
.footer-widgets {
}
#footer .footer_txt .container a {
	color:#c3b9aa;
}
#footer .inner a {
	color:#c3b9aa;
	text-decoration:underline;
}
#footer .inner {
	padding-bottom:10px;
	text-align:left;
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
	
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}


#content .widget .caption h3 {
	font-size:22px;
	color:#004529;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	background-image:url(images/back-secondarymenu.png); background-repeat:no-repeat;

}	
#content .widget {
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:20px;
	}
	#content {
		
	}
	#content .container {
		padding:0;
		width:1000px;
		border:1px solid #fff;
		box-shadow:0 0 10px #e0e0e0;
	}
	#logo {
		float:left;
		padding-left:35px;
		padding-top:10px;
	}
	.menusearch {
		position:absolute;
		top:15px;
		right:20px;
		width:260px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:110px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:left;
		font-family:'arial', sans-serif;
		margin-top:45px;		
		margin-left:25px;
	}
	#secondarymenu a {
		text-decoration:none;
		padding:16px 9px;
		display:block;
		color:#6f6e6e;
		font-size:11px;
	}
	#secondarymenu a:hover{
		color:#000 !important;
	}
	#header-block {
		position:relative;
		text-align:center;
	}
	
	#mainmenu-container {
		height:122px;
		z-index:18;
		margin-top:14px;
		background:url(images/back-mainmenu.png) no-repeat;
		margin:0 30px;		
		padding:0 30px;		
		width:936px;		
	}
	#mainmenu li a {
		display:block;
		text-decoration:none;
		padding:49px 20px;
		font-size:16px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#004529;
		text-align:justify;
		background:url(images/sepa.png)  no-repeat left 50%;
		font-weight:bold;
	}
	#mainmenu li ul li a {
		background:none;
		color:red;
		
	}
	#mainmenu li:first-child a {
		background:none;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#7b9c29;
	}


	#header #mainmenu li ul {
		top:75px;
	}
	#header li ul {
		top:45px;
	}
	#header li ul .transparent {
		background:#fff;
	}
	#header li ul .inner {
		padding:0;
		border:1px solid #fff;
		border-radius:5px;
		background:#f6f6f6;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 32px!important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, .sub-menu li a {
		color:#6f6e6e !important; 
		padding:0 !important;
		height:25px;
		line-height:25px;
		background:none;
		
	}
	#header ul.children li a:hover, .sub-menu li a:hover {
		border:none !important;
		box-shadow:none !important;
		color:#000 !important;
	}
	
	#header #mainmenu li ul .inner {
		background:#f6f6f6;
		border:1px solid #fff;
		border-radius:5px;
		box-shadow:0 1px 1px #ececec;
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#004529 !important;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
		border:none !important;
		box-shadow:none !important;
		color:#7b9c29; !important;
	}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		margin:0 auto;
		width:938px;
	}
	.fp-next, .fp-prev {
		margin:189px 20px;
		width:45px;
		height:43px;
	}
	.fp-title{
		font-size:13px;
	}
	.slider {
		margin:0 auto;
		height:401px;
		position:relative;
		background:#fff;
		padding:8px;
		box-shadow:0 0 3px #d2d2d2;
	}
	.fp-prev-next-wrap {
		margin:0 -11px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:401px;
		width:918px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		bottom:-30px;
		right: 0;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		width:260px;
		margin-top:45px;
	}
	#secondarymenu-container {
	}
	#secondarymenu {
		float:none;
		overflow:nidden;
	}
	#secondarymenu li {
		padding:15px;
		font-size:18px;
	}
	#secondarymenu li a{
		color:#393939;
		text-decoration:none;
	}

	#mainmenu-container {
		font-family:'arial';
		clear:both;
		margin-bottom:10px;
		font-weight:bold;
		
		
	}
	#mainmenu {
		
	}
	#mainmenu li {
		padding:0;
		float:left;
			
	}
	#mainmenu a {
		color:#393939;
		text-decoration:none;
		font-size:20px;
		padding:10px 10px;
		display:block;
		font-weight:bold;
	}

	#mainmenu li ul {
		top:65px;
		left:0;
		
		
	}
	#header ul.children li a, .sub-menu li a {
		color:#004529;
	}	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	.articles .post-body{
		margin:0 10px;
		padding:10px 0;
	}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
		
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
		
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}
ul#menu-main-menu-1.menu li{
display:inline;
padding-right:22px;
padding-left:15px;
}
.widgetf{
	width:auto;
}

dl.gallery-item img{
border:1px solid grey;
padding:2px;
}