/*  
Theme Name: mag-2009
Theme URI: http://
Description: Custom Theme for Maranatha
Version: 1.0
Author: Gretchen Cawthon, framework borrowed from http://www.refueled.net
Author URI: http://design.girlscantwhat.com

*/

* {
	padding: 0;
	margin: 0;
}


body {
	background: #a5cede url(images/bg2.gif) top left fixed repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	}
	
a, a:visited{
	color: #0B4698;
	text-decoration: none;
	border: none; 
	}
	
a:hover{
	color: #5F072C;
	border: none;
	text-decoration: underline;
	}
	
img {
	border: none;
	}

h4 {
	clear: both;
}	

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#container { 
	width: 900px; 
	background: #fff;
	text-align: justify; 
	margin: 20px auto; 
	border: 2px solid #6f7a9a;
	position: relative;
	}
	
#header { 
	position: relative;
	background: #455A79 url(images/maranatha.png) top left no-repeat;
	width: 900px;
	height: 140px;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#header h1 {
	display: none;
	}
	
#tag {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	background-color: #c8cfd9;
	margin-top: 1px;
	width:900px; 
	height:20px;
	clear: both; 
	float: left;
	padding: 5px 0;
	position: relative;
	float: left;
}

#tag p.title {
	position: absolute;
	top: 8px;
	left: 10px;
	text-transform: uppercase;
	font-size: 10px;
	display: inline;
	padding: 0;
	margin: 0;
}

#tag p.address {
	position: absolute;
	top: 8px;
	left: 330px;
	text-transform: uppercase;
	font-size: 10px;
	display: inline;
	padding: 0;
	margin: 0;
	color: #072b5f;
}

#menu {
	position: relative;
	float: left;
	background: url(images/menu-bar.jpg) top center no-repeat;
	width: 900px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	/*text-transform: uppercase;*/
	list-style-type: none;
}

#menu ul li a {
	display: inline;
	padding: 0 35px 0 35px;
	height: 40px;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #e5cb5b;
	text-decoration: none;
}

#content { 
	width: 500px; 
	margin: 20px 0 0 0;
	position:relative;
	float: left;
	padding: 0px 18px 15px 18px;
	text-align: justify;
	}

#content2 { 
	width: 860px; 
	margin: 20px 0 0 0;
	position:relative;
	float: left;
	padding: 0px 18px 15px 18px;
	text-align: justify;
	}
	
li.upcoming-events {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content div { 
	clear: both;
	overflow: hidden;
	}

#content p{
	margin: 5px 0 0 0;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p.info{
	font-size: 10px;
	color: #777;
	font-style: italic;
	padding: 0;
	margin: 0 0 20px 0;
	}	
	
#content img{
	border: none;
	margin: 5px;
	}	
	
#content p img{
	border: none;
	margin: 10px;
	}
	
#content h1 {
	background: #e5cb5c url(images/header-bar.jpg) top left no-repeat;
	color: #455A79;
	height: 30px;
	font-size: 20px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin: 0px;
	}
	
#content h1 a  {
	color: #455A79;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #072b5f;
	text-decoration: none;
	}

#content h2 {
	font-family: arial, "Microsoft Sans Serif", Times, serif;
	font-size: 18px; 
	color: #072b5f;
	margin: 0 0 10px 0;
	line-height: 28px;
	padding: 0;
	}

#content h3 {
	font-family: arial, "Microsoft Sans Serif", Times, serif;
	font-size: 16px; 
	margin: 10px 0px;
	color: #072b5f;
	line-height: 26px;
	padding: 0;
	clear: both;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#content li {
	margin: 0;
	padding: 0;
	}
	
#content ul li {
	list-style: square outside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #cc441f;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #072b5f;
	text-decoration: underline;
	}
	
#content a.more-link {
	clear: both;
}	

#welcome {
	background-color: #005b92;
	color: #fff;
	width: 446px;
	padding: 10px 25px;
	letter-spacing: 1px;
	text-align: center;
	border-left: 2px groove #6f7a9a;
	border-right: 2px groove #6f7a9a;
	border-bottom: 2px groove #6f7a9a;
}

#welcome img {
	padding: 0 10px 0 0;
}

#welcome p {
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	line-height: 26px;
}

p#staff {
	clear: both;
	font-size: 18px;
}

table#contact {
	margin: 10px auto;
	width: 80%;
}

table#contact td {
	vertical-align: top;
	padding: 5px;
}

#content table.ec3_schedule {
	margin: 0 0 20px 0;
	width: 100%;
	text-align: center;
	clear: both;
}

#content td.ec3_start {
	text-align: right;
}
	
#content td.ec3_end {
	text-align: left;
}	
	
blockquote{
	background-color: #F3F3F3;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 12px;
	padding: 7px;
	width: 420px;
	font-style: italic;
	color: #666666;
	border: 1px solid #cccccc;
	}

#left { 
	position: relative;
	color: #000000;
	width: 179px;
	float: left; 
	margin: 20px 0;
	padding: 0;
	z-index: 100;
	}

#left p {
	margin: 0px;
	padding: 5px 10px;
	}
	
#left h2 {
	background: #072b5f url(images/sidebar-header.jpg) top center no-repeat;
	color: #fff;
	font-family: arial, "Microsoft Sans Serif", Times, serif;
	font-weight: normal;
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	height: 30px;
	text-align: center;
	}

#left ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 2px 0;
	}
	
#left ul li {
	list-style: none;
	margin: 0;
	padding: 3px 2px 0 2px;
	font-size: 11px;
	line-height: 14px;
	display: block;
	border: 0;
	text-align: left;
	background: #e5cb5c;
	}

#left ul li ul {
	margin: 3px 0 0 0;
	line-height: 16px;
	}	
	
#left ul li ul li {
	padding: 2px;
	background: #fff;
	border-bottom: 1px solid #6f7a9a;
	}	


#right { 
	color: #000000;
	width: 179px;
	float: right; 
	margin-top: 20px;
	margin-bottom: 20px;
	/*background-color: #e2e7ed;*/
	}
	
#right p {
	margin: 0px;
	line-height: 16px;
	padding: 10px;
	}
	
#right h2 {
	background: #072b5f url(images/sidebar-header.jpg) top center no-repeat;
	color: #fff;
	font-family: arial, "Microsoft Sans Serif", Times, serif;
	font-weight: normal;
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
	width: 179px;
	margin: 0;
	height: 30px;
	text-align: center;
}

#right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#right ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #6f7a9a;
	}

#right ul li a {
	display: block;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12pt;
	}

#right ul li a:hover {
	background: #e5cb5c;
	}
	
#right h2.widgettitle {
	color: #fff;
	background: #455A79;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 14px;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #455A79;
	border-top: 1px solid #455A79;
	}

#footer {
	background: #4b7eab;
	width: 900px;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto 0px;
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #eaeaea;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}
	
/* comments */
	
.entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
	}	
	
#author {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

	
#email {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#url {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#comment  {
	width: 350px;
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}


/************************************************
*	Search Form									*
************************************************/
#search-box {
	position: absolute;
	top: 0px;
	left: 720px;
	padding: 0;
	margin: 0;
}

#s {
	color: #455a79;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	padding: 0px;
	margin: 4px 0px 0px 0px;
	border: 1px solid #455a79;
    width: 170px;
	height: 17px;
	background: #fff;
	}