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

Title : My Portfolio
Author : Luis Lopez
URL : www.exxcorpio.com | exxcorpio

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

*{
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	background-color:#1a1a1a;
	font-size: 12px;
	color: #000;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #000000}

img { 
border-style: none;
}

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

.latest_img {
	border: 1px solid #575757;
	margin-left: 12px;
}
.reseaux_ico {
	margin-left: 12px;
}
a:link {
	color: #91c103;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: overline;
	color: #91c103
}
a:active {
	text-decoration: none;
	color: #000;
}

.title_color1 {color: #ffffff}
.title_color2 {color: #91c103}

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

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

#featured {
	float: left;
	width: 850px;
	height: 240px;
	margin-top: 25px;
}	

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

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

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

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

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

.nav_menu a:hover {
	color: #91c103;
}

.nav_menu li#current a {
	color: #91c103;
}

#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: #e9e9e9;
	padding: 8px;
	margin-top: 4px;
	line-height: 20px;
}

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

#latest_work_title {
	float: none;
	width: 850px;
	font-size: 18px;
}

#latest_work_content {
	width: 834px;
	border: 1px solid #363636;
	float: left;
	background-color: #e9e9e9;
	margin-top: 7px;
	line-height: 20px;
	padding: 8px;
}

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

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

#services_content {
	width: 552px;
	border: 1px solid #363636;
	float: left;
	background-color: #e9e9e9;
	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_blog {
 	background-color:#66666
	float:none;
	width: 236;
	margin-top: 4px;
	padding-bottom: 20px;
	
}
.sidebar_date {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

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

hr {
	margin: 4px;
	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;
}

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

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

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

#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: #e9e9e9;
	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;
	margin-left: 10px;
}
#services_content_right {
}

