/*
	Theme Name: jhom
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Silvia D.
	Author URI: http://silviadwomoh.com
	Tags: christianity

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body
{
	background:/*#01b8ba url(../images/patern1.png)*/ #006600 url(./images/background.jpg) no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

.wrap
{
	width:900px;
	margin:0 auto;
	min-height:100px;
}

.ministrylinkstop,
.corner_top,
.corner_bot,
.contentwrap
{
	width:900px;
}
.ministrylinkstop
{
	float:left;
	height:130px;
	margin-top:10px;
	padding-left:40px;
}

.ministrylinkstop img
{
	float:left;
	padding-right:10px;
}

.corner_top
{
	float:left;
	height:27px;
	background:url(./images/cornertop.png) no-repeat top;
}

.corner_bot
{
	float:left;
	height:27px;
	background:url(./images/cornerbot.png) no-repeat top;
}

.contentwrap
{
	float:left;
	min-height:100px;
	background:url(./images/contentwrap_repeat.png) repeat-y;
}

.logowrap
{
	margin-left:80px;
	float:left;
}

.logostamp
{
	width:180px;
	height:180px;
	float:right;
	background:url(./images/logostamp.png);
	position:relative;
	margin-top:-50px;

}


/*MENU*/

.menu1
{
	/*background:url(./images/menu1.png) no-repeat;*/
	width:auto;
	min-height:41px;
	float:left;
	padding-left:40px;
	
}

.menu2
{
	/*background:url(../images/menu1.png) no-repeat;*/
	width:auto;
	min-height:41px;
	float:left;
	padding-left:40px;
}

.menu3
{
	/*background:url(../images/menu1.png) no-repeat;*/
	width:900px;
	height:61px;
	float:left;
	padding-left:40px;
}

.menu4
{
	/*background:url(../images/menu1.png) no-repeat;*/
	width:900px;
	height:41px;
	float:left;
padding-left:20px;
}

.menu5
{
	/*background:url(../images/menu1.png) no-repeat;*/
	width:900px;
	height:61px;
	float:left;
	padding-left:20px;
}
.menuwrap ul
{
	padding-left:20px;
	font-size:14px;
}
.menuwrap li
{
	float:left;
	margin-left:2px;
        border-radius:5px;
font-weight:bold;
background:#004d00;
	margin-top:5px;
	padding:10px 5px;
	border-right:solid 1px #004d00;
font-family:arial;
font-size:13px;
        border-top: transparent 2px solid;

}
.menuwrap li.active
{
	display:block;
	margin-top:22px;
	border-top:2px solid yellow;
}

.menuwrap li:hover
{
border-top:2px solid yellow;
}

.menuwrap li:hover a
{
color:#fff;
}

.menuwrap a:link,.menuwrap a:visited
{
	color:#fff;
	text-decoration:none;
}

/* /MENU*/


.sliderwrap
{
    float: left;
    margin-left: 45px;
    margin-top: 10px;
}


.content
{
	float:left;
	margin-top:10px;
	width:590px;
	margin-left:40px;
	border-right:dotted thin #01B8BA;
	padding:5px;
	font-family:'Droid Serif', serif;
	line-height:25px;
	font-size:14px;
	background:#fff;
}

.content a:link,
.content a:visited
{
	color:#006600;
	font-weight:bold;
}
.sidebar
{
	float:left;
	width:210px;
	margin-top:10px;
	margin-left:10px;
	background:#fff;
	min-height:300px;
	padding:0 0 10px 0;
}

.contentheading,
.componentheading
{
font-weight: bold;
font-size: 30px;
color: white;
padding: 10px 0 10px 20px;
width: 579px;
background: #006600;
margin: 10px 0;
float: left;
}