/*
Theme Name: Prudential Agents Theme - SAVE
Theme URI: http://connectnc.com
Description:Prudential Agents theme - SAVE
Author: ConnectNC
Author URI: http://www.connectnc.com
*/

/*-----------Block Level Elements--------------*/
*{margin:0; padding:0;}
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */

body {
background-color: #161D75;
background-image: url(images/background.jpg);
background-repeat: repeat;
font-family: Arial, Helvetica, sans-serif;
margin-top: 20px;
}




#header {
	width: 100%;
	background-image: url(images/topheaderBG.jpg);
	background-repeat: repeat;
	background-position: top left;
	
}

#headerimg {
width: 967px;
margin: 0 auto;
background-image: url(images/logo-interior.png);
background-repeat: no-repeat;
height: 111px;
}

.description {
display: none;
}

#mainInterior {width: 100%;
background-color: #25328F;
height: 213px;
}

#navigation {width: 967px;
height: 68px;
background-image: url(images/intNavigationBG.png);
background-repeat: no-repeat;
margin: 0 auto;}

#photo {
width: 967px;
height: 145px;
margin: 0 auto;
}

#wrapper {
	width: 967px;
	margin: 0 auto;
	background-image: url(images/interiorBG.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#content {
	float: right;
	width: 737px;
	margin-right: 18px;
}

#sidebar {
	width: 194px;
	/*margin-right: 70%;*/
	float: left;

}

#sidebar h2 {background-image: url(images/sidebarHDR.png); background-repeat: repeat-x; width: 192px; height: 32px; display: block; font-size: 9pt; text-transform: uppercase; text-align: center; line-height: 32px; color: #FFFFFF;}
#sidebar h2 a {color: #FFFFFF;text-decoration: none; text-align: center; width: 192px; margin: 0 auto;}


#sidebar a:hover {color: #0066cc !important;}


#homebg {background-image: url(images/sidebarhome.jpg);
background-repeat: repeat-y;
background-position: top left;
width: 192px;
margin: 0 auto;}

#areabg {background-image: url(images/sidebararea.jpg);
background-repeat: repeat-y;
background-position: top left;
width: 192px;
margin: 0 auto;}


#locationsbg {background-image: url(images/sidebarlocations.jpg);
background-repeat: repeat-y;
background-position: top left;
width: 192px;
margin: 0 auto;}
#locationsbg p {color: #fff;font-size: 8pt; margin-left: 20px;}

#pagefooter {
clear: both;
background-image: url(images/footer.png);
background-repeat: no-repeat;
width: 967px;
margin: 0 auto;
height: 27px;}

#footer {

	width: 100%;
	clear: both;
}

#footer p {padding: 10px; color: #fff; text-align: center; font-size: 9pt;}
img {border: none;}
img a {border: none;}

/*-------------Headings-------------*/

h1 {
color: #330066;
font-size: 18pt;
margin-bottom: 10px;
}

h2 {
color: #333399;
font-size: 14pt;
text-transform: uppercase;
margin-bottom: 10px;
}

h3 {
color: #0066cc;
font-size: 12pt;
margin-bottom: 10px;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
color: #330066;
text-decoration: none;
margin-bottom: 10px;
}


h3 a:visited, h3 a {
color: #0066cc;
text-decoration: none;
margin-bottom: 10px;
}
h3 a:hover {
color: #0066cc;
text-decoration: underline;
}
.post {
margin: 0px 35px 35px 35px;
font-size: 10pt;

}

.post p {
margin-bottom: 10px;
}

.post a {

}

.post ul {
margin-left: 25px;
padding-bottom: 10px;
}
.post ol {
margin-left: 30px;
padding-bottom: 10px;
}
.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
margin-left: 15px;
font-size: 10pt;
}

.alignleft
{ 
        float: left;
}
 
 
.alignright  
{
        float: right;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

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

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
color: #fff;
font-size: 9pt;
text-decoration: none;
margin-left: 15px;
line-height: 30px;
}

#sidebar a:hover {

}

#sidebar a:visited {

}

#homelist li {margin-left: 10px;line-height: 30px;
background-image: url(images/sidebarline.png);
background-repeat: no-repeat;
background-position: bottom left;
}

#homelist li ul li {}

#arealist  li {margin-left: 10px;line-height: 30px;
background-image: url(images/sidebarline.png);
background-repeat: no-repeat;
background-position: bottom left;
}

#arealist li ul li {}
/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

/* WP image handling */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid silver;
	}

img.alignright {
	padding: 5px;
	border: 1px solid silver;

	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
		padding: 5px;
	border: 1px solid silver;

	margin: 0 7px 2px 0;
	display: inline;
	}



/*-------------Other------------------*/

hr {
	display: none;
}

