/*  
	Theme Name: Gallery
	Theme URI: http://www.organizedthemes.com
	Description: A clean gallery look for your church
	Version: 3.02
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Tags: gallery, customizable, modern, control panel
*/

/* @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 */

/* Type */

@font-face {
  font-family: 'Anivers';
    src: url('includes/Anivers_Regular.eot');
    src: local('Anivers'),
       url('includes/Anivers_Regular.otf') format('opentype');
}



h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
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: 16px Arial, Helvetica;
	padding-bottom: 5px;
}
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

blockquote  { margin: 24px; color: #666; font-style: italic;	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
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; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}



/* @end */

/* @group Global */

body {
	margin: 0 auto;
	font-family: Anivers, Tahoma, Arial;
	background: #7e947f url(images/background.jpg) repeat;
}

body a, body a:visited {
	text-decoration: none;
	color: #cd1111;
}

body a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	overflow: visible;
}

body img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* @end */

/* @group Header */

#header {
	height: 140px;
        
}

#logo {
	float: left;
	height: 100px;
	width: 300px;
	margin-top: 15px;
        font-size: 36px;
}

#new-pulldown {
	float: right;
	width: 169px;
	height: 48px;
	background: url(images/pull-down-box.png) no-repeat center top;
}

#new-pulldown h3 a {
	background: url(images/arrow.png) no-repeat right 4px;
	padding: 2px 30px 5px 40px;
}

#new-pulldown h3 a:hover {
	background: url(images/arrow-hover.png) no-repeat right 4px;
	color: #000;
	text-decoration: none;
	padding: 2px 30px 5px 40px;
}

.top-ad {
	margin-top: 25px;
	float: right;
	width: 468px;
	height: 60px;
	overflow: hidden;
	margin-right: 52px;
}

/* @group Navigation */

#navigation {
	width: 800px;
	height: 30px;
	float: right;
	position: relative;
	z-index: 100;
}


.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 {
	position: relative;
	display: inline;
	float: left;
}

.sf-menu a {
	display: block;
	position: relative;
	color: #000;
	padding: 0 0 15px;
}

.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:			right;
	margin-bottom:	1em;
	z-index: 20;
}

.sf-menu a, .sf-menu a:visited {
	display: block;
	color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 20px;
}

.sf-menu a:hover {
	color: #2c2c2c;
	background: url(images/triangle.png) no-repeat center bottom;
	text-decoration: none;
}

.current_page_item {
	color: #2c2c2c;
	background: url(images/triangle.png) no-repeat center bottom;
	text-decoration: none;
}

.current_page_ancestor {
	color: #fff;
}

.current_page_parent {
	background: url(images/navigation-hover.png) repeat-x;
}

.sf-menu li ul {
	width: 180px;
	border: 3px solid #999;
	margin-top: 15px;
	background-color: #000;
	-webkit-box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
}

.current_page_parent ul li {
	background: none;
}

.sf-menu li li {
	float: left;
	padding: 0px;
}

.sf-menu li li a, .sf-menu li li a:visited {
	color: #fff;
	width: 160px;
	float: none;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}

.sf-menu li li a:hover {
	color: #000;
	padding: 10px;
	font-weight: bold;
	background-color: #999;
	background-image: none;
}

.sf-menu li li li {
	color: #fff;
}
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	display: none;
}

/* @end */

/* @end */

/* @group Home */

#home {
	
}

#featured-content {
	width: 986px;
	height: 450px;
	background: url(images/center-background.png) no-repeat;
	margin-top: 20px;
	position: relative;
	z-index: 0;
}

#featured-content img {
	margin-left: 23px;
}

#lower-boxes {
	width: 986px;
	height: 141px;
	background: url(images/bottom-boxes.png) no-repeat center top;
	padding-top: 1px;
	margin-top: 14px;
}

#lower-boxes h3 {
	color: #cd1111;
	font-size: 22px;
	text-align: left;
	margin-bottom: 5px;
}

#lower-boxes p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-bottom: 5px;
}

#lower-boxes li {
	font-size: 14px;
	color: #fff;
	list-style-type: none;
	text-align: left;
	margin-bottom: 2px;
}

#lower-boxes img {
	float: left;
	margin-right: 10px;
}

#left-box {
	width: 262px;
	height: 92px;
	float: left;
	margin-left: 25px;
	padding: 8px;
	background-color: #a49990;
	display: inline;
}

#middle-box {
	height: 92px;
	width: 320px;
	float: left;
	margin-left: 22px;
	padding: 8px;
	background-color: #a49990;
	display: inline;
}

#right-box {
	width: 262px;
	height: 92px;
	float: right;
	margin-right: 25px;
	padding: 8px;
	background-color: #a49990;
	display: inline;
}


/* @end */

/* @group Page */

#page-top {
	background: url(images/page-top.png) no-repeat center bottom;
	height: 21px;
}

#page-bottom {
	height: 21px;
	background: url(images/page-bottom.png) no-repeat center top;
	margin-top: 0px;
}

#page {
	background: #ffffff;
	margin-bottom: 0px;
	padding: 10px;
}


#page-full {
	margin-bottom: 0px;
	padding: 10px;
	width: 880px;
}

#page li, #page ol, #page ul {
	font-size: 16px;
}

#page-left {
	width: 650px;
	padding-left: 15px;
}

li.blog-list {
	list-style: none;
	margin-bottom: 50px;
}

.meta-left {
	float: left;
	width: 400px;
}

.meta-right {
	float: right;
	width: 250px;
	text-align: right;
}

.meta-bottom {
	background-color: #c0c0c0;
	padding: 3px;
	height: 14px;
}

.meta-bottom p{
	font-size: 12px;
	padding: 0;
	margin: 0;
}


/* @end */

/* @group Sidebar */

#page-right {
	width: 200px;
	float: right;
	padding-top: 3px;
}

#page-right h2 {
	border-bottom: 2px solid #7e947f;
}

#page-right ul {
	list-style: none;
}

#page-right li {
	list-style-type: none;
}

#page-right li a {
	color: #000;
}

#page-right li a:hover {
	
}


/* @end */


/* @group Footer */

#footer {
	
        text-align: center;
	margin-top: 20px;
}

#footer p {
        font-size: 10px;
	margin: 0;
}

/* @end */

/* @group Comments */

#comments {
	width: 624px;
	color: #4A4A4A;
	margin: 0 0 20px 0;
	float: left;;
}

* + html #comments {
	margin: 0 0 -10px 0;
}

#comments h3 {
	font-size: 16px;
	font-weight: normal;
	color: #181512;
	margin: 5px 0 0 0;
	padding: 0;
}

#comments p {
	margin: 5px 0 5px 0;
}

.comment-author {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.comment-meta {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.avatar {
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}

#comment {
	width: 510px;
	font: 12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color: #333 !important;
}

ol.commentlist {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ol.commentlist p {
	margin-bottom: 10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
	color: #4A4A4A;
}

ol.commentlist a:hover {
	color: #4A4A4A;
	text-decoration: underline;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ol.commentlist li.alt {
	padding: 8px 8px 0 8px;
	margin: 20px 0 0 0;
	background: #ECECEC;
	color: #4A4A4A;
	width: 624px;
	float: left;
}

ol.commentlist li {
	padding: 8px 8px 0 8px;
	margin: 20px 0 0 0;
	background: #ECECEC;
	color: #4A4A4A;
	width: 624px;
	float: left;
}

ol.commentlist li div.reply {
	color: #000000;
	font-size: 11px;
	padding: 5px 10px;
	text-align: center;
	width: 36px;
	background: #C4C4C4;
	margin: 10px 0 10px 0;
	cursor: pointer;
	height: 15px;
}


ol.commentlist li div.reply:hover {
	background: #8F8F8F;
}

ol.commentlist li div.reply a {
	color: #000000;
	text-decoration: none;
}

ol.commentlist li ul.children { 
	list-style: none; 
	margin: 0;
	padding: 0;
	text-indent: 0; 
}

ol.commentlist li ul.children li {
	background: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #C4C4C4;
	width: 624px;
	float: left;
}

ol.commentlist li ul.children li.alt {
	background: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #C4C4C4;
	width: 624px;
	float: left;
}

ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }

input#submit {
	cursor: pointer;
	border: none;
	width: 120px;
	height: 30px;
	padding: 0;
	margin: 0 0 -20px 0;
}

* + html input#submit {
	margin: 0 0 10px 0;
}

input#submit:hover {
}

#comment {
	width: 500px;
	height: 290px;
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#author {
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#email {
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#url {
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
}

#respond {
	padding: 0 15px 10px 0;
}

.fieldset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fieldset li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* @end */

/* @group WordPress items */

.wp-caption img {
	margin-bottom: 5px;
	padding:5px;
	background-color:#fff;
}

.wp-caption-text {
	color:#fff;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-weight: bold;
	text-transform: lowercase;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#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%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.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;
}

.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;
	color: #333;
}

.widget_tag_cloud a {
	padding-right: 8px;
	padding-left: 8px;
}

.widget {
	padding-bottom: 10px;
}



.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;
	background-color: #fff;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;
	background-color: #fff;	
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #000;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;
	background-color: #fff;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000;
	background-color: #fff;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #000;
	background-color: #fff;
}

/* @end */


#table-art {
        border : none;
        background : #ffffff;
        padding-top: 25px;
        padding-right: 10px;
        padding-left: 80px;

}