/*
Theme Name: AZ Sunday School
Theme URI: http://sanctuaryone.com
Description: Arizona Sunday School District theme
Author: SanctuaryOne
Author URI: http://sanctuaryone.com
version: 1.0
Tags: two-column, widget-ready, custom homepage
*/


/* basics */
*{margin:0; padding:0;}
body {
	background: #000000 url(images/bg.png) repeat-x scroll 0 0;
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align:justify;
	margin:20px;
}

h1, h2, h3, h4 {
text-align: left;
}

h1 {
	clear:both;
	color:#485155;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:26px;
	margin:18px 0 0;
}
h2 {
	clear:both;
	color:#485155;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:24px;
	margin:18px 0 0;
}
h3 {
	clear:both;
	color:#485155;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:20px;
	margin:18px 0 0;
}
h4 {
	clear:both;
	color:#485155;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:20px;
	margin:18px 0 0;
}
img{ border: none; padding:0; }
img a{border:none;}
img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }
blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
/* links */
a{
	color:#B4AB81;
	text-decoration:none;
}

a:hover{
	color: #8B959A;
	text-decoration: none;
}

ol {padding:0 0 0 45px;}
ol li {padding-bottom:3px;}

/* container */
#container {
	width: 725px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#555;
	overflow: hidden;
}
/* header */
#header {
	width: 430px;
	float: left;
	margin:11px 0 11px 11px;
}
#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
}
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}
#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
}


/* main secnav */

#secnav {
	font-family: arial, times, serif;
	font-size: 14px;
	font-weight: bold;
	width:725px; 
	overflow:hidden;
	margin:0 auto;
}

#secnav ul {
	margin:0;
	padding:0;
}

#secnav ul li {
	background: transparent url(images/menu-button.png) no-repeat scroll 0 0;
	height: 31px;
	list-style-type: none;
	float:left;
	margin:0 10px;
	padding: 0;
	width: 89px;
}

#secnav ul li a {
	padding:8px 0;
	margin: 0;
	color: #b4ab81;
	display:block;
	text-align:center;
}

#secnav ul li a:hover {
	background: #fff;
	color:#8b959a;
	text-decoration: none;
}

#secnav .current_page_item {
	background: #fff;
}

#secnav .current_page_item a {
	color:#8b959a;
	text-decoration: none;
}

#secnav .current_page_ancestor a {
	background-color:#FFFFFF;
	color:#8B959A !important;
	text-decoration: none;
}

/* Style drop down list */

#secnav ul li ul li {
	background: none;
}

#secnav ul li ul li a {
	color: #FFF;
}

#secnav li ul {
	display: block;
	z-index: 200;
	position: absolute;
	width: 150px;
	left: -999em;
	border-top: none;
	margin:-2px 0 0 -10px;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	background-color:#fff !important;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	display: block;
	width: 120px; /*width of sub menu levels*/
	color: #8B959A !important;
	text-decoration: none;
	padding: 8px;
	margin: 0px;
	text-align: left;
	float: left;
	width: 120px;
}

#secnav li ul li a:hover {
	background-color: #F3F6F6 !important;
	border-bottom:1px solid #8B959A;
	color:#485155 !important;
}

#secnav li ul ul {
	margin: -45px 0 0 188px;
	border-top: 1px solid #1d1d1d;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}

/* Breadcrumb Navigation */#breadcrumbs{	padding: 9px;}
.header-breadcrumb {
	background: #ffffff url(images/header-breadcrumb-bg.png) no-repeat scroll 0 0;
	height:36px;
	margin:8px 0 0;	color:#929BA0;
}.header-breadcrumb a {	color:#929BA0;	border: none;}


/* homepage */
#page-left {
	float: left;
	width: 430px;
	margin:11px 0 11px 11px;
}.header-logo {	height:86px;}.header-logo a{	border: none;}.header-logo a:hover{	border: none;}/* Full Width */.full-width {	float:left;	width:700px;}
/* content */
#content {
	float:left;
	width:530px;
	overflow: hidden;
	margin:14px;
}
.post {
	margin:0;
	padding: 0 5px;
	line-height: 18pt;
}
.post ul {	list-style-image:none;	list-style-position:outside;	list-style-type:disc;	margin:10px 0 5px 15px;}

.post ul li {	padding-left:5px;	margin:0 0 5px 15px;}

.entry p {
	margin:15px 0;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
}
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
.page-content {
	margin: 0;
}
/* photos */


/* sidebar */
#sidebar {
	float:right;
	margin:11px;
	width:258px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#sidebar a{
	border: none;
}
#sidebar a:hover{
	border: none;
}
.textwidget {
	margin: 0 0 15px 0;
}
/* comments */
#commentform{
	background:#fff;
	margin:0;
	padding:0;
}
#commentform p{
	color: #000;
}
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
#submit{margin:5px 5px 0 0;}
#comments{margin:0; padding:0}
ol.commentlist {list-style-type: none; margin:0; padding:0;}
.avatar{float:left; margin:0 12px 0 0;}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}
ol.commentlist a {color:#000;}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* misc */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* footer */
#footer {
	clear: both;
	width: 725px;
	margin: 0 auto;
	font-size: 11px;
	padding:10px;
	color: #fff;
}
#footer a {
	color: #ffffff;
	padding:0 10px;
	text-decoration:none;
	border-right: 1px solid white;
	border-bottom: none;
}
#footer a:hover{
	color: #b4ab81;
	text-decoration: none;
	border-bottom: none;
}
.footer-navigation {
	float:left;
	width:405px;
}
.footer-navigation ul, .footer-copyright ul {
     display: inline;
     list-style-type: none;
     list-style-image:none;
}
.footer-navigation li, .footer-navigation li li, .footer-navigation li li li {
     display: inline;
}
.footer-copyright {
	float:right;
	width:240px;
}

.contact-field-1 {
	border:1px solid #C2CBCF;
	padding:5px;
}

a.picasaViewImage img {
border:1px solid #D8D8D8 !important;
float:left !important;
margin:1px 10px 9px 0 !important;
padding:5px !important;
}

a.picasaViewImage:hover img {
border:1px solid #485155 !important;
}

div.picasaView img {
border:1px solid #D8D8D8;
margin:0 0 15px 15px !important;
padding:5px !important;
width:100px !important;
float: right !important;
}

div.picasaView:hover img {
border:1px solid #485155 ;
}

div.picasaView h3 {
width: 260px !important;
display: inline !important;
float: left;
clear: none !important;
}

div.picasaView p {
width: 260px !important;
float: left;
}

div.picasaView {
border-top:1px solid #EFEFEF;
padding:15px;
height: 120px;
display: block;
}

.wp-caption {
	font-size:13px;
	margin-right:15px;
	text-align:center;
}

.wp-caption a {
	margin:0;
}