@charset "UTF-8";

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

a,a:active,a:visited {
	color:#675239;
}

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

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

body {
	background: #d2a876 url('../img/themes/wood/bg.jpg');
	color: #675239; 
}

h1 {
	color: #403120; /*#785D3E;*/
	text-shadow: 0 2px 0 #FFE4C5;
	opacity:.75;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
 
h2 {
	background: transparent;
	color:#403120;
	text-shadow:0 1px 0 #FFE4C5;
	padding: 0;
	opacity:.75;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

h3 {
	color: #67533B;
	text-shadow:0 1px 0 #FFE4C5;
}
section:hover h3 {
	color: #403120;
	text-shadow:0 1px 0 #FFE4C5;
}
 
h4,h5,h6 {
	color:#67533B;
}

.container {
	background: #fff;
	color: #675239;
}

.container a:hover {
	color:#fff;
	background:#675239;
	text-decoration:none;
}

q {
	color:#67533B;
	background:url("../img/themes/wood/quote.png") no-repeat scroll 6px 8px #F1E1CA;
	text-shadow:none;
}
* html q {
	background:url("../img/themes/wood/quote.gif") no-repeat scroll 6px 8px #F1E1CA;
}
q cite {
	color:#67533B;
}

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

nav ul {
	background: #403120;
}
nav li a:link, nav li a:visited {
	color: #fff;
	text-shadow:0 1px 0 #504332;
}

nav li a:hover, nav li a:focus {
	background: #211A10;
	color: #fff;
	text-shadow: 0 1px 0 #504332;
}

nav li.active a { 
	background: #211A10;
	color: #fff;
	text-shadow: 0 1px 0 #333;
}

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

/* Lists
---------------------------------------------------------------------*/

ul.social a span {
	color:#D9AF7F;
}


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

.boxgrid img, .boxgrid_big img{ 
	background:none;
	background-color: #F1E1CA;
}
.boxgrid:hover, .boxgrid_big:hover { 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.rounded {
	background:#211A10;
	color:#fff !important;
}
a.rounded:hover {
	background:#67533B;
	color: #fff !important;
}


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

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

.jcarousel-item .date {
	color:#D9AF7F;
}

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

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

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

.jScrollPaneTrack {
	background: #F7F1E6;
}
.jScrollPaneDrag {
	background: #67533B;
}

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

.btn {
	background-color: #67533B;
}

.btn:hover, .btn:focus, .btn:active {
	background-color: #211A10 !important;
}

/* jQuery Nivo Slider
---------------------------------------------------------------------*/
 
/* The Nivo Slider styles */
.nivoSlider {
	background:#d2a876 url('../img/slider/loading.gif') no-repeat 50% 50%;
}

#slider .nivo-controlNav a {
	background: #F1E1CA;
	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/maple/ribbon.png') no-repeat;
}
* html .ribbon {
	background:url('../img/themes/maple/ribbon.gif') no-repeat;
}

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

.textSlide h4 {
	color:#403120;
	text-shadow:0 1px 0 #FFE4C5;
}
.textSlide h5 {
	color:#67533B;
}

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

input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"],
input[type="file"],
textarea, select { 
	color: #675239;
}

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

footer p {
	color: #675239; 
}

footer p a {
	color: #675239 !important;
}
footer p a:hover {
	color:#fff !important;
	background:#675239;
	text-decoration:none;
}
