@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lekton|Droid+Sans:400,700);
/*html5*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #e1e1e1;
	font: 100.01% "Droid Sans","Lucida Grande", Arial, Helvetica, sans-serif;
	position: relative;
	background: -moz-linear-gradient(45deg, #586c44 0%, #fcfffa 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#586c44), color-stop(100%,#fcfffa));
	background: -webkit-linear-gradient(left bottom, right top, #586c44 0%,#fcfffa 100%);
	background: -o-linear-gradient(left, #586c44 0%,#fcfffa 100%);
	background: -ms-linear-gradient(left, #586c44 0%,#fcfffa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586c44', endColorstr='#fcfffa',GradientType=1 );
	background: linear-gradient(left, #586c44 0%,#fcfffa 100%);
}
img {
	border: none;
}
.clear {
	font: 1px/1px monospace;
	display: block; 
	clear: both;
}
.ir {
	float: right;
	border: 3px double #85B0B0;
	margin-right: 20px;
	margin-left: 20px;
}
a {
	color: #6F8C42;
	text-decoration: none;
	padding: .3em;
	outline-none;
}
a:hover {
	border-radius: .3em;
	color: #e1e1e1;
	background: #6F8C42;
}
::selection {
	background: #74b74a;
	color: #111;
}
::-moz-selection {
	background: #74b74a;
	color: #111;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}

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

h1,
header h2,
header h3 {
	position: absolute;
	top: -9999em;
}
#definition {
	float: right;
	margin: 20px 20px 0 0;
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555555 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555555 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555555 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #555555 0%,#000000 100%); /* W3C */
	border-radius: .5em;
	-moz-border-radius: .5em;
	box-shadow: 0 0 1em rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.75);
}
#definition p {
	display: block;
	float: left;
	width: 200px;
	font-size: 0.9em;
	margin: 1.5em 1em;
}
#definition p strong {
	font-size: 1.5em;
	font-weight: normal;
	color: #74b74a;
}
#definition span {
	font-size: .9em;	
}
/* =========================== content Styles =========================== */

#content {
	margin-top: 20px;
	padding: 20px;
	width: 920px;
	overflow: hidden;
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555555 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555555 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555555 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #555555 0%,#000000 100%); /* W3C */
	border-radius: .5em;
	-moz-border-radius: .5em;
	box-shadow: 0 0 1em rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.75);
}
#content h2.hi {
	font: normal 2em 'Lekton', 'Lucida Grande', Arial, serif;
	letter-spacing: .05em;
}
#content p {
	margin: 0 0 1.5em;
}
#portfolio {
	background: #333;
	width: 906px;
	border: 1px solid #4D4D4D;
	color: #e1e1e1;
	position: relative;
	font-size: 85%;
}
#portfolio a {
	padding: 0;	
}
#portfolio a:hover {
	background: inherit;
	color: #6F8C42;
	text-decoration: underline;	
}
#portfolio p {
	margin: 0px;
	padding: 10px;
}
.small_text {
	font-size: .8em;
}
/* =========================== Footer Styles =========================== */
	
footer {
	color: #1A1A1A;
	text-align: center;
}
footer small {
	display: block;	
}
footer p {
	font-size: 0.8em;
	margin-top: 10px;
	line-height: 16px;
	text-align: center;
}
footer a {
	color: #3C6C28;
}
footer a:hover  {
	background: inherit;
	color: #3C6C28;
	text-decoration: underline;
}
