@charset "UTF-8";
/* CSS Document 
Created by: Kevin O'Leary for Anubis Creative */


/*=======================================================================
						RESET CODE
=======================================================================*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote { 
margin: 0;
padding: 0;
border: 0;
}
#portfolio h3 {
	color: #CCCCCC;
	font-size: 14px;
}


/*=======================================================================
					DOCUMENT FORMATING CODE
=======================================================================*/

html { 
overflow-y:scroll; 
} /* Firefox has an unfortunate habit of showing the right scrollbar when a page is long and hiding it when the page doesn’t reach below the fold, thus creating an undesireable “jump.” This snippet prevents that. */


body {
font-family:Helvetica, Arial, sans-serif;
background: #43270C url(../images/background.jpg) no-repeat;
}

#container {
width: 900px;
margin: 0 auto;
padding: 60 0 0 40px; 
}

#header {
margin: 0 0 20px 0;
}

#header h1 {
display:block;
width: 860px;
height: 160px;
color: 000;
background: url(../images/kjo_name.png);
text-indent: -9999px;
}

#header h1 a {
display: block;
width: 860px;
height: 160px;
margin: 22px 11px 0px 11px;
}

#header h2 {
display:block;
width: 860px;
height: 115px;
color: 000;
background: url(../images/description.png);
text-indent: -9999px;
}

#header h3.clickSamples {
	display:block;
	width: 860px;
	height: 60px;
	color: 000;
	text-indent: -9999px;
	background-image: url(../images/clickSamples.png);
	background-repeat: no-repeat;
	padding-top: 15px;
}

#header ul.links {
	float: right;
}

#header ul.links li {
	list-style: none;
	float: left;
}

#header ul.links a {
	display: block;
	width: 140px;
	height: 40px;
	margin: 0px 40px 0px 0px;
	text-indent: -9999px;
}
	
#header h3.otherSamples{
	display:block;
	width: 860px;
	height: 60px;
	color: 000;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../images/otherSamples.png);
	background-position: center;
	}

#header h3.flashWalMart {
	display:block;
	width: 860px;
	height: 44px;
	color: 000;
	text-indent: -9999px;
	background-image: url(../images/samplesWalMart.png);
	background-repeat: no-repeat;
}

#header h3.design_eBay {
	display:block;
	width: 860px;
	height: 44px;
	color: 000;
	text-indent: -9999px;
	background-image: url(../images/samplesEBay.png);
	background-repeat: no-repeat;
}

#header h3.design_eBayMotors {
	display:block;
	width: 860px;
	height: 44px;
	color: 000;
	text-indent: -9999px;
	background-image: url(../images/samplesEBayMotors.png);
	background-repeat: no-repeat;
}

#portfolio {
margin: 0 0 40px 0;
}

#portfolio ul {
width: 100%;
list-style-type: none;
height: 122px;
}

#portfolio ul li {
float: left;
margin: 10px;
}

#portfolio ul a {
display: block;
padding: 4px;
}

#portfolio ul li a:hover {
background: #FFF;
}

#footer {
padding-left: 15px;
clear: both;
width: 860px;
height: 110px;
background: url(../images/copyright_links.png) no-repeat;
}	

#footer h3 {
text-indent: -9999px;
}

#footer ul.links {
float: right;
}

#footer ul.links li {
list-style: none;
float: left;
}

#footer ul.links a {
display: block;
width: 36px;
height: 36px;
margin: 22px 11px 0px 11px;
text-indent: -9999px;
}

a {
outline: none;	
}

p {
text-indent: -9999px;
}

.clear {
clear: both;
}

