/*  
Theme Name: Manuela Valenti Studio
Theme URI: http://www.elegantwebdesigns.net
Description: Blog theme for Manuela Valenti Studio.
Author: Manuela Valenti
Author URI: http://www.elegantwebdesigns.net
Version: 1.0
*/


/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	/*background: url(img/bg-body.gif) repeat-x top left;*/
	font:12px Arial, Verdana, tahoma;
	color:#898989;
}

html {
overflow: auto;
}

br {
	margin: 0px;
	padding: 0px;
}

a {
	color:#898989;
	text-decoration: none;
}
a:hover {
	color:#ff9900;
	text-decoration: none;
}
blockquote {
	margin:0 0px 0 10px;
	padding: 0 0px 0 10px;
	border-left: 2px dotted #999;
	font-style: italic;
	font-family:Georgia,Serif;
	color:#999;
	}

img {
	border: 0;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

.blogimg {
	border: 0px solid #666;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
    background-color: #ffffff;
    text-align: center;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

.socialmedia {
	margin-top: 0px;
	text-align: right;
	color: #898989;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 12px;
	font-weight:bold;
}
.socialmedia a:link{
	text-decoration:none;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: justify;
}
	
#header {
	position: relative;
	width: 950px;
	height: 40px;
	margin: 0px 0 50px 0;
	background: #ffffff;
}
#logoheader {
	position: relative;
	width: 950px;
	height: 40px;
	margin: 0 auto;
	background: #ffffff;
}
.navigation {
	background: #fff;
	border-bottom: solid 1px #E6E6E6;	
	width:100%;
	margin-bottom: 15px;
	}
.navigation .left {
	float: left;
	padding: 0px;
}
.navigation .right {
	float: right;
	padding: 0px;
}
.navigation .links {
	padding: 0px 0px 0px 0px;
	color: #898989;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 12px;
	font-weight:bold;
}
.navigation .links a, #logoheader.links a {
	color: #898989;
	text-decoration: none;
	font-size: 12px;
}
.navigation .links a:hover, #logoheader.links a:hover {
	color: #333333;
}
.navigation-pre-next {
	background: #fff;
	border-bottom: dashed 1px #E6E6E6;	
	border-top: dashed 1px #E6E6E6;	
	width:100%;
	margin-bottom: 60px;
	margin-top: 5px;
	}

.contentBody a:link, .contentBody a:active, .contentBody a:visited {
	color: #ff9900;	
}

#content {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#content-full {
	width: 750px;
	margin: 0 auto;
	padding: 30px 50px 0 50px;
}

#content-left {
	float: left;
	width: 590px;
}

#content-middle {
	float: left;
	width: 600px;
	padding: 0 0px 0 175px;
}

#content-right {
	float: right;
	width: 270px;
}


/*	##################################
   	HEADINGS
	################################## */
	
h1, h1 a:link, h1 a:active, h1 a:visited  {
	margin:0 0 20px 0;
	padding: 0px;
	font-size:18px;
	color: #898989;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
	font-weight:bold;
	text-transform:uppercase;
}

h1 a:hover {
	text-decoration: none;
	color: #ff9900;
}

h2#blog-description {
	position: relative;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #ff9900;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
	font-weight:bold;
	text-transform:uppercase;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font-size:18px;
	color: #898989;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
	font-weight:bold;
	text-transform:uppercase;
}
h2 a:link, h2 a:active, h2a:visited {
	text-decoration: none;
	color: #898989;
	font-weight:normal;
	line-height:1.4em;
	font-weight:bold;
	text-transform:uppercase;
}

h2 a:hover {
	text-decoration: none;
	color: #ff9900;
}

h3 {
	margin: 0 0 10px 0;
	font-size:18px;
	color: #898989;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
	font-weight:bold;
	text-transform: capitalize;
}

h3 a {
	text-decoration: none;
	color: #898989;
	font-weight:normal;
	line-height:1.4em;
	font-weight:bold;
}

h3 a:hover {
	text-decoration: none;
	color: #ff9900;
}

h4 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
	font-weight:bold;	
}
h5 {
    text-decoration: none;
    font-size: 16px;
    color: #867C79;
	margin: 0 0 10px 0;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
	font-weight:bold;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

.page_item a {
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 0 0;
	background: url(img/bg-menu.gif) no-repeat left top;
	font:normal 12px Arial, Verdana;
	color:#898989;
	text-decoration: none;
	text-align: center;
}

.page_item a:hover {
	background: url(img/bg-menu-hover.gif) no-repeat left top;
}

.current_page_item a, .current_page_item a:hover {
	background: url(img/bg-menu-active.gif) no-repeat left top;
	font:bold 11px Verdana, Tahoma;
	color:#363636;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 10px 0;
	clear: both;
	text-align: justify;
	border-bottom: 0px dashed #e6e6e6;
}
.box-left a {
	color:#333333;
	text-decoration: none;
}

.box-left a:hover {
	color:#ff9900;
	text-decoration: none;
}
.fineprint {
margin-top: 0; 
margin-bottom: 0;
font-family: verdana; 
font-size: 10px; 
color:#999999; 
padding-bottom:1em;
}
.fineprint a:link, .fineprint a:active, .fineprint a:visited {
	color: #ff9900;
	text-decoration: none;
}
.fineprint a:hover {
	color:#4c4c4c;
	text-decoration: underline;
}

.sold {
  font: bold 100% Verdana,Sans-serif;
  color:#d00;
  } 
  
.sold a:link {
  font: bold 100% Verdana,Sans-serif;
  color:#d00;
  text-decoration: none;
  } 
.sold a:active {
  font: bold 100% Verdana,Sans-serif;
  color:#d00;
  text-decoration: none;
  } 
.sold a:visited {
  font: bold 100% Verdana,Sans-serif;
  color:#d00;
  text-decoration: none;
  } 
.sold a:hover {
  font: bold 100% Verdana,Sans-serif;
  color:#d00;
  text-decoration: underline;
  } 
  
	
.meta {
	font:10px/11px Arial, Verdana;
	text-transform: uppercase;
	color: #b3b3b3;

}

.meta-date {
	padding: 0 0 0 0px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
	
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 0px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.box-left img {
	float: center;
	margin: 0px 0px 0px 0;
}

/** wordpress css */

.wp-caption {
   border: 0px solid #ddd;
   text-align: left;
   background-color: #ffffff;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

/** box right */

.box-right {
	margin: 0 0 30px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 1px;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}

.box-right li a:hover {
	color: #ff9900;
}	


li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#898989;
	font-weight: normal;
	text-align: inherit;
	padding: 2px 0 2px 0;
}

.box-right .img {
	margin-top: 0px;
	margin-bottom: 0px;
}	

/** search form */

#search {
	width: 150px;
	padding: 5px;
	color: #666;
	border: 1px solid #f2f2f2;
}

#search-submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #666666;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #666666;
	text-align: justify;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: #fff;
	border-top:1px solid #E6E6E6;
	padding-top: 10px;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	text-align:center;
}

/* footer
-----------------------------------------------
 */

.footer {
padding:10px 0px 20px 0px;
line-height: 15px;
font-family: tahoma;
font-size:10px; 
padding-top:3px; 
color:#898989;
text-decoration: none;
text-transform:uppercase;
}

.footer a {
color:#ccc;
text-decoration: none;
text-transform:uppercase;
font-size:10px;
}
.footer a:hover {
color:#333;
text-decoration: none;
}

.copy {
	font-size: 10px;
	padding-top: 3px;
	color: #898989;
	text-transform:uppercase;
	text-align:center;
}
.copy a {
	color: #ccc;
	text-decoration: underline;
}
.copy a:hover {
	color: #333;
	text-decoration: underline;
}
.box_footer {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	color: #898989;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",serif;
}
a.box_footer {
	font-size: 12px;
	color: #898989;
	font-weight: bold;
}
a:hover.box_footer{
	font-size: 12px;
	color: #333;
}

#legal {
	float: center;
	width: 540px;
}

#webdemar {
	float: right;
	width: 220px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

div.aligncenter, .aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
}
	
.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

img.aligncenter {
   display: block;
   margin: auto;
   padding: auto;
}

img.alignleft {
  	float: left;
}

img.alignright {
   float: right;
}

.clear {
	clear:both;
}

.tags {
	color: #b3b3b3;
	font:10px/11px Arial, Verdana;
}

.thumb {
	border:0px solid #ffffff;
	float:left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
   	margin-right: 2px;
	display: inline;
}

hr {
	padding-top: 20px;
	padding-bottom: 20px;
	border: none 0;
	border-top: 1px dashed #cccccc;/*the border*/
	width: 90%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

#post-excerpt {
	margin-bottom: 20px;
}

#post-excerpt h3, #post-excerpt .date {
	text-align:left;
}
#post-excerpt .date {
	background: url(images/meta_bg.gif) bottom center no-repeat;
}

#post-excerpt .thumb {
	float:left;
	text-align:left;
	margin-right:10px;
}

#post-excerpt .desc-excerpt {
	float: right;
	text-align: left;
	width: 500px;
}
.division {
	width:500px;
	height: 1px;
	}

/* Next Gen Gallery */
#nextGenGallery {
	padding-top:20px;
	float:right;
	width: 70%;
	text-align:left;
}
.nextGenInfoTitle, .nextGenInfo {
	text-align:left;
}
