/* 0.0 CSS LEGEND
--------------------------------------------------

Website Styles
Created: 01.01.09
Author: Jeremy Fields

1.0 HTML
2.0 SITE-WRAPPER
3.0 SITE-BRANDING
4.0 SITE-NAVIGATION
5.0 SITE-CONTENT
6.0 SITE INFO

--------------------------------------------------
*/


/* @group 0.0 CSScaffold Includes
--------------------------------------------------*/
@include 'reset.css';
/* @end */


/* @group 0.1 CSScaffold Constants
--------------------------------------------------*/
@constants {
	blue: #3080f6;
	orange: #e55a17;
}
/* @end */


/* @group 0.2 CSScaffold Mixins
--------------------------------------------------*/
=center {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 940px;
}
/* @end */


/* @group 1.0 HTML
--------------------------------------------------*/
body {
	background: #0f0f0f url(../images/body.gif) repeat-x;
	font-family: Georgia,Palatino,PalatinoLinotype,Times,TimesNewRoman,serif;
	text-align: center;
}
html {
	background: #0f0f0f;
}
a {
	color: #1976a1;
}
a:hover {
	color: #6af;
}

div#AccessibilityLinks {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* @end */


/* @group 2.0 SITE-WRAPPER
--------------------------------------------------*/
div#site-wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 940px;
}
/* @end */


/* @group 3.0 SITE-BRANDING
--------------------------------------------------*/
div#site-branding {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 940px;
	height: 81px;
}
div#site-branding h1 {
	background: url(../images/h1.gif) no-repeat 0 0;
	height: 36px;
	width: 286px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 20px 0 0 0;
}
/* @end */


/* @group 4.0 SITE-NAVIGATION
--------------------------------------------------*/
div#site-navigation {
	color: #ababab;
	font-size: 16px;
	height: 36px;
	padding-top: 38px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 940px;
}
div#site-navigation a {
	color: #ababab;
	display: block;
	text-decoration: none;
}
div#site-navigation a:hover {
	color: #fff;
}
div#site-navigation ul,
div#site-navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#site-navigation ul#site-navigation-images,
div#site-navigation ul#site-navigation-content {
	float: right;
	margin-left: 57px;
}
div#site-navigation ul li {
	float: left;
	height: 36px;
	margin-left: 25px;
}
div#site-navigation ul#site-navigation-images li {
	position: relative;
}
div#site-navigation li#nav-home a {
	display: block;
	height: 36px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	text-indent: -9999px;
	top: 20px;
	width: 286px;
}
div#site-navigation li span {
	cursor: default;
}
div#site-navigation ul li.selected {
	background: transparent url(../images/site-navigation-selected.gif) no-repeat center bottom;
	color: #fff;
}
div#site-navigation ul li.selected > a { color: #fff; }
div#site-navigation ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background: transparent url(../images/site-navigation-ul.png) no-repeat bottom center;
	padding: 20px 26px 15px 26px;
	text-align: left;
	width: 192px;
}
div#site-navigation ul ul li {
	background: transparent;
	height: auto;
	margin: 0;
	padding: 0;
	width: 192px;
}
div#site-navigation ul#site-navigation-images ul li.top {
	background: transparent url(../images/site-navigation-ul-top.gif) no-repeat top center;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 252px;
}
div#site-navigation ul ul li a {
	background: transparent !important;
	border-bottom: 1px solid #eaeaea;
	color: #999;
	font-size: 14px;
	height: auto;
	line-height: 1;
	padding: 5px 0;
	text-align: left;
	width: 192px !important;
}
div#site-navigation ul ul li a:hover {
	background: transparent !important;
	color: #333;
}
div#site-navigation ul ul li.last a {
	border: none;
}
/* @end */


/* @group 5.0 SITE-CONTENT
--------------------------------------------------*/
div#site-content {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 940px;
	height: 525px;
	padding-top: 20px;
}
div#site-content h2 {
	font-size: 36px;
	font-weight: normal;
	margin: 20px 0;
}
div#site-content h3 {
	color: #999;
	font-size: 16px;
	margin: 0 0 20px 0;
}
div#site-content p {
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
div#site-content p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
div#site-content p strong {
	color: #333;
}

div#site-content ul#image-thumbs,
div#site-content ul#image-thumbs li {
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#site-content ul#image-thumbs {
	float: left;
	width: 205px;
}
div#site-content ul#image-thumbs li {
	height: 65px;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	width: 96px;
}
div#site-content ul#image-thumbs li a {
	background: transparent url(../images/transparent.gif);
	display: block;
	height: 65px;
	left: 0;
	outline: none;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	width: 96px;
	z-index: 100;
}
div#site-content ul#image-thumbs li img {
	border: 1px solid #999;
	position: relative;
	z-index: 50;
}
div#site-content ul#image-thumbs li.selected a {
	background: transparent url(../images/image-thumb-selected.png) no-repeat;
}

div#site-content div#image-container {
	height: 485px;
	float: right;
	position: relative;
	text-align: center;
	width: 724px;
}
div#site-content div#image-container img {
	border: 1px solid #999;
}
body#home div#site-content div#image-container {
	float: none;
	position: relative;
	text-align: center;
	width: 940px;
}
body#home div#site-content div#image-container img {
	border: none;
}
div#site-content div#image-container img#overlay {
	border: none;
	height: 485px;
	left: 0;
	position: absolute;
	top: 0;
	width: 724px;
	z-index: 100;
}
div#site-content div#image-container img#overlay {
	width: 940px;
}
body#home span#image-src,
body#home span#image-caption {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
div#site-content div#image-container div#caption {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: transparent url(../images/caption.png);
	bottom: 1px;
	color: #eee;
	font-size: 11px;
	padding: 10px;
	position: absolute;
	text-align: right;
}

div#site-content a#caption-link {
	background: transparent url(../images/caption-link.gif) no-repeat top left;
	bottom: 20px;
	display: block;
	height: 14px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	right: 0;
	width: 14px;
}
div#site-content a#caption-link:hover {
	background-position: 0 -14px;
}

div#site-content p#image-nav {
	bottom: 25px;
	height: 10px;
	left: 167px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 30px;
}
div#site-content p#image-nav a {
	background: transparent url(../images/image-nav.gif) no-repeat 0 0;
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	text-align: left;
	text-indent: -9999px;
	top: 0;
	width: 10px;
}
div#site-content p#image-nav a#image-nav-next {
	background-position: -10px 0;
	left: 20px;
}
div#site-content p#image-nav a#image-nav-prev:hover {
	background-position: 0 -10px;
}
div#site-content p#image-nav a#image-nav-next:hover {
	background-position: -10px -10px;
}

div.UILoader {
	background: transparent url(../images/UILoader.png) no-repeat;
	height: 16px;
	left: 50%;
	margin: -16px 0 0 -16px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 16px;
	z-index: 100;
}
body#home div.UILoader,
body#portfolio div#image-container div.UILoader {
	background: none;
	height: 66px;
	left: 50%;
	margin: -33px 0 0 -33px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 66px;
	z-index: 100;
}
div.UILoader img {
	border: none !important;
}
img.preload {
	border: none;
	left: -9999px;
	position: absolute;
	top: 0;
}

body#contact div#contact-info {
	float: left;
	overflow: hidden;
	width: 450px;
}
body#contact div#contact-info div#contact-info-availability {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 40px;
}
body#contact div#contact-form {
	float: right;
	overflow: hidden;
	width: 450px;
}
body#contact div#contact-form form {
	margin: 0;
}
body#contact div#contact-form form label {
	display: block;
	color: #555;
}
body#contact div#contact-form form span.error {
	color: red;
}
body#contact div#contact-form form input.inp,
body#contact div#contact-form form textarea.inp {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #fff url(../images/form-field.gif) repeat-x 0 0;
	border: 1px solid #999;
	color: #454545;
	font-size: 15px;
	margin: 0;
	outline: none;
	padding: 5px;
	resize: none;
}
body#contact div#contact-form form input.inp {
	width: 288px;
}
body#contact div#contact-form form textarea.inp {
	width: 438px;
}
body#contact div#contact-form form input.submit {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #0f0f0f;
	border: none;
	color: #fff;
	float: left;
	font-family: Georgia,Palatino,PalatinoLinotype,Times,TimesNewRoman,serif;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	margin: 0 15px 0 0;
	overflow: visible;
	padding: 0 35px;
}
body#contact div#contact-form form input.submit:hover {
	background: #1976a1;
}
body#contact div#contact-form form input.disabled {
	background: #eee !important;
	color: #666 !important;
}
body#contact div#contact-form div#form-message {
	background: green;
	border: 1px solid #004d00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-size: 16px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin: -25px 0 0 -200px;
	position: absolute;
	text-align: center;
	/*text-shadow: rgba(0,0,0,0.6) -1px -1px 0;*/
	top: 50%;
	width: 400px;
}
body#about div#site-content p {
	font-size: 12px;
}
body#about div#site-content img {
	float: right;
	margin: 0 0 0 20px;
}

/* @end */


/* @group 6.0 SITE-INFO
--------------------------------------------------*/
div#site-info {
	color: #666;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 940px;
	font-size: 11px;
	padding: 15px 0;
}
/* @end */
