/*
Theme Name: EasyWorship Default
Theme URI: http://www.easyworship.com/
Description: The default EasyWorship theme.
Version: 1.0
Author: Ronald Timoshenko &amp; Jason Stewart
Author URI: http://www.easyworship.com/
Tags: sweet, awesome, easyworship
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #000017;
	font: normal 10px/1.6em Verdana, Helvetica, sans-serif;
	color: #6c6c6c;
	text-align: center;
}

a {
	color: #3574a0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img,
:link img,
:visited img {
	border: 0;
}

th,
td,
caption {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul li {
	padding-left: 14px;
	position: relative;
	list-style-type: none;
	background: url(images/icon_list.gif) no-repeat 0 0.7em;
}

h1 {
	margin-bottom: 12px;
	color: #3574a0;
	font: bold 2.2em/1.2em "Lucida Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h2 {
	margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: bold;
	color: #3574a0;
}

#home h2 {
	margin: 0;
}

h3 a {
	font-weight: bold;
}

h4 {
	color: #3574a0;
	font-weight: bold;
}

h5 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.hr {
	height: 6px;
	background: url(images/bg_hr.png) no-repeat;
}

.hr * {
	display: none;
}


.clear {
	clear: both;
}

.hidden {
	display: none;
}

small,
.smaller {
	font-size: 0.9em;
	line-height: 1.4em;
}

ul.smaller {
	width: 380px;
	float: left;
}

ul.smaller li {
	padding-bottom: 8px;
	background-position: 0 0.45em;
}



/* -------------------------------------------------------------
	Masthead
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#masthead {
	height: 300px;
	background: #000017 url(images/bg_masthead.jpg) no-repeat center top;
}

#header {
	width: 954px;
	margin: 0 auto;
}

#header h1,
#header h1 a {
	width: 280px;
	height: 40px;
	padding: 0;
	float: left;
	overflow: hidden;
	text-indent: -9000em;
}

#header h1{
	margin: 37px 0 0 6px;
	background: url(images/bg_logo.gif) no-repeat;
}


#header .description {
	width: 673px;
	height: 147px;
	margin: 64px 0 0 -40px;
	float: left;
	clear: left;
	background: url(images/title_welcome.png) no-repeat;
	text-indent: -9000em;
}

#header .navigation {
	width: 400px;
	float: right;
	margin-right: -18px;
	text-align: center;
}

#header .navigation a,
#header .navigation a:hover {
	color: #fff;
}

.navigation li {
	background: none;
}

#header .navigation li,
#header .navigation li a {
	height: 73px;
	padding: 0;
	float: left;
	overflow: hidden;
	text-indent: -9000em;
}

#header .navigation li a:hover {
	background-position: 0 -73px;
}

#header .navigation li.active a {
	background-position: left bottom;
}

#nav_etc,
#nav_etc a {
	width: 63px;
}

#nav_beyondbasics,
#nav_beyondbasics a {
	width: 131px;
}

#nav_development,
#nav_development a {
	width: 125px;
}

#nav_design,
#nav_design a {
	width: 78px;
}

#nav_design a {
	background: url(images/nav_design.gif) no-repeat;
}

#nav_development a {
	background: url(images/nav_development.gif) no-repeat;
}

#nav_beyondbasics a {
	background: url(images/nav_beyondbasics.gif) no-repeat;
}

#nav_etc a {
	background: url(images/nav_etc.gif) no-repeat;
}



/* -------------------------------------------------------------
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#root {
	background: #f8f5f0 url(images/bg_body.jpg) no-repeat center 297px;
}

#page {
	width: 954px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#content {
	min-height: 400px;
	margin-right: 336px;
	padding-top: 20px;
	background: url(images/bg_content.png) no-repeat 0 93px;
	font-size: 1.2em;
}

#interior #content,
#content_page {
	min-height: 500px;
	margin-top: -120px;
	padding: 20px 44px 20px 100px;
	background: url(images/bg_content_interior.jpg) no-repeat;
	line-height: 1.7em;
}

#content_page {
	padding-left: 44px;
	background: url(images/bg_content_page.jpg) no-repeat;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 1.6em;
}

#content .hr {
	margin: 20px 0;
}



/* --- Most Recent --- */

#most_recent {
	width: 557px;
	height: 70px;
	padding: 12px 45px 0 15px;
	background: url(images/bg_recent.gif) no-repeat;
}

#most_recent h2,
#most_recent h3 {
	margin: 0;
	width: 118px;
	float: left;
	clear: left;
	font-size: 1em;
}

#most_recent h2 {
	color: #fff;
}

#most_recent h3 {
	font-weight: bold;
	color: #9abad0;
}

#most_recent div {
	width: 434px;
	float: right;
}

#most_recent a,
#most_recent a:hover {
	color: #fff;
	text-decoration: none;
}

#title_design,
#title_development,
#title_beyondbasics {
	height: 30px;
	text-indent: -9000em;
	overflow: hidden;
}
#title_design a,
#title_development a,
#title_beyondbasics a {
	display: block;
	width: 100%;
	height: 100%;
}

#title_design {
	background: url(images/title_design.gif) no-repeat left bottom;
}

#title_development {
	background: url(images/title_development.gif) no-repeat left bottom;
}


#title_beyondbasics {
	background: url(images/title_beyondbasics.gif) no-repeat left bottom;
}



/* --- Author page --- */

.author_photo {
	margin-left: -80px;
	padding-right: 10px;
	float: left;
	clear: left;
}

.author_post {
	width: 47%;
	height: 68px;
	padding: 0 3% 0 0;
	float: left;
	line-height: 1.4em;
}

.author_post .post_num a {
	width: 28px;
	height: 21px;
	margin-right: 6px;
	padding-top: 6px;
	float: left;
	position: relative;
	top: -4px;
	background: url(images/bg_postnum.gif) no-repeat;
	color: #fff;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}

.author_post .post_num a:hover,
.category_post h3 span a:hover,
.no_icon h3 span a:hover,
.post .post_num a:hover {
	text-decoration: none;
}



/* --- Category page --- */

.category_post h3 {
	float: left;
	margin-left: -80px;
	font-size: 0.9em;
}

.category_post h3 span a {
	width: 54px;
	height: 24px;
	padding-top: 17px;
	float: left;
	clear: left;
	background: url(images/bg_postnum_large.gif) no-repeat;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}

.category_post h4 {
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #3574a0;
}

.category_post .read_post_link {
	width: 70px;
	padding: 0 12px 2px 8px;
	position: relative;
	display: block;
	background: url(images/bg_read_post.png) left center no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 15px;
	text-indent: -9000em;
}


.comments_link {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

.category_post .comments_link {
	width: 140px;
	float: right;
	position: relative;
	text-align: right;
}

.author_post .comments_link {
	padding-left: 34px;
}



/* --- Post page --- */

.entry {
	padding: 20px 0 0 0;
}

.entry ul li {
	margin: 0 0 0 -14px;
	line-height: 1.8em;
}

.post .post_num {
	float: left;
	margin-left: -80px;
	font-size: 0.9em;
}

.post .post_num span a {
	width: 54px;
	height: 24px;
	padding-top: 17px;
	float: left;
	clear: left;
	background: url(images/bg_postnum_large.gif) no-repeat;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}

#content .postmetadata {
	margin-bottom: 60px;
	padding-top: 10px;
	background: url(images/bg_hr.png) no-repeat left top;
}

#comments {
	width: 528px;
	height: 23px;
	background: url(images/bg_comments_title.gif) no-repeat left center;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 16px;
}

h3#comments strong {
	width: 27px;
	margin-right: 10px;
	float: left;
	color: #fff;
	text-align: center;
}

h3#comments a {
	margin-right: 8px;
	padding-right: 12px;
	float: right;
	background: url(images/icon_arrow_down.png) no-repeat right center;
}

#comments,
.commentlist,
#respond {
	margin-left: -50px;
}

.commentlist {
	padding-left: 0;
}

.commentlist li {
	padding: 25px 25px 0 50px;
	background: url(images/icon_arrow_comment.png) no-repeat 25px 28px;
}

.commentlist li.comment-author-jstewart {
	background: url(images/img_polaroid_comment_jstewart.gif) no-repeat 0 28px;
}

.commentlist li.comment-author-jgonzalez {
	background: url(images/img_polaroid_comment_jgonzalez.gif) no-repeat 0 28px;
}

.commentlist li.comment-author-pconstable {
	background: url(images/img_polaroid_comment_pconstable.gif) no-repeat 0 28px;
}

.commentlist li.comment-author-jeftay {
	background: url(images/img_polaroid_comment_jeftay.gif) no-repeat 0 28px;
}

.commentlist li.comment-author-jharris {
	background: url(images/img_polaroid_comment_jharris.gif) no-repeat 0 28px;
}

.commentlist li.comment-author-benjwat {
	background: url(images/img_polaroid_comment_benjwat.gif) no-repeat 0 28px;
}


#content .commentlist p {
	margin: 0 0 1em 0;
}

.commentlist div {
	padding-bottom: 30px;
	background: url(images/bg_hr.png) no-repeat left bottom;
}

.comment-author {
	font-weight: bold;
	padding-bottom: 5px;
}

#respond {
	padding-left: 40px;
}

#respond h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

textarea,
input[type="text"] {
	border: 1px solid #c3d3de;
}




/* --- Columns --- */

.thirds_column {
	width: 30%;
	padding: 0 1.5%;
	float: left;
}

.pad_sides {
	padding-left: 15px;
	padding-right: 15px;
}

ul.no_icon li {
	background: none;
	padding: 0 0 2em 0;
}

.no_icon h3 {
	line-height: 2.4em;
}

.no_icon h3 span a {
	width: 28px;
	height: 21px;
	margin-right: 6px;
	padding-top: 6px;
	float: left;
	background: url(images/bg_postnum.gif) no-repeat;
	color: #fff;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}




/* -------------------------------------------------------------
	Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar {
	width: 302px;
	margin-top: 20px;
	float: right;
}

#home #sidebar {
	margin-top: -100px;
}

#sidebar li {
	padding: 0;
	background: none;
}

#sidebar #author_list li {
	width: 278px;
	height: 58px;
	padding: 12px 12px 4px 12px;
	background: url(images/bg_author.gif) no-repeat;
}

#sidebar #author_list li.active {
	background-image: url(images/bg_author_active.gif);
}

#sidebar #author_list strong {
	width: 38px;
	padding: 15px 0 0 0;
	float: right;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#sidebar #searchform {
	padding-top: 30px;
}

#sidebar #s {
	width: 258px;
	height: 22px;
	margin: 0;
	padding: 3px 5px 0;
	border: none;
	background: url(images/bg_search.gif) no-repeat;
	line-height: 22px;
}

#sidebar #searchsubmit {
	width: 34px;
	height: 22px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
	background: url(images/btn_search.gif) no-repeat;
	text-indent: -9000em !important;
	font-size: 0;
	cursor: pointer;
}

#sidebar #s,
#sidebar #searchsubmit {
	float: left;
}

#sidebar h2 {
	width: 100%;
	height: 74px;
	padding: 0;
	margin: 0;
	font-size: 3em;
	color: #fff;
	line-height: 110px;
	text-indent: -9000em;
	
}

#sidebar h2.title_design {
	background: url(images/title_design_large.gif) no-repeat left center;
}

#sidebar h2.title_development {
	background: url(images/title_development_large.gif) no-repeat left center;
}

#sidebar h2.title_beyondbasics {
	background: url(images/title_beyondbasics_large.gif) no-repeat left center;
}

#sidebar h2.title_etc {
	background: url(images/title_etc_large.gif) no-repeat left center;
}

#sidebar .subcategories {
	width: 100%;
	float: right;
	margin: 60px 0 30px 0;
}

#sidebar .subcategories li {
	padding: 0 0 2px 20px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(images/icon_list.gif) no-repeat 7px 0.4em;
}

#sidebar .subcategories li.active {
	background: url(images/bg_sidebar_active.gif) no-repeat;
	color: #fff;
}

#sidebar .subcategories li.active a {
	color: #fff;
}



/* -------------------------------------------------------------
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	height: 110px;
	margin: 0;
	padding: 20px 0 0 0;
	border: none;
	background: #000017 url(images/bg_footer.jpg) no-repeat center top;
	color: #17405d;
	text-align: left;
}

#footer_wrapper {
	width: 954px;
	margin: 0 auto
}

#footer .float_left {
	width: 500px;
	float: left;
}

#footer .float_right {
	width: 302px;
	float: right;
}

#footer li {
	padding: 0 25px 0 0;
	display: inline;
	background: none;
}

#footer li.rss {
	height: 1.8em;
	padding: 2px 0 2px 50px;
	background: url(images/icon_rss.png) no-repeat 32px center;
	line-height: 1.8em;
}

#footer a {
	font-weight: bold;
}



/* --- Dialogs --- */

#overlay,
#dialogWrapper {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	background: #000;
}

#dialogWrapper {
	z-index: 10010;
	background: none;
	text-align: center;
}

#dialog {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	text-align: left;
	font-size: 1.2em;
}

#dialog_content {
	padding: 10px 20px;
}

#dialog .dialogHeader,
#dialog .dialogFooter {
	width: 100%;
	height: 3px;
	float: left;
	clear: both;
	position: relative;
}

#dialog .dialogFooter {
	position: absolute;
	bottom: 0;
	left: 0;
}

.dialogHeader .tl,
.dialogFooter .bl
 {
	left: 0;
	float: left;
}

.dialogHeader .tr,
.dialogFooter .br {
	right: 0;
	float: right;
}

.dialogHeader .tl,
.dialogFooter .bl,
.dialogHeader .tr,
.dialogFooter .br {
	width: 3px;
	height: 3px;
	position: relative;
	top: 0;
	clear: none;
	background-repeat: no-repeat;
}

.dialogHeader .tl {
	background-image: url(images/bg_dialog_tl.gif);
}

.dialogHeader .tr {
	background-image: url(images/bg_dialog_tr.gif);
}

.dialogFooter .bl {
	background-image: url(images/bg_dialog_bl.gif);
}

.dialogFooter .br {
	background-image: url(images/bg_dialog_br.gif);
}

#dialogWrapper #close_link {
	width: 15px;
	height: 13px;
	position: relative;
	right: 3px;
	float: right;
	clear: none;
	background: url(images/icon_x.gif) no-repeat;
}

#dialog_content p {
	margin-bottom: 1.6em;
}

#dialog_content img {
	float: left;
	clear: both;
}

#dialog_content .close_link {
	margin-top: 10px;
}

#dialog_content .textfield {
	width: 73%;
	margin-right: 1%;
}

#dialog_content #email_field {
	padding-top: 5px;
}

#dialog_content #email_field input {
	float: left;
}



