@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	margin:0;
	font-size: 12px;
	color: #FFFFFF;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

* {
	margin: 0;
	padding:0;
}

::-moz-selection {
    background-color:#F90;
    color: #FFF;
}

::selection {
    background-color:#F90;
    color: #FFF;
}
a img {
	border: none
}

a img:hover {
	background: none;
}

a:active {
    outline: none;
    position:relative;
    top:1px;
}

a:focus {
    -moz-outline-style: none;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding:0;
    line-height:25px;
	}

a {
	text-decoration: none;
	color:#FFFFFF;	
}

a:hover {
	text-decoration: none;
	background-color:#899ea2;
	color:#FFFFFF;		
}

p {

	margin:0 0 10px 0;
	line-height: 20px;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.clear {
	clear: both;
}

hr {
    border-top:1px solid #353535;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 20px 0;
    clear:both;
}

/* Headings

============================================================================= */

h1 {
	font-size: 40px;
	margin:0 0 5px 0;
	padding:0;
  	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2","Helvetica","Arial",sans-serif;
	font-weight:bold;
    text-shadow: 1px 1px 0 #466668;

}

h2 {
	font-size: 16px;
	margin:0 0 15px 0;
  	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2","Helvetica","Arial",sans-serif;
	letter-spacing:0.080em;
	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 1px #FFFFFF solid;
	padding: 0 0 5px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}

h3 {
	font-size: 12px;
  	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2","Helvetica","Arial",sans-serif;
	margin:15px 0 0 0;
	font-weight:bold;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}


/* Header

============================================================================= */ 
#header {
	width:100%;
	height: 80px;
	position:relative;
	margin: 0 auto;
}

#home-link {
	height:72px;
	width:107px;
	background: url(images/logo.png) top no-repeat;
	top:0;
	left:0;
	position:absolute;
	text-indent:-9999px;
}

#home-link:hover {
	border-bottom: 3px solid #ff6f1f;
	padding-bottom: 5px;
}

/* repeating elements

============================================================================= */ 

a.mainlink{
	margin: 15px 0 0 0;
	padding: 6px 8px;
	background-color: #ff6f1f;
	text-transform:uppercase;
    font-size: 11px;
-moz-border-radius: 2px; 
-webkit-border-radius: 2px;
}

a.mainlink:hover {
	background-color: #000000;

}

a.visitlink{
	margin:0;
	padding: 1px 4px 2px 4px;
	width:53px;
    font-size: 11px;
	position:absolute;
	top: 207px;
	left:240px;
	background-color: #899ea2;
	z-index:0;
	text-transform: uppercase;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

a.visitlink:hover {
	background-color: #000000;

}

.extra_nav {
	height:40px;
	position: absolute;
	top: 258px;
	left: 825px;
    padding: 5px 0;
}

a.backtotop {
	padding: 6px 8px;
	background-color: #ff6f1f;
	text-transform:uppercase;
    font-size: 11px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

a.backtotop:hover {
	background-color: #000000;
}

a.onto {
	padding: 6px 8px;
	background-color: #ff6f1f;
	text-transform:uppercase;
    font-size: 11px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

a.onto:hover {
	background-color: #000000;
}

/* Navigation

============================================================================= */

ul#menu {
	list-style: none;
	padding: 0 0 0 0;
	position:absolute;
        height:40px;
	left: 710px;
	top: 30px;
}

ul#menu li {
	float:left;
	display: inline;
        padding: 5px 0;
	margin:0 5px 0 0;
        height:40px;
}

#menu a {
  font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2","Helvetica","Arial",sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:17px;
	letter-spacing:0.012em;
	padding: 6px 8px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}
	
#menu li a:hover {
	background-color:#455556;	
}

#quotescroll, #workscroll, #aboutscroll {
	padding: 20px 0;
}

/* home page main content

============================================================================= */

#page_home {
	height:815px;
	background: url(images/toppagebg.gif) top repeat-x;}


#home {
	width:1024px;
	height: 815px;
	background: url(images/topbg.gif) 0 0 no-repeat;
	padding: 0;
	margin:0 auto;
	position: relative;

}

#main_home {
	width:1024px;
	margin: 0 auto;	
	padding: 0 0 20px 0;
	position: relative;

}

#intro {
	width:100%;
	padding: 50px 0 0 0;
	margin:0;
    border:none;
	
}

#intro h1  {
	margin:0 0 -3px 0;
        line-height: 45px;
}

#intro h1 span {
	color:#ff6f20;
	font-size: 40px;
	font-weight:bold;


}

#left_content {
	width:450px;
	float:left;
	padding:0;
	position:relative;
}

#right_content {
	width:536px;
	height:465px;
	float:right;
	position:relative;
	margin:50px 0 0 0;
	padding:3px 0 0 3px;
	background: url(images/macbg.png) 0 top no-repeat;
}

#left_content span, #slider span {
	padding: 0;
	font-size: 16px;
  	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2","Helvetica","Arial",sans-serif;
	color: #959595;
	font-weight:lighter;
	text-transform: uppercase;
}

#twitter {
	width:384px;
	padding: 90px 0 10px 0 ;
	border-bottom:1px solid #FFFFFF;
	position:relative;
}

#twitter_bird {
	width:38px;
	height:35px;
	position: absolute;
	top:88px;
	left:360px;
}

a#readmore {
	top: 420px;
	left: 420px;
	position:absolute;
	margin: 0;
	padding: 6px 8px;
	background-color: #ff6f1f;
	text-transform:uppercase;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;

}

a#readmore:hover {
	background-color: #000000;
}

#recentwork {
	width:159px;
	height:50px;
	position:absolute;
	top: 370px;
	left: 20px;
}

#icons img{
	margin: 20px 10px 0 0;
}	

a.tooltip:hover{
	background:none;
}	

.tipsy { 
	padding: 5px; 
	font-size: 10px; 
	background-repeat: no-repeat;  
	background-image: url(images/tipsy.gif); 
}

.tipsy-inner { 
	padding: 5px 8px 4px 8px; 
	background-color: #FFFFFF; 
	color: #000000; 
	max-width: 200px; 
	text-align: center; 
}

.tipsy-inner { 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
}
  
.tipsy-north { 
	background-position: top center; 
}

.tipsy-south { 
	background-position: bottom center; 
}
  
 .tipsy-east { 
 	background-position: right center; 
}
  
.tipsy-west { 
	background-position: left center; 
}

#page_all {
	background: url(images/page_bg.png) 0 top repeat;
}
	

/* about section content

============================================================================= */

#about {
	width:1024px;
	margin: 0 auto;	
	padding: 220px 0 0 0;
	position: relative;
}

#aboutinner {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 40px 0;
    width: 1001px;
}

#aboutleft {
	width:410px;
	height:334px;
	float: left;
}

#aboutright {
	width:530px;
	float: right;
	background: #899ea2;
	padding:20px;
}

#resume {
	margin: 15px 0 0 0;
	padding: 6px 8px;
	background-color: #ff6f1f;
	text-transform:uppercase;
	position:absolute;
}

#resume:hover {
	background-color: #000000;

}

#aboutbottom {
	width: 100%;
	clear: both;
	padding: 25px 0;	
}

#skills {
	width:377px;
	position:absolute;
	background: #899ea2;
	top:675px;
	padding:20px;
}


/* work section content

============================================================================= */

#work {
	width:1024px;
	margin: 0 auto;	
	padding: 220px 0 0 0;
	position: relative;
}

.boxgrid{ 
	width: 310px; 
	height: 240px; 
	margin:0 10px 10px 0; 
	float:left; 
	background:#161613; 
	border: solid 10px #899ea2; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	z-index:999;
}

.boxgrid p{ 
	padding: 0 10px 0 10px; 
    margin:0;
	color:#afafaf; 
	font-family:  "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;

				}
.boxgrid h2 {
	margin: 10px 10px 5px 10px; 
    padding:0;
    text-shadow: none;
    border:none;
    font-size: 22px;
}


/* quote section content

============================================================================= */

#quote {
	width:1024px;
	margin: 0 auto;	
	padding: 220px 0 20px 0;
	position: relative;
}

#quote h2 {
    display:inline;
}

#quotewrap {
	background: #899ea2;
	padding: 20px;
	margin: 20px 0 50px 0;
    width: 873px;
}
	
#quoteinner {
	width:915px;
    height: 300px;
	margin: 60px 0 10px 0;
	position: relative;
}

div.formtitles {
	font-size: 15px;
	color: #FFFFFF;
	line-height:40px;
  	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2","Helvetica","Arial",sans-serif;
	letter-spacing:0.050em;
	font-weight:normal;
	text-transform: uppercase;
    width: 150px;
    float:left;
	text-shadow: 0px -1px 0 #466668;

}

div.forms {
	font-size: 15px;
	color: #000;
	margin:0 0 20px 0;
    padding: 0 250px 0 0;
  font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2","Helvetica","Arial",sans-serif;
	letter-spacing:0.050em;
	font-weight:normal;
	text-transform: uppercase;
    width:450px;
    float:right;

}
.wpcf7-form input {
     border:none;
     padding:5px;
     width: 400px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;

}

.wpcf7-form textarea {
     border:none;
     padding:5px;
     height: 90px;
     width: 400px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;

}

#send input {

	padding: 6px 8px;
	background-color: #ff6f1f;
	text-transform:uppercase;
	color: #FFFFFF;
    height:32px;
	width:410px;
	margin: 0 0 0 215px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;

}

#send input:hover {
   	background-color: #000000;
}

/* Footer

============================================================================= */

#footer {
    padding: 40px 70px 0 40px;
    position:relative;
	clear:both;
	height:200px;
	margin: 0 auto;
	background:#718589;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.7);
}

#footer_inner {
    width:1000px;
	margin: 0 auto;
}

span.copyright {
    font-family: Arial, sans-serif;
    letter-spacing:0.050em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 11px;
	line-height:20px;
    float:left;
    width:50%;
}

/* Blog

============================================================================= */

body#blog {
	background: url(images/blackbg.gif) 0 top repeat;
}

#page_home_blog {
	margin: 0 auto;
	height:140px;
	background: url(images/toppagebg.gif) 0 0 repeat-x;
}

#home_blog {
	width:1024px;
	height: 140px;
	background: url(images/blogtop.gif) 0 0 no-repeat;
	padding: 0;
	margin:0 auto;
	position: relative;
	overflow:hidden;

}

#pagewrap{
	width:1024px;
	margin: 0 auto;
}

#headerblog {
	width:100%;
	height:150px;
	position:relative;
}

#blogsplat {
	width: 261px;
	height:121px;
	position:absolute;
	top:40px;
	left:150px;
}

a#blogsplat:hover {
	background:none;
}


#qod-quote{
	width: 420px;
	height:184px;
	position:absolute;
	top:15px;
	left:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:90%;
}

#blog_content {
	width: 700px;
	float:left;
	border-right: 1px solid #353535;
	margin: 40px 0 0 0;
	padding: 0 30px 20px 0;
	position:relative;
}

.entry {
	padding: 0 0 10px 0;
	margin:20px 0 20px 0;
        overflow:hidden;
	border-bottom: 1px solid #353535;
}

.singleentry {
	padding: 0 0 10px 0;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #353535;
}

.entry p, .singleentry p {
        color:#e6e6e6;
}

.post a, #sidebar a {
	color:#899ea2;
	text-decoration:none;
}

.post a:hover, #sidebar a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.post img {
	float:left;
	padding: 5px;
    border: 1px solid #353535;
    margin: 0 10px 10px 0;
}

.post h2 a {
	color:#000000;
	text-decoration:none;
}

.post h1 {
	margin: 0 0 0 70px;
	padding:0 0 0 0;
	color:#FFFFFFF;
	font-size:24px;
        text-shadow: 0px 0px 0px #000;
}

.post h1 a {
	color: #FFFFFF;
}

.post h1 a:hover {
	background: #000;
}

.post h3 a {
    color:#999999;
}

.post h3 {
    margin: 0 0 15px 0;
}


.post li {
    list-style-type: square;
    margin-left: 15px;
}

p.authorinfo {
	margin: -5px 0 0 70px;
	padding:0;
	color:#999999;
}

#readthispost {
	height:25px;
	width:96px;
	margin: 5px 0 0 0;

}

div.date {position:absolute; left:0; width:60px; height:47px;padding:5px 0 0 0; margin:8px 0 0 0; background:#556b6f;}
div.date {font-size:14px; text-align:center; color:#fff;-moz-border-radius: 2px; -webkit-border-radius: 2px;}
p.date-month {margin:2px 0 15px 0; color:#fff; font-size: 26px}

.diag {
	background: url(images/diag.png) 0 0 repeat-x;
	width:100%;
	height:16px;
	margin: 50px 0;
}

a.backtoblog {
	margin: 0;
	width: 120px;
	position:absolute;
	left: 450px;
	top: -15px;
}
#footer_blog {
    padding: 40px 70px 0 40px;
    position:relative;
	clear:both;
	height:100px;
	margin: 0 auto;
	background:#000000;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.7);
}

/* Sidebar

============================================================================= */

#sidebar {
	float:right;
	width:270px;
	padding: 20px 0 30px 0;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-top:20px;
    text-shadow: 1px 1px #466668;

}

#sidebar li {
	clear:both;
	line-height:20px;
	border-bottom: 1px dotted #353535;
	padding: 5px 0;
}


#sidebar li:last-child {
	border:none;
}

#sidebar input#s {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin:0 5px 0 0;
	border:none;
	padding:6px;
	background-color:#ebebeb;
	border: none;
}

#searchsubmit {
	background:#CCCCCC none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	padding:5px;
	width:50px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.submit {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

label.hidden {
	display:none;
}

/* Comments
============================================================================= */

div.comment {margin:30px 0; padding:10px; border:1px solid #ccc; -moz-border-radius:5px;}
p.comment-details {font:bold 130%;}
.avatar {float:left; margin:0 20px 0 0; border:3px solid #ccc; padding:0;}
div.comment-text {margin:40px 0 0 0;}
div.comment img {padding:0;}
h2#comment-header {margin:40px 0 10px 0 !important; border-bottom:1px dotted #ccc;padding:0 0 5px 0;}
h2#respond {margin:40px 0 10px 0 !important;}
h3#no-comments {font:bold 120% Verdana !important; color:#999999 !important; margin:0 !important;}

#blog_content label {display:block; margin:0 0 5px 0;}
#blog_content .text {width:97%; margin:0 0 10px 0; padding:5px; background:#fff; border:1px solid #ccc;}
#blog_content textarea {width:97%; height:150px; margin:0; padding:5px; background:repeat-x left top #fff; border:1px solid #ccc; -moz-border-radius:5px;}
#blog_content .submit {width:auto; padding:5px 20px; margin:20px 0; color:#fff; background:#333; border:1px solid #333; -moz-border-radius:5px;}
#blog_content input {-moz-border-radius:5px; margin:0 5px 0 0;}