/** Reset **/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
} 

/** 'Layout' Formatting Styles **/

body {
	margin: 0px;
	padding: 0px;
	background: #fbfafa url(/images/bg.jpg) repeat-x;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	color: #636363;
	letter-spacing: 1pt;
	line-height: 1.5;
}
a {
	color: #636363;
	text-decoration: none;
}
a:hover {
	color: #0284d1;
	text-decoration: none;
}
a img {
	border: none;
}
p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	line-height: 1.63em;
}
h1 {
	color: #0284d1;
	margin: 10px 0 0 0;
	font-weight: lighter;
}
h2 {
	font-weight: lighter;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(/images/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	border: 0;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {
	background-position: left bottom;
}
h3 {
	color: #0284d1;
	margin: 10px 0 0 0;
	font-weight: lighter;
}
h3.tweet {
	margin: 20px 0 0 0;
	font-weight: lighter;
}
ul {
	margin: 10px 0px 10px 30px;
}
li {
	margin: 10px 0px 0px 0px;
}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(/images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(/images/toggle_block_btm.gif) no-repeat left bottom;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 950px;
}

/** 'Header' Formatting Styles **/

#header {
	margin: 0px;
	padding: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation {
	height: 38px;
	padding: 30px 0 0 0;
	float: right;
}

/** 'Navigation' Formatting Styles **/

.buttons a {
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 4px;
	float: left;
	color: #fff;
	text-decoration: none;
}
.home-bt a {
	background: url(/images/navigation/home.png) no-repeat 0 0;
	width: 67px;
}
.services-bt a {
	background: url(/images/navigation/services.png) no-repeat 0 0;
	width: 89px;
}
.stuff-bt a {
	background: url(/images/navigation/stuff.png) no-repeat 0 0;
	width: 63px;
}
.portfolio-bt a {
	background: url(/images/navigation/portfolio.png) no-repeat 0 0;
	width: 106px;
}
.contact-bt a {
	background: url(/images/navigation/contact.png) no-repeat 0 0;
	width: 89px;
}
#navigation a:hover {
	background-position: 0 -38px;
	color: #fff;
}
#navigation a.active {
	background-position: 0 -38px;
	color: #fff;
}

/** 'Midbanner' Formatting Styles **/

#midbanner {
	clear: both;
	margin: 0;
	padding: 0;
	width: 950px;
	overflow: hidden;
}
#midmsg {
	margin: 0;
	padding: 28px 0 0 0px;
	float: left;
}
#oldslider {
	margin: 10px 30px 0 0;
	padding: 0;
	float: right;
	height:315px;
	width: 400px;
	background: url(/images/sliderbg.png);
}

/** 'Slider' Formatting Styles **/

#slider { 
	width:910px;
	margin: 10px auto 10px auto; 
	position:relative;
	height:266px;
}
#slider ul.ui-tabs-nav { 
	position:absolute; 
	top:0;
	left:650px; 
	list-style:none; 
	padding:0;
	margin:0; 
	width:259px;
	height: 66px; 
}
#slider ul.ui-tabs-nav li {
	padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#slider ul.ui-tabs-nav li img { 
	float:left;
	margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#slider ul.ui-tabs-nav li h2 { 
	font-size:18px;
	margin-left: 20px;
	line-height:66px; 
}
#slider li.ui-tabs-nav-item a { 
	display:block; 
	height:66px; 
	width: 368px;
	color:#fff;  background: url(/images/sliderinfo.png) left no-repeat; 
	line-height: 20px;
}
#slider ul.ui-tabs-nav li.ui-tabs-selected a { 
	background:url('/images/sliderinfo-sel.png') left no-repeat;
	padding-left: 20px;
}
#slider .ui-tabs-panel { 
	width:650px;
	height:246px; 
	background:#fff; position:relative;
}
#slider .ui-tabs-panel .info { 
	position:absolute; 
	bottom:0; left:0; 
	height:35px; 
	width: 100%;
	background: url('/images/transparent-bg.png'); 
}
#slider .info h2 {
	line-height: 35px;
	margin-right: 20px;
	text-align: right;
	overflow:hidden;
}
#slider .info a { 
	text-decoration:none; 
	color:#fff; 
}
#slider .info a:hover { 
	text-decoration:underline; 
}
#slider .ui-tabs-hide { 
	display:none; 
}

/** 'expanding' Formatting Styles **/

.expandingbox {
	width: 500px;
	margin: 0 auto 0 auto;
}
.expandingbox p, .expandingbox li {
	font-size: 12px;
}

/** 'Content' Formatting Styles **/

#content {
	width: 950px;
	height: auto;
	clear: both;
}
#leftcontent {
	height: auto;
	width: 573px;
	float: left;
	margin: 5px 0 0 10px;
	padding: 10px 20px 0 20px;
	background: url(/images/leftcontentbg.jpg) no-repeat top center;
}
#mainimg {
	height: 369px;
	width: 500px;
	margin: 0 auto 0 auto;
	border: 1px solid #d5d5d5;
}
#rightcontent {
	width: 264px;
	height: auto;
	float: right;
	clear: right;
	margin: 5px 10px 0 0;
	padding: 10px 20px 0 20px;
	background: url(/images/rightcontentbg.jpg) no-repeat top center;
}
ul.latestwork {
	list-style:none;
	margin: 0;
	padding: 0;
}
#latestrotation .wrapper {
    height: 100%;
    display: block;
    position: relative;    
}
#rotation {
    height: 280px;
    display: block;
    float: right;
    overflow: hidden;
    position: relative;    
}
.skills ul{
	padding: 0;
	margin: 10px;
	list-style-type: none;
}
.skills ul li{
	padding-left: 25px;
	background-image: url(/images/blueplus.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 5px auto;
}
.latestwork ul{
	padding: 0;
	margin: 10px;
	list-style-type: none;
}
.latestwork ul li{
	display: block;
	width: 220px;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	background-image: url(/images/arrowright.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 5px auto;
	border-bottom: dotted 1px #d5d5d5;
}
.latestwork ul li a.hover{
	color: #0284d1;
	text-decoration: none;
}
.latestwork ul li.active{
	display: block;
	width: 220px;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(/images/arrowright.png);
	background-color: #f1f0f0;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 5px 0 0 0px;
}

/** 'Contact' Formatting Styles **/

#contactform {
	width: 471px;
	margin: 0 auto 0 auto;
}
#contactform input, #contactform textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	color: #636363;
	letter-spacing: 1pt;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contactform textarea:focus, #contactform input:focus {
	border: 2px solid #0284d1;
}
#contactform input.submitbutton {
	width: 100px;
}
#contactform input.submitbutton:hover {
	width: 100px;
	border: 2px solid #0284d1;
}
#contactform input.resetbutton {
	width: 100px;
	margin-left: 10px;
}
#contactform input.resetbutton:hover {
	width: 100px;
	margin-left: 10px;
	border: 2px solid #ff0000;
}
#msg {
	display: none;
	position: absolute;
	z-index: 200;
	color: #fff;
	line-height: 40px;
}
#msgcontent {
	display: block;
	width: 169px;
	height: 40px;
	background: url(/images/validation-bg.png) left center no-repeat;
	padding-left: 18px;
}

/** 'Twitter' Formatting Styles **/

#twitter {
	height: auto;
	clear: both;
}
#twitterfeed ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
#twitter span.prefix {
  font-weight: bold;
}
#twitter span.time {
  font-style: italic;
  color: #c5c5c5;
}
#twitter span.status {
  font-style: italic;
}

/** 'Footer' Formatting Styles **/

#clear {
	clear: both;
}
#footer {
	height: auto;
	width: 100%;
	padding: 10px 0 0 0;
	margin: 20px 0 10px 0;
	border-top: 3px dotted #999;
	text-align: right;
	font-size: 10px;
}

/** Portfolio Bubble Pop-up **/

.bubbleinfo {
	position: relative;
    width: 504px;
    margin: 0 auto 0 auto;
    }
.trigger {
    position: relative;
    border: 1px solid #d5d5d5;
}
.popup {
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
}

.popup td.corner {
    height: 15px;
    width: 19px;
}
.popup td#topleft {
	background-image: url(/images/bubble-1.png);
}
.popup td.top { 
    background-image: url(/images/bubble-2.png);
}
.popup td#topright { 
	background-image: url(/images/bubble-3.png);
}
.popup td.left {
	background-image: url(/images/bubble-4.png); 
	}
.popup td.right {
	background-image: url(/images/bubble-5.png); 
}
.popup td#bottomleft {
	background-image: url(/images/bubble-6.png);
}
.popup td.bottom {
	background-image: url(/images/bubble-7.png); text-align: center;
}
.popup td.bottom img {
	display: block; margin: 0 auto;
}
.popup td#bottomright {
	background-image: url(/images/bubble-8.png);
}
.popup table.popup-contents {
    font-size: 12px;
    line-height: 1.2em;
    background-color: #fff;
    color: #666;
}
table.popup-contents th {
    text-align: right;
    text-transform: lowercase;
}
table.popup-contents td {
    text-align: left;
}
#portfoliohidden {
	display: none;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
 
#imageContainer{
	padding: 10px;
	}
 
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.gif) right 50% no-repeat; }
 
/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #0284d1;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/
 
.ontop #imageData {
    padding-top: 5px;
}
 
/*** END : added padding when navbar is on top ***/
 
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}
 
#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }
 
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
 
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
 
#lightboxIframe {
	display: none;
}
