/*
Theme Name: Greater Works Ministries Church
Theme URI: http://www.GreaterWorksChurch.us
Description: Theme built for Greater Works Ministries Church by <a href="http://www.3JPMedia.com">3JPMedia, LLC</a>.
Version: 1.0
Author: 3JPMedia, LLC - JR Leonard
Author URI: http://www.3jpmedia.com
Tags: 

*/

/* CSS Document 

Greater Works Ministries Church
http://www.GreaterWorksChurch.us
(c)2010-2012

3JPMedia, LLC.

COLORS:
  Gold - #A5642C
  Blue - #140557
  
  New Gold - #CEC67E
  New Blue - #354D88

*/

/*  =========================> Hey, what are you doing in here? lol <====================== */

* { margin: 0px; }

body { 
	margin: 0px; 
	padding: 0px;  
	width: 100%; 
	background: url(images/background.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}



#header-wrapper {
	width: 100%;
	height: 175px;
	background-color: #CEC67E;
	background: url(images/header-wrapper-bg.jpg) repeat-x;
	border-bottom:5px solid #1A1246;
}

#header {
	width: 960px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CEC67E;

}

#page {
    margin-left: auto;
    margin-right: auto;
    apadding-bottom: 20px;
    background-color: #FFFFFF;
    border-right: 5px solid #1A1246;
    border-left: 5px solid #1A1246;
}    

#main-content {
    background-color: #FFFFFF;
    margin-top: 20px;
}



#footer {
    padding-top: 15px;
    background-color: #171E3E;
    color: #CCC;
    font-size: 12px;
    border-bottom: 5px solid #1A1246;
    border-right: 5px solid #1A1246;
    border-left: 5px solid #1A1246;
}    

#footer .highlight {
	color: #CEC67E;
	font-style: normal;
}

#footer a {
	color: #ccc;
	text-decoration: underline;
}

#footer a:hover {
	color: #CEC67E;
	text-decoration: underline;
}


h1 {
	background: url(images/h1-bg.jpg);
	color: #fff;
	width: 300px;
	font-size: 18px;
	border-bottom: 6px solid #CEC67E;
	padding: 4px 4px 2px 10px;
	margin: 10px 0px;
}

#sidebar { margin-bottom: 10px; }
#sidebar h1 { width: 250px !important; }
#sidebar p { 
    padding: 0 !important;
    margin-bottom: 10px !important;
}

h2 {
	color: #354D88;
	font-size: 16px;
	margin: 8px 0px;
}


p {
	padding: 4px 0;
}

.mini-title {
	color: #000;
	afont-size: 15px;
	margin: 6px 0px 0px 0px;
	font-weight: bold;
}

.time-location {
	awidth: 320px;
	amargin: 0 10px;
	padding: 10px 10px;
	background-color:#efefef;
}

.map {
	border: 3px double #CEC67E;
} 

.highlight {
	abackground-color: #FFFFEE;
	apadding: 2px;
	font-style: italic;
}

.event-container {
	height: 320px;
	overflow: auto;
	padding-right: 6px;
}

.event {
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 8px;
}

.event p { padding:0 !important }

#what-we-believe p {
	margin-bottom: 10px;
}

.puzzle {
	background-image: url(images/puzzle-icon.png);
	width: 120px;
	height: 120px;
}

a {
	color: blue;
}

.color1 {
	color: #354D88;
}

.center { text-align: center; }
.left { float: left; }
.right { float: right; }

