﻿/*
	Template Name: Blureen
	Template Description: Specifically designed for Magalia Pines Baptist Church
	Template Author: Josh Hasak
*/

html{
	background: #333 top repeat-x fixed;
}

body{
	margin: 20px auto;
	padding: 10px 10px 0 10px;
	width: 900px;
	color: #2B2B2B;
    font: 0.75em/1.5 "Lucida Grande", Arial, helvetica, sans-serif;
}

p{
	margin: 1em 0;
	padding: 0;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
	overflow: hidden;
}

a:hover, a:active{
	color: #333333;
}

code{
	font-size: 11px;
	color: #555;
}

h1{
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2B2B2B;
}

h2{
	font: 3em/1.5 Georgia;
	letter-spacing: -1px;
}

h3{
	font: 2em/1.5 Georgia;
	letter-spacing: -1px;
}

h2, h2 a, h3, h3 a{
	font-weight: normal;
}

p.segment-title, .pseudo-sidebar h2, #right-col h2{
	margin: 0;
	font-family: "Lucida Grande", Arial, helvetica, sans-serif;
	font-size: 1.5em;
	color: #060;
	font-weight: normal;
	text-align: center;
}

#comments-wrap .segment-title{
	border-bottom: 2px solid #DDD;
}

p.browse{
	margin: 0;
	padding: 1em 20px;
	border-top: 5px solid #006600;
	border-bottom: 2px solid #006600;
}

#header{
	position: inherit;
	padding: 35px 25px;
	background: url(images/banner-bg.jpg) no-repeat center;
	font-weight: 400;
}

p#logo{
	margin: 0;
	font: 4em/1.0 Book Antiqua, sans-serif;}

h1#logo{
  font: Book Antiqua, sans-serif;
  text-align: center;
}

p#logo a, p#logo a:hover{
	color: #005B76;
	font-weight: normal;
	font-size: 36px;
}

#header form{
	position: absolute;
	top: 48px;
	right: 20px;
	left: 560px;
}

#header fieldset legend, #header fieldset button{
	display: none;
}

#nav{
	width: 880px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #EEE url(images/nav-grad.png) center repeat-x;
	padding: 0;
	margin: 0;
}

#nav li{
	float: left;
	list-style:none;
	padding-right: 4.1%;
}

#nav li a{
	display: block;
	padding: 8px 12px;
	color: #005B54;
}

#nav li a:hover{
	background: url(images/nav-hover.jpg) center repeat-x;
	color: #FFF;
	cursor: pointer;
}

#nav li.current_page_item a{
	background: #666 url(images/nav-active.png) center repeat-x;
	color: #FFF;
	cursor: default;
}

#nav-bottom{
	font-size: 11px;
}

#nav-bottom a{
	padding: 0 8px;
	color: #0066FF;
}

#nav-bottom a:hover{
	color: #333333
}

#content{
	padding: 5px 0 0 0;
}

#left-col{
  margin-right: 20px;
	width: 580px;
	float: left;
	border: 1px solid #DDD;
	padding-bottom: 4px;
	background: #E5E5E5 url(images/content-grad.jpg) top repeat-x;
}

#latest{
	padding: 10px 20px 20px 20px;
	background: #E5E5E5 url(images/content-grad.jpg) top repeat-x;
}

p.meta{
	margin: 5px 0 0 0;
	font-size: 11px;
}

span.date{
	padding-left: 15px;
	background: url(images/date-icon.gif) left no-repeat;
}

dl.tags{
	padding: 0 1em 20px 20px;
	float: right;
}

dl.tags dt{
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

dl.tags dd{
	padding: 2px 0;
}

dl.tags dd a{
	padding-left: 20px;
	background: url(images/tag-icon.gif) left no-repeat;
}

.entry-title{
	font-size: 18px;
	text-align: center;
	color: #005B54;
}

.entry-content img{
	padding: 4px;
}

li{
   list-style: none;
}

#right-col{
	width: 270px;
	padding: 14px 2px 15px 5px;
	margin: 0;
	float: right;
	background: #E5E5E5 url(images/content-grad.jpg) top repeat-x;
	border: 1px solid #DDD;
}

.widget ul{	
	border-top: 1px solid #DDD;
}

.widget ul li{
	padding: 5px 5px 5px 15px;
	background: url(images/raquo.gif) 2px 12px no-repeat;
	border-bottom: 1px solid #DDD;
}

#footer{
	position: inherit;
	padding: 12.5px 20px;
	background: url(images/footer-bg.gif) top left no-repeat;
	color: #FFF;
	text-align: center;
}

#footer p{
	margin: 0;
}

#footer a{
	color: #CCC;
}

.error{
	padding: 10px 10px 10px 50px;
	font-weight: bold;
	background: #0066FF url(images/error-icon.gif) 10px center no-repeat;
	color: #FFF;
}

button{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: hand;
	cursor: pointer;
}

#nav, #content{
	_height: 1%;
	display: inline-block;
}

#nav:after, #content:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#bottom-border{
	position: relative;
	left: -10px;
	bottom: -5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

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

.alignright {
   float: right; 
	 border: 1px solid #666666; 
	 background: #FFFFFF; 
	 margin-left: 5px; 
	 margin-bottom: 10px;
}

.aligncenter {
   margin-right: auto; 
	 margin-left: auto; 
	 border: 1px solid #666666; 
	 background: #FFFFFF; 
	 margin-bottom: 10px;
}

.alignleft {
   float: left; 
	 border: 1px solid #666666; 
	 background: #FFFFFF; 
	 margin-right: 5px; 
	 margin-bottom: 10px;
}
 
.alignnone {
   border: 1px solid #666666; 
	 background: #FFFFFF; 
	 margin-right: 5px; 
	 margin-bottom: 10px;
}

#twitter {
	border: 1px #71D0FF solid;
	width: 215px;
}

