@charset "UTF-8";

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

a,a:active,a:visited {
	color:#ccc;
}
a:hover {
	color:#fff;
}

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

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

body {
	background: #2C2C2C;
	color: #999; 
}

#top {
	background: #B70000;
	border-bottom: 4px solid #1C1C1C;
}

h1 {
	color: #fff;
}
 
h1 {
	text-shadow: none;
	margin-top: 0;
	padding-top: 32px;
}
 
h2 {
	background: #B70000;
	color:#fff;
	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: #EEE6D2;
	text-shadow: none; 
}
 
h4 {
	color: #EEE6D2;
}

h5 {
	color:#EEE6D2;
}

h6 {
	color:#EEE6D2;

}

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

hr {
	background: #1C1C1C;
	border-color: #555;
	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: #1C1C1C;
}
 
.container:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

q {
	background-color:#333;
	color:#aaa;
	text-shadow:none;
}

* html q {
	background:url("../img/themes/maple/quote.gif") no-repeat scroll 6px 8px #333;
}


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

nav ul {
	background: #730000;
}

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: #580E0E;
}

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

/* Floating navigation */
.floating {
	color: #fff;
	background: #730000;
	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
---------------------------------------------------------------------*/

.boxgrid img, .boxgrid_big img{ 
	background:none;
	background-color: #2C2C2C;
}
.boxgrid:hover, .boxgrid_big:hover { 
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

a.rounded {
	background:#333;
	color:#fff !important;
}
a.rounded:hover {
	background:#444;
	color: #fff !important;
}

* html ul.specs li {
	background: url('../img/themes/maple/check.gif') no-repeat 0 -2px;
}

/* Nyro popup window
---------------------------------------------------------------------*/

div#nyroModalFull div#nyroModalLoading {
	border: 8px solid #1C1C1C;
	background: #1c1c1c url('../img/themes/maple/ajax-loader.gif') no-repeat;
}

div#nyroModalFull div#nyroModalLoading.error {
	background: #1C1C1C;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #1C1C1C;
	border: 8px solid #1C1C1C;
}


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

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

.jcarousel-item img {
	background: #333;
	border-color: #333;
}

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

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

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

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

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

.btn {
	background: #333333;
}

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

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

#slider .nivo-controlNav a {
	background: #1C1C1C;
	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 h5 {
	color:#EEE6D2;
}

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

input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"],
input[type="file"],
textarea, select { 
	border-color:#2c2c2c;
	border-style:solid;
	border-width:1px;
	background: #2c2c2c; 
	color: #777;
}

input:focus, textarea:focus, select:focus {
	border-color: #2c2c2c;
	background: #333; 
}

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

footer p {
	color: #646464; 
}

footer p a {
	color: #777 !important;
}
footer p a:hover {
	color: #999 !important;
}
