/* @override 
	http://www.a2church.org/wp-content/themes/a2/style.css
	http://localhost:8888/a2church/wp-content/themes/a2/style.css
	http://localhost:8888/a2church/wp-content/themes/a2second/style.css
	http://www.a2church.org/wp-content/themes/a2second/style.css
*/

/*  
	Theme Name: a2 Church Second
	Theme URI: http://www.a2church.org
	Description: A New Theme for a2 Church
	Version: 2.0
	Author: Hot Splash Art and Bill Robbins Design
	Author URI: http://www.billrobbinsdesign.com
	Tags: clean, modern, church theme
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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,b, u, i, center,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-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* @end */



/* @group Type */

h1,h2,h3,h4,h5,h6 { 
	color: #2c2c2c;
	font-weight: bold;
	font-family: "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, li, span, label, a {
	font-family: "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 { 
	font-size: 36px;
	margin-bottom: 12px;
}

h2 { 
	font-size: 24px; 
	margin-bottom: 12px; 
}

h3 { 
	font-size: 20px; 
	line-height: 1; 
	margin-bottom: 12px; 
}

h4 { 
	font-size: 18px; 
	line-height: 1.25; 
	margin-bottom: 20px; 
}

h5 { 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 24px; 
}

h6 { 
	font-size: 16px; 
	font-weight: bold; 
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { 
	margin: 0;
}

/* Text Elements */

p { 
	margin: 0 0 24px;
	font-size: 14px;
	color: #000;
	line-height: 1.1;
}

p img.left  { 
	float: left; 
	margin: 24px 24px 24px 0; 
	padding: 0; 
}

p img.right { 
	float: right; 
	margin: 24px 0 24px 24px; 
}

blockquote { 
	color: #373637; 
	font-style: italic;
	border-left: 4px solid #fff;
	background-color: #e6e6e6;
	padding: 2px 3px 0 9px;
	margin-right: 24px;
	margin-top: 24px;
	margin-left: 24px;
}

blockquote p {
	padding-bottom: 4px;
	padding-top: 2px;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 24px; 
	font-style: italic;
}

del {
	color:#666;
}

/* Lists */

li ul, li ol {
	margin: 0 24px;
}

ul, ol {
	margin: 0 24px 24px;
}

ul{
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	color: #000;
}

/* @end */

/* @group Global */

body {
	margin: 0 auto;
	background: #efefef url(images/background.jpg) center;
}

body a, body a:visited {
	text-decoration: none;
	color: #027a71;
}

body a:hover {
	text-decoration: none;
	color: #333;
}

body img {
	border: none;
}

.clear {clear:both;}
.left {float: left;}
.right {float: right;}

#wrapper {
	width: 900px;
	margin: 0 auto;
	/*background: url(images/tracing.jpg) no-repeat center top;*/
}

/* @end */

/* @group Header */

#header {
	margin-top: 21px;
	background: url(images/header.png) no-repeat center top;
	height: 284px;
}

#logo {
	float: left;
	margin-top: 13px;
	margin-left: 10px;
	display: inline;
}

#header-right {
	float: right;
	display: inline;
	width: 670px;
}

#times {
	margin-top: 51px;
	padding-right: 77px;
}

#times h3 {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 31px;
	text-align: right;
}

/* @group Navigation */

#navigation {
	float: left;
	margin-top: 30px;
	height: 83px;
	width: 631px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
	margin-right: 14px;
	margin-left: 14px;
}

.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a, .sf-menu a:visited {
	height: 80px;
	color: #e9e2ba;
	position: relative;
	background: url(images/navigation-item-repeat.png) repeat-x 0 top;
	font-size: 20px;
	padding: 29px 0 31px;
}

.sf-menu a:hover {
	color: #000;
}

.nav-right {
	position: absolute;
	right: -11px;
	background-image: url(images/navigation-item-right.png);
	width: 11px;
	height: 80px;
	top: 0;
}

.nav-left {
	position: absolute;
	background-image: url(images/navigation-item-left.png);
	width: 13px;
	height: 80px;
	left: -13px;
	top: 0;
}

.sf-menu {
	float: right;
}


/* @end */

#social-bar {
	float: right;
	width: 386px;
	margin-top: -53px;
	height: 48px;
	display: inline;
}

#social-bar .super {
	vertical-align: super;
	font-size: 9px;
}

/* @end */

/* @group Home */

#current {
	background: url(images/current.png) no-repeat center top;
	margin-top: -4px;
	height: 322px;
	width: 900px;
}

#current-thumbnail {
	float: left;
	display: inline;
	width: 473px;
}

#current-thumbnail img {
	border: 1px solid #979795;
	margin-top: 22px;
	margin-left: 64px;
}

#current-excerpt {
	float: right;
	display: inline;
	width: 323px;
	margin-top: 10px;
	margin-right: 54px;
}

h2#current-title {
	color: #027a71;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	border-bottom: #a3a3a3 dashed 2px;
	padding-bottom: 10px;
	margin-top: 21px;
}

h2#current-title .super {
	vertical-align: super;
	font-size: 23px;
}

#current-excerpt p {
	margin-left: 7px;
	font-size: 15px;
	margin-bottom: 12px;
}

#home-bottom {
	background: url(images/content.png) repeat-y center top;
}

#home-left {
	display: inline;
	float: left;
	width: 507px;
	height: 283px;
	background: url(images/microphone.png) no-repeat 17px 30px;
}

#latest-message {
	float: right;
	margin-right: 8px;
	margin-top: 11px;
	width: 330px;
	margin-bottom: 17px;
}

#latest-message h4 {
	color: #027a71;
}

#latest-message p {
	margin-bottom: 13px;
}

#latest-message h4 {
	font-weight: normal;
	font-style: normal;
}

#more-links {
	float: right;
	width: 228px;
}

#more-links p {
	margin-bottom: 5px;
}

#home-right {
	display: inline;
	float: right;
	width: 314px;
	margin-right: 48px;
	padding-left: 19px;
	border-left: 2px dashed #a3a3a3;
	margin-top: 17px;
	height: 257px;
}

h4#coming-events-title {
	background-image: url(images/coming-up.png);
	width: 286px;
	height: 51px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	padding-top: 12px;
	padding-left: 26px;
}

.eventsListWidget div.dig-in {
	display: none;
}

/* @end */

/* @group Page */

#page {
	background: url(images/middle.png) repeat-y center top;
	padding: 10px 60px 20px;
	margin-top: -4px;
}

#page-left {
	width: 550px;
	float: left;
	display: inline;
	position: relative;
	z-index: 99999;
}

#page-right {
	width: 200px;
	float: right;
	display: inline;
}

#page-right ul, #page-right li {
	list-style: none;
}

#page-full {
	padding: 1px;
}

.message-item {
	margin-bottom: 20px;
}

.message-thumbnail {
	float: left;
	display: inline;
	width: 350px;
	background-color: #fff;
	padding: 2px;
}

.message-title {
	float: right;
	display: inline;
	width: 390px;
}

#tec-content  {
	background: url(images/middle.png) repeat-y center top;
	padding: 10px 60px 20px;
	margin-top: -4px;
}

#column-1 {
	float: left;
	display: inline;
	width: 330px;
}

#column-2 {
	float: right;
	display: inline;
	width: 330px;
	text-align: center;
}

/* @end */



/* @group Footer */

#footer {
	background: url(images/footer.png) no-repeat center top;
	margin-bottom: 0;
	width: 900px;
}

#footer a, #footer a:visited {
	color: #000;
	background-color: #95a4ab;
}

#footer a:hover {
	background-color: #b0c1c9;
	text-decoration: none;
}

#footer h2.widgettitle a, #footer h2.widgettitle a:visited {
	background: none;
}

#footer-left {
	float: left;
	display: inline;
	margin-left: 50px;
	margin-top: 19px;
	width: 265px;
	padding-right: 10px;
}

#footer-middle {
	float: left;
	display: inline;
	width: 265px;
	padding-left: 10px;
	height: 227px;
	margin-top: 13px;
	border-left: 2px dashed #a3a3a3;
}

#footer-middle li {
	list-style: none;
}

#footer-right {
	float: left;
	display: inline;
	width: 265px;
	padding-left: 10px;
	height: 227px;
	margin-top: 13px;
	border-left: 2px dashed #a3a3a3;
}


/* @end */





/* @group Images & Essentials */

.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFF;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #444;	
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #444;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000;
	border: none;
	background-color: transparent;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover  {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color: #fff;
	background-color: #88969b;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #444;
}

/* @group Gallery Style */

.gallery-item {
	padding: 10px;
}

.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

/* @end */

/* @end */



/* @group Comments */

#comments {
	width: 650px;
}

h3#comments {
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
}

.comment-container {
	padding: 10px;
	background-color: #f1f1f1;
}

.comment-gravatar {
	float: left;
	padding: 5px;
	background-color: #fff;
}

.comment-author-date {
	float: right;
	width: 530px;
	text-align: left;
}

.comment-author-name {
	width: 300px;
}

.comment-author-name p {
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 30px;
}

.comment-author-name p strong, .comment-author-name p strong a.url {
	font-size: 20px;
}

.comment-meta {
	width: 300px;
}

.comment-meta p {
	margin-bottom: 4px;
	font-size: 10px;
}

.comment-reply {
	float: right;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ccc;
	padding: 5px;
	margin-top: 28px;
	font-size: 18px;
}

.comment-reply:hover {
	background-color: #fff;
	cursor: pointer;
}

.comment-content {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}

ol#commentlist {
	margin: 0;
}

li.comment {
	list-style: none;
	margin: 20px 0px 0;
}

ul.children  {
	margin-right: 0px;
	margin-left: 0;
}

.children li {
	margin-top: -20px;
}

.rss-comments p{
	font-size: 12px;
}

/* Comment Form */
#comments label small {
	font-size: 10px;
	font-style: italic;
}

.comment-input-left {
	float: left;
	width: 200px;
}

.comment-input-left p {
	margin-bottom: 10px;
}

.comment-input-right {
	float: right;
	width: 400px;
}

#commentform input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ccc;
	padding: 5px;
}

textarea#comment {
	width: 385px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ccc;
	padding: 5px;
}

#commentform input#submit {
	background: none;
	color: #213e68;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ccc;
	padding: 5px;
	cursor: pointer;
	font-size: 18px;
}

#commentform input#submit:hover {
	background-color: #fff;
	color: #747474;
}

/* @end */