/*  
Theme Name: B, B, and B
Theme URI: http://www.marucchi.com
Description: A custom theme for using WordPress as a full website CMS.
Version: 2.0
Author: Karim Marucchi
Author URI: http://www.marucchi.com
*/
body{
	background:#d5e0ab url(./images/page-bkgrd-tile.jpg) no-repeat;
	color:#444445;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:82.5%;*/
	line-height:1.2;
	margin:0px;
}
#wrap{
	/*background:#FFFFFF url(./images/wrap_bckgrd.jpg) repeat-y;*/  
	width:1000px;
	min-height:200px;
	/*border:#222222 solid 1px;*/
	margin-top: 140px;
	margin-left: auto ;
	margin-right: auto ;
	/*margin-left: 100px;*/
}
/*************************************
 +Headers
 *************************************/
#header{
	/*float:right;*/
	/*background: url(./images/header_bckgrd.gif) no-repeat;*/
	height: 0px;
	width: 750px;
/*border:#222222 solid 1px;
	margin:0px;
	padding: 0px;*/
}
/*#headerlogo{
	position: static;
	padding-top:15px;
	text-align: left;
}*/
#sitetitle-hide{
	position: absolute;
	margin-top: -1000px;
	margin-left: -1000px;	
}
#sitetitle{
	position: relative;
	color:#071d44;
	font-size:16px;
	font-weight:bold;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}
#header h1{
	line-height:1;
	margin:0;
}
#description-hide{
	position: absolute;
	margin-top: -900px;
	margin-left: -900px;	
}
#description{
	position: relative;
	color:#CCCCCC;
	font-size:10px;
	text-align: right;
	padding-right: 15px;
	padding-top: 65px;
}
/*************************************
 +Main Menu
 *************************************/
#mainmenu {
	background: url(./images/header_bckgrd.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 30px ;
	width: 720px;
	height:38px;
	z-index:10;
	float:right;
	/*border:#222222 solid 1px;*/
}
/*************************************
 +Containers
 *************************************/
#content{
	background-color:#eaf5c4;
	float: right;
	width: 720px;
	min-height: 500px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 30px ;
	font-size:12px;
}
#cont-title{
	/*border:#222222 solid 1px;*/
	width:570px;
	height:25px;
	margin: 15px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
}
#cont-title h1{
	font-size:18px;
	color:#7d0000;
	margin:0px;
	padding:0px;
}
#page-title-bar{
	background: url(./images/page-title-bar.jpg) no-repeat;
	width:700px;
	height:1px;
	margin-top:2px;
	margin-bottom:0px;
	padding:0px;
}
/*#content p{
	margin-top:0px;
}
p {
	margin-top:1px;
	color:#666666;
}*/
/*************************************
 +SideBar
 *************************************/
#sidebar{
	/*background-color: #CCCCCC;
	text-align: left;
	clear:both;*/
	float:left;
	width: 250px;
	margin: 58px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.sideblock
{
	background:#D5E0AB /*url(./images/sideblock-box.jpg) no-repeat*/;
	width:230px;
	/*border: 1px solid #b8bfc9;*/
	background-position: top;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 15px;
	margin-right:0px;
	padding-right: 5px;
}
#sidebar ul{
	list-style-type:none;
	margin-left: 10px;
	margin-top: 0px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	list-style-position:outside;
}
#sidebar ul li a{
	color:#000000;
}
#sidebar ul li a:hover{
	color:#7D0000;
}
#sidebar ul ul li {
	margin-left:10px;
	line-height: 13px;
	padding-bottom:5px;
	list-style-position:outside;
	list-style-type: none;
	list-style-image: url(./images/arrow.gif);
}
#sidebar h2{
	color:#490404;
	font-weight:bold;
	font-size: 16px;
	margin: 0px 0px 15px 10px;
	padding-top:5px;
}
#sidebar li{
	font-size:10px;
}
.search_form {
	FONT-SIZE: 9px;
	WIDTH: 158px;
	HEIGHT: 12px;
	border: 1px solid #1A3582;
	BACKGROUND-COLOR: #d4deb0;
	outline: none;
}
.email_form {
	FONT-SIZE: 9px;
	WIDTH: 180px;
	HEIGHT: 12px;
	border: 1px solid #cfcfcf;
	BACKGROUND-COLOR: #d4deb0;
	outline: none;
}
#sbutt {
	background: #ECECEC;
	color: #444445;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #cfcfcf;
	height: 18px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	font-size:12px;
	line-height:15px;
	margin: 0px 0px 0px 0px;
	padding:0px 30px 0px 30px ;
	list-style-type: none;
	list-style-position:outside;
	list-style-image: url(./images/bullet01.gif);
}
.entry-page{
	font-size:12px;
	line-height:15px;
	margin: 0px 0px 0px 0px;
	padding:0px 30px 10px 0px ;
	list-style-type: none;
	list-style-position:outside;
	list-style-image: url(./images/bullet01.gif);
}
.entry-page h1{
	font-size:20px;
	color:#7d0000;
	margin:0px;
	padding:0px;
}*/
.entry-page h2{
	font-size:16px;
	color:#cb0000;
	margin:0px;
	padding-left:15px;
	padding-bottom:0px;
}
/*.entry p{
	margin:0px;
}*/
/*.homepageentry{
	font-size:1.2em;
	margin:0px;
	padding:0px;
}*/
.entrytitle{
}
.entrytitle a {
	/*color:#888; */
	text-decoration:none; 
	border: 0px;
	color:#7a8088;
	font-size: 18px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.entrytitle a:hover{
	color:#57634B;
}
.entry a{
text-decoration:none;
color:#7D0000;
border: 0px;
}
.entry a:hover{
text-decoration: underline;
color:#7D0000;
}
.entrymeta{
	color:#666;
	font-size: 11px;
	padding:3px 8px;
}
.entrymeta a{
	border: 0px;
	color:#7D0000;
}
.entry-1{
	background-color: #d4deb0;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-right:20px;
	/*	border:1px solid #fff;
	color:#77756B;
	font-size:1.2em;
	-moz-border-radius:3px;*/
}
.entry-1 .entrymeta{
	color:#888;
}
.entry-1 .entrymeta a{
	color:#777;
}
.entry-1 .entrytitle{
	border-bottom:none;
}
.entry-1 .entrytitle a{
	color:#7D0000;
	font-size: 18px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.entry-1 .entrytitle a:hover{
	color:#7D0000;
}
.entrytitle h2, .entrytitle h3{
display:inline;
font-weight:normal;
}
.entrytitle h2{
color:#C04422;
}
.entrytitle h3{
font-weight:normal;
}
.entrybody{
font-size:12px;
padding-left:15px;
padding-top:15px;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:420px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.even{
	background:#3F464A;
	border:1px solid #43494D;
}
.alt{
	background:#FCFAF4;
	border:1px solid #FCFAF4;
	padding:5px;
}
/*.documentlinks {
	width:180px;
	height:80px;
}
#main_start {position: absolute;left: -10000px;}*/

/*************************************
 +Footers
 *************************************/
#btm-mrgn {
	width:750px;
	height:32px;
	margin:0px;
	float:right;
}
#footer{
	clear: both;
	/*background:#FFFFFF url(./images/wrap_bckgrd.jpg) repeat-y;*/
	height: 60px;
	width: 750px;
	padding: 0px 0px 0px 0px;
	/*border:#222222 solid 1px;*/
	margin: 0px 0px 0px 248px;
}
#footer-text{
	height: 60px;
	width: 600px;
	padding-top:10px;
	padding-right:0px;
	padding-left: 10px;
	font-size: 9px;
	color:#95A26A;
	line-height: 15px;
}
#footer-text li{
    list-style: none;
	display: inline;
	padding-right:15px;
} 
#footer-text a,a:link,a:visited{
	color: #9AAC56;
	text-decoration: none;
	border: 0px;
	font-weight:bold;
}
#footer-text a:hover{
	color: #7F9445;
	border: 0px;
	font-weight:bold;
	text-decoration: underline;
}
/*************************************
 +Artist HeadShot List
 *************************************/
#page-box{
	width: 225px;
	margin-top: 0px;
	text-align:center;
	display: block; 
	float:left;
}
.page-box-boximg {
	display: block; 
	float:left;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-left: 15px;
	width:210px;
	height:160px;
	border:1px solid #B0A16A;
}

.page-box-boximg span {
	text-align:center;
	display:block;
	background:#B0A16A;
	-moz-opacity:0.75;
	opacity:0.75;
	khtml-opacity:0.75;
	position:relative;
	top:130px;
	height:30px;
}
.page-box-boximg a span {
	color:#510000;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
}
.page-box-boximg a:hover span {
	text-decoration:none;
}
.page-box-boximg span:hover {
	background:#510000;
	-moz-opacity:0.75;
	opacity:0.75;
	khtml-opacity:0.75;
	color:#FFFFFF;
}

.page-box-boximg a {
	display:block;
	width:210px;
	height:160px;
}
#page-box h2{
	margin: -3px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
#page-box-title-bar{
	background: url(./images/page-title-bar.jpg) no-repeat;
	width:212px;
	height:1px;
	margin: 2px 0px 20px 15px;
	padding: 0px 0px 0px 0px;
}
/*************************************
 +Project Page
 *************************************/
#project-gallery{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:300px;
	width:700px;
	border:1px solid #B0A16A;/**/
}

/*************************************
 +Misc
 *************************************/
a,a:link,a:visited{
text-decoration:none;
color:#7D0000;
border: 0px;
}
a:hover{
text-decoration: underline;
color:#7D0000;
}
img a {
border: 0px;
}
.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: #B0A16A;
   padding-top: 4px;
   margin: 0px 10px 10px 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;
}

