/* General
====================================================================== */
html {
	background: #2b2a2a;
	-webkit-text-size-adjust: none;
}

body {
	color: #999;
	font-size: .8em;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased !important;
}

body, input, select, textarea { font-family: "myriad-pro-semi-condensed-1","myriad-pro-semi-condensed-2", "Trebuchet MS", Trebuchet, arial, sans-serif; }

code, kbd, pre { font-family: "myriad-pro-semi-condensed-1","myriad-pro-semi-condensed-2", "Courier New", Courier, monospace; }

h1, h2, h3 {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.8em;
	font-family: "myriad-pro-semi-condensed-1","myriad-pro-semi-condensed-2", "Trebuchet MS", Trebuchet, arial, sans-serif;
}

h1 {
	color: #666;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
	letter-spacing: .25em;
	text-transform: uppercase;
}

p {
	margin: 0 0 1em 0;
}

a:link,
a:visited {
	color: #8dc732;
}

a:active,
a:hover { color: #fff; }

::selection,
::-moz-selection {
	background: #222;
	color: #8DC732;
}
	
#page_wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 965px;
	background: #303030 url(../_images/horz_gray.gif) repeat-x 0 74px;
}

#content_wrapper {
	margin: 20px auto 0;
	min-width: 645px;
	min-height: 518px;
	background: url(../_images/vert_green-tile.gif) 100% 27px repeat-y;
}
	
	
	
	
/* Header
====================================================================== */
#header {
	height: 26px;
	border: 4px solid #fff;
	border-width: 4px 0;
	background: #88c13c;
}

#logo {
}
	
	

	
/* Navigation
====================================================================== */
#nav {
	float: right;
	margin: 20px 27px 20px 0;
	height: 20px;
	border-right: 3px solid #8dc736;
	clear: left;
	/*min-width: 832px;*/
}

#nav li {
	float: left;
	margin: 0;
	display: block;
}

#nav li a {
	padding: 0 45px 0 8px;
	height: 20px;
	border: 3px solid #8dc736;
	border-width: 0 0 0 3px;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .15em;
	text-transform: uppercase;
	display: block;
}

#nav li.Current a:link,
#nav li.Current a:visited,
#nav li.Current:hover a,
#nav li.Current:active a {
	color: #fff;
	border-width: 0 0 0 20px;
	background: url(../_images/nav_bg.gif) center top repeat-x;
	text-transform: uppercase;
	font-weight: bold;
}

#nav li.ComingSoon a:link,
#nav li.ComingSoon a:visited,
#nav li.ComingSoon:hover a,
#nav li.ComingSoon:active a {
	color: #666;
	border-color: #8dc736;
	background: none;
}

#nav li a:link,
#nav li a:visited {
	color: #ccc;
}

#nav li a:hover,
#nav li a:active {
	color: #fff;
	border-color: #fff;
	background: url(../_images/nav_over_bg.gif) center top repeat-x;
}

#nav li.ComingSoon a span {
	font-size: .8em;
	display: none;
}

#nav li.ComingSoon a:hover span {
	display: inline;
}
	
	
	
	
/* Content
====================================================================== */	

#content {
	margin: 0 auto;
	padding: 0;
	min-width: 925px;
	clear: both;
	width: 100%;
	background: url(../_images/vert_green.gif) 100% bottom no-repeat;
}

#contact {
	margin: 0 auto;
	width: 700px;
}

#contact form {
	float: left;
	padding-top: 10px;
	width: 400px;
}

#contact #address {
	float: left;
	padding: 10px 0 0 40px;
}

#slideshow,
#slideshow div {
	width: 864px; height: 320px; 
}

#slideshow div img {
	display: block;
	margin: 0 auto;
}

#splash, #portfolio, #project {
	position: relative;
	left: -15px;
	margin-top: 10px;
}

#splash_text {
	margin: 10px 20px 0 20px;
	text-align: center;
}

#splash_text h1 {
	margin: 15px 0 10px 0;
	color: #ff8520;
	font-size: 1em;
}

#splash_text p {
	padding: 0 10px;
}

#splash_text strong {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.NoFlash {
	margin: 20px 0;
	padding: 20px;
	background: #2b2929;
}

.NoFlashContent {
	padding: 20px;
}

address {
	margin: 8px 0 30px 0;
	width: 250px;
	color: #fff;
	font-size: .9em;
	line-height: 1.6em ;
	font-weight: bold;
	letter-spacing: .3em;
	text-transform: uppercase;
}
	
/* PORTFOLIO
====================================================================== */

.Block,
#fader_wrapper {
	margin: 0 43px 0 10px;
	padding: 20px;
	background: #1f1f22;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 878px;
	margin: 0 auto;
	position: relative;
	left: -12px;	
}

div#fader_wrapper {
	margin-bottom: 25px;
}

#fader {
	display: inline;
	overflow: auto;
}

#places {
	width: 649px;
	float: left;
}

#things {
	width: 209px;
	float: left;
	margin: 0 0 0 20px;
	overflow: hidden;
}

#places h2,
#things h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 6px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 5px 5px 4px;
	background: #464646;
}

.Catergory {
	width: 99px;
	float: left;
	margin: 0 0 0 11px;
}

#things .Catergory {
	margin: 0;
	width: 220px;
}

.Catergory.First {
margin-left: 0;
}

.Catergory.First .ProjectLink {
	margin-left: 0;
}

.Catergory.Last .ProjectLink {
}

.ProjectLink {
	margin-bottom: 6px;
	display: block;
	float: left;
	height: 110px;
	width: 97px;
	border: 1px solid #717171;
	position: relative;
	background: #d9d9d9;
	color: #4f4f4f !important;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;

}

#things .Catergory .ProjectLink {
	margin-right: 11px;
}

.ProjectLink span {
	display: block;
	position: absolute;
	font-weight: bold;
	bottom: 0;
	width: 91px;
	padding: 2px 3px;
	z-index: 10;
	background: #464646;
}

.ProjectLink img {
  filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;

}

.ProjectLink strong {
	color: #a9a9a9;
	font-size: 10px;
	line-height: 1.2;
}

.ProjectLink:hover {
	background: #d9d9d9;
}

.ProjectLink:hover img {
  filter:alpha(opacity=70);
	opacity: .7;
}

	
/* PROJECT
====================================================================== */

#project_holder {
	padding: 19px;
	width: 862px;
	margin: 0 auto 25px;
	overflow: hidden;
	background: #1f1f22;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	

}

#thin {
	width: 287px;
	float: left;
	text-align: right;
}

div.Info p {
	color:#626262;
}

#thick {
	float: left;
	padding: 0 0 0 19px;
	width: 552px;
	min-height: 470px;
	position: relative;
}

a#return {
	position: absolute;
	top: 0;
	left: 19px;
	display: block;
	width: 70px;
	height: 32px;
	line-height: 32px;
	font-size: 11px !important;
	color:  #4f4f4f;
	border: 1px solid #4f4f4f;
	text-align: center;
	text-transform: uppercase;
}

a#return:hover {
	/*color: #6F6F6F;*/
	color: #7AC11C;
	border-color: #6F6F6F;
}

#photo_box {
	width: 552px;
	overflow: hidden;
/* 	background: #222; */
/* 	width: 558px; */
}

#photo_box img {
	border: 1px solid #4f4f4f;

/* 	background: #191919; */
}

.jcarousel-skin-ie7 {
	width: 472px;
	position: relative;
	left: 80px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder,
.Thumb {
	position: relative;
	margin: 0 8px 8px 0;
	display: block;
	width: 72px;
	height: 72px;
	cursor: pointer;
}

.Thumb {
	background: #1f1f1f;
}

.Thumb img {
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	border: 1px solid #4f4f4f;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;

}

.Thumb span {
	display: block;
	height: 20px;
	width: 60px;
	padding: 27px 5px 23px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border: 1px solid transparent;
}

.Thumb span strong {
	color: #fff;
}

.Current span,
.Thumb:hover span {
	border: 1px solid #4f4f4f;
	color: #666 !important;
		position: relative;
}

.Current img,
.Thumb:hover img {
	filter:alpha(opacity=20);
	opacity: .2;
}

.imageUrl {
	display: none;
}

.Spacer {
	position: relative;
	margin: 0 8px 8px 0;
	display: block;
	width: 37px;
	height: 72px;
	background: #38383e;
}

.Spacer span {
	display: block;
	width: 37px;
	height: 72px;
	padding: 0;
	text-align: center;
	font-size: 35px;
	line-height: 1;
}

.Spacer:hover span {
	border: 0;
	background: none;
	color: #4f4f4f !important;

}

.jcarousel-prev {
	position: absolute;
	cursor: pointer;
	top: 38px;
	left: -80px;
	z-index: 10;
	display: block !important;
	width: 32px;
	height: 32px;
	border: 1px solid #4f4f4f;
	background: #1f1f1f url(../_images/prev.gif) no-repeat center -21px;
	color: #4f4f4f !important;
}

.jcarousel-next {
	position: absolute;
	cursor: pointer;
	top: 38px;
	left: -42px;
	z-index: 10;
	display: block !important;
	width: 32px;
	height: 32px;
	border: 1px solid #4f4f4f;
	background: #1f1f1f url(../_images/next.gif) no-repeat center -21px;
	color: #4f4f4f !important;
}

.jcarousel-prev:hover,
.jcarousel-next:hover {
	border-color: #6f6f6f;
}

.jcarousel-prev.disabled,
.jcarousel-next.disabled {
	border: 1px solid #4f4f4f;
	cursor: default;
	background-position: center 10px;
}

#desc {
	display: block;
	margin: 15px 0;
	color: #626262;
}

	
/* ABOUT
====================================================================== */
.Block {
	margin-bottom: 25px;
}

.Block h2 {
	margin-bottom: 20px;
}

.Text {
}

.AlignRight {
	text-align: right;
}

.AlignLeft {
	text-align: left;
}

.Small,
.Large {
	float: left;
}

.Small {
	width: 250px;
	padding-right: 14px;
}

.Large {
	width: 600px;
}

.Block .ClearBoth {
	height: 20px;
}

.Slide1 {
	float: right;
	margin: 0 0 15px 15px;
}

#will,
.Slide2 {
	float: left;
	margin: 0 15px 20px 0;
}


.Slide1,
.Slide2,
#will,
.Slide3 {
	border: 1px solid #4f4f4f;
}

	
/* Footer
====================================================================== */
#footer {
	margin: 0 auto;
	padding: 10px 50px 10px 0;
	background-color: #2b2a2a;
	color: #545454;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .15em;
	text-align: right;
}

#footer a:link,
#footer a:visited {
	color: #545454;
}

#footer a:hover {
	color: #999;
}

#footer a:hover span { color: #a8d936; }

#footer a:active, #footer a:active span { color: #fff }
}

.grid a:link,
.grid a:visited {
	display: block;
	height: 100px;
	width: 100px;
	float: left;
	margin: 0 10px 10px 0;
}

.grid a {
  filter:alpha(opacity=70);
	opacity: .7;
}

#content .grid a:hover {
  filter:alpha(opacity=100);
	opacity: 1;
}

#content .slider {
	width: 550px !important;
}
