/*   
Theme Name: West Wichita Homeschool Ministries
Theme URI: http://www.visionfarmer.com/
Description: Custom Template
Author: Daniel Wood
Version: 1.0
*/

html, body {
	font: 0.9em "Helvetica", "Arial", sans-serif;
	color:#939598;
	margin:0;
	height:100%;
	background:#ADCCDC;
}

* {
	margin:0;
	padding:0;
}

strong {
	color:#666;
	}

p {
	padding:0 15px;
	line-height:14pt;
}

h1 {
	text-shadow:-1px 1px 2px #808080;
	font-size:3.55em;
	font-weight:bold;
	color:#ADCCDC;
	padding:50px 15px 30px 15px;
	line-height: 30px;
}

h2 {
	color:#c4122F;
	font-weight:bold;
	font-size:24px;
	padding-bottom:10px;
	}

h3 {
	color:#fff;
	background:#666;
	margin-left:30px;
	border-radius:10px;
	padding:3px 20px 2px 20px;
	width:auto;
	margin-bottom:20px;
}

h4 {}

#wrapper {
	width:980px;
	margin:50px auto;
	-webkit-box-shadow: 1px 1px 5px 3px #647680;
	-moz-box-shadow: 1px 1px 5px 3px #647680;
	box-shadow: 1px 1px 5px 3px #647680; 
	border:1px solid #647680;
	border-radius:15px;
}

.clear {
	clear:both;
}


#header {
width:100%;
display:inline-block;
height:75px;
background:#fff;
z-index:1000;
border-bottom:1px solid #CCCCCC;
border-radius:15px 15px 0px 0px;
}

#header .description {
	margin:45px 0 0 0;
	color:#222;
}

#logo {
padding:10px 0 0 0;
text-decoration:none;
margin-left:auto;
margin-right:auto;
width:193px;
height:61px;
}
/*-----------------------
		Menu
-------------------------*/
#menu {
position:relative;
z-index:100;
height:70px;
}

#header .menu-main-container {
background:#fff;
border-bottom:1px solid #CCC;
}

#header ul.menu{
list-style-type:none;
margin:0;
padding:0;
text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
}

#header ul.menu li{
display:inline-block;
margin-right:25px; /* spacing between each menu item */
padding:10px 0;
}

#header ul.menu li:last-child {margin-right:5px;}

#header ul.menu li a{
font-size:100%;
color:#606060;
position:relative;
padding-bottom:10px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;
text-transform:uppercase;
text-shadow:1px 1px 2px #909090;
}

#header ul.menu li a:hover{}

#header ul.menu li a:hover:after{ /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-10px; /* value should match border-width below */
bottom: -20px;
border-width:10px; /* value should match margin-left above */
border-style:solid;
border-color: #ffffff transparent transparent transparent; /* create up arrow */
}

/*-----------------------
	Slider/About
-------------------------*/

#slider {
}

#about {
position:relative;
height:250px;
background:#606060;
color:#FFFFFF;
font-size:1.5em;
}

#about p {
display:inline;
line-height:15pt;
}

#about h1 {
position:absolute;
z-index:1;
text-shadow:-1px 1px 4px #202020;
color:#ffffff;
}

#about #divider {position:relative;top:52px;margins:0px;display:none;}

/*-----------------------
	Main Content/Posts
-------------------------*/

#banner_space {
	width:100%;
	height:380px;
	}

.section {}

.jcarousel-skin-default {}

#agenda {
width:300px;
display:inline-block;
float:right;
}

#announce {
	display:inline-block;
	min-height:400px;
	width:600px;
	border:1px solid #ccc;
	background:#ffffff;
}

#announce ul {
	margin:0;
	list-style:none;
	}

#announce p {
	padding:0;
}

#info {
	float:right;
	}

#main {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}

#divider {
	background-image:url(images/title_bg.png);
	background-repeat:repeat-x;
	height:13px;
	margin-top:50px
	}
 
#content {
	width:100%;
	background:#F2F2F2;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
}

#content li {
	padding:10px;
}

/*-----------------------
		Sidebar
-------------------------*/


#sidebar {
	width:250px;
	float:right;
	padding:10px 10px 30px 10px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#333;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#000;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}



/*-----------------------
		Footer
-------------------------*/


#footer {
	background-image:url(images/foot_bg.png);
	background-repeat:repeat-x;
	height:200px;
	width:100%;
	-webkit-box-shadow: inset 0px 5px 5px 0px #606060;
	-moz-box-shadow: inset 0px 5px 5px 0px #606060;
	box-shadow: inset 0px 5px 5px 0px #606060; 
	border-radius:0px 0px 15px 15px; 
}

#footer h4 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ADCCDC;
	padding-bottom:5px;
	}


#footer-content {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}

#footer-right {
	text-align:left;
	height:160px;
	width:290px;
	float:right;
	border-left:1px solid #ffffff;
	padding:10px;
	margin:10px 0;
	}

#footer-right p{
	padding:5px 0;
	font-size:14px;
	color:#ffffff;
	line-height:16px;	
}

#footer-center {
	float:right;
	height:160px;
	width:290px;
	border-left:1px solid #ffffff;
	padding:10px;
	margin:10px 0;
	}

#footer-center p{}

#footer-left {
	float:left;
	padding:10px;
	margin:10px 0;
	width:290px;
	}

#footer-left p{
	font-size:11px;
	color:#ffffff;
}

#footer-left .menu-main-container {
float:left;
padding:5px 0 5px 0;
}

#footer-left ul.menu{
list-style-type:none;
margin:0;
padding:0;
text-align:left; /* enter "left", "right", or "center" to orient the menu accordingly */
}

#footer-left ul.menu li{
display:block;
margin-right:0; /* spacing between each menu item */
}

#footer-left li {
	padding:0 0 5px 0;;
	}

#footer-left ul.menu li a{
color:#ffffff;
position:relative;
padding-bottom:15px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;
text-transform:uppercase;
text-shadow:1px 1px 2px #000;
}

#footer-leftul .menu li a:hover{}

/*-----------------------
		  Forms
-------------------------*/

form {
	padding:10px 0;

	}

input {
	margin:10px 0;
	border:1px solid #606060;
	border-radius:10px;
	padding:5px;
	}
	
label {
	color:#fff;
	}


/*-----------------------
		Other
-------------------------*/

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

/*-----------------------
	Image Alignment
-------------------------*/


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
