/* CSS Document */

@import url("http://christieday.com/css/thickbox.css");
@import url("http://christieday.com/css/tags.css");

/*---------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 

Christina Day
email: christie@christieday.com
website:http://christieday.com

------------------------------------------------*/
/* =layout start /
------------------------------------------------*/

*{
margin:0;
padding:0;
}

img{
border:none;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
color:#877970;
background:#ffffff;
}

#background_wrapper{
position:relative;
text-align:center;
background-image:url(../images/build/stripe.jpg);
background-repeat: repeat-x;
}

#main_wrapper{
margin:0 auto;
padding-top:0px;
width:1000px;
}

#top_wrapper{
background-image:url(../images/build/top_bar_2.jpg);
background-repeat:no-repeat;
width:100%;
height:39px;
}


#nav{
width:654px;
height:40px;
position:relative;
float:right;
padding-top:50px;}

#sec_nav{
background-image:url(../images/build/sec_nav_back.jpg);
background-repeat:repeat-x;
width:100%;
height:49px;
}

#nav2{
width:300px;
}


#title{
width:100%;
height:45px;
text-align:left;
vertical-align:middle;
}

#content{
	width:100%;
}

#main{
width:100%;
float:left;
}

#logo{
width:246px;
position:relative;
float:left;
height:90px;
}

#content_wrapper{
float:right;
width:750px;
}

#art{
float:left;
height:314px;
width:650px;
padding-left:50px;
padding-top:3px;
}


#footer{ 
position:relative;
width:100%;
margin-top:25px;
padding:1px 4px 6px 0;
font-size:.75em;
text-align:left;
color:#fff;
background-image:url(../images/build/footer_back.jpg);
background-repeat:no-repeat;
height:39px;

}

#footer p {
line-height:12px;
color:#fff;
padding:10px 0 4px 0;
}

#footer a {
text-decoration:none;
color:#fff;
}

.clear{
clear:both;
}

#main {
width:100%;
}

#social {
float:right;
width:200px;
text-align:right;}

#main_image {
text-align:center;
padding:0px 0px 18px 0px;
}

#bbwrapper{
width:100%;
}

.bodycopy{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
line-height:20px;
text-align:left;
}

.bbcopy{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
line-height:20px;
text-align:left;
width:200px;
padding:0px 20px;
}

.more{
	width:60px;
	float:right;
	}




/*------------------------------------------------
*//* =end layout /
