/* 
Theme Name: Custom Theme
Theme URL: http://www.randallperla.com/blog/
Description: A blank theme for you to draw on.
Author: Matt Thompson
Author URI: http://www.depiction.net
Version: 1.0
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*-------- From Main Site --------*/

body {
	background-color: #0051b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/main_bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}

#main {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;

}

h1 {
	font-size: 18px;
	color: #0051b5;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
}

a:link, a:visited, a:active {
	color:#b50900;
	text-decoration:none;
}

a:hover {
	color:#b50900;
	text-decoration:underline;
}

h1 a:link, h1 a:visited, h1 a:active, .content h1 a:link, .content h1 a:visited, .content h1 a:active {
	color: #0051b5;
	text-decoration: none;
}

h1 a:hover, .content h1 a:hover {
	color: #0051b5;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

h2 a:link, a:active, a:visited {
	color:#b50900;
	text-decoration:none;
}

h2 a:hover {
	color:#b50900;
	text-decoration:underline;
}

p {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 9px 0px 9px 0px;
}

strong {
	font-weight: bold;	
}


/*--------- Header --------*/

#header {
	height: 98px;
	position:relative;
	color: #5a5a5a;
	line-height: 24px;
}

#headertitle {
	font-size: 20px;
	position: absolute;
	left: 20px;
	top: 26px;
	text-align: left;
	line-height: 22px;
}

#headertitle span {
	font-size: 14px;
}

#headertitle a {
	color: #5a5a5a;
	text-decoration: none;
}

#headertitle a:hover {
	text-decoration: underline;
}

#headerphone {
	position: absolute;
	right: 20px;
	font-size: 24px;
	text-align: right;
	top: 20px;
	line-height:50px;
}

#phoneimage {
	position: absolute;
	right: 230px;
	top: 26px;
}


/*-------- Left Column --------*/

#leftcolumn {
	width: 535px;
	margin-left: 14px;
	float: left;
	padding-top: 20px;
	text-align: left;
}

.content {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.content ul {
	list-style-type: square;
	margin:0;
	padding-left:40px;
}

.content a:link, .content a:visited, .content a:active {
	color:#b50900;
	text-decoration:none;
}

.content a:hover {
	color:#b50900;
	text-decoration:underline;
}

.content ul {
	margin: 8px 0px 8px 0px;	
}

.content ul li {
	line-height: 18px;	
}

.content-padding {
	padding: 5px 0px 0px 0px;
}

.dateline {
	margin: -3px 0px 7px 0px;	
}

hr {
	background-color: #999;
	border: 0px;
	color: #999;
	height: 1px;
	width: 100%;
}

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

#rightcolumn {
	float: left;
	width: 284px;
	padding: 20px 0px 10px 20px;
	text-align: left;
}

#rightheader {
	background-image: url('images/columnheader.png');
	height: 31px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 31px;
	font-size: 18px;
	padding-left: 10px;
	color: #FFFFFF;
}

#searchfield {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	padding: 4px;
	width: 195px;
}

#searchsubmit {
	vertical-align: -36%;
}

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

#rightcolumn ul ul {
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}

#rightcolumn ul ul li {
	margin: 0px 0px 10px 0px;	
}

#rightcolumn ul ul li a {
	color:#b50900;
	text-decoration:none;
}

#rightcolumn ul ul li a:hover {
	color:#b50900;
	text-decoration:underline;
}

#rightcolumn h2 {
	margin-bottom: 12px;
	font-size: 15px;
}


/*-------- Footer --------*/

#footer {
	clear: both;
	font-size: 16px;
	color: #0014b5;
	padding-top: 30px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#0051b5;
	text-decoration:none;
}

#footer a:hover {
	color:#0051b5;
	text-decoration:underline;
}


/*--------- Blog ----------*/


.singlecomment {
	padding-bottom: 8px;
}

#commentlist {
	margin-left: 25px;	
}

#commentlist li {
	margin-bottom: 15px;
}

#commentform {
	border: 0px;
	width: 500px;
}

#commentform label {
	margin-top: 1px;
}

.textbox {
	border: 1px solid #999;
	padding: 2px;
	margin: 0px 0px 9px 0px;
}

.required-asterisk {
	color: #ac1a2f;
	font-size: 13px;
}