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


/*******************************************************************************************
Title:		Josh Clark Design - Styles
Author:		Josh Clark
Updated:	5/24/2009
*******************************************************************************************/



/*resets and overrides
======================*/

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;
}


/*links and type
======================*/

body {
	background:#000000 url(images/bg_gradient.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:14pt;
}

h1 {
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:.69em;
	line-height:25pt;
	font-weight:normal;
	display:block;
	width:100%;
}

h2 {
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:normal;
	font-size:1em;
	width:50px;
	float:left;
	clear:left;
	height:19px;
}

p {
	color:#aaaaaa;
	font-size:.69em;
	margin:0 0 12px;
}

a {
	color:#666;
	/*text-decoration:none;*/
}

a:hover {
	color:#ffffff;
	/*text-decoration:underline;*/
}


/*layout
======================*/

#wrapper {
	margin:0 auto;
	width:1000px;
}

#header{
	padding:34px 0 0 34px;
	margin:15px 47px 0 0;
	border-bottom:#4c4c4c 1px solid;
	width:908px;
	position:relative;
	height:55px;
}

img#logo {
	float:left;
}

img#bar {
	margin:6px 0 0 -18px;
	position:absolute;
}

#navigation {
	float:left;
	position:absolute;
	left:600px;
	top:43px;
}

#navigation ul {
	list-style:none;
	margin:0 0 0 -40px;
	width:400px;
}

#navigation ul li {
	float:left;
	margin:0 0 0 34px;
}

#navigation ul li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-size:.8em;
}

#navigation ul li a:hover {
	text-decoration:underline;
	color:#666666;
}

a.active {
	text-decoration:underline !important;
	color:#666666 !important;
}

#information {
	/*border-bottom:#4c4c4c 1px solid;*/
	border-top:#4c4c4c 1px solid;
	/*height:130px;*/
	width:940px;
	margin:25px 0 0;
}

#about {
	float:left;
	margin:12px 0 0 38px;
	width:43%
}

#connect {
	float:left;
	margin:12px 0 0 32px;
	width:14%;
}

#work {
	float:left;
	width:28%;
	margin:12px 0 0 43px;
}

#main_image_area {
	margin:16px 0 5px 35px;
	height:396px;
	position:relative;
	background-image:url(images/loading.gif);
	background-position: 50% 50%;
	background-repeat:no-repeat;
}


#project_title_area {
	height: 20px;
	margin:16px 0 0 37px;
}

#project_title {
	display:none;
}

#hiddenNav {
	/*display:none;*/
}

#caption_landing{
	float:left;
	margin:28px 0 10px;
	padding:0 0 0 32px;
	border-left: #4c4c4c 1px solid;
	color:#aaaaaa;
	font-size:.69em;
	min-height:70px;
}

#caption {
	float:left;
	margin:18px 0 10px;
	padding:10px 0 0 32px;
	border-left: #4c4c4c 1px solid;
	color:#aaaaaa;
	font-size:.69em;
	display:none;
	min-height:70px;
	width:260px;
}

#gallery {
	float:left;
	margin:9px 32px 30px 41px;
	
}

#footer {
	background:url(images/footer.png) no-repeat;
	height:30px;
	margin:11px 0 0 5px;
}

#footer p{
	padding:36px 0 0 40px;
}

#previousButton {
	position:relative;
	top:160px;
	/*display:none;*/
	margin-left:7px;
}

#nextButton {
	position:relative;
	top:160px;
	/*display:none;*/
	margin-right:8px;
}

#previousButtonHome {
	position:relative;
	top:160px;
	/*display:none;*/
	margin-left:7px;
}

#nextButtonHome {
	position:relative;
	top:160px;
	/*display:none;*/
	margin-right:8px;
}

.featured {
	color:#666;
}

#post-content {
	margin:20px 0 0 0;
}

#posts {
	float:left;
	margin:0 50px 0 40px;
	width:500px;
}

#sidebar {
	width:200px;
	float:left;
}

a#contact {
	background:url(images/contact-button-off.png) no-repeat;
	padding:3px 19px 6px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-size:.8em;
	position:absolute;
	top:90px;
	right:-2px;
}

a#contact:hover {
	background:url(images/contact-button-bg.png) no-repeat;
	padding:3px 19px 6px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-size:.8em;
	position:absolute;
	top:90px;
	right:-2px;
}

#navigation ul li a:hover {
	text-decoration:underline;
	color:#666666;
}


/*misc
======================*/

.clear {
	clear:both;
}

.print
{
	display:none;
}


/*jquery stepcarousel styles
======================*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 10px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 539px; /*Width of Carousel Viewer itself*/
	height: 60px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 8px; /*margin around each panel*/
	width: 51px; /*Width of each panel holding each content. If removed, widths should be 		individually defined on each content DIV then. */
}
