/*
	Theme Name: Gallery Church
	Theme URI: http://www.organizedthemes.com
	Description: A clean gallery look for your church
	Version: 1.0
	Author: Bill Robbins
	Author URI: http://www.billrobbinsdesign.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.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; }

a:focus,
a:hover     { color: #000; }
a           { color: #009; }

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 */


body {
	margin: 0 auto;
	font-family: Anivers, Tahoma, Arial;
}

body a, body a:visited {
	text-decoration: underline;
	color: #000;
}

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

#wrapper {
	margin: 0 auto;
	width: 960px;
	overflow: visible;
}

body img {
	border: none;
}

/* @group Header */

#header {
	height: 125px;
}

#logo {
	float: left;
	height: 100px;
	width: 300px;
}

#new-pulldown {
	float: right;
	width: 169px;
	height: 48px;
	background: url(http://www.organizedthemes.com/demos/gallery/wp-content/themes/gallery-church/images/pull-down-box.png) no-repeat center top;
}

#new-pulldown h3 a {
	background: url(http://www.organizedthemes.com/demos/gallery/wp-content/themes/gallery-church/images/arrow.png) no-repeat right 4px;
	padding: 2px 30px 5px 40px;
}

#new-pulldown h3 a:hover {
	background: url(http://www.organizedthemes.com/demos/gallery/wp-content/themes/gallery-church/images/arrow-hover.png) no-repeat right 4px;
	color: #000;
	text-decoration: none;
	padding: 2px 30px 5px 40px;
}

/* @group Navigation */

#navigation {
	width: 800px;
	height: 30px;
	float: right;
}

#navigation ul {
	list-style: none;
	margin: 13px 0 0;
	float: right;
}

#navigation li {
	display: inline;
	margin: 0 0 0 25px;
	float: left;
	padding: 0 0 15px;
}

#navigation a {
	color: #000;
	padding: 0 0 15px;
	text-decoration: none;
}

#navigation a:hover {
	color: #2c2c2c;
	background: url(http://www.organizedthemes.com/demos/gallery/wp-content/themes/gallery-church/images/triangle.png) no-repeat center bottom;
	padding: 0 0 15px;
	text-decoration: none;
}

#navigation a:active {
	color: #cd1111;
	background: url(http://www.organizedthemes.com/demos/gallery/wp-content/themes/gallery-church/images/triangle.png) no-repeat center bottom;
	padding: 0 0 15px;
	text-decoration: none;
}

#navigation li.current_page_item a {
	background: url(http://www.organizedthemes.com/demos/gallery/wp-content/themes/gallery-church/images/triangle.png) no-repeat center bottom;
	padding: 0 0 15px;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Home */

#home {

}

#featured-content {
	width: 986px;
	height: 450px;
	background: url(http://www.organizedthemes.com/demos/gallery/wp-content/themes/gallery-church/images/center-background.png) no-repeat;
	margin-top: 20px;
	padding-bottom: 19px;
}

#featured-content img {
	margin-left: 23px;
}

#lower-boxes {
	width: 986px;
	height: 141px;
	background: url(../imgs/bottom-boxes.png) no-repeat center top;
	padding-top: 9px;
}

#lower-boxes h3 {
	color: #000;
	font-size: 22px;
	text-align: left;
	margin-bottom: 5px;
}

#lower-boxes p {
	font-size: 14px;
	color: #000;
	text-align: left;
}

#lower-boxes li {
	font-size: 14px;
	color: #000;
	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;
}

#middle-box {
	height: 92px;
	width: 320px;
	float: left;
	margin-left: 22px;
	padding: 8px;

}
#middle-box p
{
	text-align: justify;
}


#right-box {
	width: 262px;
	height: 92px;
	float: right;
	margin-right: 25px;
	padding: 8px;
}

#right-box p {
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
}

/* @end */




/* @group Footer */

#footer {
	text-align: center;
	margin-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 70%;
}

/* @end */


.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.centerAlign
{
	text-align: center;
}

/* @end */
