@charset "utf-8";
/* CSS Document */
/* This Cascading Style Sheet is Copyright © Artisan Pixel • http://www.artisanpixel.com/ */
/* You may not use any part of this style sheet without express permission from Artisan Pixel */
/* Be Creative - Learn - But Use Your Own Style */
/**************************************************************************


								Main Styles

**************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #9AAB7F;
	background: #A0A0A0 url(../images/body-bg.jpg) repeat fixed center center;
	font: 85.01% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
}
#wrapper {
	text-align: left;
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
.ir {
	float: right;
	border: 3px double #85B0B0;
	margin-right: 20px;
	margin-left: 20px;
}
a:link, a:visited {
	color: #6F8C42;
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: underline;
}
/**************************************************************************

					Header Styles
	
**************************************************************************/
#header {
	background: url(../images/artisan-pixel-creative-solutions.png) no-repeat 20px 25px;
	height: 150px;
	margin-top: 10px;
}

#header h1 , #header h2, #header h3{
	text-indent: -9999em;
	display: block;
	}
#definition {
	position: absolute;
	left: 455px;
	top: 25px;
	width: 465px;
	background: #1A1A1A url(../images/mainContent-bg-gradient.jpg) repeat-x;
	border: 1px solid #eee;
	height: 100px;
}
#definition p {
	display: block;
	float: left;
	width: 200px;
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #EDF2C9;
}
#definition p strong {
	font-size: 1.5em;
	font-weight: normal;
	color: #5E993D;
}
/**************************************************************************

					MainContent Styles
	
**************************************************************************/
#mainContent {
	margin-top: 10px;
	border: 1px solid #eee;
	background: #1A1A1A url(../images/mainContent-bg-gradient.jpg) repeat-x;
}
#mainContent h1.hello {
	background: url(../images/h1-hello.jpg) no-repeat left top;
	height: 50px;
	text-indent: -9999em;
}
#mainContent p {
	margin: 10px 20px;
}
#mainContent p a:hover {
	color: #EDF2C9;
	text-decoration: none;
	background: #6C7363;
}

#mainContent p a:active {
	color: #EDF2C9;
	background: #83BA5D;
}
#portfolio {
	background: #333;
	margin: 20px;
	height: 300px;
	width: 906px;
	border: 1px solid #4D4D4D;
	color: #EDF2C9;
	position: relative;
}
#portfolio p {
	margin: 0px;
	padding: 10px;
}
/**************************************************************************

					Footer Styles
	
**************************************************************************/
#footer {
	color: #1A1A1A;
	text-align: center;
}
#footer p {
	font-size: 0.8em;
	margin-top: 10px;
	line-height: 16px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #3C6C28;
}
#footer a img {
	border-style: none;
	padding-right: 3px;
	padding-left: 3px;
}
