/*
Theme Name: Worship
Theme URI: 
Description: Custom theme for theworshiparchitect.com
Version: 1.0
Author: Matt Wright
Author URI: http://matthewhwright.com/
Tags: 
Text Domain:
*/

/* Reset ************************************************************************************************/
html, body, span, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img { border: 0 }

/* Typology ********************************************************************************************/
body { background: #E0E0E0; font-family: Verdana; font-size: 12px; line-height: 20px; }
a { text-decoration: none; color: #A65A00; }
a:hover { color: #FFBA00; }
p { margin-bottom: 10px; }
h1 { font-size: 20px; margin-bottom: 10px; color: #A65A00; }
h2 { font-size: 18px; margin-bottom: 5px; color: #FF8B00; }
h3 { font-size: 12px; color: #A65A00; margin-bottom: 5px; }
h4 { font-size: 12px; margin-bottom: 5px; }

/* Structure *******************************************************************************************/
#wrapper { width: 1000px; margin: auto; background: #fff;}
#header-wrapper { background: #8EC8E8; }
#header { background: #2F3E55; }
#main { padding: 10px; }
#content { width: 700px; float: left; margin-right: 10px; }
#sidebar { width: 270px; float: left; }
#footer { width: 1000px; margin: auto; }
.clear-both { clear: both; }

/* Navigation ******************************************************************************************/
#top-nav  li {  list-style: none; display: inline; } 
#top-nav li:first-child  a{ border-width: 2px; padding: 5px 31px; }
#top-nav a { float: left; border-width: 2px 2px 2px 0; border-style: solid; border-color: #E0E0E0; background: #FFD973; padding: 5px 26.1px; text-decoration: none; color: #A65A00; font-weight: 800; font-size: 12px; }
#top-nav a:hover { background: #FFA840; }

#footer-nav { float: right; margin: 5px 0 20px 0; }
#footer-nav li { float: left; list-style: none; padding-left: 10px; }
#footer-nav a { text-decoration: none; font-size: 11px; color: #A65A00; }
#footer-nav a:hover { color: #FFBA00; } 

/* Home ***********************************************************************************************/
#intro { padding: 10px; background-color: #DFEBEF; font-size: 14px; }
#intro img { padding-left: 10px; }

.home-box { margin-top: 10px; padding: 0 10px; width: 306px; float: left; }
.home-box li { list-style: none; padding-bottom: 5px; border-top: 1px dotted #764A19; }
.home-box li:first-child { border: none; }
/*.home-box a { color: #A65A00; }
.home-box a:hover { color: #FFA840 }*/
.home-box a { color: #000000; }
.home-box a:hover { color: #000000; }
.home-box p { display: inline; }
.home-box  h2 { border-bottom: 1px solid; }

/* Content ********************************************************************************************/
#content ul, #content ol { padding-left: 25px; margin-bottom: 10px; }
#content li { margin-bottom: 5px; }
#content blockquote { margin-bottom: 10px; }
#content h3 { font-size: 14px; }

/* Sidebar ********************************************************************************************/
.sidebar-box { background: #FBE4A9; margin-top: 10px; padding: 10px; }
.sidebar-box:first-child { margin: 0; }
.sidebar-box li { list-style: none; padding-bottom: 5px; }
.sidebar-box a { color: #A65A00; }
.sidebar-box a:hover { color: #FFA840 }
.sidebar-box p { display: inline; }

/* Posts *********************************************************************************************/
.post-box { border: 2px solid #E0E0E0; margin-top: 10px; padding: 10px; }
.post-box:first-child { margin: 0; }

.navigation { margin: 10px 0; }
.navigation .align-left { float: left; }
.navigation .align-right { float: right }

/* Wordpress Required *******************************************************************************/
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }

.wp-caption { background-color: #f3f3f3; border: 1px solid #ddd; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 10px; padding-top: 4px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }