@charset "UTF-8";

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

a,a:active,a:visited {
	color:#1B5E67;
}

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

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

body {
	background: url('../img/themes/sand/bg.gif');
	color: #000; 
}

h1 {
	color: #A9322A;
	text-shadow: 0 1px 0 #F3E8D1;
}
 
h2 {
	background: transparent;
	color:#000;
	text-shadow:0 1px 0 #F3E8D1;
	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: #A9322A;
	text-shadow: 0 1px 0 #F3E8D1;
}
 
h4 {
	color: #000;
	text-shadow: 0 1px 0 #F3E8D1;
}

h5 {
	color:#1B5E67;
	text-shadow: 0 1px 0 #F3E8D1;
}

h6 {
	color:#151515;
	text-shadow: 0 1px 0 #F3E8D1;
}

section:hover h3 {
	color: #A9322A;
	text-shadow: 0 1px 0 #F3E8D1;
}

hr {
	background: #EBE1C9;
	border-color: #BF7A62;
	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: 2px;
}

.container {
	background: transparent;
	border-top:1px dashed #BF7A62;
	color: #000;
}

.container a:hover {
	color:#fff;
	background:#1B5E67;
	text-decoration: none;
}
 
.container:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

q {
	text-shadow:none;
	color: #F2F2F2;
	background:url("../img/themes/mono/quote.png") no-repeat scroll 6px 8px #0D0D0D;
}
* html q {
	background:url("../img/themes/mono/quote.gif") no-repeat scroll 6px 8px #0D0D0D;
}
q a {
	color: #F2F2F2 !important;
}
q a:hover {
	background: #f2f2f2;
	color:#0D0D0D !important;
}

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

nav ul {
	background: transparent;
}

nav li a:link, nav li a:visited {
	color: #000;
	text-shadow: none;
	text-transform: uppercase;
}

nav li a:hover, nav li a:focus {
	color: #fff;
	background: #A9322A;
}

nav li.active a { 
	background: #A9322A; 
	color: #fff;
}

/* Floating navigation */
.floating {
	color: #000;
	background: #F1E7D2;
	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:#222;
}
ul.social a:hover span {
	color:#eee;
}

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

.boxgrid img{ 
	background:url("../img/themes/sand/portfolio-bg.gif");
}
.boxgrid_big img{ 
	background:url("../img/themes/sand/portfolio2-bg.gif");
}
.boxgrid:hover, .boxgrid_big:hover { 
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}
.boxcaption h5 { 
	text-shadow: none;
}
a.rounded {
	background:#A9322A;
	color:#fff !important;
}
a.rounded:hover {
	background:#2B2B2B;
	color: #fff !important;
}

ul.specs li {
	background: url('../img/themes/sand/check.png') no-repeat 0 -2px;
	padding-left: 1.5em	
}
* html ul.specs li {
	background: url('../img/themes/sand/check.gif') no-repeat 0 -2px;
	padding-left: 1.5em	
}

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

#headlines li.odd {
	background: transparent;
}

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

.jcarousel-next-vertical {
    background: transparent url('../img/themes/sand/carousel-down.png') no-repeat center;
}

.jcarousel-prev-vertical {
    background: transparent url('../img/themes/sand/carousel-up.png') no-repeat center;
}

* html .jcarousel-next-vertical {
    background: transparent url('../img/themes/sand/carousel-down.gif') no-repeat center;
}
* html .jcarousel-prev-vertical {
    background: transparent url('../img/themes/sand/carousel-up.gif') no-repeat center;
}

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

.jScrollPaneTrack {
	background: #F7EDD8;
}
.jScrollPaneDrag {
	background: #000;
}

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

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

input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"],
input[type="file"],
textarea, select { 
	border-color: #D3C196;
	color: #333;
}
input:focus, textarea:focus, select:focus {
	border-color: #000;
}

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

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

/* Feature Carousel
---------------------------------------------------------------------*/

#featureCarousel .blipsContainer .blip {
    background:#fff;
}
#featureCarousel .blipsContainer .blipSelected {
    background:#000;
}
#featureCarousel .feature div h5 {
    text-shadow: none;
}
.feature a {
	background: none;
}

/* 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:#A9322A;
}
.textSlide h5 {
	color:#000;
}

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

footer p {
	color:#000;
	border-top:1px dashed #A9322A;
	padding-top: 1em;
}

footer p a {
	color: #1B5E67 !important;
}
footer p a:hover {
	color: #fff !important;
}
