/* ============================ RESET ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================ Custom CSS ============================== */
body {
	margin: 0;
	padding: 0;
	height:100%;
	background: #151515 url(../image/bg.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
img {
	border:none;
}
a {
	text-decoration: none;
	color: #fff;
}

/*================================ Fonts ===================================*/
p {
	font-size: 12px;
	line-height: 14px;
	color: #666;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/*================================ header ===================================*/
#header {
	width: auto;
	margin: 0 auto;
	height: 80px;
	border-bottom: 1px solid #333;
}	
.inner {
	width: 940px;
	margin: 0 auto;
	min-height: 80px;
	height: auto !important;
	_height: 80px;
	padding-bottom: 25px;
}
#header .inner {

}
#main .inner {
	position: relative;

}

#header h1 a.logo {
	background:transparent url(../image/logo.png) no-repeat 0 0;
	float:left;
	margin: 19px 0 0 38px;
	height: 50px;
	text-indent:-9999px;
	width: 222px;
	overflow: hidden;
}
#header h1 a.logo:hover, #header h1 a.logo.hover {
	background-position: left -50px;
}
/*============================== primaryNav ==================================*/
ul.primaryNav {
	float: right;
	height: 26px;
	width: auto;
	margin: 27px 35px 0 0;
	display: inline;
}
ul.primaryNav li {
	display: inline;
	float:left;
	position: relative;
	overflow: hidden;
	height: 26px;
}
ul.primaryNav li a {
	display: block;
	height: 26px;
	text-indent: -9999px;
	width: 100px;
	background: transparent url(../image/primary-nav-sprites.png) 0 0 no-repeat;
	overflow: hidden;
}
ul.primaryNav li a.home {

background-position: 0 0;
}
ul.primaryNav li a.work {

background-position: -100px 0;
}
ul.primaryNav li a.contact {

background-position: -200px 0;
}

ul.primaryNav li a.home:hover, ul.primaryNav li a.home.hover {
background-position: -300px 0;
}
ul.primaryNav li a.work:hover, ul.primaryNav li a.work.hover {
background-position: -400px 0;
}
ul.primaryNav li a.contact:hover, ul.primaryNav li a.contact.hover {
background-position: -500px 0;
}
/*============================== slideshow ==================================*/
#slideshowWrapper {
	width: auto;
	height: 240px;
	margin: 0 auto;
	padding: 20px 0;
	background: #555555;
	position: relative;
	border-top: 2px solid #151515;
	border-bottom: 2px solid #151515;
}

#slideshow {
	width: 940px;
	height: 240px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	text-shadow: 1px 1px 1px #333;
	display: none;
}
.slideshowMessage {
	width: 480px;
	margin-left: 20px;
	float: left;
	position: relative;
}
.slideshowGraphic {
	text-align: center;
	width: 370px;
	height: 240px;
	float: right;
	position: relative;
}
.slideshowGraphic .framed {
	margin-top: 10px;
}

#slideshow h2 {
	margin: 55px auto 20px;
	font-size: 33px;
	color: #fff;
}
#slideshow h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 5px 30px;
}
#slideshow p {
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 0 30px;
	color: #fff;
}

#slideshowAlternate {
	width: 940px;
	height: 240px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	background: transparent url(../image/slider-alternate-bg.jpg) left top no-repeat;
}
#slideshowAlternate h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 120px 0 32px 120px;
	text-shadow: 2px 2px 2px #333333;
	width: 700px;
}
#slideshowAlternate p {
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

/*============================== main ==================================*/
#main {
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
/*============================== Content ==================================*/

#content {
	width: 600px;
	float: left;
	position: relative;
}
#content h2 {
	font-size: 24px;
	color: #00C6ff;
	height: 34px;
}

#content p {
	line-height: 185%;
	color: #999;
	text-shadow: 1px 1px 0 #000000;
}
#content p a {
	color: #fcfcfc;
	text-decoration: underline;
	text-shadow: none;
	margin: 0 1px;
	padding: 0 2px;
}

#content p a:hover {
	color: #333;
	background: #00C6FF;
}

#content .primary {
	width: 270px;
	float: left;
	margin-right: 30px;
	position: relative;
	border-bottom: 1px dashed #233C52;
	padding-bottom: 20px;
}

#content .secondary {
	width: 270px;
	float: left;
	position: relative;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}

#content .listing {
	width: 270px;
	float: left;
	margin: 20px 30px 20px 0;
	position: relative;
}

#content .listing h3 {
	margin: 0 0 15px 0;
}

#content .listing ul {
	float: left;
}
#content .listing li {
	display: inline;
	float: left;
	background: #616F78;
	width: 78px;
	height: 78px;
	margin: 2px 15px 0 2px;
}
#content .listing li.end {
	margin-right: 0;
}
#content .listing li a {
	display: block;
	background: #ccc;
	width: 58px;
	height: 58px;
	padding: 10px;
	margin: -2px 0 0 -2px;
}
#content .listing li a:hover {
	background: #fff;
}

.flickr_badge_image {
	display: inline;
	float: left;
	height: 75px;
	margin: 0 14px 0 0;
	width:75px;
}
.flickr_badge_image img {border: 4px solid #fff;}
.flickr_badge_image a:hover img {border: 4px solid #00C6FF;}


#content #profiles ul {
	background: #111111;
	background: rgba(0, 0, 0, 0.3);
	padding: 30px 43px;
	height: 24px;
}
#content #profiles li {
	background: none;
	width: 24px;
	height: 24px;
	margin: 0 16px 0 0;
}
#content #profiles li.end {
	margin: 0 ;
}
#content #profiles li a {
	display: block;
	background: none;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	opacity: 0.7;
}
#content #profiles li a:hover {
	opacity: 1;
}

#content .arrow {
	position: absolute;
	right: -55px;
	top: -20px;
	height: 44px;
	width: 67px;
	background: transparent url(../image/arrow-highlight.png) right top no-repeat;
	z-index: 10;
	display: none;
}
/*=========================== Sidebar ================================*/
#sidebar {
	float: right;
	width: 300px;
	position: relative;
	margin: -30px 0 0 0;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	box-shadow: #000000 0 0 10px;
	-moz-box-shadow: #000000 0 0 10px;
	-webkit-box-shadow: #000000 0 0 10px;

}
#sidebar h2 {
	height: 30px;
	width: 260px;
	padding: 20px 20px 10px;
	background: url(../image/sidebar-h2-bg.png) no-repeat scroll right 0 transparent;
	border-bottom: 1px solid #666;
	color: #fff;
}
#sidebar .sidebarWidget {
	width: 260px;
	padding: 20px;
	min-height: 200px;
	height: auto !important;
	_height: 200px;
	background: transparent url(../image/sidebar-widget-bg.png) left bottom no-repeat;
	border-top: 1px solid #333;
	position: relative;
}
#sidebar span {
	margin-top: -22px;
	float: right;
	font-size: 12px;
}

#sidebar span strong {
	font-size: 13px;
	padding-left: 2px;
	color: #00C6FF;
}

#sidebar img {
	position: absolute;
	right: 9px;
	top: 9px;
	display: none;
}
#sidebar #message h3 {
	color: #00C6FF;
	font-size: 18px;
	text-align: center;
	margin: 30px auto;
	text-shadow: none;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 260px;
	height: 30px;
	display: block;
	text-indent: -999em;
	background: transparent url(../image/contact-form-submitted.png) 0 0 no-repeat;
}
#sidebar #message p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin: 10px auto;
}
/*================ contact form =====================================*/

form#contactForm {
}
form#contactForm label {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
}
form#contactForm label em {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

form#contactForm label.error {
	float: right;
	color: #00C6FF;
	text-transform: uppercase;
	margin-top: -10px;
	display: none;
}

form#contactForm input, form#contactForm textarea {
	background: #E6E6E6;
	border: 1px solid #999999;
	margin: 3px 0 10px;
	width: 258px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

form#contactForm input {
	height: 20px;
}
form#contactForm textarea {
	height: 80px;
}

form#contactForm input#submit_btn {
	width: 60px;
	height: 30px;
	margin: 0;
	text-indent: -9999px;
	background: transparent url(../image/submit-button.png) left top no-repeat;
	overflow: hidden;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: #000000 0 0 6px;
	-moz-box-shadow: #000000 0 0 6px;
	-webkit-box-shadow: #000000 0 0 6px;
}

form#contactForm input#submit_btn:hover, form#contactForm input#submit_btn.hover {
	background-position: 0 -30px;
}

#message h3, #message p {
	text-align: center;
	padding: 0;
	margin: 0;
}

/*================================= Portfolio =====================================*/
#portfolioHeader {
	width: 940px;
	margin: 35px auto 25px;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../image/portfolio-header-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 80px;
	border-top: 1px solid #333;
}

#portfolioHeader h1 a{
	float:left;
	margin: 25px 0 0 0;
	height: 35px;
	padding: 4px 0 0 40px;
	overflow: hidden;
	color: #fff;
	font-size: 30px;
}

h2.work {
	font-size: 24px;
	color: #00C6ff;
	height: 34px;
	border-bottom: 1px solid #233C52;
}
#main h3 {
	line-height: 185%;
	color: #fff;
	text-shadow: 0 0 5px #fff;
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}

ul.portfolio {
	float: left;
	min-height: 195px;
	height: auto !important;
	_height: 195px;
}
ul.portfolio li {
	display: inline;
	float: left;
	background: #B2B2B2;
	border: 5px solid #333;
	width: 300px;
	height: 180px;
	margin: 15px 5px 0 0;
	position: relative;
}
ul.portfolio li.end {
	margin: 15px 0 0 0;
}

ul.portfolio li a.zoom img {
	position: relative;
	z-index: 1;
}

ul.portfolio li a.zoom span {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

ul.portfolio li p {
	width: 284px;
	height: 14px;
	padding: 8px;
	background: #fff url(../image/portfolio-bg.png) left bottom repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #333;
}
ul.portfolio li p a {
	padding: 1px 0 1px 32px;
	color: #333;
	background: transparent url(../image/portfolio-enlarge.png) left top no-repeat;
}
ul.portfolio li p a:hover {
	background-position: 0 -30px;
	color: #000;
	text-decoration: underline;
}

ul.portfolio li h4 {
	background: #333;
	bottom: 4px;
	color: #FCFCFC;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 5px;
	position: absolute;
	right: 10px;
	z-index: 11;
}
ul.portfolio li h4 a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
ul.portfolio li h4 a:hover {
	color: #00C6FF;
	text-decoration: underline;
}
/*================================= Footer =====================================*/
#footer {
	width:900px;
	height: 20px;
	color: #666;
	margin: auto;
	padding: 20px;
	font-size: 10px;
}
#footer a {
	border-right: 1px solid #666;
	color: #666;
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
}

#footer a.lastChild {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	text-shadow: 0 0 5px #fff;
}

ul.links {
	float: right;
	line-height: 20px;
}
ul.links li {
	float: left;
	display: inline;
}
p.copy { 
	float: left;
}
/*===============================  anythingSlider v1.0 =========================================*/
#slideshow .anythingSlider {
	width: 870px; 
	overflow: auto; 
	height: 240px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 35px; 
	background: transparent url(../image/anything-slider-bg.png) left bottom repeat-x; 
}
#slideshow .anythingSlider ul {
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}
#slideshow ul li {
	display: block; 
	float: left; 
	padding: 0; 
	height: 240px; 
	width: 870px; 
	margin: 0; 
}
#slideshow .arrow {
	display: block; 
	height: 240px; 
	width: 35px; 
	background: url(../image/arrows.png) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 0; 
	cursor: pointer; 
}
#slideshow .back { 
	background-position: 0 0; 
	left: 0; 
}
#slideshow .forward { 
	background-position: -35px 0; 
	right: 0; 
}
#slideshow .back:hover { 
	background-position: 0 -240px;
}
#slideshow .forward:hover { 
	background-position: -35px -240px; 
}

#thumbNav {
	position: absolute;
	left: 40px;
	bottom: 25px;
}
#thumbNav a { 
	background: #B9C2C8;
	display: inline-block;
	font-weight: bold;
	height: 10px;
	margin: 0 5px 0 0;
	opacity: 0.3;
	text-indent: -9999px;
	width: 40px;
}
#thumbNav a:hover {
	opacity: 1;
}
#thumbNav a.cur {
	opacity: 1;
}

#start-stop {
background: #301f12 url(../image/nav-hover.png) left -50px repeat-x; 
color: white; 
padding: 2px 5px; 
width: 40px; 
text-align: center; 
position: absolute; 
right: 0; 
top: 286px; 
height: 16px;
line-height: 16px;
display: none;
}
#start-stop.playing {
}
#start-stop:hover {
background-position: 0 0;
}

/*
  Prevents
*/
#slideshow .anythingSlider ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#slideshow .anythingSlider ul ul li       { float: none; height: auto; width: auto; background: none; }
/*=============================== Clear fix ============================================*/
.clear:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.clear {
display: block;
}

/* Hides from Internet Explorer for the Mac \*/
.clear {
min-height: 1%;
}

* html .clear {
height: 1%;
}
/* End hide */
