/* 
Theme Name: prcmd
Theme URI: http://www.prcmd.com
Description: Valid XHTML & CSS, 2 Columns
Version: 1.0
Author: Amber Hansford
Author URI: http://www.speakinginvector.com 

 */



/* Typography */

html, body, input, button, select, option, textarea {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, sans-serif;
}

a,a:visited {
	text-decoration: none;
}

div#header-title h1 {
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	font-size: 25px;
	line-height: 35px;
}
	div#header-title h1 a {
		text-decoration: none;
	}
div#header-search {
	line-height: 62px;
}

div#about p {
	font-family: Arial, Verdana, sans-serif;
	text-align:center;
	width:245px;
	font-size:16px;
}
	div#about h1 {
		font-size: 28px;
		width:245px;
		line-height:30px !important;
		text-align:center;
	}
#content h1 {
line-height: 25px;
}
div#content div.pagetitle h2 {
	font-family: Arial, Verdana, sans-serif;
	line-height: 31px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

div.post div.title h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
	div.post div.title h2 a {
		text-decoration: none;
	}
	div.post div.title p {
		font-size: 11px;
		line-height: 20px;
		font-style: italic;
	}
	div.post div.title p span.group2 {
		text-transform: lowercase;
	}
	div.post div.title p a, div.post div.title p a:visited {
		text-decoration: none;
	}
div.errormsg {
	text-align: center;
}

h3#comments, h3#respond {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h3#comments a {
	text-decoration: none;
}
ol.commentlist li small {
	font-size: 12px;
}

div.vertstrip div.box h3 {
	font-family: Arial, Verdana, sans-serif;
	line-height: 31px;
	font-size: 18px;
	font-weight: normal;
}
	div.vertstrip div.box div.interior ul li a {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}	
div#footer {
	font-family: Verdana, sans-serif;
	font-size: 16px;
}
	div#footer a, div#footer a:visited {
		text-decoration: none;
	}
	div#footer a:hover, div#footer a:active {
		text-decoration: underline;
	}




/* Layout */

html, body, form { 
	margin: 0; padding: 0;
}
p {	
	margin: 11px 0 0 0; 
}
a:link#p_link {
color:#1C335D;
text-decoration: none;
}
a:visited#p_link {
color:#345DAC;
text-decoration: none;
}
a:hover#p_link {
color:#1C335D;
text-decoration: underline;
}
a:active#p_link {
color: #B19742;
text-decoration: none;
}
.hidden {
	display: none;
}

div.clearer { clear: both; }

div#container {
	width: 960px;
	margin: 0 auto;
}

div#header {
	width: 100%;
	height: 100px;
}
	div#header-wrapper {
		margin: 0 auto;
	}
		div#header-title {
			float: left;
		}
			div#header-title h1 {
				display: block;
				margin: 0; padding: 0;
				border: 0;
			}
				div#header-title h1 a {
					display: block;
					height: 97px; width: 367px;
					border: 0;
				}
					div#header-title h1 a span {
						display: none;
					}
		div#header-search {
			padding-top: 12px;
			padding-right: 25px;
			float: right;
		}
		
div#navmenu {
	width: 940px; height: 39px;
	border-top: 10px solid;
	border-left: 10px solid;
	border-right: 10px solid;
	border-bottom: none;
}
/*  Navigation  */
div#navmenu ul { display: block; width: 100%; height: 39px; margin: 0 auto; padding: 0px; list-style-type: none; }
div#navmenu ul li { display: block; float: left; height: 39px; }
div#navmenu ul li.rss { float: right; padding-right: 10px; font-size:11px; color: #FFF; width: 250px;}
div#navmenu ul li a, div#navmenu ul li a:visited { font-family: Arial, Verdana, sans-serif; display: block; float: left; font-size: 14px; font-weight: bold; padding: 0 1.2em 0 1.2em; margin-top: 7px; line-height: 32px; color: #000; text-decoration: none; }
div#navmenu ul li a:hover, div#navmenu ul li.current_page_item a, { color:#FFF; }
div#navmenu ul li.rss a { background: url('images/rss.gif') right -7px no-repeat; border: none; padding-right: 2.2em; color: #000; }
div#navmenu ul li.rss a:hover { background-color: transparent; border: none; color: #FFF; }
div#navmenu ul li ul { width: auto; display: block; float: left; }
div#navmenu ul li.current_page_item ul li a { color:#FFF; }
div#navmenu ul li ul li a:hover, div#navmenu ul li ul li.current_page_item a { color:#FFF; }

div#topads {
	height: 25px;
	padding-top: 6px;
	padding-left: 23px;
	border-left: 10px solid;
	border-right: 10px solid;
	border-bottom: 1px solid;
}

div#about {
	height: 226px;
	padding: 15px 0;
	border-left: 10px solid;
	border-right: 10px solid;	
}
	div#about div.text {
		width: 576px; height: 223px;
		margin-left: 18px;
		float: left;
	}
	
	div#about div.advertisement {
		//background:#345DAC;
                background: url('images/bkgrnd_gradient.jpg') center right repeat-x;
		color:#FFF;
		width: 290px; height: 205px;
		margin-right: 20px;
		float: right;		
		padding:10px;
	}
		div#about div.advertisement p {
			font-size:30px !important;
			line-height:26px !important;
                        color: #345dac;
                        text-align: left;
		}
                div#about div.advertisement .adhead_small {
                        font-size:20px !important;
			line-height:26px !important;
                        color: #345dac;
                        text-align: left;
                }
                div#about div.advertisement .adhead_small a {
                        font-size:20px !important;
			line-height:26px !important;
                        color: #345dac;
                        text-align: left;
                }
		div#about div.advertisement .adheader {
			padding-top:0px;
		}
		div#about div.advertisement .CTA {
			float:right;
		}
			div#about div.advertisement .CTA a {
				color:#FFF;
				text-decoration:none;
			}
	div#about h1 {
		margin: 0;
		padding: 10px 0 10px 20px;
	}	
	div#about p {
		margin: 0;
		padding:0 0 20px 20px;
	}
        div#about div.advertisement p{
                padding:0 0 10px 20px;       
                }
        div#about #phone {
			font-size:30px !important;
			line-height:28px !important;
                        color: #FFFFFF;
                        }
        div#about ul {
                     margin:0;
              
                     }
        div#about ul a{
                     margin:0;
                     padding:0;
                     font-size:20px !important;
		     line-height:26px !important;
                     color: #345dac;
                     }
        div#about ul a:hover{
                     font-size:20px !important;
		     line-height:26px !important;
                     color: #ffffff;
                     }
        div#about li {
                     font-size:20px !important;
		     line-height:26px !important;
                     color: #345dac;
                     }
div#wrapper {
	border-left: 10px solid;
	border-right: 10px solid;
}
	div#wrapper div.clearer {
		clear: both;
	}

div#content {
	width: 596px;
	margin-right: 4px;
	float: left;
	padding-top: 20px;
}
	div#content div.pagetitle h2 {
		margin: 0; padding: 0 22px 22px 22px;
	}

div.post {
	padding-bottom: 50px;
}
	div.post div.title {
		padding: 15px 22px;
		height: 40px;
	}
		div.post div.title h2 {
			margin: 0; padding: 0;
		}
		div.post div.title p {
			margin: 0; padding: 10px 0 0 0;
			height: 20px;
			display: block;
		}
			div.post div.title p span.group1 {
				display: block;
				float: left;
			}
			div.post div.title p span.group2 {
				display: block;
				float: right;
				padding-left: 20px;
			}
	div.post div.entry {
		padding: 0 22px;
	}
	
div.navigation {
	height: 48px;
	padding: 0 22px;
}
	div.navigation div {
		line-height: 24px;
	}
	div.navigation div.prev {
		float: left;
	}
	div.navigation div.next {
		float: right;
	}

div.singlepost {
	border-bottom: none;
}
	div.singlepost div.entry {
		margin-bottom: 3em;
	}

div.comments {
	padding: 0 22px;
}
	
h3#respond {
	padding-top: 2em;
	border-top: 1px dashed;
}
	ol.commentlist {
		margin-bottom: 3em;
	}
	ol.commentlist li {
		margin-bottom: 11px;
	}
form#commentform {
	padding-bottom: 1em;
}
		
div.vertstrip {
	float: left;
	width: 330px;
	margin-left: 10px;
	background:#EEE8D2;
}
	div.vertstrip div.box {
		margin-top: 0px;
	}
		div.vertstrip div.box h3 {
			margin: 0; padding: 0 10px;
			display: block;
		}
		
		div.vertstrip div.box div.interior {
			padding: 7px 6px 7px 10px;
		}
			div.vertstrip div.box div.interior ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			
			div.vertstrip div.box div.interior ul li {
				margin: 0 5px;
				padding: 3px 0 3px 1.2em;
			}
		
		
div.vertstrip div.box-adverts div.interior {
	padding: 7px 6px 0 7px;
}
	div.vertstrip div.box-adverts div.interior div {
		padding-bottom: 7px;
	}
	div.vertstrip div.box-adverts div.interior img {
		border: none;
	}


div#footer {
	clear: both;
	border-bottom: 10px solid;
	padding-left: 72px;
	height:50px;
}
	div#footer p {
		margin: 0px;
		padding: 15px 0;
		display: block;
	}
	

/* Forms */

input#s { 
	width: 220px;
	padding: 5px 10px;
} 

div#sidebar div.box-archive select {
	width: 100%;
}
#sidebar1 h3 {
font-size: 1.7em;
background: #BAAA77;
}
#sidebar1 ul {
font-size: 1.4em;
}
#sidebar1 a:hover {
color: #BAAA77;
}
/* Colors */

a, a:visited {
	color: #1C335D;
}

body {
	background: #FFF url('images/bkgrnd_gradient.jpg') bottom center repeat-x;
}

div#container {
	border-left-color: #B19742;
	border-right-color: #B19742;
}

div#header h1 {
	background: url('images/logo.jpg') top left no-repeat;
}

input#s { 
	border: 1px solid #B19742;
	background-color: #FFF;
	color: #644715;
	font-size:18px;
	background:url('images/search_btn.gif') no-repeat center right;
} 

div#navmenu {
	border-top-color: #B19742;
	border-left-color: #B19742;
	border-right-color: #B19742;
	background: url('images/hdr_gradient.jpg') top left repeat-x;
}

div#about {
	background:#1C335D;
	border-left-color: #B19742;
	border-right-color: #B19742;
}
	div#about div.text {
		color: #fff;

		background:#345DAC url('images/hdr_img.jpg') center right no-repeat;
	}


div#wrapper {

	background:#FFF;
	border-left-color: #B19742;
	border-right-color: #B19742;
}

div#content div.pagetitle {
}
	div#content div.pagetitle h2 {
		color: #c00;
}

div.post div.title {
	background: url('images/background-content-title.gif') top left no-repeat;
}
	div.post div.title p span.group2 {
		background: url('images/background-comments.gif') center left no-repeat;
	}
	div.post div.title h2 a, div.post div.title h2 a:visited {
		color: #162d43;
	}


h3#comments, h3#respond {
	color: #162d43;
}

h3#respond {
	border-top-color: #ccc
}

div.vertstrip div.box {
	border-color: #fff;
}
	div.vertstrip div.box h3 {
		color: #1C335D;
		font-style:italic;
		text-align:center;
	}
	div.vertstrip div.box div.interior {
		margin: 0px auto 20px;
	}
		div.vertstrip div.box div.interior span.CTA {
			float:right;
		}
div#footer {
	background: #1C335D;
	color: #FFF;
	border-bottom-color: #B19742;
}
	div#footer a, div#footer a:visited {
		color: #FFF;
	}
	
	
	
	
/* Entry Styling */

blockquote {
	padding: 0 0 0 1em;
	font-style: italic;
}
blockquote blockquote {
	padding: 0;
	margin-left: 0;
	font-style: normal;
}

/* Bullet Box Styles */
#bulletboxcont {
	width: 560px;
        height: 270px;
        margin-top: -10px;
	padding: 0px;
        background: #FFF;
}
#bulletbox1 {
	width: 280px;
	float: left;
}
#bulletbox2 {
	width: 280px;
	float: left;
}
#bulletbox3 {
	width: 280px;
	float: left;
}
#bulletbox4 {
	width: 280px;
	float: left;
}
.bulletboxtitle {
	background: #00C;
	color: #FFF;
	text-align: center;
	margin: 0px;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
}
.bulletbox {
						
}

.bulletbox ul {
	list-style: none;
}
.bulletbox ul li:before {
	content: "\00BB \0020";
	color: #C00;
}
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;
}

