/*
CSS File compiled by Micah for Cleveland Baptist Church. All rights reserved.
*/



body {
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	background-image:url('dark_blue.jpg');
  background-repeat:repeat;
	background-color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
	color: blue;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 768px;
	text-align: center;
	margin: 0 auto;
	border-bottom-style: double;
  border-bottom-color: blue; 
  border-bottom-width: thick; 
}

#header h1 {
	padding: 110px 0 0 50px;
}

#header h2 {
	padding: 0 0 0 50px;
}

#header a {
	text-decoration: none;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding: 150px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 140px;
}

#searchsubmit {
	display: none;
}

/* Page */

#page {
	width: 768px;
	margin: 0 auto;
	background: #ffffff;
}



/* rightcontent */

#rightcontent {
	float: right;
	text-align: left; 
	width: 384px;
	height: 240px;
	background-image:url('rc_img.jpg');
  background-repeat:no-repeat;
}

#rightcontent li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}

#rightcontent h2 {
	margin-bottom: 14px;
	margin-left: 80px;
	letter-spacing: -1px;
}

#rightcontent h3 {
	margin-bottom: 10px;
	margin-left: 100px;
	letter-spacing: 0px;
  }

#rightcontent a {
	border: none;
}



/* Content */

#content {
	float: left;
	text-align: left;	
	width: 384px;
}

/* Button */

#button {
	width: 768px;
	text-align: center;
	margin: 0 auto;
	background: #ffffff url(images/img03.jpg);
}

/*twitter*/

#twitter {
  float: right;
	text-align: left; 
	width: 384px;
  }


.post {
	padding: 10px 20px 30px 40px;	
}

.post .title {
	margin: 0;
	padding-left: 20px;
	padding-right: 10px;
	background: url(images/img06.gif) no-repeat left center;
	font-size: 2em;
}

.post .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(images/img05.gif) repeat-x;
	line-height: normal;
}

.post .entry {
}

.right {
	padding: 30px 20px 30px 40px;	
}

.right .title {
	margin: 10px 10px 10px 10px;
	padding-right: 30px;
	background: url(images/img06.gif) no-repeat left center;
	font-size: 2em;
}

.right .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(images/img05.gif) repeat-x;
	line-height: normal;
}

.right .entry {
}






/* Sidebar */

#sidebar {
	float: right;
	width: 384px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
}


#sidebar a {
	border: none;
}
.topmenu {
	height: 0px;
	background: url("../images/topmenu.png") no-repeat left top;
	text-align: right;
	padding: 0px 0px 0 0;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #5872EF url("../roll.png") no-repeat left top;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover {
	background: #83A6DC url("../roll.png") no-repeat 0 -27px;
}

/* Footer */

#footer {
	clear: both;
	width: 768px;
	margin: 0 auto;
	background: #ffffff url(images/img04.jpg);
	color: #666767;
	border-top-style: double;
  border-top-color: blue; 
  border-top-width: thick; 
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	color: #000000;
}



/*begin javascript menu*/
.chromestyle{
width: 768px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}