/*
	Theme Name: InfoAgroAgropedia
    Theme URI: http://informatii-agrorurale.ro/
    Description: Revista Agricultura
    Author: InfoAgro
    Author URI: http://informatii-agrorurale.ro/
    Version: 1.0

*/

/* LAYOUT */

body {
	background: #E4E4E4 url(images/background.png) left top repeat-x;
	}

#wrapper {
   	}

#container {
   margin-top: 10px;
	}

#contentwrap {
   background: #FFFFFF /*url(images/contentwrap.png)*/  760px top repeat-y;
	}

a {
	color: #4B9F3B;
	}

a:hover {
	color: #89C63D;
	}
/* HEADER */

#header {
	height: 124px;
    background: url(images/header-bg.png) left top repeat-x;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 5px 0;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 20px 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #54A23C;
	text-decoration: none;
	}


#header h2 {
	color: #BBB9BB;
	font-size: 14px;
	line-height: 14px; 
	font-family: Arial, Helvetica, Sans-serif;
	}

.logoimg {
    margin: 32px 0 0 15px;
}

.feedtwitter {
	margin-top:6px;
	text-align: right;
}
    
    
/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 26px;
    padding: 0 0 0 10px;
    float: left;
    margin-top: 15px;
	}
	
#pagemenu {
	height: 26px;
    float: left;
	}

#pagemenu, #pagemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#pagemenu li a, #pagemenu li a:link {
	color: #606060;
	display: block;
    margin: 0 4px 0 0;
	padding: 8px 16px 7px 16px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    background: url(images/pagenav-bg.png) left top repeat-x;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #CBCBCB;
	}
	
#pagemenu li a:hover, #pagemenu li a:active{
	color: #FFFFFF;
	display: block;
    text-decoration: none;
    background: url(images/pagenav-hover.png) left top repeat-x;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #5BA644;
	}
	
#pagemenu  li.current_page_item a {
	color: #FFFFFF;
    text-decoration: none;
    background: url(images/pagenav-hover.png) left top repeat-x;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #5BA644
   	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}


#navcontainer {
	height: 38px;
	display: block;
	overflow: hidden;
    background: #F4F3F4;
	margin:0 -4px;
   	}

#navcontainer .current-cat a {
	color:#FFFFFF;
    background:#59A542 url(images/nav-background-hover.png) left top repeat-x;
    border: 1px solid #59A542;
	}

/* CONTENT */



#content {
    float:left; 
	padding: 15px 5px 15px 15px;
    color: #555555;
	/* width: 400px;	*/
	width: 760px;
	display:inline-block;
	}

	#content #leftContent {
	   width: 400px; 
	   float:left;
	
	}
	
	#content #rightContent {
	   width: 300px; 
	   float: right;
	   padding: 0 20px 15px 15px;
	   border-left: 2px solid #E5E5E5;
	   /*height:3180px;*/
	  height:auto;
	}
	
.post-wrap div:first-child {
    margin-left: 0;
}	
	
pre { overflow: auto;
	width: 470px; 
	}

.post {
	padding: 10px 0 5px 0;
	margin-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
	}


.post p {
	margin-bottom: 10px;
	color:#111111;
	}


.hr {
	padding: 10px 0 5px 0;
	margin-bottom: 20px;
    border-bottom: 3px solid #44A35C;
}


.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 20px;
	font-size: 23px;
	font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    /*text-transform: uppercase;*/
	color: #373535;
	}

	
.title a {
	text-decoration: none;
	color: #373535;
	}

.title a:hover {
	text-decoration: none;
	color: #4B9F3B;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.postdate {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
    color: #CBC5C5;
	padding:4px;
	}

.postdate span, .postmeta-secondary span {
    background: url("images/meta-separator.png") no-repeat scroll left center transparent;
    padding: 3px 0 3px 10px;
}

.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
	}
.entry img{
	margin-right:7px;
	margin-left:10px;
	
}	
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #555555 !important;
    background:none !important;
    border: 1px solid #fff !important;
}

.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #555555 !important;
    background: none !important;
    border: 1px solid #fff !important;
}

.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #555555 !important;
    background: none !important;
    border: 1px solid #fff !important;
}

.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background: #54A23C url(images/wp-pagenav-bg.png) left top repeat-x !important;
    border: 1px solid #54A23C !important;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.wp-pagenavi a:hover {
    border: 0 !important;
    color: #555555 !important;
    background: #D7D7D7 url(images/wp-pagenav-hover.png) left top repeat-x !important;
    border: 1px solid #C9C9C9 !important;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}


/* SIDEBAR(S)  */

.sidebaradbox {
	margin-bottom:10px;
	text-align:center;
	margin-left:-4px;
	}
	
.ad125 {
	margin: 6px;
	}

.sidebar {
	/*margin: 0 10px 10px 10px;
    font-size: 13px;
    color: #666666;*/
    margin: 10px 10px 10px 10px;
    font-size: 13px;
    color: #666666;
	border-left:2px solid #E5E5E5;
	
   	}
	
.sidebar a {
	text-decoration: none;
	color: #666666;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#4B9F3B;
	}



/* SIDEBAR(S) HOME   */

.sidebarhome {
	margin: 290px 10px 10px 10px;
    font-size: 13px;
    color: #666666;
	border-left:2px solid #E5E5E5;
	height:4200px;
	
	}
	
.sidebarhome a {
	text-decoration: none;
	color: #666666;
	}

.sidebarhome a:hover {
	text-decoration: underline;
	color:#4B9F3B;
	}
	


#search {
    border: 1px solid #CACACA;
    height: 28px;
    padding: 0px;
    background: #FFFFFF;
    text-align: right;
    margin-top: 15px;
}

#search input {
	border: 0;
    background: none;
    color: #7E7E7E;
}
	
	
#s {
	width: 240px;
	padding: 4px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch #search {
    margin: 6px 0 0 0px;
    padding-right: 4px;
    }
    
#topsearch #s {
    width: 224px;
    }

	
		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0px 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}


	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 0;
	padding: 8px 0 8px 16px;
    text-align: left;
	font-size: 16px;
    line-height: 16px;
    color:black;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    background: url(images/sidebar_tab.png)  left top repeat-x;
    border: 1px solid #44A35C;
    width:180px;
    border-radius: 7px 7px 7px 7px;
    text-shadow: 0 1px 0 #F9F9F9;
    }

.sidebar ul {
	list-style-type: none;
	/*margin: 0px 0px 10px 0px;
	padding: 0px;*/
	
	margin: 10px;
    padding: 2px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;

   	}

.sidebar ul ul {
	list-style-type: none;
	margin: -4px;
	padding: 10px;
  	}

.sidebar ul ul a {
   font-size:13px;
   color:black;
   font-weight: bold;
}
.sidebar ul ul #edit {
   color:#44A35C;
   font-weight: bold;
}

.sidebar ul ul #editorial {
   margin:2px -5px;
}
  	
.sidebar ul li li, .sidebar ul li ul li {
	padding: 6px 0px 6px 12px;
	margin: 0 0 2px 0;
    background: url(images/arrow.png) left 13px no-repeat;
    border-bottom: 1px solid #EBEBEB;
    width: 175px;
    }

/* SIDEBAR(S) HOME   */


.sidebarhome h2 {
	margin: 0;
	padding: 8px 0 8px 16px;
    text-align: left;
	font-size: 16px;
    line-height: 16px;
    color:black;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    background: url(images/sidebar_tab.png)  left top repeat-x;
    border: 1px solid #44A35C;
    width:180px;
    border-radius: 7px 7px 7px 7px;
    text-shadow: 0 1px 0 #F9F9F9;
    }

.sidebarhome ul {
	list-style-type: none;
	/*margin: 0px 0px 10px 0px;
	padding: 0px;*/
	
	margin: 10px;
    padding: 2px;
	}
	
.sidebarhome ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;

   	}

.sidebarhome ul ul {
	list-style-type: none;
	margin: -4px;
	padding: 10px;
  	}


.sidebarhome ul ul a {
   font-size:13px;
   color:black;
   font-weight: bold;
}

.sidebarhome ul ul #edit {
   color:#44A35C;
   font-weight: bold;
}

.sidebarhome ul ul #editorial {
   margin:2px -5px;
}

.sidebarhome ul li li, .sidebar ul li ul li {
	padding: 6px 0px 6px 12px;
	margin: 0 0 2px 0;
    background: url(images/arrow.png) left 13px no-repeat;
    border-bottom: 1px solid #EBEBEB;
    width: 175px;
    }



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #666666;
	background: none;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: none;
    color: #666666;
	}

#wp-calendar td {
	color: #666666;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	color: #fff;
    background: #4B9F3B;
	}
#wp-calendar td:hover a {
    color: #fff;
}	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}

/* FOOTER */

#footer {
    margin-top: 10px;
    background: #4B9F3B;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	}

#footer a {
	color: #FFFFFF;
	} 

#footer a:hover {
	text-decoration: none;
    color: #FFFFFF;
	} 
	
#credits {
	color: #4F4F4F;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#credits a {
	color: #4F4F4F;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 250px;
	padding: 2px;
	margin: 5px 5px 1px 20px;
	}

#commentform #commenttext {
    font-size: 13px;
    color:#111111;
    font-weight: normal;
	width: 250px;
	padding: 2px;
	margin: 5px 5px 1px 20px;
	}	

#commentform #commenttext b{
	color:#006400;
	margin-left:3px;	
    }
    
#commentform #commenttext span{
	color:#808080;
	margin-left:10px;	
    }

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	width: 555px; 
	height: 135px;
	margin-left:20px;
	}


.comment-author cite{
	color: black;
    font-size: 14px;
    font-weight: bold;
}

.comment-awaiting-moderation{	
	color:#4B9F3B;
}

.commentlist li {
position: relative;
margin-bottom: 10px;
padding: 15px;
border: 1px solid #E5E5E5;
background-color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.comments {
	box-shadow: 0px -3px 0px #44A35C, inset 0 50px 50px -50px #BCBCBC;
	font-size: 24px;
	color: black;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 3px solid #44A35C;
	padding-bottom: 5px;
	margin-bottom: 30px;
	margin-top: 50px;
	overflow: hidden;
	letter-spacing: -1px;
    }
    
.comments strong{
	margin-top:20px;
	margin-bottom:10px;
	margin-left:10px;
	float: left;
    }

.comments a{ 
	font-size: 12px!important;
	float: right;
	color: #010101;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:10px;
    }


.respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	/* margin: 0 0 5px auto;
	float: left; */
	
	float: none;
	width: 150px;
	padding: 5px 10px;
	background: #4B9F3B;
	border: 0px none;
	color: white;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:15px;
	margin-top:7px;
	}

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

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
    color :#111111;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    border: 1px solid #EBEAEB;
    margin: 0 10px 10px 0;
    background-color: #FFFFFF;
}

/* READ MORE */

#read-more{
    float: right;
    margin-bottom: 15px;
    background: url("images/readmore.png") repeat-x scroll left top #FEFEFE;
    border: 1px solid #EDE6E6;
    color: #4B9F3B;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 8px 4px;
    text-decoration: none;
}

/* WIDGET TITLE */

.widgettitle {
    background: url(images/widgettitle.png) left top no-repeat;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 14px;
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #111;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

/* PAGE - GALA */


.title-gala {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 20px;
	font-size: 23px;
	font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
	color: #373535;
	text-align:center;
	}


.content-gala{
	font-size:15px;
	color:#111111;
}	

.hr-gala {
	padding: 10px 0 5px 0;
	margin-bottom: 20px;
    border-bottom: 3px solid #44A35C;
    width:650px;
}

.pag-gala{
    color: #111111;
    font-weight: bold;
    font-size: 15px;
    margin-right:5px;
    text-align: center;
}  

.strong-gala{
	font-weight: bold;
    font-size: 13px;	
} 
.href-gala{
	font-size: 13px!important;
    margin-right: 2px!important;
}