/*
Theme Name: Vivala
Theme URI: http://localhost/
Description: Vivala
Version: 0.12
Author: Scott
Author URI: http://deerslayerservices.com/
*/

body
{
    font-family: Helvetica, Arial, "URW Gothic L", sans-serif;
    font-size: 12pt;
    margin: 0;
    background-color: #DDD;
}

a
{
    color: inherit;
}

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

#header
{
    color: #FFF;
}

#header img
{
    border: none;
}

#header a
{
    text-decoration: none;
}

#header h1
{
    display: none;
}

#header ul, #header li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#header #blogheader
{
	margin-bottom: 10px;
    background-color: #0761ad;
    position: relative;
	height: 4em;
	font-size: 150%;
}

#header #blogheader h1
{
    margin: 0;
    padding: 0;
}

#header #blogheader p
{
    margin-right: 1em;
    position: absolute;
    right: 0;
    top: 1.5em;
	margin-top: 0;
}

#header #blogheader img
{
    margin-left: 1em;
	margin-top: .25em;
	height: 3.5em;
}

#header #main_navigation
{
    width: 100%;
    background-color: #0761ad;
	background-image: url(images/topnav_gradient_greyscale.png);
	background-repeat: repeat-x;
    overflow: hidden;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 150%;
    text-align: center;
    font-weight: bold;
	position: relative;
}

#header #main_navigation ul, #header #main_navigation li
{
    display: inline;
}

#header #main_navigation li
{
    margin-left: 1em;
    margin-right: 1em;
    color: #CCC;
}

#header #main_navigation a:hover
{
    color: #FFF;
}

#header #main_navigation .current_page_item
{
    color: #FFF;
}

#header #sub_navigation
{
    background-color: #59acce;
    border-top: 3px solid #3781c0;
    border-bottom: 3px solid #3781c0;
/*    float: left;
    clear: left;*/
	position: relative;
	width: 100%;
	z-index: 99;
}

#banner
{
/*    float: left;
    clear: left;*/
    position: relative;
    width: 100%;
    height: 181px;
    background-color: #0761ad;
}

#banner #searchnow
{
    position: absolute;
    margin-left: 70px;
    margin-top: 10px;
    z-index: 50;
}

#banner #slideshow
{
    position: absolute;
}

#banner #slideshow img
{
    width: 960px;
	height: 181px;
}

#content
{
    background-color: #FFF;
    overflow: hidden;
    float: left;
    clear: left;
}

#header #custom_title
{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: right;
    font-size: 1.5em;
    z-index: 50;
    overflow: hidden;
    padding-top: .25em;
    padding-bottom: .25em;
    background-color: #59acce;
    opacity: .7;
    filter: alpha(opacity = 70);
}

#header #custom_title span
{
    margin-right: 1em;
}

.sidebar
{
    color: #FFF;
    background-color: #0761ad;
    width: 230px;
    margin: 5px;
    font-size: .8em;
}

#sidebar-left
{
    float: left;
}

#sidebar-right
{
    float: right;
}

#index
{
    width: 470px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

.entry .header
{
    font-size: .8em;
}

.entry .meta
{
    font-size: .75em;
    text-align: right;
}

.entry .more-link
{
    font-size: .75em;
}

#commentform textarea
{
    width: 100%;
}

#bio
{
    width: 100%;
    overflow: hidden;
}

#bio img
{
    float: left;
    margin-right: 3px;
}

#footer
{
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    background-color: #0761ad;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}

#index img
{
	margin: .5em;
}

li
{
	margin-bottom: .25em;
}

/*
 * Utility classes
*/
.rounded_bottom
{
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rounded_top
{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.rounded
{
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*
 * Wordpress generated classes
*/

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

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

.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;
}
