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

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

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

*{
	padding:0px;
	margin:0;
}

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

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

ul, ol {
	color: #CCCCCC;
	margin-left: 10px;

}

.img_wrap_left {
	border: 1px solid #575757;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.img_wrap_right {
	border: 1px solid #575757;
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

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

a:link {
	color: #91c103;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #91c103
}
a:active {
	text-decoration: none;
	color: #358be7;
}

.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;
}

#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_box {
	width: 850px;
	float: left;
	clear: both;
	margin-top: 30px;
}

.content_box_title {
	float: left;
	font-size: 18px;
}

.content_box_content {
	width: 832px;
	border: 1px solid #363636;
	float: left;
	background-color: #e9e9e9;
	padding: 8px;
	margin-top: 4px;
	line-height: 20px;
	margin-bottom: 10px;
}

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: #e9e9e9;
	border-bottom-style: solid;
}

#form {
	float: left;
	width: 345px;
	margin-right: 10px;

}


form {
	background-color: #e9e9e9;
	margin-bottom: 10px;
	width: 345px;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
}
input {
	border: 1px solid #363636;
	color:#CCCCCC;
	background-color: #1a1a1a;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
	margin-top: 5px;
}
textarea {
	border: 1px solid #363636;
	height:100px;
	display:block;
	color:#CCCCCC;
	background-color: #272727;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
	margin-top: 5px;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	border: 1px solid #363636;
	background-color: #272727;
}

#portfolio {
	float: left;
	width: 850px;
	clear: both;
	margin-bottom: 10px;
}

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

#portfolio_content {
	width: 832px;
	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;
}

#demo {
	width: 700px;
	border: 1px none #363636;
	float: none;
	line-height: normal;
	padding: 5px;
	height: 400px;
	clear: none;
	margin: 0px;
}

