/* @override 
	http://localhost:8888/vessel/wp-content/themes/vessel/style.css
	http://vessel.billrobbinsdesign.com/wp-content/themes/vessel/style.css
	http://www.hisvessel.org/wp-content/themes/vessel/style.css
*/

/* 
	Theme Name: Vessel
	Description: His Vessel Ministries
	Author: Bill Robbins
	Author URI: http://www.billrobbinsdesign.com
	Version: Development
	Tags: Write something great ans snappy here.
	
*/


/* @group Reset */
/* Eric Meyer's Reset Reloaded */

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, font, 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 {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Global Elements */

body {
	background: #000 url(images/background-right.jpg) no-repeat right 169px;
}

body a, body a:visited {
	text-decoration: none;
	color: #2A3B50;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}		

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* @end */

/* @group Text */

h1, h2, h3, h4, h5, h6, p, a, a:visited, .gform_description, label {
	font-family: CartoGothicStdBook,"Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 { 
	font-size: 36px; 
	line-height: 1; 
	margin-bottom: 8px; 
}

h2 { 
	font-size: 24px; 
	margin-bottom: 12px; 
}

h3 { 
	font-size: 20px; 
	line-height: 1; 
	margin-bottom: 12px; 
}

h4 { 
	font-size: 18px; 
	line-height: 1.25; 
	margin-bottom: 20px; 
}

h5 { 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 24px; 
}

h6 { 
	font-size: 16px; 
	font-weight: bold; 
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { 
	margin: 0;
}

/* Text Elements */

p { 
	margin: 0 0 24px;
}

p img.left  { 
	float: left; 
	margin: 24px 24px 24px 0; 
	padding: 0; 
}

p img.right { 
	float: right; 
	margin: 24px 0 24px 24px; 
}

blockquote { 
	margin: 24px; 
	color: #666; 
	font-style: italic; 
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 24px; 
	font-style: italic;
}

del {
	color:#666;
}

/* Lists */

li ul, li ol {
	margin: 0 24px;
}

ul, ol {
	margin: 0 24px 24px;
}

ul{
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}


/* @end */
/* @group Header */

#focus-buttons {
	float: left;
	margin-left: 90px;
	margin-top: 3px;
}

.ministry-button {
	width: 140px;
	height: 58px;
	float: left;
	margin-right: 22px;
	background: url(images/button.png) no-repeat center center;
	padding-top: 35px;
	text-align: center;}

.ministry-button a, .ministry-button a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}

.ministry-button a:hover {
	color: #000;
}

#logo {
	float: right;
	width: 138px;
	margin-right: 87px;
	margin-top: 14px;
}

#logo h1 {
	margin-bottom: 0px;
}

/* @end */

/* @group Home */

#front-image {
	width: 620px;
	float: left;
	background: url(images/front-image-shadow.png) no-repeat center bottom;
	padding-bottom: 45px;
	margin-left: 75px;
}

/* @end */

/* @group Menu */

#navigation {
	background: url(images/navigation-menu.png) center top;
	width: 777px;
	height: 61px;
	margin: 14px auto 0;
}

#navigation ul, #navigation li {
	float: left;
	padding-top: 6px;
	list-style: none;
}



/* Styles for the entire LavaLamp menu */

ul.lavaLamp {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

.lavaLamp {
    position: relative;
    padding: 15px; 
    margin: 10px 0;
    overflow: hidden;
}

.lavaLamp li {
    float: left;
    list-style: none;
}

.lavaLamp li.back {
    background: url(images/lava.png) no-repeat 3px 0;
    width: 9px; 
    height: 30px;
    position: absolute;
    color: #fff;
    z-index: 3;
}

.lavaLamp li.back .left {
    height: 30px;
	color: #fff;
}

.lavaLamp li a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 10;
}

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

li.current_page_item a {
	color: #fff;
}
/* @end */

/* @group Page */

#page-header {
	
}

#page-header #navigation {
	float: left;
	margin-top: 33px;
}

#logo-page {
	float: right;
	margin-top: 10px;
}

#page {
}

#page-left {
	float: left;
	width: 737px;
	background-image: url(images/page-background.png);
	padding: 20px 20px 10px;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-borderradius: 5px;
}

#page-left a, #page-left a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#page-left a:hover {
	color: #fff;
	background-color: #2A3B50;
	border: none;
	padding-top: 2px;
}

#page-right {
	float: right;
	width: 182px;
}

#page-right li {
	list-style: none;
}

#page-right .ministry-button {
	margin: 0;
	float: right;
}

.teaching {
	padding-top: 14px;
}

#calendar-table {
	width: 200px;
}

#calendar-table a, #calendar-table a:visited {
	border: none;
	padding: 0;
}

#calendar-table a:hover {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	color: #ccc;
}

.widget {
	width: 200px;
	float: right;
	background-image: url(images/page-background.png);
	padding: 10px;
	margin-top: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	margin-right: -50px;
}

.widget p, .widget li, .widget p, .widget ul, .widget h2, .widget label, .widget legend, .widget span {
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul.dbem_events_list {
	list-style: none;
	margin-left: 0;
}

ul.dbem_events_list li {
	margin-bottom: 14px;
}

#calendar ul {
	list-style: none;
	margin-left: 0;
}

#calendar h4 {
	font-size: 26px;
}

#calendar ul li ul li {
	font-size: 14px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

#calendar img {
	padding: 20px;
}

#calendar p {
	
	font-size: 14px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group Footer */

#footer {
	padding-bottom: 36px;
	padding-top: 20px;
	font-size: 14px;
}

#footer p, #footer a, #footer, a:visited {
	color: #fff;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
	text-align: right;
}

/* @end */



/* @group Misc. */

/* Page Navigation */

.wp-pagenavi {
	border-top: 1px groove #ccc;
	border-bottom: 1px groove #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#page .wp-pagenavi {
	background-color: #dcdcdc;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 2px 5px; 
	margin: 2px;
	text-decoration: none;
	color: #4a4a4a;	
}

.wp-pagenavi a:hover {
	padding: 2px 4px; 	
	border: 1px solid #000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
	background-color: #FFFFFF;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 11px 2px 2px;
	color: #000000;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* WordPress Essentials */

.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

#page-left .wp-caption p.wp-caption-text, #page-full .wp-caption p.wp-caption-text {
	color: #000;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

/* @end */
