/* 
	Theme Name: Revolution Church
	Theme URL: http://www.revolutiontwo.com/themes/church
	Description: Revolution Church is a 3-column Widget-ready theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 1.0

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Modified By: Jason Benesch
*/

/* YUI 2: Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
fieldset { border:0; } 
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; } 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 
abbr,acronym { border:0; }
.clear { clear:both; }
/* YUI 2: Reset CSS */

#marquee { height:27px; width:100%; display:block; overflow:hidden; position:relative; }
#marquee ul { height:240px; width:100%; position:absolute; top:0px; }
#marquee ul li { height:30px; width:100%; text-align:center; }

/* Global Declarations */
a, a:visited { color:#A91B33; text-decoration:none; }
a:hover { color:#A91B33; text-decoration:underline; }
a:focus, select { outline:none; }
blockquote { background: #E8E8E8; margin:0px 25px 15px 25px; padding: 10px 20px 0px 15px; border-top: 1px solid #DDDDDD; border-right: 1px solid #666666; border-left: 1px solid #DDDDDD; border-bottom: 1px solid #666666; }
.strike { text-decoration:line-through; }

body {
	background:#111111 url(../img/bg.png) 0px 0px repeat;
	color:#333333;
	font-size:12px;
	font-family:'Lucida Grande',sans-serif;
}

#wrap {
	background:#EEEEEE;
	width:980px;
	margin:10px auto;
	border:10px solid #333333;
}


/************************************************************
* Header Elements
************************************************************/

#header {
	background:#111111 url(../img/header.png) 0px 0px repeat-x;
	width:980px;
	height:114px;
	color:#FFFFFF;
	font-size:11px;
}

.headerleft {
	width:460px;
	float:left;
}

.headerright {
	width:486px;
	float:right;
	padding-top:18px;
}

/************************************************************
* Header Nav Bar
************************************************************/

#navbar {
	background:#555555 url(../img/navbar.png) 0px 0px repeat-x;
	width:980px;
	height:35px;
	font-size:12px;
	font-family: 'Georgia', 'Times New Roman';
	color:#FFFFFF;
	font-weight:bold;
}

#navbarleft {
	width:700px;
	float:left;
}

ul#nav li {
	float:left;
}

ul#nav li a {
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-family: 'Georgia', 'Times New Roman';
	font-weight:normal;
	padding:8px 15px;
	text-transform:lowercase;
}

ul#nav li a:hover, #nav li a:active {
	background:#555555 url(../img/navhov.png) 0px 0px repeat-x;
	color:#FFFFFF;
	padding:8px 15px;
	text-decoration:none;
}

ul#nav li ul {
	z-index:9999;
	position:absolute;
	left:-999em;
	height:auto;
	width:170px;
}

ul#nav li li a {
	background:#555555;
	width:170px;
	color:#FFFFFF;
	font-size:14px;
	font-family: 'Georgia', 'Times New Roman';
	font-weight:normal;
	float:none;
	padding:7px 10px;
	border:1px solid #CCCCCC;
	border-top:0;
}

ul#nav li li a:hover {
	background:#777777;
	color:#FFFFFF;
	padding:7px 10px;
}

ul#nav li ul ul {
	margin:-33px 0 0 171px;
}

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul {
	left: -999em;
}

ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul {
	left: auto;
}

ul#nav li:hover { 
	position: static;
}

#navbarright {
	width:200px;
	float:right;
}

#navbarright li {
	float:right;
}

#navbarright ul li a {
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-family: 'Georgia', 'Times New Roman';
	font-weight:normal;
	padding:8px 15px;
	text-transform:lowercase;
}

#navbarright ul li a:hover, #navbarright ul li a:active {
	background:#555555 url(../img/navhov.png) 0px 0px repeat-x;
	color:#FFFFFF;
	padding:8px 15px;
	text-decoration:none;
}

/************************************************************
* Main Content
************************************************************/

#content {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	line-height:18px;
}

#contentleft {
	float:left;
	width:610px;
	padding-bottom:20px;
}

.postarea {
	background:#FFFFFF url(../img/homepagetop.gif) 0px 0px no-repeat;
	float:left;
	width:600px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #DDDDDD;
}

.breadcrumb {
	float:left;
	width:600px;
	font-size:11px;
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:double #EAEAEA;
}

/************************************************************
* Post Content
************************************************************/

.date {
	width:600px;
	float:left;
	padding-top:5px;
}

.dateleft {
	width:350px;
	float:left;
}

.dateright {
	width:200px;
	float: right;
	text-align: right;
}

.time {
	background:#FFFFFF url(../img/icon_time.gif) no-repeat top left;
	margin-left:3px;
	padding-left:20px;
}

.comment {
	background:#FFFFFF url(../img/icon_comments.gif) no-repeat top left;
	padding-left:18px;
}

.comments {
	background:#FFFFFF url(../img/homepagetop.gif) no-repeat top left;
	float: left;
	width:600px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #DDDDDD;
}

.tags {
	background:#FFFFFF url(../img/icon_tags.gif) no-repeat top left;
	padding-left:18px;
}


.category {
	background:#FFFFFF url(../img/icon_category.gif) no-repeat top left;
	padding-left:18px;
}

.postmeta {
	width:600px;
	font-size:12px;
	padding-top:5px;
	border-top:double #EAEAEA;
}

.postmeta2 {
	width:600px;
	font-size:12px;
	padding:5px 0px 40px 0px;
	border-top:double #EAEAEA;
}

.archive {
	float:left;
	width:275px;
	padding-bottom:20px;
}

#contentleft p {
	padding-bottom:15px;
}

#contentleft a img {
	border:none;
}

#contentleft ul {
	list-style-type:square;
	padding-bottom:15px;
}

#contentleft ol {
	padding-bottom:15px;
}

#contentleft ul li, #contentleft ol li {
	margin-left:20px;
}



/************************************************************
* Content Headers
************************************************************/

#content h1, #content h1 a {
	color:#444444;
	font-size:22px;
	font-family: 'Georgia', 'Times New Roman';
	font-weight:normal;
	margin-bottom:5px;
	padding-top:10px;
}

#content h1 a:hover {
	color:#A91B33;
	text-decoration:none;
}

#content h2 {
	background:#000000;
	color:#FFFFFF;
	font-size:20px;
	font-family: 'Georgia', 'Times New Roman';
	font-weight:normal;
	padding:10px 0px 10px 10px;
}

#content h3 {
	background:#333333 url(../img/headline.png) 0px 0px repeat-x;
	color:#FFFFFF;
	font-size:11px;
	font-family: 'Georgia', 'Times New Roman';
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	padding:3px 0px 3px 7px;
}

#content h4 {
	color:#444444;
	font-size:17px;
	font-family: 'Georgia', 'Times New Roman';
	font-weight:normal;
	margin-top:20px;
	padding-top:10px;
}

/************************************************************
* Sidebar
************************************************************/

#sidebar {
	float:right;
	width:330px;
	padding-bottom:10px;
	display:inline;
}

.widgetarea {
	background:#FFFFFF url(../img/sidebartop.gif) top left no-repeat;
	float:left;
	width:300px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #DDDDDD;
}

#sidebar h2 {
	background:#333333 url(../img/headline.png) 0px 0px repeat-x;
	color:#FFFFFF;
	font-size:11px;
	font-family:'Lucida Grande',sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	padding:3px 0px 3px 7px;
}

#sidebar p {
	padding-left:45px;
}

#sidebar ul li {
	margin-bottom:5px;
}

#sidebar ul li ul li {
	background:#FFFFFF url(../img/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin:0;
}


/************************************************************
* Footer
************************************************************/

.footer {
	background:transparent url(../img/topnav.png) 0px 0px repeat-x;
	width:980px;
	height:30px;
	text-align: center;
}

.footer p {
	color:#FFFFFF;
	font-size:11px;
	font-family:'Lucida Grande',sans-serif;
	padding-top:9px;
}

.footer a {
	color:#FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


/************************************************************
* Form Elements
************************************************************/

form {
	width:600px;
	margin:0 auto;
}

.input {
	clear:both;
	padding:8px 0px;
}

.checkbox {
	padding:0px 0px;
}

.leftSide {
	width:130px;
	float:left;
	text-align:right;
	margin-right:10px;
}

.rightSide {
	width:460px;
	float:right;
	text-align:left;
}

label {
	color:#666666;
	font-size:14px;
	line-height:42px;
	font-family:'Lucida Grande',sans-serif;
}

.checkbox label {
	font-size:12px;
	line-height:20px;
	cursor:pointer;
}

textarea {
	-moz-border-radius:5px;
	border:1px solid #DDDDDD;
	padding:10px;
	width:400px;
	font-size:13px;
	float:left;
	color:#333333;
}

fieldset {
	-moz-border-radius:5px;
	border:1px solid #DDDDDD;
	padding:8px;
	margin:20px 0px;
}

select {
	-moz-border-radius:5px;
	border:1px solid #DDDDDD;
	padding:5px;
	width:210px;
	font-size:12px;
	float:left;
	color:#333333;
	margin-top:5px;
}

input {
	-moz-border-radius:5px;
	border:1px solid #DDDDDD;
	padding:8px;
	width:200px;
	font-size:16px;
	float:left;
	color:#333333;
}

input[type="checkbox"] {
	-moz-border-radius:0px;
	border:0;
	padding:0px;
	width:20px;
	float:none;
}

input.active {
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
	border:1px solid #AAAAAA;
	padding:8px;
	width:200px;
	font-size:16px;
	float:left;
	background:#FAFAFA;
	color:#333333;
}

.help_message {
	display:none;
}

.help_message {
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	background:#F2F2F2 url(../img/icons/bullet_go.png) 10px 11px no-repeat;
	border:1px solid #DBDBDB;
	color:#666666;
	font-size:12px;
	line-height:1.45em;
	padding:10px 10px 9px 30px;
	text-transform:lowercase;
	float:left;
	width:180px;
}

.submit {
	margin-left:140px;
	clear:both;
/*	background: transparent url(../img/button_back.gif) 0% 0% no-repeat;
	height:20px; */
}

.submit input {
	cursor:pointer;
/*	border:0;
	background: transparent url(../img/accept_button_side.gif) 100% 0% no-repeat; */
	font-size:12px; 
	width:130px;
}

.message {
	border:1px solid #c00;
	padding:10px;
	padding-left:33px;
	margin: 10px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#ffebe8 url(../img/icons/exclamation.png) 10px 11px no-repeat;
}

.error-message {
	border:1px solid #c00;
	padding:10px;
	padding-left:33px;
	margin: 10px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#ffebe8 url(../img/icons/exclamation.png) 10px 11px no-repeat;
}


/************************************************************
* User Profile Section
************************************************************/

/*
background:#FFFFFF url(../img/icon.gif) no-repeat top left;
padding: 0px 0px 5px 20px;
margin:0;
*/

.profile_avatar {
	width:110px;
	float:left;
}

.profile_avatar img {
	border:1px solid #e6e5e1;
	padding:1px;
}

#sidebar ul li .profile_links ul {
	margin:20px 0px;
	padding:0px 20px 0px 10px;
}

#sidebar ul li .profile_links ul li {
	margin:0;
	padding:0px 0px 0px 35px;
	border-bottom:1px solid #D6D9DE;
}

#sidebar ul li .profile_links ul li.last {
	border:0;
}

#sidebar ul li .profile_links ul li.vcard { background: transparent url(../img/icons/vcard.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.friends { background: transparent url(../img/icons/user.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.calendar { background: transparent url(../img/icons/date.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.classes { background: transparent url(../img/icons/report.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.offices { background: transparent url(../img/icons/building.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.groups { background: transparent url(../img/icons/group.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.irls { background: transparent url(../img/icons/drink.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.photos { background: transparent url(../img/icons/picture.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.videos { background: transparent url(../img/icons/monitor.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.invite { background: transparent url(../img/icons/email.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.pencil { background: transparent url(../img/icons/pencil.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.pencil_go { background: transparent url(../img/icons/pencil_go.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.chart_bar { background: transparent url(../img/icons/chart_bar.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.chat { background: transparent url(../img/icons/comments.png) 10px 5px no-repeat; }
#sidebar ul li .profile_links ul li.monitor { background: transparent url(../img/icons/monitor.png) 10px 5px no-repeat; }

#sidebar ul li .profile_links ul li a {
	margin:0;
	padding:3px 0px;
	color:#333333;
	display:block;
	width:100%;
}

#sidebar ul li .profile_links ul li a:hover {
	text-decoration:none;
}

/************************************************************
* Sitemeter
************************************************************/

#idSiteMeterHREF {
	position:absolute;
	left:-9999px;
}
