/*
Theme Name: RawVoice
Theme URI: http://www.rawvoice.com/
Description: The RawVoice v3 Theme
Version: 3.0
Author: Angelo Mandato and Brian Yuhnke
Author URI: http://www.spaceblue.com/
Tags: blue, custom header, custom footer, fixed width, two columns, widgets and custom home page.
*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	color: #003366;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat:repeat;
}
a {
	color: #003366;
/*	color: #ff6600; */
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto 10px auto;
	width: 965px;
}

#header {
	height: 90px;
	position: relative;
	/*
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 20px 10px; */
}

#header img {
	border: 0;
	margin-left: 20px;
	margin-top: 10px;
}
#header #links {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 24px;
	text-align: right;
	margin: 0 20px;
}
#header #links a {
	text-decoration: none;
	text-transform: lowercase;
	color: #5A7B9C;
}
/*
#navigation {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
	font-weight: bold;
}
#navigation ul {
	
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#navigation a {
	margin-left: 5px;
	margin-right: 5px;
}
*/
#tagline {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 965px;
	font-size: 85%;
}
#contentcontainer {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
}
#content {
	float: left;
	width: 660px;
	font-size: 115%;
	margin: 20px;
}
h1.pagetitle {
	margin: 0;
	font-size: 200%;
	height: 30px;
}


#sidebar {
	float: right;
	width: 215px;
	background-color: #EFF5B1;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	/* Sidebar has 10px fillets */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar ul li {
	margin: 0;
	list-style-type: none;
}
#sidebar ul li ul {
	margin: 0;
}
#sidebar ul li ul li {
	font-weight: bold;
	margin: 0;
	margin-left: 10px;
	
}

#sidebar ul li ul#pagenavcustom li {
	font-weight: bold;
	margin: 0;
	margin-left: 0px;
	margin-bottom: 10px;
}
#sidebar ul li ul#pagenavcustom li ul li {
	margin-bottom: 0px;
}

#sidebar hr {
	border: 0;
	background-color: #003366;
	width: 195px;
	height: 1px;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

ul#pagenavcustom { /* ul */
	list-style-type: none; 
	margin: 0; 
	padding: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}
ul#pagenavcustom a {
	text-decoration: none;
}
ul#pagenavcustom li { 
	list-style-type: none; 
	margin: 10px 0 10px 0; 
	padding: 0; 
}
ul#pagenavcustom li ul { 
	margin: 10px 0 0 0; 
	padding: 0;
	display: none;
}
ul#pagenavcustom li ul li { 
	list-style-type:none;   
	padding: 0px 0px 2px 10px; 
	border: 0; 
	margin: 5px 0 5px 0;
	font-size: 11px;
	
}

ul#pagenavcustom li.current_page_ancestor ul {
	display: block;
}
ul#pagenavcustom li.current_page_item ul {
	display: block;
}
ul#pagenavcustom li.current_page_item ul li ul {
}

#pagenavcustom a {
/*	color: #ffffff; */
}
#pagenavcustom a.current_page_item_link, #pagenavcustom a.current_page_ancestor_link {
	color : #FF6600;
}


#sidebar ul li ul li ul li {
	font-size: 90%;
	font-weight: normal;
}


#bottombar {
	clear: both;
	background-color: #003366;
	color: #FFFFFF;
	position: relative;
	margin: 20px;
}
#bottombar a {
	text-decoration: none;
	color: #FFFFFF;
}
#bottombar a:hover {
	color: #DFE9EC; /* slight gray */
}
#bottombar h2 {
	font-size: 100%;
	font-weight: normal;
}
#bottombar ul {
	margin: 0;
	margin-left: 20px;
	margin-right: 0px;
	padding: 0;
}
#bottombar ul li {
	margin: 0;
	padding: 0;
/*	width: 150px; */
	font-size: 16px;
	
	float: left;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 12px;
	margin-right: 20px;
}
#bottombar ul li ul {
	margin: 0;
}
#bottombar ul li ul li {
	list-style-type: disc;
	margin: 0;
	margin-left: 20px;
	width: 130px;
	float: left;
}
#bottombar #copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	text-transform: lowercase;
	text-align: right;
	margin: 0 20px 5px 0;
}
#footer {
	height: 0px;
}

#page {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 965px;
}



.clear {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
}


/* Begin Form Elements */
#searchform {

}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
.entry a {
}
table.job-table {
	margin: 10px 0;
}
table.job-table tr {
	margin: 2px;
}
table.job-table th {
	vertical-align:text-top;
	padding: 2px 8px 2px 0;
}
table.job-table td {
	padding: 2px;
}
table.job-table td > p {
	margin-top: 0;
}
table.job-apply-table {

}
table.job-apply-table th {
	vertical-align:text-top;
	padding: 2px 4px 2px 0;
}
table.job-apply-table td {
	padding: 2px;
}
table.job-apply-table input[type=text] {
	width: 340px;
}
table.job-apply-table textarea {
	width: 340px;
	height: 70px;
}

.postmetadata, .commentmetadata {
	font-size: 85%;	
}
.postmetadata a {
	text-decoration: underline;
}

/*
.pagenav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.pagenav a {
	text-decoration: underline;
}
*/
.alignright {
	float: right;
}

.alignleft {
	float: left
}


#subscribe_sidebar_list li {
	height: 20px;
}

input[type="text"] {
	height: 16px;
	font-size: 13px !important;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #003366;
	height: 20px;
	vertical-align:text-top;
	width: 60%;
}
input[type="button"],
input[type="submit"] {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px !important;
	line-height: 12px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	/*	background-color: #3D517E; */
/*	background-color: #04366C;
	color: #FFFFFF; */
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-color: #003366;
	background-color: #E8F4FF;
	color: #003366;
	height: 18px;
	vertical-align:text-top;
}

textarea {
	font-size: 13px !important;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #003366;
	vertical-align:text-top;
	width: 60%;
}

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	border: 0;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(images/contact.png) no-repeat right top;
	text-indent: -9999px;
}
.tagcloud {
	margin-top: 0;
}
.powerpress_links {
	margin-top: 1px;
	font-size: 85%;
}
/*
CSS for Contact Form
*/
#contact {
text-align: left;
}
#contact label{
float: left;
width: 200px;
}
#contact input[type=submit] {
width: 100px;
font-weight: bold;
}
#contact .wpcf7-not-valid-tip {
background-color: #FFEBE8;
border-color: #CC0000;
}
#contact .wpcf7-response-output {
background-color: #FFFBCC;
border-color: #E6DB55;
}

.powerpress_links_pdf {
	background: url(images/pdf.png) no-repeat left top;
	padding-left: 20px;
	min-height: 16px;
}

.pics { height: 374px; width: 614px; padding:0; margin:0; overflow: hidden }
.pics img { height: 368px; width: 608px; padding: 0px; border: 0px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {
	/* -moz-border-radius: 10px; -webkit-border-radius: 10px; */
}

