@charset "UTF-8";

/* Base styles 
---------------------------------------------------------------------*/

a,a:active,a:visited {
	color:#6A654F;
}
a:hover {
	color:#FDAD00;
}

::-moz-selection {
	background:#FDAD00;
}
::selection {
	background:#FDAD00;
}

/* Page Design Styles
---------------------------------------------------------------------*/

body {
	background: #EAE5CF;
	color: #646464; 
}

#top {
	background: #272016;
	border-bottom: 4px solid #D4CEB4;
}

h1, h2 {
	text-align: left;
}

h1 {
	color: #E8E2C8;
}
 
h1 {
	text-shadow: none;
	margin-top: 0;
	padding-top: 32px;
}
 
h2 {
	background: #272016;
	color:#E3A33F;
	text-shadow:none;
	padding: 0;
	opacity:1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

h3 {
	color: #5D5842;
	text-shadow: none; 
}
 
h4 {
	color: #5D5842;
}

h5 {
	color:#5D5842;
}

h6 {
	color:#5D5842;

}

section:hover h3 {
	color: #5D5842;
	text-shadow: none; 
}

hr {
	background: #fff;
	border-color: #E0DABA;
	height: 1px;
	margin-top: 2em;
	width: 100%;
	opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.mozilla hr {
	height: 1px;
}

.container {
	background: #fff;
}
 
.container:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

q {
	background:url("../img/themes/stilllife/quote.png") no-repeat scroll 6px 8px #69644E;
	color:#FFFFDD;
	text-shadow:none;
}
* html q {
	background:url("../img/themes/stilllife/quote.gif") no-repeat scroll 6px 8px #69644E;
}
q cite {
	color: #B9B29F;
}
q a {
	color: #B9B29F !important;
}

/* Navigation menu
----------------------------------------------- */

nav {
	position: absolute;
	right: 0;
	bottom: 0;
}

nav ul {
	background: #272016;
}

nav li a:link, nav li a:visited {
	color: #E8E1CE;
	text-shadow: none;
	font-weight: bold;
}

nav li a:hover, nav li a:focus {
	background: #1D1910;
}

nav li.active a { 
	background: #FFFF9F; 
	color: #272016;
}

/* Floating navigation */
.floating {
	color: #FFFF9F;
	background: #272016;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* Portfolio boxes
---------------------------------------------------------------------*/

a.rounded {
	background:#272016;
	color:#fff !important;
}
a.rounded:hover {
	background:#B4C600;
	color: #fff !important;
}

/* jCarousel 
---------------------------------------------------------------------*/

#headlines li.odd {
	background: #EAE5CF;
}

.jcarousel-next-vertical {
    background: #fff url('../img/themes/stilllife/carousel-down.gif') no-repeat center;
}

.jcarousel-prev-vertical {
    background: #fff url('../img/themes/stilllife/carousel-up.gif') no-repeat center;
}

/* News container
---------------------------------------------------------------------*/

.jScrollPaneTrack {
	background: #ddd;
}
.jScrollPaneDrag {
	background: #999;
}

/* Forms
---------------------------------------------------------------------*/

.btn {
	background: #69644E;
}

.btn:hover, .btn:focus, .btn:active {
	background: #B4C600;
}

/* jQuery Nivo Slider
---------------------------------------------------------------------*/
 
/* The Nivo Slider styles */
.nivoSlider {
	background:#f9f9f9 url('../img/slider/loading.gif') no-repeat 50% 50%;
	-moz-box-shadow:0px 6px 6px #5D5842;
	-webkit-box-shadow:0px 6px 6px #5D5842;
	box-shadow:0px 6px 6px #5D5842;
}

#slider .nivo-controlNav a {
	background: #fff;
	opacity:1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ribbon {
	background:url('../img/themes/stilllife/ribbon.png') no-repeat;
}
* html .ribbon {
	background:url('../img/themes/stilllife/ribbon.gif') no-repeat;
}

/* anythingSlider
---------------------------------------------------------------------*/

.anythingSlider .arrow {
	background:url(../img/slider/arrows-black.png) no-repeat 0 0;
}
* html .anythingSlider .arrow {
	background:url(../img/slider/arrows-black.gif) no-repeat 0 0;
}
.anythingSlider .forward {
	background-position:-31px 0;
}
.anythingSlider .back {
	background-position:0 0;
}
* html .anythingSlider .forward {
	background-position:-31px 0;
}
* html .anythingSlider .back {
	background-position:0 0;
}

.textSlide h4 {
	color:#5D5842;
}
.textSlide h5 {
	color:#E3A33F;
}

/* Footer
---------------------------------------------------------------------*/

footer p {
	color: #646464; 
}

footer p a {
	color: #646464 !important;
}
footer p a:hover {
	color: #5D5842 !important;
}
