/*
Theme Name: OLOTA
Theme URI: http://www.sonoitachurch.com/
Description: A modular-feeling theme, primarily blue with green and red to even things out.  
Version: 1.0
Author: Mr Papa
Author URI: http://cruisetalk.org
*/

img {
    border: none;
}

html, body
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #576b80;
    text-indent: 0;
    margin: 0;
    padding: 0;
    color: #505d29;
}

dd {
    margin-left: 10px;
    margin-bottom: 6px;
    border-left: 2px solid #777777;
    padding-left: 8px;
}
dt {
    font-weight: bold;
}

/* links */
a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
}
a:link, a:active, a, h1, h2, h3 {
    color: #ab1515;
}
a:hover {
    color: #8e0d0d;
}

/* header text */
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h1, h2, h3 { padding: 0; margin: 0; }

/* page header */

#pagehead
{
    height: 207px;
    background: #87989f url(img/pagehead.jpg) top left no-repeat;
    padding: 0;
    width: 860px;
    margin: 0 auto 6px auto;
}

#home-link {
    float: left;
    margin:15px 0 0 20px;
    display: block;
    color: #ebf9c9;
    width: 840px;
}
#home-link a, #home-link a:hover, #home-link a:active, #home-link a:link {
    color: #ebf9c9;
}
#home-link h1
{
    font-size: 2.6em;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.description
{
    font-size: 1.6em;
    line-height:1.9em;
    padding: 0;
    margin: 0;
}

/* menu tabs (in header) */
#nav {
    list-style-type: none;
    list-style-image: none;
	z-index:8;
	float: right;
	margin: 87px 9px 0 0;
}
#nav li {
	float:left;
	padding:0;
	margin:0;
}
#nav li a {
    width:80px;
    height: 27px;
	line-height: 26px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    background: transparent url(img/tab.gif) top left no-repeat;
}
#nav a:visited
{
    color: #ab1515;
}
#nav li a:hover {
    background: transparent url(img/tab-highlight.gif) top left no-repeat;
}
#nav ul li ul {
	width:80px;
}
#nav ul a {
	line-height:15px;
}
#nav ul {
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:80px;
	list-style:none;
	text-align:left;
	border:1px solid #9da5a8;
	background:#acb7bb url(img/tab-sel.gif) repeat left top transparent !important;
	margin:0;
	padding:0;
}
#nav ul ul {
	top:0;
	left:100%;
}
#nav ul ul {
	width:150px;
	background:#acb7bb;
	}
#nav li li a {
	width:150px;
	background:#acb7bb;
	text-align:left;
	padding-left:5px;
	line-height: 26px;
}
#nav li li a:hover {
	width:150px;
	background:#bdc5c8;
}
#nav li:hover, #nav li.sfhover {
	background:#acb7bb;
	cursor:pointer;
	z-index:100;
}
#nav li:hover ul ul, #nav li li:hover ul ul, #nav li li li:hover ul ul, #nav li li li li:hover ul ul, #nav li.sfhover ul ul, #nav li li.sfhover ul ul, #nav li li li.sfhover ul ul, #nav li li li li.sfhover ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	display:block;
}

/* page footer */
#pagefoot
{
    clear: both;
    width: 860px;
    background: #98a7ad url(img/pagefoot-bottom.gif) bottom left no-repeat;
    vertical-align: bottom;
    padding-bottom: 8px;
    text-align: center;
    font-size: 0.9em;
}

#pagefoot-top
{
    background: #87989f url(img/pagefoot-top.gif) top left no-repeat;
    height: 12px;
}

#pagefoot p
{
    margin: 0;
    padding: 0;
    font-size: 1em;
}

/* content wrapper */
#content {
    width: 860px;
    background: #87989f;
    padding: 0;
    margin: 10px auto 0px auto;
}

/* entry column */
.narrowcolumn
{
    margin: 0 0 0 8px;
    width: 642px;
    padding: 0;
    float: left;
}

/* posts */
.entry, .entry-alt
{
    margin: 0 0 10px 0;
}
.entry { background-color: white; }
.entry-alt { background-color: #e6ebdc; }

.entrytitle
{
    color: #505d29;
    margin: 0;
    background: #cbd4ab url(img/posthead.gif) top left no-repeat;
    min-height: 28px;
    border-bottom: 2px solid #a6b278;
}

.entryfoot     {
    background: #cbd4ab url(img/postfoot.gif) bottom left no-repeat;
    border-top: 2px solid #a6b278;
    clear:both;
}
.entrytitle     { background-color: #cbd4ab; }
.entryfoot, .entrytitle { padding: 10px 12px 10px 12px; }
.entrytitle h1, .entrytitle h2, .entrytitle h3 {
    color: #505d29;
    vertical-align: middle;
	margin: 0;
	padding: 0;
	height: auto;
    font-weight: bold;
}

.entrytext {
    color: #505d29;
    padding: 0 8px;
    line-height: 1.3em;
}

.entrytext p {
    margin: 12px 0;
    padding: 0;
}

.entrytext ul, .entrytext ol {
    margin: 4px 0 0 25px;
    padding: 0 0 8px 0;
}

.entrytext ul li, .entrytext ol li {
    margin: 0 0 5px 0;
    padding: 0;
}

.similar h3 {
	color: #505d29;
	padding-top:10px;
}
.similar ul {
	padding-left: 30px;
}
/* sidebar */
.sidebar-head { padding: 5px 10px 3px 10px; }

#sidebar-container
{
    width: 192px;
    padding: 0 8px 0 0;
    margin: 0;
    float: right;
}

#sidebar-container ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 192px;
}

#sidebar-container ul li {
    float: right;
    width: 192px;
    margin: 0 0 10px 0;
    padding: 0;
    background: white url(img/sidefoot.gif) bottom left no-repeat;
}

.sidebar-content {
    margin: 0;
    padding: 4px 4px 10px 4px;
    float: none;
}

#sidebar-container ul ul
{
    padding: 0;
    margin: 0;
    float: none;
    width: 160px;
}

#sidebar-container ul ul ul
{
    margin: 0;
    padding: 4px 0 0 16px;
    float: none;
    width: 168px;
}

#sidebar-container ul ul ul li { font-weight: normal; }
#sidebar-container ul ul ul li, #sidebar-container ul ul li {
    background-color: white;
    background-image: none;
    margin: 0;
    padding: 0 0 5px 0;
    float: none;
}
#sidebar-container ul ul li a:hover {
	text-decoration: underline;
}
#sidebar-container ul ul li { 
	width: 100%; 
	padding-left: 3px;
	list-style: none;
	color: #505d29;
}
	
#sidebar-container ul ul ul li { width: 162px; }

.sidebar-head h1, .sidebar-head h2, .sidebar-head h3 { color: #505d29; margin: 0; padding: 0; }

.sidebar-head
{
    margin: 0;
    background: #cbd4ab url(img/sidehead.gif) top left no-repeat;
    min-height: 20px;
    border-bottom: 2px solid #a6b278;
    float: none;
}

/* permalinks */
.permalink:link, .permalink { color: #505d29; border: none; }
.permalink:hover { color: #86950c; border: none; }
.permalink:visited { color: #505d29; border: none; }
.permalink:active { color: #5d7319; border: none; }



/* comment popup link */
.commentpopup
{
    text-align: center;
}

/* block quotes */
blockquote
{
    padding: 5px 10px 5px 24px;
    background: #dde3cc url(img/blockquote.gif) top left no-repeat;
    border-left: 3px solid #a6b278;
    margin-left: 22px;
    margin-right: 12px;
}

/* navigation div  (previous entries - next entries) */
#navigation {
    width: 237px;
    height: 30px;
    padding-top: 3px;
    margin-left: auto; margin-right: auto;
    text-align: center;
    background: #87989f url(img/nav.gif) top left no-repeat;
}

/* automagically added to list items by WordPress */
.page_item { display: block; }

#commentform p {
    margin: 4px 0 4px 0;
    padding: 0;
}

.taglist
{
    padding: 8px;
}

.dinline { display: inline; }
.alignleft { float: left; }
.alignright { float: right; }

.pin {
    min-height: 14px;
    padding-left: 17px;
}

.datecatlinks
{
    background: transparent url(img/pin.gif) top left no-repeat;
    padding-left: 17px;
}
.taglinks
{
    background: transparent url(img/tag.gif) top left no-repeat;
    padding-left: 17px;
}
.editlink
{
    background: transparent url(img/edit.gif) top left no-repeat;
    padding-left: 17px;
}
.commentlink
{
    background: transparent url(img/comment.gif) top left no-repeat;
    padding-right: 10px;
    padding-left: 17px;
}
.pagelink
{
    background: transparent url(img/img/page.gif) top left no-repeat;
}
.imagelink
{
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #a6b278;
    margin: 3px;
}
#wp-calendarLarge .dayHead {
	background-color: #869258 !important;
	text-align: center !important;
}
#wp-calendar {
	width:100% !important;
	margin: 0 auto 0 auto !important;
}
#wp-calendar td {
	text-align:center !important;
}
#wp-calendar th {
	text-align:center !important;
}
#todayLarge{
	background: #cbd4ab !important;
}
.map {
	margin: 20px 0 20px 0 !important;
}
.archives {
	list-style-type: none;
}
#navigation .prevp {
	float: left;
	padding-left:15px;
}
#navigation .nextp {
	float: right;
	padding-right:15px;
}
p.galleria_nav{
	font-size:150% !important;
}
div.galleria_std div ul li{
	border:2px solid #dbe4cb !important;	
}
div.galleria_std div ul li.active{
	border:2px solid #abb49b !important;
}
div.galleria_std div ul li:hover{
	border:2px solid #7b846b !important;
}
#punmailset {
	width:440px !important;
	margin:30px 80px 10px 80px !important;
	border: 1px solid #505d29 !important;
}
#punmailform {
	color: #505d29 !important;
	clear: both !important;
}
#punmailfields {
	padding:15px 5px 5px 5px !important;
}
.punmailfield{
	border: 1px solid #505d29 !important;
	background:#f6fbec !important;
	margin-bottom:0px;
}
.punmailfield:hover {
	border: 1px solid #505d29 !important;
	background:#c7cfab !important;
}
.punmailfield:focus {
	border: 1px solid #505d29 !important;
	background:#c7cfab !important;
}
.punmailbutton {
	background:#f6fbec !important;
	margin-bottom: 5px !important;
}
.punmailbutton:hover {
	background:#c7cfab !important;
}
ul.subpages{
	list-style:none;
	margin-top: 25px;
	margin-bottom: 30px;
}
ul.subpages li {
	margin-bottom:20px;
}
ul.subpages li a {
	font-size:150%;
	font-weight:bold;
}
ul.subpages li a img{
	vertical-align:middle;
	margin-right:15px;
}
td.subpages {
	padding:0 0 15px 15px;
}
td.subpages a {
	font-size:150%;
	font-weight:bold;
}
td.subpages p {
	margin-top: 5px;
}
.image_float_left{
float:left;
clear:left;
margin:5px 5px 5px 0;
}
.image_float_right{
float:right;
clear:right;
margin:5px 0 5px 5px;
}
.image_centered{
display:block;
margin-left:auto;
margin-right:auto;
text-align:center;
}
#wpcf {
	margin: 15px 5px;
}
#calendar_wrapLarge {
	margin-top: 20px !important;
}
ul#mycarousel{
	margin: 0;
	padding: 0;
}