@charset "UTF-8";

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

a,a:active,a:visited {
	color:#2B2B2B;
}
a:hover {
	color:#fff;
	background:#000;
	text-decoration: none;
}

::-moz-selection {
	background:#2B2B2B;
}
::selection {
	background:#2B2B2B;
}

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

body {
	background: #fff;
	color: #2B2B2B; 
}

h1 {
	color: #fcfcfc;
	background: #0D0D0D;
	padding: .25em 0;
}
 
h1 {
	text-shadow: none;
}
 
h2 {
	background: #fff;
	border-bottom:2px solid #151515;
	color:#151515;
	text-shadow:none;
	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: #151515;
	text-shadow: none; 
}
 
h4 {
	color: #151515;
}

h5 {
	color:#151515;
}

h6 {
	color:#151515;

}

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

hr {
	background: #fff;
	border-color: #9E9E9E;
	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;
	border-top:1px dashed #9E9E9E;
}
 
.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: #fff;
}

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

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

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

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

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

.boxgrid img{ 
	background:url("../img/themes/mono/portfolio-bg.gif");
}
.boxgrid:hover img{ 
	background:url("../img/themes/mono/portfolio-bg-hover.gif");
}
.boxgrid_big img{ 
	background:url("../img/themes/mono/portfolio2-bg.gif");
}
.boxgrid_big:hover img{ 
	background:url("../img/themes/mono/portfolio2-bg-hover.gif");
}

a.rounded {
	background:#fff;
	color:#000 !important;
}
a.rounded:hover {
	background:#2B2B2B;
	color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#featureCarousel .blipsContainer .blip {
    background:#ccc;
}
#featureCarousel .blipsContainer .blipSelected {
    background:#000;
}
.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:#151515;
}
.textSlide h5 {
	color:#151515;
}

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

footer p {
	background: #000;
	color:#999;
	padding-top: 1em;
}

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