/*
Theme Name: Custom Theme for CPR
Theme URI: http://www.savefast.com/
Description: I created this theme for CPR on 4-11-2008.
Version: 1.0
Author: Sean - SaveFast.com
Author URI: http://www.savefast.com
*/



/* dom tab */
/* @import url('domtab.css'); */



/* Basics */

*{margin:0; padding:0;}

body {
	background: #000D52 url(images/bg-square-blue.gif) fixed;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #000;
	font-size: 12px;
	line-height: 14pt;
	margin: 0px 0px 0px 0px;
	}

img {
/* 	margin: 10px; */
	}

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

img.left {
	float: left;
	}

img.right {
	float: right;
	}


blockquote{
	border-left: 1px dotted #333;
	margin:10px 0 10px 12px;
	padding:0 0 0 12px;}

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


/* Links and Headings */


a, a:link {
	color: #333;
	text-decoration: none;
}

h1 {font-size: 20pt; margin-top:10px; margin-bottom:10px;}
h2 {font-size: 14pt; margin-top:10px; margin-bottom:10px;}
h3 {font-size: 12pt; margin-top:10px; margin-bottom:10px;}
h4 {font-size: 10pt; margin-top:10px; margin-bottom:10px;}


/*  Container  */

#container {
	width: 980px;
	margin: 0 auto;
	background:#003366 url(images/bg.jpg);
	color:#333;
	border: 5px solid #003366;
	}


/*  HEADER  */

#header {
	background: #FFF url(images/header_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 60px;
	}


#header h2 {
	color: #ffffff;
	font-family: garamond, georgia, verdana, serif;
	font-size: 24pt;
	font-weight: bold;
	margin: 10pt 0 0 60pt;
	padding: 0 0 0 0;
	letter-spacing: 3px;
	line-height: 28pt;
	}

#header h2 a {
	color: #003366;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #006699;
	text-decoration: none;
	}

#header h3 {
	font-family: palatino linotype, georgia, verdana, serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	color: #006699;
	margin: 15pt 0 20pt 130pt;
	letter-spacing: 1px;
	}


#sub-header {
	background: #FFF;
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 10pt;
	}

#slogan {
	font-family: palatino linotype, georgia, verdana, serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	color: #006699;
	margin-left: 10pt;
	float: left;
	line-height: 20pt;
	}

#phone-number {
	font-family: palatino linotype, georgia, verdana, serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	color: #006699;
	margin-right: 10pt;
	float: right;
	line-height: 20pt;
	}


/* Tree Pictures  */

#pics {
  background: #fff;
	width: 980px;
	height: 120px;
	}

#left-pic {
	background-image: url(images/pic-left.jpg);
	float: left;
	width: 180px;
	height: 120px;
}

#middle-pic {
	margin: 0px;
	background-image: url(images/pic-middle.jpg);
	border: none;
	width: 545px;
	height: 120px;
	float: left;
}

#right-pic {
	background-image: url(images/pic-right.jpg);
	width: 255px;
	height: 120px;
	float: left;
}


#pics-bottom {
	background: #fff;
	width: 980px;
	height: 120px;
	clear: both;
	border-top: 10pt solid #fff;
	}

#left-pic-bot {
	background-image: url(images/pic-bot-left.jpg);
	border: none;
	margin: 0px;
	float: left;
	width: 180px;
	height: 120px;
}

#middle-pic-bot {
	background-image: url(images/pic-bot-middle.jpg);
	border: none;
	margin: 0px;
	float: left;
	width: 545px;
	height: 120px;
}

#right-pic-bot {
	background-image: url(images/pic-bot-right.jpg);
	border: none;
	margin: 0px;
	float: right;
	width: 255px;
	height: 120px;
}



/* Menu  */

#menuholder {
	background: #000D52;
	width: 100%;
	height: 25px;
	border-top: 1pt solid #003366;
	border-bottom: 1pt solid #003366;
}

#nav {
	width: 100%;
	background: #006699;
	float: left;
	border-top: 1pt solid #000D52;
	border-bottom: 1pt solid #000D52;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	border-bottom: 1pt solid #000D52;
}

#nav a {
	display: block;
	padding:6px 10px 7px 10px;
	color: #fff;
	width: auto;
	border-right: 1pt solid #000D52;
}


#nav a:hover {
	background: #003366;
/*
	color:#000D52;
*/
	border-right: 1pt solid #000D52;
}

#nav li { /* all list items */
	float: left;
	display: block;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000D52;
	width: 165px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
}

#nav li ul a{ /* second-level lists */
	width: 144px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 155px;
	padding: 0;
}

#nav li ul ul a{
	width: 144px;
	}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/*  Main Content  */


#content {
	width: 540px;
	padding: 0;
	margin: -10px 0 30 0;
/*	text-align: justify;	*/
	text-align: left;
	float: left;
	line-height: 14pt;
	overflow: hidden;
	}

#content h2 {
	font-family: garamond, georgia, verdana, times;
	font-size: 22pt;
	font-weight: 300;
	margin: 8px 0 8px 0;
	line-height: 18pt;
	}

#content p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}


.post {padding: 8px 18px 0 20px;}


.post ul {
	padding: 0 0 0 35px;
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	}

.post ol {
	padding: 0 0 0 35px;
	}

.post ul li {
	list-style-type: square;
	}

.entry {
	margin: 6px 0 8px 0 ;
	}

.entry p {
	margin: 6px 0 0 0;
	}

.entry a {
	color: #000D49;
	text-decoration: underline;
	}

.entry a:hover {
	color: #003366;
	text-decoration: none;
	}

.postmetadata{
	clear: both;
	background:#FCFCFC;
	padding:6px;
	margin: 16px 0 32px 0;
	border-top:1px solid #E5E5E5;
	border-bottom:1px dotted #E5E5E5;
	}

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

.navigation {
	margin: 15px 15px 45px 15px;
	padding:2px;
	font-size:8pt;
	float:left;
	}

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

.archivetitle{padding: 14px 0 0 20px;}
.search{padding: 14px 0 0 20px;}

.notfound{padding: 25px;}


/* Left Sidebar */

#left {
	width: 179px;
	float:left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#left h2 {
	color: #455A79;
	border-top: 1px solid #455A79;
	border-bottom: 1px dotted #455A79;
	font-family: arial, verdana, Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	padding: 3px 6px;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
	}

#left .title {
	color: #fff;
	background: #000D52;
	font-family: arial, verdana, Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	letter-spacing: 1px;
	border-bottom:none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	}

#left .title a {
	color: #fff;
	padding: 3px 6px;
	margin: 0;
	display: block;
	}

#left .title a:hover {
	color: #fff;
	background: #003366;
	text-decoration: none;
	}

#left p {margin:0 6px 0 12px; padding: 0;}

#left a {color: #333; text-decoration: none; margin: 0; padding: 0; }
#left a:hover {color: #747474; text-decoration: underline;}

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

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

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

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

#left ul ul li{
	list-style-type:none;
	margin:0;
	padding:0 0 0 6px;
	color: #455A79;
}

#left ul li.recentcomments {
  margin: 0 12px 0 12px;
  }

#left ul li.recentcomments a{
  line-height: 12pt;
  }


#left ul ul ul li{
	list-style-type:square;
	list-style-position: inside;
	margin:0 0 0 12px;
	padding:0;
	color: #455A79;
}


/* Right Sidebar */



#right {
	width: 254px;
	float:right;
	}

#right h1{
	font-family: sylfaen, georgia, verdana, times;
	font-weight: normal;
	font-size: 13pt;
	text-align: left;
	margin: 0;
	padding: 12px 6px 8px 12px;
	line-height: 18px;
}

#right h1 a{color: #747474; text-decoration: none}
#right h1 a:hover{color: #747474; text-decoration: none}

#right h2 {
	color: #455A79;
	border-top: 1px solid #455A79;
	border-bottom: 1px dotted #455A79;
	font-family: arial, verdana, Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	padding: 3px 6px;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
	}

#right h3 {
	color: #455A79;
	font-family: arial, verdana, Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	padding: 4px 6px 0 12px;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	}

#right .title {
	color: #fff;
	background: #000D52;
	font-family: arial, verdana, Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	letter-spacing: 1px;
	border-bottom:none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	}

#right .title a {
	color: #fff;
	padding: 3px 6px;
	margin: 0;
	display: block;
	}

#right .title a:hover {
	color: #fff;
	background: #003366;
	text-decoration: none;
	}


#right .toppost{border-top: 1px solid #000D52; margin: 4px 0 0 0; clear: both;}

#right p {padding: 0 0 18px 0; margin: 0; line-height: 15pt;}

#right a {color: #333; text-decoration: none; padding: 0; margin: 0;}
#right a:hover {color: #747474; text-decoration: underline;}

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

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

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

#right ul ul li{
	list-style-type:none;
	margin:1px 0;
	padding:0 0 0 6px;
	color: #455A79;
}

#right ul li ul {
	list-style-type:none;
	margin:1px 0;
	padding:0;
	color: #455A79;
}

.right-entry{border-bottom: 1px dotted #333; margin: 12px;}

.widgets{margin: 0 0 10px 0;}

/* RSS Widget */

.rsswidget img {
	display: none;
	}

#left h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#left h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;

}

#right h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#right h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;

}


/* Calendar Widget */

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}

#wp-calendar a{
	margin: 0;
	padding: 0;
	}

/* text Widget */


.textwidget {margin:0 12px 0 12px; padding: 0;}




/* comments */

#commentssection{
	padding: 0;
	margin: 20px 0 0 0;
	width:500px;
	clear: both;
	}

#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F3F3F3;
	margin: 15px 0 25px 0;
	padding:10px;
	width: 480px;

	}

#commentform p{
	color: #000;
	}

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}

#commentbox{
	width:450px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	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: #F3F3F3;}
ol.commentlist li p {margin: 10px 0 10px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}





/* Search */

#searchform {margin:0; padding: 2px; float: right;}

#searchform input {
	background-color:#fff;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	border:none;
	color: #323337;
	margin: 0;
	padding: 3px 2px 4px 4px;
	width: 246px;
	}

#searchform #search {width: 90px;}


/* Footer */

#footer {
/*
	background: #000D52 url(images/footer_bg.jpg);
	background-repeat: no-repeat;
*/
	background: #006699;
	width: 100%;
	height: 75px;
	font-family: verdana, arial, times;
	clear: both;
	width: 100%;
	border-top: 2pt solid #003366;
	}

#footer .disclaimer {
	color: #fff;
	font-size: 9pt;
	font-weight: none;
	}

#footer .copyright {
	color: #000;
	font-size: 7pt;
	font-weight: none;
	}

#footer .copyright a {
	color: #000;
	font-size: 8pt;
	font-weight: none;
/*
	text-decoration: underline;
*/
	text-decoration: none;
	}

#footer p {padding:5px; text-align:center;}

#footer a {
	color: #eee;
	}