/*
Theme Name: Lara Ferroni Blogs
Description: Consolidated Blog
Version: 1.0
Author: Lara Ferroni
Tags: magazine, simple

*/

* {
	margin:0;
	padding:0;
	}

	body  { background-color: #dee7e6;
	       color: #664f3d;
		  font: 10px arial,helvetica,sans-serif;	       

	}


a {
    text-decoration: none;
	color: #91ad25;
}

a:hover{
    color: #cc9966;
}

a img {
    border-width: 0px;
    border-style: solid;
    background: none;
}

p{
	padding: 10px;
}


h2	{
	font: bold 16px arial,helvetica,sans-serif;
    text-transform: uppercase; 
}



table{
}

.right{
	float: right;
}

.left{
	float: left;
}

ul{
  list-style: none;
  padding-left: 5px;
}

li{
  list-style: none;
  padding-left: 5px;
}

#clearfloat{
float: none;
}

/*
------- header div styles -------
*/


#wrap{

	background-color: white;
		padding: 30px;
		width: 1024px;
		margin: auto;
		-webkit-border-radius: 20px 20px 20px 20px;
		-moz-border-radius: 20px 20px 20px 20px;
}


#header{


}

#blog_nav{
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 5px;
}

#blog_nav_item a{
	color: #91ad25;
	padding-right: 14px;
	font: bold 12px arial,helvetica,sans-serif;	
	text-transform: uppercase; 
	margin: 5px;
}

#blog_nav_item  a:hover{
    color: #cc9966;
}


#searchmenu{
	color: #91ad25;
	padding-right: 5px;
	font: bold 12px arial,helvetica,sans-serif;	
	text-transform: uppercase; 
	margin: 5px;
}

#searchbox{
	margin-top: 5px;
	border: solid 1px #91ad25;
	display: none;
	position: absolute;
	left: 1020px;
	padding: 10px;
	background-color: #dee7e6;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}


/*
------- homepage div styles -------
*/

#homepage_main{
	width: 1024px;
	padding-top: 10px;
	float: none;
	background-color: white;
        font-size: 9pt;
	line-height: 1.5em;
}

#post_thumb img{
        float: left;
	border: solid 1px #cccccc;
}

#sidebar_left{
	float: left;
	width: 150px;
}

#home_content{
	float:left;
	width: 680px;
	margin-left: 10px;
	margin-right: 10px;
	font: 13px arial,helvetica,sans-serif;
	line-height: 20px;
}



#home_sidebar_right{
	float:left;
	width: 310px;
}

#home_ad{
	width: 300px;
	height: 250px;
}

#home_recent{
	width: 150px;
	padding-left: 150px	;
	list-style: none;
}

#home_archive{
	width: 300px;
	padding-left: 25px	;
	list-style: none;
}

#home_other{
	width: 300px;
	padding-left: 25px	;
	list-style: none;
}

.clear_float{
	clear: both;
}


#post_title{
	font: bold 18px arial,helvetica,sans-serif;
    text-transform: uppercase; 
}

#post_date{
	font: 14px arial,helvetica,sans-serif;
    text-transform: uppercase; 
}

#post_category{
	font: 12px arial,helvetica,sans-serif;
    text-transform: lowercase; 
}

.recent_post_item{
	
}



/*
------- Blog styles -------
*/


#main_content{
	float:left;
	width: 840px;
	margin-left: 10px;
	margin-right: 10px;
}


#main_blogpost{	
	width: 840px;
border-bottom: solid 1px #cccccc;
	padding-bottom: 10px;
	padding-top: 5px;
	font: 13px arial,helvetica,sans-serif;
	line-height: 20px;
	
	}
	


	#blog_ad{
		height: 600px;
		width: 160px;
	}
	
	#blog_subcats .categories{
		font: bold 16px arial,helvetica,sans-serif;
	    text-transform: uppercase;
		height: 500px;
		width: 150px;
		border-left: solid 1px #cccccc;
		padding-left: 5px	;
		list-style: none;
		
	}
	
	#blog_subcats ul{
		font: bold 14px arial,helvetica,sans-serif;
	    text-transform: uppercase;
		list-style: none;
	}
	
	#blog_subcats .cat-item{
		font: bold 12px arial,helvetica,sans-serif;
	    text-transform: lowercase;
		position: relative;
		left: 10px;
		list-style: none;
	}

	#sidebar_right{
		float:left;
		width: 160px;
	}
	
#postpage_intro{
	clear: both;
	width: 800px;
	height: 550px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	
}


#postpage_special{
	clear: both;
	width: 800px;
	height: 550px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	
}

#postpage_title{
    color: black;
    font-size: 42px;
    font-family: "Times New Roman", "Georgia", serif;
    font-style: italic;
    text-align: right;

}

#postpage_intro_text_wrapper{
	width: 400px;
    height: 550px;
    float: right;
}

#postpage_intro_transparentbox{
	background-color: white;
 	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	height: 550px;
	
}


#postpage_intro_text{
	font-size: 18px;
    font-family: "Times New Roman", "Georgia", serif;
    line-height: 2.15em; 
    padding: 40px;
    position: relative;
    top: -550px;
}

#post_recent{
	width: 840px;
	padding-left: 5px;
	list-style: none;
}

#recipe{
padding:35px;
border: 1px dashed #cccccc;
margin: 30px;
}
	
/*
------- Portfolio styles -------
*/

#main_portfolio{

		margin-top : 0px;
	    margin-bottom : 0px;
	    margin-left : 30px;
         margin-right : 30px;
         padding : 0px;     
   		color : #664f3d;
	    text-align : center;
	}


#portfolio_title{
	font: 16px arial,helvetica,sans-serif;
}

#portfolio_wrap{
   margin: auto;
}

#portfolio_nav{
display: inline;
   position: relative;
   top: 150px;
   z-index: 10;
   margin: auto;
   visibility:hidden;
}



#portfolio_next{
   float: right;
   text-align: right;
   width: 250px;
   height: 40px;
     position: relative;
   top: 150px;

}

#portfolio_prev{
   float: left;
   text-align: left;
   width: 250px;
   height: 40px;
   position: relative;
   top: 150px;
  
}

#portfolio_prev a, #portfolio_next a{
  background-color: #91ad25;
  filter:alpha(opacity=70);
  opacity:0.7;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	color: #ffffff;
       font-size: 24pt;
  padding-top: 15px;
  width: 250px;
}

#portfolio_next a{
  padding-right: 15px;

}

#portfolio_prev a{
  padding-left: 15px;
}


#portfolio_images{
   z-index: 1;
   position: relative;
   top: -50px;
   float: none;
}

.portimage{
  float: left;
}

#portfolio_caption{
   float: none;
   height: 50px;
   top: -200px;
   z-index: 110;
   margin: auto;
     position: relative;
   top: -80px;
   background-color: #ffffff;
   color: #000000;
filter:alpha(opacity=60);
opacity:0.6;
  width: 83%;
   visibility:hidden;
       font-size: 14pt;
padding-top: 10px;
width: 900px;
}

#port_thumbicon{
float: none;
}


.prevnext { border-top : 1px solid #3d7e7a;
  float: left;
                      padding : 3px;
      padding-left: 50px;
  top: -100px;
}



.prevnext a, link  {  border : 0px solid #c0c0c0;
                      color : #3d7e7a;
                      text-decoration : none;
                      font-weight : normal;
                      padding : 3px;
 
}

 
.prevnext a:active  { background-color: #FFFFFF;
                      border : 0px solid #664f3d;
                      color : #3d7e7a;
                      text-decoration : none;
                      font-weight : normal;
                      padding : 3px;

}

.prevnext a:hover  {  background-color: #FFFFFF;
                      border : 0px solid #a9a9a9;
                      color : #3d7e7a;
                      text-decoration : none;
                      font-weight : normal;
                      padding : 3px;

}



/*
------- Page styles -------
*/


#page_content{
	float:left;
	width: 950px;
	margin-left: 10px;
	margin-right: 10px;
}




/*
------- Comments styles -------
*/

.comments{
	    padding-top: 5px;
		padding-left: 20px;
		list-style: none;
		font: bold 16px arial,helvetica,sans-serif;
	    text-transform: uppercase;
		
}
.comments alt{
		list-style: none;
		background-color: #dee7e6;
		
}
.commentsbody{
		font: bold 16px arial,helvetica,sans-serif;
		padding-top: 5px;
		font: 12px arial,helvetica,sans-serif;
		text-transform: none;
		border-bottom: solid 1px #cccccc;
}


.commentsbody ul{
}

.commentsbody li{
	font: bold 12px arial,helvetica,sans-serif;
    text-transform: lowercase;
	position: relative;
	left: 10px;
	list-style: none;
}






/*
------- footer styles -------
*/

#copyright{
        font-size: 6pt;
}
