@import url("reset.css");

/* For IE */

@font-face {
	font-family: 'Bebas';
	src: url('/fonts/BEBAS___.eot');
}

/* For Other Browsers */

@font-face {
	font-family: 'Bebas';
	src: local('Bebas Regular'),
	     local('Bebas-Regular'),
	     url('/fonts/BEBAS___.TTF') format('truetype');
}


#accessibility-links  {
	display: none;
	overflow: hidden;
}

body  {
	font-family: Helvetica;
	background: #222 url(../images/main-texture.gif) ;
	color: #ccc;
}

a  {
	color: #eee;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ebc490;
}

p a {
	border-bottom: 1px solid #ddd; 
}

p a:hover {
	border-bottom: none; 
}

#nav  {
	float: right;
	padding: 4.5em 0;
}

#nav li  {
	font-family: 'Bebas', Helvetica, arial, sans-serif;
	color: #eee;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
	float: left;
}

#nav li a {	
	padding: 11px 1.4em 11px 1.4em;
	margin-right: 1px;
	background-color: #333;
	background-color: rgba(80,80,80,.4);
}

#nav li a:hover,
#nav li a:focus {
	color: #fff;
	background-color: #555;
	background-color: rgba(80,80,80,.55);
	text-decoration: none;
}

#nav li a[title*="work"]  { 
    -moz-border-radius-topleft: 5px;   
    -moz-border-radius-bottomleft: 5px;  
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    border-top-left-radius: 5px;  
    border-bottom-left-radius: 5px;  
}

#nav li a[title*="contact"]  { 
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;   
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    border-top-right-radius: 5px;  
    border-bottom-right-radius: 5px;  
}

#nav li.on-page a  {
	color: #ebc490;
}

h2  {
	color: #eee;
	font-size: 1.7em;
	text-shadow: 2px 1px 0 #000;	
	letter-spacing: 1px;
	font-weight: bold;
}

h3  {
	font-size: 1.6em;
	padding-bottom: 5px; 
}

#home-page h2,
#contact-page h2,
#contact-page #main-content li a {
	width: 53%;
	color: #333;
	float: left;
	text-shadow: 2px 1px 0 #ddd;
}

#contact-page #main-content ul  {
	padding: 30px 0;
}

#contact-page #main-content li a  {
	font-size: 1.4em;
}

#contact-page #main-content li a:hover  {
	color: #000;
	text-decoration: underline;
	text-shadow: 1px 0 0 #ddd;
}

#about-page h2  {
	margin-top: 30px;
}

header, article, aside, footer  {
	display: block;
	position: relative;
}

#header {
	position: relative;
}

header h1  {
	margin: 4em 0;
	float: left;
}

header h1:hover {
	opacity: .75;
}

header h1 span  {
	display: none;
	overflow: hidden;
}

#design  {
	background: url(../images/art.png) repeat-y right 39px;
	border: double #333;
	border-right: 1px dashed #000;
	background-color: #bdbdbd;
	background-color: rgba(220,220,220,.9);
	overflow: hidden;
	padding: 30px;
	-moz-box-shadow: 2px 2px 6px #191919;	
	-webkit-box-shadow: 2px 2px 4px #191919;
	box-shadow: 2px 2px 4px #191919;	
}

#home-page #design h2  {
	width: 100%;
	color: #111;
	padding-bottom: 20px;
	font: 2.6em georgia;
	font-style: italic;
}

#home-page #design h2 em {
	color: #000;
	font: 1.4em georgia;
	font-style: italic;	
}

#home-page #design p  {
	width: 20em;
	color: #555;
	float: left;
	font-size: 1.5em;
}

#home-page #design p strong {
	font-weight: bold;
	color: #444;
}

#home-page #design p a {
	color: #777;
	padding: 2px;
	border-bottom: 3px dotted #777;	
}

#home-page #design p a:hover,
#home-page #design p a:focus {
	color: #222;
	border-bottom: 3px solid #444;	
}

#home-page #design img  {
	margin: 15px 0 0 52px;
	border: double #222;	
}

ul#skills  {
	font-style: italic;
	float: right;
	margin: 0 5em 0 0;
	color: #000;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #ddd;
}

ul#skills li {
	padding: 10px 0;
	padding-left: 40px;
	background: url(../images/check.gif) no-repeat left -3px;	
}

#process h3 {
	margin-top: 30px;
}

ol  {
	list-style-type: decimal-leading-zero;
	width: 60%;
	float: left;
}

ol li  {
	padding: 2px 0;
	margin-bottom: 5px;
}

#process dt  {
	font-size: 1em;
	border-bottom: 1px dotted #444;
	margin-bottom: 5px;	
}

.websites  {
	background: url(../images/arrow.png) no-repeat 91px top;
	padding: 3em 0;		
}

.websites img  {
	float: right;
	margin: 20px;
	margin-left: 2px;
	margin-right: 30px;
	border: 1px solid #111;
}

.websites a:hover img  {
	opacity: 0.85;
}

.websites li.left  {
	float: left;
	margin-top: 3em;
	width: 46%;
	border-top: double rgb(80,80,80);	
	border-top: double rgba(122,122,122,.2);	
	background: url(../images/stars.png) repeat-x -2px -30px;	
}

.websites li.right  {
	float: right;
	margin-top: 3em;	
	margin-right: 0;
	width: 46%;
	border-top: double rgb(80,80,80);	
	border-top: double rgba(122,122,122,.2);	
	background: url(../images/stars.png) repeat-x -2px -30px;
}
.websites dl  {
	margin: 22px 0 10px 40px;
	float: left;
}

.websites dd  {
	padding: 3px 0 2px 0;
	letter-spacing: 1px;
	border-bottom: 1px dashed #333;
}

.websites dt {	
	font-family: 'Bebas', Helvetica, arial, sans-serif;
	letter-spacing: 2px;
	padding-bottom: 3px;
}

.websites a strong  {
	font-size: 1.1em;
	color: #ddd;	
}

.websites a:hover strong  {
	color: #fff;
	text-decoration: none;
	
}

.websites a:hover dd   {
	text-decoration: underline;
	border-bottom: 1px dashed #444;
	text-decoration: none;	
}

#about-page ol  {
	margin-bottom: 30px;
}

aside  {
	margin-top: -43px;
	width: 28%;
	float: right;
}

aside#details img  {
	border: 1px dotted #999;
	opacity: .8;
	margin: 5px 0;
	padding: 5px;
	background-color: #333;
	background-color: rgba(220,220,220,.05);
}

footer p  {
	clear: both;
	padding: 5px 20px;		
}

footer  {
	clear: both;
	padding-top: 10px;		
}

#about-page #wrap {
	margin: 0 auto;
	padding: 5px 50px 10px 50px;
	border-top: double rgb(80,80,80);	
	border-top: double rgba(122,122,122,.2);
	background: url(../images/stars.png) repeat-x -1px -15px;
	overflow: hidden;
	width: 53.5em;
}

#small-print  {
	font-size: .75em;
	background: url(../images/icon.png) no-repeat 50% 20px;
	clear: both;
	text-align: center;
	padding: 6em 0; 
}

.wrap  {
	margin: 0 auto;
	padding: 0 50px;
	width: 60.5em;
	overflow: hidden;
}

.top  {
	background: url(../images/stripe.gif) no-repeat 141px top;
	position: relative;
}

#contact-page footer {
	background: url(../images/arrow.png) no-repeat 91px 0;	
}

#wrap  {
	margin: 0 auto;
	padding: 5px 50px 10px 50px;
	background: url(../images/stripe.gif) repeat-y 141px top;
	overflow: hidden;
	clear: both;
	width: 60.5em;
}