/*   
Theme Name: Westminster
Theme URI: http://www.wpcdecatur.org/
Description: Westminster Church 
Author: Jason Thomas
Author URI: http://www.e-dcc.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

body {
	margin: 0;	
}

/*  [[  Resets  ]]  */
p {
	margin: 0;
	padding: 0;
}


div#wm_maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 989px;	
}

div#wm_wrap {
	position: relative; top: 0px; left: 0px;
	width: 989px;
	background: url(images/bg_main.jpg) repeat-y;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/*  [[  Header  ]]  */
div#wm_header {
	position: relative; left: 20px;
	width: 949px;
}

img.logo {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}

div.logo_text {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	line-height: 1.5em;
}

div.hdr_links {
	position: relative;
	float: right;
	text-align: right;
	margin-right: 0px;
	margin-top: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #a4272d;
}

.hdr_links a, .hdr_links a:link, .hdr_links a:visited {
	text-decoration: none;
	color: #a4272d;
}
.hdr_links a:hover {
	color: #fff;	
	padding: 2px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
	background: #0b4d78;
	text-shadow: none;
}
.hdr_links div a:hover {
	background: #fff;
	padding: 0;	
}

.hdr_links div {
	margin-top: 25px;
}

.hdr_links img {
	margin-left: 14px;
}

.logo_text h2 {
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 0;
	font-family: Adobe Garamond Pro, Garamond, Arial;
	font-size: 36px;
	letter-spacing: 3.5px;
	color: #000;
	font-style: italic;
}

.logo_text p {
	font-family: Arial;
	font-size: 14px;
	color: #0096db;
	margin-left: 8px;
}


/*  [[  Nav  ]]  */
ul#topnav {
	position: relative; top: 0px; left: 20px;
	width: 959px;	
	background: #0b4d78;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:45px;
	width: 86px;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	border-right: 1px solid #e2f2f9;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 17px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(images/bg_nav.jpg) repeat-x;
	clear: both;
	width: 949px;
	height: 25px;
	line-height: 1em; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #0b4d78;
	background-position: left bottom;
	background: url(images/bg_nav_hover.jpg) repeat-x;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}


div#wm_content_container {
	position: relative; left: 12px; top: 0px;
	width: 965px;
	background: #e2f2f9;		
}    

div.wm_nav_children {
	position: relative; top: 0px;
	left: 8px;
	background: url(images/bg_content_left.jpg) left repeat-y;
}


div.wm_content_wrap {  
	position: relative; left: 8px; top: 0px;
	width: 965px;	
	background: url(images/bg_content_left.jpg) repeat-y left;
	min-height: 444px;
	height: auto !important;
	height: 444px;
}  

div.wm_content_wrap_no-nav {  
	position: relative; left: 8px; top: 0px;
	width: 965px;	
	min-height: 444px;
	height: auto !important;
	height: 444px;
}      

div.content_left { /* --  home page -- */
	position: relative; top: 0px; left: 1px;
	float: left;
	width: 235px;	
	vertical-align: top;
}

.content_left img { /* --  home page -- */
	margin-top: 20px;
	margin-left: 0px;
}


div.content_left_nav { /* --  sub page w/ vertical navigation -- */
	position: relative; top: 0px; left: 0px;
	float: left;
	width: 243px;	
	background: url(images/bg_content_left.jpg) repeat-y;
	min-height: 544px;
	height: auto !important;
	height: 544px;
	font-family: Candara, Arial;
}
.content_left_nav ul {  /* --  sub page w/ vertical navigation -- */
	margin: 0px;
	/*margin-top: 38px;*/
	padding: 0px;
	padding-top: 38px;
	list-style: none;
}

.content_left_nav a, .content_left a:link, .content_left a:visited { /* --  sub page w/ vertical navigation -- */
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin-left: 8px;
	line-height: 1.7em;
	padding: 2px;
}
.content_left_nav a:hover { /* --  sub page w/ vertical navigation -- */
	color: #333;	
	padding: 2px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
	background: #e2f2f9;
	text-shadow: none;
}

div.content_left_no-nav { /* --  sub page no vertical navigation -- */
	position: relative; top: 20px; left: 8px;
	float: left;
	width: 356px;
	vertical-align: top;
	margin-bottom: 15px;
	min-height: 444px;
	height: auto !important;
	height: 444px;
}

.content_left_no-nav img { /* --  sub page no vertical navigation -- */
	margin-bottom: 10px;
	margin-right: 10px;
}

div.wm_calendar {
	position: relative;
	padding: 20px;
}

.wm_calendar h1 {
	font-family: Adobe Garamond Pro, Garamond, Arial;
	font-size: 24px;
	letter-spacing: 3.5px;
	font-style: italic;
	color: #55412e;
}
.wm_calendar {
	font-family: Candara, Arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.wm_calendar a, .wm_calendar a:link, .wm_calendar a:visited {
	font-family: Candara, Arial;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
.wm_calendar a:hover {
	color: #006;	
}

div.content_mid { /* --  sub page no vertical navigation & home page -- */
	position: relative; left: 10px;
	float: left;
	width: 454px;
	padding: 19px;
	padding-left: 4px;
}

.content_mid h1 { /* --  sub page no vertical navigation & home page -- */
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 0;
	font-family: Adobe Garamond Pro, Garamond, Arial;
	font-size: 24px;
	letter-spacing: 3.5px;
	font-style: italic;
	color: #55412e;
}

.content_mid h2 {
	margin-top: 16px;
	border-top: 1px solid #333;
	padding-top: 8px;
	font-family: Adobe Garamond Pro, Garamond, Arial;
	font-size: 18px;
	letter-spacing: 3.5px;
	font-style: italic;
	color: #55412e;	
}

.content_mid ul {
	font-family: Candara, Arial;
	font-size: 15px;
	color: #55412e;
	line-height: 1.4em;
}

.content_mid p { /* --  sub page no vertical navigation & home page -- */
	font-family: Candara, Arial;
	font-size: 15px;
	color: #55412e;
	line-height: 1.4em;
	margin-top: 12px;
}

.content_mid a, .content_mid a:link, .content_mid a:visited {
	color: #55412e;
	text-decoration: underline;
	padding: 2px;
}
.content_mid a:hover {
	color: #fff;	
	padding: 2px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
	background: #55212e;
	text-shadow: none;
}

div.content_right_no-nav { /* --  sub page no vertical navigation -- */
	position: relative; left: 18px;
	float: left;
	width: 555px;
}
.content_right_no-nav h1 { /* --  sub page no vertical navigation -- */
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 0;
	font-family: Adobe Garamond Pro, Garamond, Arial;
	font-size: 24px;
	letter-spacing: 3.5px;
	font-style: italic;
	color: #55412e;
}

.content_right_no_nav h2 {
	margin-top: 16px;
	border-top: 1px solid #333;
	padding-top: 8px;
	font-family: Adobe Garamond Pro, Garamond, Arial;
	font-size: 18px;
	letter-spacing: 3.5px;
	font-style: italic;
	color: #55412e;	
}

.content_right_no_nav p strong, .content_right_no_nav p strong em {
	margin-top: 16px;
	border-top: 1px solid #333;
	padding-top: 8px;
	font-family: Adobe Garamond Pro, Garamond, Arial;
	font-size: 18px;
	letter-spacing: 3.5px;
	font-style: italic;
	color: #55412e;
}

.content_right_no-nav { /* --  sub page no vertical navigation -- */
	font-family: Candara, Arial;
	font-size: 15px;
	color: #55412e;
	line-height: 1.4em;
}
.content_right_no-nav a, .content_right_no-nav a:link, .content_right_no-nav a:visited { /* --  sub page no vertical navigation -- */
	text-decoration: underline;
	color: 
}
.content_right_no-nav p { /* --  sub page no vertical navigation -- */
	margin: 8px;
}
.content_right_no-nav h3 { /* --  sub page no vertical navigation -- */
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}

div.content_right { /* --  sub page no vertical navigation & home page -- */
	position: relative; left: 8px;
	float: left;
	width: 231px;
}

div.content_right_nav { /* -- sub page with vertical navigation -- */
	position: relative; left: 8px;
	margin-top: 55px;
	float: left;
	width: 231px;
}

.content_right img { /* --  home page -- */
	margin-top: 30px;
	margin-bottom: 5px;
}

div.hours { /* --  home page -- */
	position: relative; top: 20px; left: 0px;
	width: 231px;
	/*height: 259px;
	background: url(images/bg_hours_homepg.jpg) no-repeat;*/
	text-align: center;
	font-family: Arial;		
}

div.blue_bg {
	background: url(images/bg_blue_box.jpg) top repeat-y;	
	margin: 0;
	padding: 0;
}

.hours img {
	margin: 0;
	padding: 0;
}

.hours p {
	padding-top: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #55412e;
}

.hours h3 { /* --  home page -- */
	margin-top: 0;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #55412e;
	/*background: url(../images/bg_blue_box.jpg) repeat-y;*/
}

.hours ul { /* --  home page -- */
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color: #55412e;	
	/*background: url(../images/bg_blue_box.jpg) repeat-y;*/	
}


div.news_events { /* --  home page -- */
	position: relative; top: 2px;
	width: 231px;
	height: 140px;
	/*background: url(images/bg_news-events.jpg) no-repeat;	*/
}

.news_events img {
	margin: 0;
	padding: 0;
}

.news_events h2 {
	margin: 0;
	padding: 0;
	display: none;
}
.news_events ul {
	margin: 0px;
	padding: 8px;
	padding-left: 12px;
}
.news_events ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Candara, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.news_events a, .news_events a:link, .news_events a:visited {
	color: #03F;
	text-decoration: underline;
}
	

/*  [[  Footer  ]]  */
div#wm_footer {
	position: relative; top: 0px; left: 12px;
	width: 965px;
	height: 40px;
	background: #fff;
	line-height: 4.5em;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #55412e;
}

div.edcc {
	position: relative; top: 0px; left: 12px;
	width: 400px;
	background: #fff;
	text-align: left;
	font-family: Candara;
	font-size: 11px;
	color: #55412e;
}
.edcc a, .edcc a:link, .edcc a:hover, .edcc a:visited {
	color: #55412e;
	text-decoration: underline;
}

div.gallery_text {
	text-align: center;
	font-family: Adobe Garamond Pro, Garamond, Arial;
	font-size: 15px;
	color: #55412e;
}

/*  [[  Text  ]]  */


