/*
Theme Name: CRR-INC
Theme URI: http://crr-inc.com
Description: CRR Wordpress theme
Author: ConnectNC
Author URI: http://connectnc.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
background-image: url(images/bodyBG.gif);
background-position: top left;
background-repeat: repeat-x;
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #666;
	margin: 0;
	padding: 0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; }
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}

table {
	border: none;
	padding: 0;
	margin: 0;
}
td {
	vertical-align: top;
		padding: 0;
	margin: 0;
}

/* images and misc. */

img{ border: none; }
img a{border:none;}

img.left{ float: left; border: none; }
img.right{ float: right; border: none; }

/* WP image formatting */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

	.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}



/* end WP images formatting */
blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#006699;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 978px;
margin: 0 auto;

	}
	
/* header */

#header {
    width: 100%; 
	height: 145px;
	}

/* main menu */


#menu {
background-image: url(images/menuBG.png);
background-repeat: no-repeat;
width: 978px;
height: 12px;
}





/* content */
#contentcontainer{
	background-image: url(images/containerBG.png);
background-repeat: repeat-y;
width: 978px;
margin: 0 auto;
}

#content {
	float: left;
	width: 50%;
	overflow: hidden;
	}

.post {
	margin: 10px 10px;
	padding-top: 10px;
	padding-left:10px;
	line-height: 14pt;
	}
	
.post h2{
font-style: italic;
	color: #006699;
	}
	
.post h2 a{
	color: #006699;
	text-decoration: none;
	}
	
.post h2 a:hover{
	
	}
	
.post p{}

.post a{text-decoration:underline;}

.post ul { margin-left: 25px;}
.post ol { margin-left: 30px;}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}

.archivetitle {margin-top: 10px; margin-left: 20px;
color: #006699;}
/* left sidebar */

#left {

	width: 173px;
	float:left;
	margin:0 0 0 38px;
	padding: 0;
color: #fff;
background-image: url(images/sidebarBG.png);
background-repeat: repeat-x;
background-position: top left;
	}

#left h2{

	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0; font-size: 8pt;}

#left img {padding: 0; margin: 0;}

#left ul {
margin: 0;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	background-image: url(images/menu-line.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 30px;
	}

#left ul ul {
	margin: 0x;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#left  li a {
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
}

#left li.current_page_item a {
	color: #6B9ECB;
}
/* right sidebar */

#right{

	width: 240px;
	float:right;
	padding: 0;
	margin: 10px 30px 0 0;
	}

#right h2{


}

#right p {}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{

	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	}

#searchform input#s{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;	
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 8pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	
	clear: both;
	width: 978px;
	margin: 0 auto;
	background-image: url(images/footerBG.png);
	background-repeat: repeat-y;
	font-size: 9pt;
	height: 60px;
	}
	
#footer p{margin-left: 230px;padding:6px; color: #fff; font-weight: bold; line-height: 50px;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{color: #fff;text-decoration: underline;}

#footerend {
	background-image: url(images/footerBottom.png);
	background-repeat: no-repeat;
	width: 978px;
	margin: 0 auto;
	height: 33px;
}

#connectnc {
	width: 978px;
	margin: 0 auto;
}

#connectnc p {
	text-align: center;
	
}
.box {
	width: 238px;
}

.boxtop, td.boxtop {
	background-image: url(images/boxTop.png);
	background-repeat: no-repeat;
	width: 238px;
	height: 49px;
	border: none;
}

.boxtop h2, td.boxtop h2 {
	color: #003366;
	font-size: 10pt;
	text-transform: uppercase;
	line-height: 54px;
	margin-left: 20px;
}
td.boxtop h2 {
	color: #003366;
	font-size: 10pt;
	text-transform: uppercase;
	line-height: 49px;
	margin-left: 20px;
}
.boxcontent, td.boxcontent {
width: 238px;
	background-image: url(images/boxBG.png);
	background-repeat: repeat-y;
}


.boxcontent p {
	color: #666;
	text-align: left;
	font-size: 8pt;
	margin: 5px 12px 10px 12px;
}

td.boxcontent p.pmore {
	float: right;
}
.boxbottom, td.bottom {
	background-image: url(images/boxBottom.png);
	background-repeat: no-repeat;
	width: 238px;
	height: 16px;
	
}
td img {
	border: none;
}

.staffpic {
        border: none;
	height: 220px;
}
