@import url(http://fonts.googleapis.com/css?family=Bigshot+One&v2);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif&v2);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700&v2);

body {
    color: #f2c64a;
	font-family: 'Droid Sans', sans-serif;
    background-color: #8d030a;
}

p, ul, li {
	line-height: 180%;
}

.header-fill,
#navigation ul.menu ul.sub-menu,
#navigation div.menu ul.children {
	background: #f2c64a;
	background-image: linear-gradient(top, rgb(240,219,166) 24%, rgb(242,197,74) 80%);
	background-image: -o-linear-gradient(top, rgb(240,219,166) 24%, rgb(242,197,74) 80%);
	background-image: -moz-linear-gradient(top, rgb(240,219,166) 24%, rgb(242,197,74) 80%);
	background-image: -webkit-linear-gradient(top, rgb(240,219,166) 24%, rgb(242,197,74) 80%);
	background-image: -ms-linear-gradient(top, rgb(240,219,166) 24%, rgb(242,197,74) 80%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.24, rgb(240,219,166)),
		color-stop(0.8, rgb(242,197,74))
	);
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .1);
}

#navigation a {
	color: #8d030a;
	font-size: 15px;
	text-decoration:none;
	text-shadow:none;
	display: block;
	margin-top: 2px;
}

#navigation li.current_page_item > a,
#navigation li.current_page_parent > a,
#navigation li.current-menu-item > a,
#navigation li.current-menu-parent > a {
	font-weight: bold;
}

a {
	color: #f2c64a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', sans-serif;
	color: #f2c64a;
	font-weight: normal;
	line-height: 130%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#logo {
	font-family: 'Bigshot One', sans-serif;
	color: #f2c64a;
	font-size:48px;
}

#description {
	margin-top: 4px;
	color: #56411D;
}

.widget .heading {
	font-family: 'Droid Serif', sans-serif;
	color: #56411D;
}

.post-title {
	font-size: 24px;
	text-decoration: none;
}
.post-title a {
	color: #fff;
}

.post-title.archive-post-title {
	font-size: 18px;
}

.post-content .post-date a {
	color: #848280;
	text-decoration: none;
	font-size: 11px;
}

.post-text {
    color: #fff;
}

.search-link {
	color: #FA6900;
	font-weight: bold;
}

.post-meta {
	background: url('postmeta.png') top right no-repeat;
	font-size: 11px;
	color: #8d030a;
	line-height: 24px;
}

.post-meta-mini {
	background: url('postmeta.png') top right no-repeat;
	font-size: 11px;
	color: #8d030a;
	line-height: 24px;
}

.post-meta a, .post-meta-mini a {
	color: #8d030a;
}

#sidebar {
	border-left: solid 1px #f2c64a;
}

img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 2000px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
        
        z-index: 0;
}

@media screen and (max-width: 2000px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -1000px;   /* 50% */
        }
}

.wrap {
    z-index: 10;
    position: relative;
    background-image: url('../../images/flourishes.png');
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: center;
}

#logo {
    margin-bottom: 30px;
    margin-top: 50px;
}

#sidebar p {
    padding: 0px 10px;
}

#sidebar p.title {
    color: #fff;
    font-size: 14px;
}

#footer {
    border-top: 1px solid #f2c64a;
    padding: 10px 0px;
    margin: 0px 90px;
}

#rotator {
    width: 800px;
    height: 200px;
    background-color: yellow;
    z-index: 999;
    position: relative;
    margin: 0px auto 50px auto;
    border: 5px solid #f2c64a;;
}

.header-fill {
    position: absolute;
    top: 303px;
    z-index: 1000;
}

/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.headerblock {
    position:relative;
    text-align:center;
}