/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : Portfolio Layout
Author : Richard Carpenter 
URL : www.hv-designs.co.uk | Themeforest

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

*{
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#272727;
	font-size: 12px;
	color: #7e7e7e;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

img { 
border-style: none;
}

h1 {
	font-size: 14px;
	color: #272727;
	line-height: 25px;
}

.latest_img {
	border: 1px solid #575757;
	margin-left: 12px;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #0390c5
}
a:active {
	text-decoration: none;
	color: #358be7;
}

.title_color1 {color: #ffffff}
.title_color2 {color: #0390c5}

#container {
	margin: auto;
	width: 850px;
}

#header {
	background-color: #CBCBCB;
	background-image: url(images/header_background.png);
	background-repeat: no-repeat;
	height: 324px;
	width: 850px;
}

#featured {
	float: left;
	width: 850px;
	height: 240px;
	margin-top: 25px;
	background-image:url(images/bground.jpg);
	
}	

#hire {
	float: left;
	width: 405px;
	height: 240px;
	line-height: 20px;
	padding-left: 20px;
}	

#title_text {
	background-image: url(images/title_text.png); 
	background-repeat: no-repeat;
	height: 34px; /* important to be same as image height */
	width: 342px; /* important to be same as image width */
	float: left;
	margin-top: 10px;
}

#navigation {
	float: right;
	margin-top: 15px;
}

.nav_menu li{	
	list-style:none;
	display:inline;
}

.nav_menu a {
	color: #454545;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding-left: 20px;
}

.nav_menu a:hover {
	color: #0390c5;
}

.nav_menu li#current a {
	color: #0390AD;
}

#content {
	width: 570px;
	float: left;
}

#about {
	float: left;
	width: 570px;
}

#about_title {
	float: left;
	margin-top: 30px;
	font-size: 18px;
}

#about_content {
	width: 552px;
	border: 1px solid #363636;
	float: left;
	background-color: #2d2d2d;
	padding: 8px;
	margin-top: 4px;
	line-height: 20px;
}

#latest_work {
	float: left;
	width: 570px;
	margin-top: 20px;
}

#latest_work_title {
	float: left;
	font-size: 18px;
}

#latest_work_content {
	width: 552px;
	border: 1px solid #363636;
	float: left;
	background-color: #2d2d2d;
	margin-top: 7px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

#sidebar {
	float: right;
	width: 260px;
}

#sidebar_title {
	float: left;
	margin-top: 30px;
	font-size: 18px;
}

.sidebar_date {
	font-size: 10px;
	color: #FFFFFF;
}

#sidebar_content {
	background-color: #2d2d2d;
	border: 1px solid #363636;
	float: left;
	width: 242px;
	margin-top: 4px;
	padding: 8px;
}

hr {
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #2D2D2D;
}

#footer {
	clear: both;
	width: 834px;
	margin-top: 20px;
	text-align: center;
	float: left;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #363636;
	border-right-color: #363636;
	border-bottom-color: #363636;
	border-left-color: #363636;
	background-color: #2d2d2d;
	border-bottom-style: solid;
}

#slider {
	width: 425px; /* important to be same as image width */
	height: 240px; /* important */
	overflow: hidden;
	float: left;
}
#sliderContent {
	width: 425px;
	top: 0;
	margin-left: 0;
	float: left;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 393px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFFFFF;
	display: none;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-left: 3px;
	margin-right: 3px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

