@charset "utf-8";
/* CSS RED2 BLOG */


body {   
    background: url(../img/bg.jpg) repeat-x #1b1713;
	width: 100%;
	text-align: center;
	font-size: 70/1.7%;
	font-family: Calibri, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	line-height: 1.7;
    margin: 0 auto;
}
    
h1 {
    float: left;
    font-size: 1.8em;
    color: #7b7b80;
    margin: 10px 0 0 5px;
}
    
h2 {
    float: left;
    clear: left;
    font-size: 1.4em;
    margin: 10px 0 5px 0px;
    width: 100%;
}
    
h3 {
    float: left;
    clear: left;
    font-size: 1.2em;
    width: 100%;
}
    
    
p {
    font-size: 1em;
    float: left;
    clear: left;
    margin: 0px 0 8px 0;
    width: 100%;
}
    
a {
	color: #5e3118;;
	font-weight: normal;
	text-decoration: none;
}

img {
    border: 0;
}

.clearboth {
    clear: both;
}

div {
    float: left;
}

table {
	border-collapse: collapse;
}
table th {
	vertical-align: top;
	text-align: left;
}



/* Page wrapper  *****************************************************************************
	border: 1px solid red;*/

#wrapper-all {
	float: none; 
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#wrapper-content {
	float: none;
	margin: 0 auto;
    width: 933px;
}


#content 
{ 
    width: 933px;
    height: 100%;
	font-size: 1em;
	text-align: left;
}


/* header  **************************************************************************border: 1px solid red;****/

#header {
    width: 900px;
} 

#brand {
	margin: 0 0 0 -200px;
}
#brand h1 {
	margin: 0;
}



#top-nav {
	float: right;
	margin: 48px -30px 0 0;
}


#content-left-plus-main 
{
    clear: left;
    width: 933px;
	margin-top: 5px;
	background: url(../img/content-bg.jpg) repeat-y;
}    


/* TOP NAV  *****************************************************************************
	border: 1px solid red;*/

#navigation {
	width: 264px;
	padding-bottom: 50px;
}

.nav-heads {
	width: 200px;
	clear: left;
	margin: 50px 0 0 0;
	padding-left: 20px;
	color: #c3b3ad;
	text-transform: uppercase;
	font-size: 1.3em;
}

#nav-links {
    width: 264px;
}
#nav-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav-links li {
    float: left;
	clear: left;
	width: 244px;
    margin: 7px 70px 0 0px;
	padding-left: 20px;
	border-bottom: 1px dashed #a9d154;
}
#nav-links li a {
	width: 264px;
	text-decoration: none;
	color: #5e3118;
}

#nav-blog {
	clear: left;
    width: 264px;
	margin-bottom: 20px;
}
#nav-blog ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav-blog li {
    float: left;
	width: 244px;
    margin: 7px 70px 0 0px;
	padding-left: 20px;
	border-bottom: 1px dashed #a9d154;
}
#nav-blog li a {
	width: 264px;
	text-decoration: none;
	color: #5e3118;
}





/* MAIN CONTENT  *****************************************************************************/


#main-content {
	float: right;
    width: 630px;
	line-height: 1.3em;
	margin: 10px 0 0 10px;
	font-size: 0.92em;
}

#main-head {
	clear: left;
	width: 424px;
	margin: 40px 0 20px 0;
}

#main-content img {
	float: left;
	clear: left;
}

.blog-head {
	clear: left;
	width: 424px;
	height: 26px;
	padding: 4px 0 0 5px;
	background: url(../img/head-bg.jpg) repeat-x;
}

.blog-date {
	text-align: right;
	width: 196px;
	height: 26px;
	padding: 4px 5px 0 0;
	background: url(../img/head-bg.jpg) repeat-x;
	color: #fff;
}

.blog-copy {
    width: 620px;
	border: 1px solid #bcd82b;
	padding: 5px;
}
.blog-copy a {
    color: #7dbb40;
    text-decoration: underline;
}


.blog-more {
	background: url(../img/more-bg.jpg);	
    width: 622px;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 20px;
}




/* FOOTER  ******************************************************************************/

#footer-wrapper {
	float: none;
    clear:both; 
	text-align: center;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background: url(../img/footer-bg.gif) repeat-x;
}

#footer {
	float: none;
	width: 933px;
	height: 300px;
	margin: 0 auto;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer li {
    font-size: 0.9em;
    float: left;
	clear: left;
    margin: 15px 10px 0 30px;
	height: 10px;
}
#footer li a {
    color: #979797;
	font-weight: normal;
}







/* GENERAL FORM ELEMENTS ***********************************************************border: 1px solid red;*****/

.row {
    float: left;
    clear: left;
    padding-top: 8px;
	width: 445px;
}
.row label {
    float: left;
    width: 150px;
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin: 0 5px 0 0;
}
.row input, select {
    float: left;
    width: 280px;
    height: 20px;
    border: 1px dashed #fff;
    margin: 0;
    font-size: 0.98em;
    font-family: Calibri, Verdana, Tahoma;
    background: #f0efe7;
    padding: 3px;
}
.row textarea {
    float: left;
    width: 280px;
	height: 150px;
    border: 1px dashed #fff;
    background: #f0efe7;
    margin: 0;
    font-size: 0.98em;
    font-family: Calibri, Verdana, Tahoma;
    padding: 3px;
}
.row select {
    height: 22px;
    width: 270px;
}

.row input.btn-submit {
    float: left;
    width: 72px;
    height: 28px;
    border: 0;
    margin: 5px 0 0 0px;
	background: url(../img/btn-send.jpg);
	cursor: pointer;
	
}
.row input.btn-clear {
    float: left;
    width: 103px;
    height: 38px;
    border: 0;
    margin: 5px 0 0 5px;
	background: url(../img/btn-clear.jpg);
	cursor: pointer;
}







#client-logos {
	float: left;
	margin-left: 80px;
	margin-top: 20px;
}
#client-logos img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.biog-copybox {
	float: left;
	width: 300px;
	line-height: 1.2;
	font-size: 0.8em;
	margin: 20px 35px 0 0;
}
.biog-copybox.no-rightmar {
	margin: 20px 0px 0 0;
}


#music-copy {
	float: right;
	width: 440px;
	height: 100px;
	margin: 90px 40px 0 0;
}

#calendar table {
	float: right;
	width: 700px;
	border-collapse: collapse;
	margin: 80px 30px 0 0;
}
#calendar table th {
	font-weight: bold;
	font-size: 1.1em;
}
#calendar table th, td {
	padding: 5px;
	border-bottom:1px dotted #886b28;
}


/******************************************** LIFE STYLES ***************************************************/


#content-img-life {
    width: 900px;
	height: 174px;
	margin-top: 8px;
}

#life-nav {
    width: 900px;
	height: 36px;
	margin: 3px 0 3px 0;
	border: 1px dashed #FFCC66;
  	background-color: #000;  	
  	filter: alpha(opacity=50);/* for IE */   	
  	opacity:0.5;/* CSS3 standard */
}
#life-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#life-nav li {
    float: left;
    margin: 7px 30px 0 10px;
}
#life-nav li a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff200;
}
#life-nav li a.life-onpage {
	color: #00aeef;
	text-decoration: none;
	font-weight: bold;
}


#life-secnav {
    width: 900px;
	height: 30px;
	border: 1px dotted #fff200;
  	background-color: #000; 
	margin-bottom: 3px; 	
  	filter:alpha(opacity=40);/* for IE */   	
  	opacity:0.4;/* CSS3 standard */
}
#life-secnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#life-secnav li {
    float: left;
    margin: 6px 10px 0 10px;
}
#life-secnav li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff200;
}
#life-secnav li a:hover {
	color: #fff200;
}
#life-secnav li a.lifesec-onpage {
	color: #00fd1e;
	text-decoration: none;
}


#life-textbox {
    width: 880px;
	height: 370px;
	padding: 10px;
	border: 1px dotted #755014;
	color: #c6af89;
  	/*background-color: #000;  	
  	filter: alpha(opacity=30); for IE    	
  	opacity:0.3; CSS3 standard */
}
#life-textbox h2 {
    float: left;
    clear: left;
    font-size: 1.2em;
    width: 100%;
	color: #c6af89 !important;
}

#life-textbox img {
	border: 1px solid #916424;
	float: left;
}

#life-textbox-copy {
	float: right;
	width: 580px;
}
