/*  
Theme Name: BCCv2
Theme URI: http://billconnerconsultant.net
Description: Bill Conner Consultant, INC Site Deisgn V2
Version: 1.0
Author: Milk Carton Designs & Cameron Conner
Author URI: http://cameronconner.net

*/

/*Bill Conner Consultant, INC : billconnerconsultant.net : site CSS*/
/*there's a style_ie and style_ie7 also. those files MUST..*/
/*be with this one or IE and IE7 will break badly*/

/* 1. Global */
body {
	background-color: #cccccc;
	color: #333333;
	font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

#wrap {/*++portions of this changed in style_ie++*/
	width: 800px;
	background: url("bcc-bkg.jpg");
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

a, a:hover, a:visited { color: #881133; text-decoration: none; font-family: "Century Gothic", Verdana, Helvetica, sans-serif; }
h1 {}
h2 { font-family:"Century Gothic", Verdana, Helvetica, sans-serif; font-size: 30px; color: #881133; font-weight: normal;}
h3 { font-family:"Century Gothic", Verdana, Helvetica, sans-serif; font-weight: normal; font-size: 18px; color: #881133; margin: 0;}
p { font-family: "Century Gothic", Verdana, Helvetica, sans-serif; font size: 12px;}
/* 1. End Global */

/* 2. index/head */
#content {/*portions of this changed in style_ie*/
	border: none;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}
.head {
	width:745px;
	margin: auto;
	height: 96px;
}
.headleft {
	width: 238px;
	float: left;
}
.headright {
	float: right;
	height: 20px;
	width: 415px;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 47px 0 0;
}

/* 3. index */
/* 3.1 index/mid */
#mid {
	background: url("bcc-mid.jpg");
	height: 55px;
}
a.mid, a:visited.mid { text-decoration: none; color: #FFFFFF;}
a:hover.mid { color: #CCCCCC; }
.midtext {
	width: 745px;
	margin: auto;
	padding: 8px 0 8px 0;
	font-family: "Century Gothic", "Lucidia Sans Unicode", Verdana, Helvetica, sans-serif;
	font-size: 29px;
	color: #FFFFFF;
	text-align: center;
	}
/* 3.1 End index/mid */
/*3.2 Index/content */
#right {/*++portions of this changed in style_ie++*/
	width: 145px;
	margin: 10px 40px 5px 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	float: right;
	border-left: 1px solid #cccccc;
	padding-left: 15px;
}
#sidebar ul,li {
	list-style: none;
	padding: 2px 0 2px 0;
	font-size: inherit;
}
#sidebar ul li:before {
	content: "\00BB \0020";
	}
	
#left {/*++portions of this changed in style_ie++*/
	width: 530px;
	margin: 5px 0 5px 49px;
	padding-bottom: 15px;
	padding-right: 20px;
	text-align: left;
	clear: left;
	border-right: 1px solid #cccccc;
}
.homemaintext {
	font-size: larger;
}
.entry {
	margin-top: 5px;
	padding: 0 3px 0 3px;
}
p.postmetadata {
	margin: 5px 0 20px 0;
}
/*3.2 End index/content */
/* 3. End index */

/* 4. footer */
#footer {
	background: url("bcc-footer.jpg");
	border: none;
	height: 79px;
	clear: both;
	}
#footer a, #footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	}
#footer a:hover {
	color: #FFFFFF;
}
.ftext {
	text-align: center;
	padding: 8px 40px 0 40px;
	font-size: 11px;
	color: #FFFFFF;
	}
.ftextsm { text-align: center; font-size: 9px; }
/* 4. End footer.php */