/**
Theme Name: Stephen's Theme
Version: 1.0
Author: Stephen Costello

pale red: f3443b
blue: 26c2ca
*/

@import url('css/reset.css');
@import url('css/lavalamp.css');
@import url('css/default.css');
@import url('css/comments.css');
@import url('css/glide.css');
@import url('css/slide.css');
@import url('css/widgets.css');
@import url('css/tabs.css');

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(images/bg.jpg) top repeat-x #fff;
	font: normal 12px Arial, Verdana, Tahoma;
	color: #333;
}

a {
	color:#069;
	text-decoration: none;
}

a:hover { 
	color: #222;
}


.imgleft {
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin: 0 20px 0 0;
}

.imgcent {
	border: 1px solid #d8d8d8;
	padding: 5px;
	display: block;
	margin: 0 0 15px 0;
}

.imgright {
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin: 0 0 15px 20px;
	float: right;
}





.header {
	width: 900px;
	margin: auto;
	height: 70px;
}

.logo, .icons {
	width: 350px;
	margin: 10px 0 0 0;
	height: 50px;
	float: left;
}

.icons {
	float: right;
	text-align: right;
}

.icons img {
	margin: 0 0 0 20px;
}











.wrapper {
	width: 900px;
	margin: 0 auto;
}









.banner {
	width: 900px;
	height: 260px;
	background: #097;
	margin: 35px 0 35px 0;
	background: url(images/banner.jpg) right no-repeat;
}

.info {
	width: 270px;
	height: 260px;
	float: left;
}

.info p {
	font-size: 11px;
	line-height: 17px;
	margin: 0 0 12px 0;
	font-weight: bold;
	text-align: justify;
}













.menu {
	width: 900px;
	padding: 14px 0 13px 0;
	margin: 0 0 40px 0;
}

.menu ul {
	margin: 0;
	text-align: center;
}

.menu li {
	display: inline;
	margin: 0 20px;
}

.menu li a {
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}

.menu li a:hover {
	color: #f1f1f1;
}











.homewrap {
	width: 900px;
	margin: 60px auto;
}

.homebox, .homebox_last {
	width: 270px;
	margin: 0 45px 40px 0;
	float: left;
	font-size: 20px;
	letter-spacing: .5px;
}

.homebox_last {
	margin: 0;
}

.homebox img, .homebox_last img {
	padding: 10px 0;	
	border-top: 1px dotted #069;
	border-bottom: 1px dotted #069;
}









.content {
	width: 590px;
	float: right;
	margin: 0 0 40px 0;
}

.content h2, .content h2 a {
	font-size: 21px;
	margin: 0 0 5px 0;
	color: #266bb4;
	font-weight: normal;
}


.content h3, .content h3 a {
	font-size: 15px;
	margin: 0 0 5px 0;
	color: #069;
	padding: 20px 0 0 0;
	font-weight: normal;
}

.content ul {
	display: block;
	margin: 0 0 20px 0;
	border-top: 1px solid #d7d7d7;
}

.content li {
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #d7d7d7;
}

.content p {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 20px 0;
}








.sidebar {
	width: 230px;
	padding: 20px;
	float: left;
	margin: 5px 0 40px 0;
	background: #e9e9e9;
	border: 1px solid #c8c8c8;
}




.sidebox, .sidebox_first, .sidebox_last {
	width: 230px;
	padding: 30px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b9b9b9;
}

.sidebox_first {
	padding: 0 0 30px 0;
	border-top: none;
}
.sidebox_last {
	padding: 30px 0 0 0;
	border-bottom: none;
}




.sidebar h3, .sidebar h3 a {
	font-size: 19px;
	margin: 0 0 5px 0;
	color: #111;
	font-weight: normal;
}

.sidebar p {
	line-height: 19px;
	color: #222;
}

.sidebar ul {
	display: block;
	border-bottom: 1px dotted #c6c6c6;
}
.sidebar li {
	padding: 8px 0;
	border-top: 1px dotted #c6c6c6;
}

.sidebar li a {
	font-size: 13px;
	color: #266bb4;
	padding: 0 0 0 5px;
}

.sidebar li:hover {
	background: #f5f5f5;
}











.newsholder {
	background: #f1f1f1;
	clear: both;
}

.date {
	width: 45px;
	margin: 5px 0 0 0;
	background: url(images/date.jpg) no-repeat;
	text-align: center;
	padding: 5px;
	float: left;
	background: #cc0017;
	font-family: Times, "Times New Roman";
	color: #fff;
}

.month, .day {
	font-size: 11px;
	line-height: 22px;
}

.day {
	font-size: 20px;
	padding: 0;
}

.newsbody {
	float: right;
	width: 500px;
	margin: 0 0 40px 0;
}








/***** forms *****/
.input {
	background: #f6f6f6;
	width: 400px;
	height: 20px;
	padding: 8px 0 0 5px;
	font: normal 12px Helvetica, Arial, Tahoma, Verdana;
	color: #3875BA;
	border: 1px solid #d8d8d8;
}


.required {
	background:#f6f6f6 url('./images/required.png') no-repeat right;
	width: 400px;
	height: 20px;
	padding: 8px 0 0 5px;
	font: normal 12px Helvetica, Arial, Tahoma, Verdana;
	color: #3875BA;
	border: 1px solid #d8d8d8;
}


.textarea {
	background: #f6f6f6;
	width: 400px;
	height: 150px;
	padding: 5px;
	font: normal 12px Helvetica, Arial, Tahoma, Verdana;
	color: #3875BA;
	border: 1px solid #d8d8d8;
}


.submit {
	background: #3875BA;
	padding: 5px 50px;
	font: normal 12px Helvetica, Arial, Tahoma, Verdana;
	color: #fff;
	border: 1px solid #e4e4e4;
}










/***** footer *****/
.footer_wrapper {
	width: 100%;
	background: #e9e9e9;
	clear: both;
	padding: 20px 0;
	overflow: auto;
}


.footernew {
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	color:#555;
	clear: both;
}

.verse {
	float: left;
	width: 600px;
}


.credit {
	float: right;
	width: 250px;
	text-align: right;
	font-size: 11px;
	margin: 0;
	line-height: 20px;
}

.footernew a {
	color: #069;
}

#footer {
	display: none;
}




