/*
Theme Name: Monolith Stripped
Version: 1.0
Description: A clean and modern one page portfolio WordPress theme.
Author: VagrantRadio
Author URI: http://themeforest.net/user/VagrantRadio
*/

@import url("reset.css"); /* Import 960 grid system */
@import url("text.css");
@import url("960.css");
/*--------------------------------------------------------------------------------------------
1. Layout
-------------------------------------------------------------------------------------------- */
body {
	background:#28282A;
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	color:#444;
	border-top: 6px solid #18181A;
}
blockquote {
	position:relative;
	padding:10px 30px;
	font-style:oblique;
	font-size:17px;
	color:#676767;
	width:360px;
	font-weight:bold;
}
blockquote p {margin-bottom:0;}
blockquote:before {
	content: url(../images/bq_before_dark.png);
	position:absolute;
	top:0;
	left:0;
}
blockquote:after {
	content: url(../images/bq_after_dark.png);
	position:absolute;
	bottom:-8px;
	right:0;
}
abbr, acronym {border-bottom:1px dotted #222;cursor:help;}
#top_section {
	width:960px;
	margin:0px auto;
	position:relative;
}
/*--------------------------------------------------------------------------------------------
2. Logo
-------------------------------------------------------------------------------------------- */
h1#logo {
	padding: 81px 0 0 0;
	display:block;
	color:#161616;
	height:100px;
	overflow:hidden;
	margin:0 10px 0 0;
	font-size:62px;
}
h1#logo a {
	color:#161616;
	font-size:62px;
	text-decoration:none;
}
h1#logo a span {
	font-size:26px;
	vertical-align:text-top;
}
/*--------------------------------------------------------------------------------------------
3. Nav
-------------------------------------------------------------------------------------------- */
ul#menu-main-nav {
	position:absolute;
	top:90px;
	right:0;
}
ul#menu-main-nav li {
	float:left;
	display:inline;
	margin:0 0 0 30px;
	font: bold 12px Helvetica;
	
}
ul#menu-main-nav a {
	color:#878787;
	text-decoration:none;
}
ul#menu-main-nav a:hover {
	color:#fff;
}
ul#menu-main-nav li:first-child a {
	color:#ccc;
	border-bottom:1px solid #ddd;
}
/*--------------------------------------------------------------------------------------------
4. Heading Text
-------------------------------------------------------------------------------------------- */
.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	letter-spacing:-1px;
	line-height:32px;
	margin-bottom:35px;
}
.emp {
	color:#00adee;
}
/*--------------------------------------------------------------------------------------------
5. Slider
-------------------------------------------------------------------------------------------- */
.slider_wrap {
	/*background: url(../images/slider-shadow.png) no-repeat center 429px;*/
	height:590px;
}
.slider {
	background:#000 url(../images/ajax-loader.gif) no-repeat 50% 50%;
	width:940px!important;
	height:450px!important;
}
.slider a {
	display:block;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	overflow:hidden;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {	
	background: url(../images/caption_back.png) no-repeat bottom center;
	position:absolute;
	bottom:20px;
	left:-24px;
	width:105.2%;
	color:#161616;
	font-size:16px;
	font-weight:bold;
	line-height:19pt;
	z-index:50;
	text-shadow:0 1px 1px #fff;
	padding:0 0 15px;
}
.nivo-caption p {
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
	padding:20px 20px 20px 60px;
	margin-bottom:0;
	-moz-box-shadow: 0 1px 3px #292929;
	-webkit-box-shadow: 0 1px 3px #292929;
  box-shadow: 0 1px 3px #292929;
}
.nivo-directionNav a {
	background: url(../images/button_sprite.png) no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	height:18px;
	position:absolute;
	text-indent:-9999px;
	bottom:10px;
	right:34;
	width:18px;
	z-index:999;
}
.nivo-prevNav {
	right:24px;
	z-index:999;
}
.nivo-nextNav {
	right:0;
	z-index:999;
}
a.nivo-prevNav {
	background-position:0px -18px;
	left:902px;
	top: 413px;
}
a.nivo-prevNav:hover {
	background-position:0px -36px;
}
a.nivo-nextNav {
	background-position:-18px -18px;
	left:910px;
}
a.nivo-nextNav:hover {
	background-position:-18px -36px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:-30px;
	left:0px;
}
.nivo-controlNav a.nivo-control {
	float:left;
	text-indent:-9999px;
	/*background: url(../images/slider_nav.png) no-repeat 0 1px;*/
	height:14px;
	width:14px;
	margin:5px 10px 3px 0;
	cursor:pointer;
}
.nivo-controlNav a.nivo-control:hover {
	background-position: 0 -19px;
}
.nivo-controlNav a.active, .nivo-controlNav a.active:hover {
	background-position: 0 -39px!important;
}
.slider .nivo-controlNav img {
	display:inline;
	position:relative;
}
/*--------------------------------------------------------------------------------------------
6. Bottom Section
-------------------------------------------------------------------------------------------- */
#bottom {
 	background:#18181A;
 	color:#878787;
 	padding:20px 0 0 0;
	font-size:13px;
	line-height:21px;
}

#bottom2 {
 	background:#000;
 	color:#b2b2b2;
 	padding:20px 0 0 0;
	font-size:14px;
	line-height:24px;
}

#bottom br {
	display:none;
}
#bottom article {
	padding:48px 0;
	float:left;
	display:block;
}
#bottom h2 {
	font-size:26px;
	float:left;
	color:#b2b2b2;
}
#menu-main-nav-1 li:nth-child(2) a, #menu-main-nav-2 li:nth-child(3) a, #menu-main-nav-3 li:nth-child(4) a, #menu-main-nav-4 li:nth-child(5) a, #menu-main-nav-5 li:nth-child(6) a, #menu-main-nav-6 li:nth-child(7) a {
	color:#cccccc!important;
	border-bottom:1px solid #161616!important;
}
#bottom ul.menu {
	position:absolute;
	top:18px;
	right:0;
}
#bottom ul.menu li {
	float:left;
	display:inline;
	margin:0 0 0 30px;
	font: bold 12px Helvetica;
}
#bottom ul.menu a {
	text-decoration:none;
	color:#676767;
}
#bottom ul.menu a:hover {
	color:#fff;
}
#bottom h2.widgettitle {
	font:22px Georgia, "Times New Roman", Times, serif;
	color:#B2B2B2;
	float:none;
}
#bottom h3 {
	font:22px Georgia, "Times New Roman", Times, serif;
	color:#444;
}
#bottom h4 {
	font:14px Helvetica, "Times New Roman", Times, serif;
	color:#444;
}
#bottom h5 {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#444;
}
#bottom a {
	color:#878787;
}
#bottom abbr, acronym {border-bottom:1px dotted #aaa;cursor:help;}
#bottom hr {
	border-top:1px solid #28282A;
	/*border-bottom:1px solid #fff;*/
	clear: both;
	height: 1px;
	margin-bottom:30px;
	margin-top:30px;
}
#bottom .img {
	border:1px solid #ccc;
}
/*--------------------------------------------------------------------------------------------
7. Portfolio
-------------------------------------------------------------------------------------------- */
article#portfolio li.thumb {
	float:left;
	display:inline;
	width:298px;
	height:198px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	
}
article#portfolio ul li .moreinfo {
	width:260px;
	height:160px;
	position:absolute;
	background:#fff;
	top:0;
	left:0;
	color:#444!important;
	font-size:12px;
	line-height:1.5em;
	padding:20px;
	-moz-box-shadow:-1px 0 5px #aaa inset;
	-webkit-box-shadow:-1px 0 5px #aaa inset;
	box-shadow:-1px 0 5px #aaa inset;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
article#portfolio h3 {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
article#portfolio ul li .moreinfo .icons {
	position:absolute;
	top:160px;
	left:20px;
	color:#444;
}
.icons a {
	color:#474747;
	text-decoration:none;
}
.icons a:hover {
	color:#111!important;
}
.icons a.zoom, .icons a.v_zoom, .icons a.y_zoom {
	background: url(../images/zoom_icon_dark.png) no-repeat left top;
	padding:0 0 2px 25px;
	vertical-align:middle;
	margin-right:20px;
}
a.zoom:hover, a.v_zoom:hover, a.y_zoom:hover {
	background-position:0 -20px;
}
.icons a.visit {
	background: url(../images/visit_icon_dark.png) no-repeat left top;
	padding:0 0 2px 25px;
	vertical-align:middle;
}
a.visit:hover {
	background-position:0 -20px;
}
/*--------------------------------------------------------------------------------------------
services
-------------------------------------------------------------------------------------------- */
h3.mon {
	background: url(../images/computer.png) no-repeat left;
	padding-left:45px;
	height:30px;
}
h3.dev {
	background: url(../images/advanced.png) no-repeat left;
	padding-left:40px;
	height:28px;
}
h3.color {
	background: url(../images/color.png) no-repeat left;
	padding-left:40px;
	height:28px;
}
h3.iface {
	background: url(../images/window.png) no-repeat left;
	padding-left:45px;
	height:30px;
}
h3.app {
	background: url(../images/desktop.png) no-repeat left;
	padding-left:45px;
	height:30px;
}
h3.search {
	background: url(../images/search.png) no-repeat left;
	padding-left:40px;
	height:30px;
}
/*--------------------------------------------------------------------------------------------
8. Contact
-------------------------------------------------------------------------------------------- */
#form {
	min-height:375px;
	display:none;
}
form div {
	width: 295px;
	float: left;
	position: relative;
	margin: 0 0 20px 0;
}
form .email, form .website {
	margin-left:20px;
}
form div.textarea {
	float: left;
	clear: both;
	width: auto;
}
form label {
	display: block;
	color: #aaa;
	padding: 0 0 5px 0;
}
form label.error, .formstatuserror {
	color: #cc0000;
}
.formstatusok {
	color:#009900;
}
form label.infield {
	position: absolute;
	top: 5px;
	left: 10px;
	display: inline;
	color: #878787;
	cursor:text;
}
form input {
	-moz-box-shadow:0 1px 1px #222 inset;
	width: 96%;
	padding: 8px;
	background:#333;
	/*border:1px solid #333;*/
	border-color:#333 #333 #7D8EC2;
    border-style:solid;
    border-width:1px;
	color: #888;
	font:inherit;
}
form input#subject {
	width: 595px;
}
form textarea {
	-moz-box-shadow:0 1px 1px #222 inset;
	width: 600px;
	max-width: 600px;
	padding: 6px;
	background:#333;
	border-color:#333 #333 #7D8EC2;
    border-style:solid;
    border-width:1px;
	/*border:1px solid #333;*/
	color: #888;
	height: 200px;
	overflow:auto;
	font:inherit;
	resize:none;
}
form input#submit {
	float:right;
	margin-right:10px;
	width:auto;
}
input#human, div.human, div.human label {  
	position:absolute;
	top:-9999px;
	left:-9999px;  
}
form input#submit:hover {
	cursor:pointer;
	background:#555;
	color:#fff;
}
/*--------------------------------------------------------------------------------------------
Map
-------------------------------------------------------------------------------------------- */
#map {
	height:200px;
	width:290px;
	text-shadow:none;
	border:1px solid #ccc;
	margin:0 0 30px 20px;
	color:#444;
}
/*--------------------------------------------------------------------------------------------
Contact Info
-------------------------------------------------------------------------------------------- */
#details {
	margin-left:20px;
	width:290px;
	color:#B2B2B2;
}
#details li {
	list-style:none;
	margin-left:0;
}
#details li a img, #details li img {
	vertical-align:middle;
	margin-right:5px;
}
/*--------------------------------------------------------------------------------------------
9. Footer
-------------------------------------------------------------------------------------------- */
footer {
	width:960px;
	margin:0px auto;
	display:block;
	padding:40px 0;
	font-family:helvetica, "Times New Roman", Times, serif;
	color:#111;
	font-size:12px;
}
footer a {
	color:#00adee;
}
/*--------------------------------------------------------------------------------------------
Post Images
-------------------------------------------------------------------------------------------- */
.alignleft {float:left;clear:left;}
.alignleft p.wp-caption-text {margin-right:10px;}
img.alignleft, .alignleft img {margin:0 20px 10px 0;}
.alignright {float:right;clear:right;}
.alignright p.wp-caption-text {margin-left:10px;}
img.alignright, .alignright img {margin:0 0 10px 20px;}
.aligncenter {text-align:center;display:block;}
img.aligncenter, .aligncenter img {margin:0px auto;clear:both;text-align:center;}
.alignnone {float:none;clear:both;display:block;}
p.wp-caption-text {margin-bottom:0;text-align:center;}