@charset "UTF-8";
/* CSS Document */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
}
#header {
	position: relative;
	z-index: 1;
	width: 1000px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#jasonlogo {
	width: 181px;
	margin: 0 auto;
	float: left;
}
#jasonlogo a {
	outline: none;/* get rid of dotted borders in FireFox */
	display:block;
	width:181px;
	height:65px;
	text-decoration: none;
	background-image: url(../jason_logo.png);
}
#jasonlogo a:hover {
	background-position: 0 -65px;
}
#container {
	width: 1000px;
	position: relative;
	height: auto;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	width: auto;
	padding-right: 10px;
	margin-top: 10px;
}
.footerinfo {
	color: #AAAAAA;
	font-size: 9px;
	font-family: Helvetica, sans-serif, Arial;
	text-transform: uppercase;
}
.image {
	margin: 10px;
	float: left;
	width: 310px;
}
.image img {
	display: block;
  	width: 100%;
}
.clear {
    clear: both;
}
a img { /* gets ride of Firefox red image border */
	border:0; 
}
a:link {
	color: #000000;
}      /* unvisited link */
a:visited {
	color: #666666;
}  /* visited link */
a:hover {
	color:#999999;
}  /* mouse over link */
a:active {
}  /* selected link */

/* universal nav */
#navcontainer {
	width: 600px;
	height: auto;
	position: relative;
	z-index: 999;
	float: right;
	margin-top: 20px;
}
ul#navlist {
	white-space: nowrap;
	float: right;
}
#navlist li {
	display: inline;
	list-style: none;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 0.7em;
}
#navlist a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navlist a:link, #navlist a:visited {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
#navcontainer ul li a#current {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

/* overlay */
img.wp-post-image
img.attachment-thumbnail
img.attachment-medium
img.attachment-large
img.attachment-full 
.attachment-post-thumbnail
img .attachment-post-thumbnail wp-post-image {
    margin: 0px;
    padding: 0px;
    display: block;
}
.thumb-slide {
	float:left;
	position:absolute;
	top: 0px;
	/*left: 0px;*/
    margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-decoration: none;	/*
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; // first!
    filter: alpha(opacity=90);                  // second
	*/
}
.thumb-slide ul {
	font-size: 0.7em;
	color: #FFFFFF;
	list-style: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Helvetica, sans-serif, Arial;
	text-transform: uppercase;
}    
.thumb-slide ul li:first-child {
    font-weight: bold;
}
span.trigger {
}
span.trigger a {
	text-decoration: none;
}    
span.trigger a:hover, span.trigger a:active {
	text-decoration: underline;
}

/* individual pages */
#workcontainer {
	width: 600px;
	position: relative;
	float: left;
	margin-left: 10px;
	height: auto;
	color: #000000;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 30px;
	margin-top: 20px;
	font-family: Helvetica, sans-serif, Arial;
	margin-right: 20px;
}
.workspacer {
	width: 600px;
	height: 52px;
}
.workspacer_adjust {
	width: 350px;
	height: 52px;
}
.divider {
	top: 23px;
	width: 600px;
	position: relative;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.divider_adjust {
	top: 23px;
	width: 350px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.headings {
	color: #000000;
	font-size: 28px;
	font-family: Helvetica, sans-serif, Arial;
}
#infobox {
	position: relative;
	float: left;
	width: 330px;
	font-size: 0.75em;
	line-height: 1.35;
	font-family: Helvetica, sans-serif, Arial;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 20px;
}
#projectnav {
    margin-top: 10px;
}
#projectnav a {
    color: #999;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    padding-bottom: 1px;
}
#projectnav a:hover {
	color: #999;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}   
#clients {
	color: #000000;
	width: 580px;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
	margin-top: 20px;
	height: 65px;
	margin-bottom: 20px;
}
ul#workclients {
	white-space: nowrap;
	float: left;
	padding: 0px;
}
#workclients li {
	list-style: none;
	font-family: Helvetica, sans-serif, Arial;
	line-height: 130%;
	margin-left: 25px;
}   
#twitter {
	position:relative;
	z-index:4;
	height: 28px;
	width: 34.11px;
	float: left;
	margin-left: 15px;
}
#twitter a.twit {
	display: block;
	width: 34.11px;
	height: 28px;
	background-image: url(../img/twitter_button.png);
	background-position: top;
	text-indent: -9999px;
}
#twitter a.twit:hover {
	background-position: bottom;

}
#resume {
	position:relative;
	z-index:4;
	height: 24px;
	width: 24px;
	float: left;
}
#resume a.res {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../img/resume_button.png);
	background-position: top;
	text-indent: -9999px;
}
#resume a.res:hover {
	background-position: bottom;
}
#vcard {
	position:relative;
	z-index:4;
	height: 24px;
	width: 30px;
	float: left;
	margin-left: 15px;
}
#vcard a.card {
	display: block;
	width: 30px;
	height: 24px;
	background-image: url(../img/vcard_button.png);
	background-position: top;
	text-indent: -9999px;
}
#vcard a.card:hover {
	background-position: bottom;
}#email {
	position:relative;
	z-index:4;
	height: 24px;
	width: 34px;
	float: left;
}
#email a.mail {
	display: block;
	width: 34px;
	height: 24px;
	background-image: url(../img/email_button.png);
	background-position: top;
	text-indent: -9999px;
}
#email a.mail:hover {
	background-position: bottom;

	


	

