@charset "UTF-8";

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

a,a:active,a:visited {
	color:#b00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#b00;
	text-decoration: none;
}

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

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

body {
	background: url('../img/themes/gray/bg.png');
	color: #757575; 
}

h1 {
	color: #727272;
	text-shadow: 0 1px 0 #fff;
}
 
h2 {
	background: transparent;
	color:#727272;
	text-shadow:0 1px 0 #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)";
}

h3,h4,h5,h6 {
	color:#727272;
	text-shadow: 0 1px 0 #fff;
}

section:hover h3 {
	color: #727272;
	text-shadow: 0 1px 0 #fff;
}

hr {
	opacity: .25;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.container {
	background: transparent;
	color: #757575;
	border-top:1px dashed #A4A4A4;
}
 
.container:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

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

nav ul {
	background: transparent;
}

nav li a:link, nav li a:visited {
	color: #757575;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	font-weight: bold;
}

nav li a:hover, nav li a:focus {
	color: #b00;
	background: transparent;
}

nav li.active a { 
	background: transparent; 
	color: #b00;
}

/* Floating navigation */
.floating {
	color: #757575;
	background: #E7E7E7;
	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:#727272;
}

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

.boxgrid:hover, .boxgrid_big:hover { 
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.boxcaption h5 { 
	text-shadow: none;
	color: #eee;
}

a.rounded {
	background:#727272;
	color:#fff !important;
}
a.rounded:hover {
	background:#b00;
	color: #fff !important;
}

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

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

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

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

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

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

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

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

.jScrollPaneTrack {
	background: #EAEAEA;
}
.jScrollPaneDrag {
	background: #727272;
}

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

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

input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"],
input[type="file"],
textarea, select { 
	border-color: #AAAAAA;
	color: #727272;
	background: #eee;
}
input:focus, textarea:focus, select:focus {
	background: #f9f9f9;
}

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

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

.ribbon {
	background:url('../img/themes/gray/ribbon.png') no-repeat;
}
* html .ribbon {
	background:url('../img/themes/gray/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,.textSlide h5 {
	color:#727272;
}

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

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

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