/*  
Theme Name: GladdenUP.org, based on LivingOS Delta
Theme URI: http://www.gladdenup.org/
Description: A church web site theme.
Version: 2.2.2
Author: Aaron Hall, original by Tim Hyde
Author URI:  http://www.aaronhall.net/
Original Author URI:  http://www.livingos.com/
*/

/*----Main Layout Styles----*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(images/banner.jpg) repeat-x;
	color: #333333;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.8em;
	margin: 0;
	min-width: 1000px;
	padding: 0;
	text-align: left;
}

#content {
	display: inline;
	float: left;
	margin-bottom: 2em;
	margin-left: 150px;
	width: 575px;
}
	
#page-content {
	display: inline;
	float: left;
	margin-bottom: 2em;
	margin-left: 150px;
	width: 750px;
}

#main{
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 575px;
}

#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1000px;
}

/*----Header Styles----*/
#header {
	background: url(images/logo.jpg) no-repeat top left;
	height: 135px;
	margin-left: 115px;
	padding: 0;
 	width: 800px;
}

#header h1 {
	color: #333333;
	font: 2.5em "Segoe UI", Arial, Helvetica, sans-serif;
	padding-left: 90px;
	padding-top: 45px;
	text-decoration: none;
}

#header h1 a, a:hover, a:visited {
	color: #333333;
	text-decoration: none;
}

#header .description {
	color: #005500;
	font: italic 1.3em "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

/*----Footer Styles----*/
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font: 1.1em "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 45px;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

#footer p a, a:hover, a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

/*----Sidebar Styles----*/
#sidebar-1 {
	display: inline;
	float: left;
	text-align: right;
	width: 200px;
}

#sidebar-2 {
	display: inline;
	float: right;
	text-align: center;
	width: 200px;
}

.navbar {
	border-right: 3px #f4f4f4 solid;
	border-bottom: 3px #005500 solid;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
	padding-right: 10px;
	text-align: right;
}

.navbar a, .navbar a:visited {
	color: #333333;
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
}
	
.navbar a:hover {
	background: url(images/pagehover.png) no-repeat bottom right;
	color: #333333;
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
}

.navbar .current_page_item a {
	background: url(images/pagemarker.png) no-repeat bottom right;
	color: #333333;
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
}

.navbar li {
	list-style: none;
}

#sidebar-2 div {
	margin-bottom: 10px;
}

#sidebar-2 h2 {
	background-image: url(images/sidebar.png);
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#sidebar-2 p {
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
}

/*----Home Page Content----*/
.welcome {
	margin-bottom: 1em;
}

.welcome h2 {
	color: #00329b;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: lighter;
	letter-spacing: 1px;
}

.welcome p {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.news {
	background: url(images/sidebar.png) no-repeat center;
	color: #464646;
	font-size: 1.2em;
	font-variant: small-caps;
	margin-bottom: 1em;
	margin-top: 0em;
	text-align: center;
}

/*----Post Styles----*/
.post {
	padding: 20px 5px 0px 25px;
	background: url(images/post.png) no-repeat top left;
}
	
.post .dte {
	color: #87aae2;
	display: block;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.post .author {
	color: #87aae2;
	text-transform: uppercase;
}

.post p {
	line-height: 1.5em;
	margin-bottom: 0.1em;
	margin-left: 0px;
	padding-bottom: 10px;
}

.post h2 {
	color: #00329b;
	font-weight: lighter;
}

.post ul {
	padding-bottom: 2em;
}

.post li {
	margin-left: 3em;
	list-style-type: square;
}

.post ol {
	padding-bottom: 2em;
}

.post ol li {
	margin-left: 3em;
	list-style: decimal;
}

blockquote {
	background-color: #eeeeee;
	margin-left: 3em;
	margin-right: 3em;
	padding: 0.5em;
	text-align: left;
}

blockquote p {
	font-style: italic;
	margin: 0 0 .75em;
}

.readmore a, .readmore a:hover, .readmore a:visited {
	background: url(images/more.png) no-repeat center right;
	border-bottom: 2px #005500 solid;
	color: #005500;
	display: block;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	padding-right: 18px;
	text-align: right;
}

small {
	font-size: 0.9em;
}

.postheader a, a:hover, a:visited {
	color: #00329b;
	font-weight: lighter;
}
	
.postmetadata {
	border-bottom: 2px #87aae2 solid;
	border-top: 2px #87aae2 solid;
	font-size: 0.9em;
	line-height: 1.2em;
}

.postmetadata a {
	color: #00329b;
	font-size: 1.0em;
	line-height: 1.2em;
}

.postmetadata a:visited {
	color: #00329b;
	font-size: 1.0em;
	line-height: 1.2em;
}

.postmetadata a:hover {
	color: #00329b;
	font-size: 1.0em;
	line-height: 1.2em;
}

/*----Post Navigation Styles----*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

.navigation {
	height: 3em;
}

.navigation a {
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: none;
}

/*----General Formatting Styles----*/
a {
	color: #00329b;
	text-decoration: none;
}

h2 a {
	color: #00329b;
	text-decoration: none;
}

.photoleft  { float: left; margin-right: 15px; margin-bottom: 10px }
.photoright { float: right; margin-bottom: 10px; margin-left: 15px }

/*----Form Styles----*/

input, textarea {
	background: #e8e8e8;
	border: 1px solid #999;
	border-color: #999 #eef #eef #999;
	color: #333333;
	font: 1.0em "Segoe UI", Arial, Helvetica, sans-serif;
	padding: 1px;
}

input:focus, textarea:focus {
	background: #ffffff;
}

input:hover, textarea:hover {
	background: #ffffff;
}

input#s {
	background: #f8f8f8;
	font-size: 1.3em;
	width: 90%;
}

select {
	margin: 5px;
}

#search_frm {
	margin-bottom: 15px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
	text-align: right;
}

#commentform input {
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 170px;
}

#commentform textarea {
	padding: 2px;
	width: 97%;
}

#commentform #submit {
	float: right;
	margin: 0;
	margin-right: 10px;
	margin-top: 10px;
}

/*----RS Event Styles----*/
.eventssb li {
	background-color: #ffffff;
	display: block;
	font-weight: bold;
	list-style: none;
	text-align: center;
}

.eventssb li a {
	background-color: #ffffff;
	display: block;
	font-weight: normal;
	margin: 0 auto;
	width: 180px;
	text-decoration: none;
}

.eventssb br{
	display: none;
}

/*----Photo Album Styles----*/
.imageTitle { font: 1.2em "Segoe UI", Arial, Helvetica, sans-serif; font-weight: bold; }
.imageContainer { margin: 0 0 0 50px; }
.albumTable { margin: 0 0 0 50px; }
.albumTR { }
.albumTD { background: #00329b; }
.singleImage { }
.Thumb { }
