/*
Theme Name: Active
Theme URI: http://goactive.org.com
Description:Custom made for active student ministries
Version: 2 (WP2.6.2)
Author: Devan Flaherty
Author URI: http://sirensend.com
Tags: awesome, active, go, christ, church, love, students, ministries
*/


/*
	reset
*/

* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
html, body {
	height:100%;
}
body {
	font-size:12px; 
	font-family:Helvetica, sans-serif;
	color:#000000;
}
ul {
	list-style:none;
}
ol {
	list-style:none;
}

a {
	outline:none;
	text-decoration:none;
	color:#000000;
}
a img {
	border:none;
}
img {
	vertical-align:middle;
}
table {
	border-collapse:collapse;
}
/*
	utility
*/

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatRightPush {
	float:right;
	margin-bottom:30px;
}
.clear {
	clear:both;
}
p.push {
	margin-top:15px;
	margin-left:10px;
	float:left;
	clear:both;
	font-size:14px;
}
.button {
	border:1px solid #999999; 
	background:white;
	padding:3px 8px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	color:#000000;
}
.button:hover {
	background:#CCCCCC;
	color:#333333;
}
/*
	typography
*/
h2 {
	font:helvetica;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	padding-top:15px;
}
h2.posting {
	font:helvetica;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:15px;
}
h2.push {
	margin-bottom:15px;
}
h3.push {
	margin-bottom:15px;
}
.widgets h2 {
	font:helvetica;
	font-weight:bolder;
	font-size:16px;
}
p {
	margin-left:8px;
}


/*
	structure
*/
#container {
	min-height:100%;
	position:relative;
	width:700px;
	margin:0px auto;
}
#title {
	width:349px;
	height:132px;
	margin-top:20px;
	margin-left:351px;
	margin-bottom:25px;
}
h1 {
	background:url(style/images/active-logo.jpg);
	text-indent: -9999px;
	width:349px;
	height:132px;
}

#nav {
	float:left;
	width:692px;
	height:26px;
	margin:0px auto 35px auto;
}
#nav ul {
	position:relative;
	width:692px;
	height:26px;
	background:url(style/images/nav.jpg);
}
#nav li{
	display:inline;
	list-style-type:none;
	height:26px;
	float:left;
}
#nav1 a {
	display:block;
	height:26px;
	width:95px;
	float:left;
}
#nav2 a {
	display:block;
	width:86px;
	height:26px;
	float:left;
}
#nav3 a {
	display:block;
	width:87px;
	height:26px;
	float:left;
}
#nav4 a {
	display:block;
	width:82px;
	height:26px;
	float:left;
}
#nav5 a {
	display:block;
	width:82px;
	height:26px;
	float:left;
}

#navfill {
	display:block;
	width:164px;
	height:26px;
	float:left;
}
#nav6 a {
	display:block;
	width:47px;
	height:26px;
	float:left;
}
#nav7 a {
	display:block;
	width:47px;
	height:26px;
	float:left;
}

/*///////////////
//hover
/////////////*/
#nav1 a:hover {
	display:block;
	height:26px;
	width:95px;
	float:left;
	background:url(style/images/nav.jpg) 0 -26px;
}
#nav2 a:hover {
	display:block;
	width:86px;
	height:26px;
	float:left;
	background:url(style/images/nav.jpg) -95px -26px;
}
#nav3 a:hover {
	display:block;
	width:87px;
	height:26px;
	float:left;
	background:url(style/images/nav.jpg) -181px -26px;
}
#nav4 a:hover {
	display:block;
	width:82px;
	height:26px;
	float:left;
	background:url(style/images/nav.jpg) -268px -26px;
}
#nav5 a:hover {
	display:block;
	width:82px;
	height:26px;
	float:left;
	background: url(style/images/nav.jpg) -350px -26px;
}

#nav6 a:hover {
	display:block;
	width:47px;
	height:26px;
	float:left;
	background: url(style/images/nav.jpg) -596px -26px;
}
#nav7 a:hover {
	display:block;
	width:47px;
	height:26px;
	float:left;
	background: url(style/images/nav.jpg) -643px -26px;
}
#main_col {
	width:450px;
	float:left;
	list-style:none;
}
#sidebar {
	float:right;
	width:180px;
}

.widgets {
	float:left;
	width:150px;
	padding:3px 8px;
	border-top:#CCCCCC solid 2px;
	border-left:#CCCCCC solid 2px;
	color:#000000;
	list-style:none;
	margin-bottom:5px;
}
.widgets a {
	color:#333333;
}
#searchsubmit {
	margin-left:45px;
	margin-top:3px;
}
/*
	blog entries
	*/
	
.time {
	float:left;
	width:30px;
	padding:3px 3px;
	border:#CCCCCC solid 2px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#000000;
	list-style:none;
	font-weight:bold;
	text-align:center;
	margin:0px 5px 0px 0px;
	}
.day {
	font-size:20px;
	margin:0;
}
.month {
	font-size:12px;
	text-transform:uppercase;
	margin:0;
}
.year {
	font-size:10px;
	margin:0;
}
.posthead {
	list-style:none;
	width:405px;
	margin:0px auto;
}
.post {
	border-top:#CCCCCC solid 2px;
	list-style:none;
	margin:10px auto;
	width:405px;
	padding-top:5px;
}
.postfooter {
	margin:0px auto 15px;
	width:405px;
	background:#CCCCCC;
}
.post p {
	clear:left;
	font-size:14px;
	font-weight:normal;
	width:350px;
	margin:0px auto;
}

.postfooter p.tags {
	border-top:1px solid #FFFFFF;
	font-weight:bold;
	margin:0px auto;
	text-align:center;
}
.comments {
	border:#CCCCCC solid 2px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#000000;
	margin-bottom:20px;
}
#comment {
	width:405px;
	
}
.commentbox {
	width:405px;
	border:#CCCCCC solid 2px;
	margin:10px 0px 10px 0px;
}
h3#comments {
	text-transform:uppercase;
	background:#CCCCCC;
	width:405px;
}
p.commentstime {
	color:#000000;
	background:#CCCCCC;
	font-weight:bold;
	text-align:left;
	margin:10px 0px 10px 3px;
	clear:left;
	}
.author {
	font-size:16px;
	float:left;
	margin-left:5px;
	font-weight:bolder;
	font:helvetica;
	margin-top:10px;
	margin-bottom:10px;
	
}
#respond {
	border-top:#CCCCCC solid 2px;
	border-bottom:#CCCCCC solid 2px;
	margin:5px auto 10px auto;
	text-align:center;
}