/* @override http://sacrosby.com/cbandi-new/css/screen.css */

/* @override http://sacrosby.com/cbandi-new/css/screen.css */

/* 
*/




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background: #0d131a;
	color: #eee;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	word-wrap: break-word;	/* IE */
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	height: 28px;
	background-color: #dc4c0e;
	border-bottom: 6px solid #808080;
	width: 100%;
	z-index: 900;
}

#sidebar{
	position:fixed;
	width: 230px;
	float:left;
}

#content{ 
	position: relative;
	margin: 50px auto;
	width:880px;
	.top: 50px;
	_top: 0px;
	z-index: 0;
}




/* typography
----------------------------------------------- */

p {	line-height: 1.5em;	margin-bottom: 1.0em;
	font-size: 1em;
}
p.lead {
	font-size: 1.1em;
}

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{
	list-style-type: none;
	font-size: 1.0em;
	text-indent: 0;
	list-style-position: outside;
}
li body{
	list-style-type: none;
	font-size: 1.0em;
	list-style-position: outside;
	margin-bottom: 1em;
}
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 {
	font-size: 1.5em;
	color: #a4875c;
	border-top: 3px solid #a4875c;
}

#sidebar h1{
	border:none;
	color: #dc4c0e;
	margin:20px 0 10px;
}
h1 a { color:#fff; border: none; }
h1 em{ color: #dc4c0e; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #dc4c0e;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #dc4c0e;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{
	font-weight: bold;
	color: #dc4c0e;
	text-decoration: none;
	outline: none;
}


a img{ 	border: none;
outline: none;
}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #222;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #aaa;
	}
pre code{ line-height: 1.1em;}
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

#footer {
	font-size:0.6em;
}

small-center {
	font-size: 0.6em;
}

/* topbar
----------------------------------------------- */

#topbar a{
	color: #fff;
	}
#topbar p a:hover{ border-bottom: 1px dotted #fff; }	

#topbar h1 a{ font-weight: bold; }
#topbar h1 a:hover{ color: inherit; }


#navCenter{
	width: 880px;
	margin: 8px auto 0 auto;
	text-align: right;
	height: 20px;
}

#navCenter a{
	color: #eee;
	padding: 0 0 0 35px;
}

#navCenter a:hover{
	color: #0d131a;
}	

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}
#sidebar p a:hover{ border-bottom: 1px dotted #fff; }	

#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{ color: inherit; }

#nav{ list-style: none; margin: 10px 0 0 0; width: 15em;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 1.8em;
	padding: 0.3em 0.1em 0.1em 01.8em;
	color: #eee;
	background-color: #333;
	border-bottom: 1px solid #0d131a;
}

#nav a:hover{
	color: #0d131a;
	background-color: #dc4c0e;
	}	


/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }
.sectionFirst{
	padding: 1.5em 0;
}

.thumbnail{
	border: 1px solid #2a2a2a;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #333;
}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}



/* clearing
----------------------------------------------- */

.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 */
	}	
.thumbSettings{
	background:#333;
	height:80px;
	width:99px;
	overflow: hidden;
	float: left;
	margin: 0 6px 6px 0;
	padding:4px;


}


.lightImage{
	width: 99px;
	margin: 0px 4px 4px 0px;
}

.lightImageLast{
	width: 99px;

	margin: 0px 0px 4px 0px;
}

#rightContent{
	float:right;
	width: 641px;
}

.clearBoth{
	clear: both;
}

#largeBox{
	position: relative;
	width:641px;
	height:304px;
	background: #1e1e1e;
}

#smallBox{
	position: relative;
	float:left;
	width:280px;
	height:290px;
	background: #333;
	top:7px;
	left:7px;
}

#spacer{
	position:relative;
	float: left;
	width: 65px;
	height:290px;
	top:15px;
}

.orangeBox{
	position:relative;
	width:280px;
	height:35px;
	background:#dc4c0e; 
}

.orangeBox h1{
	padding:5px 10px;
	margin:0;
	color:#fff;
	border:none;
}

.boxArea{
	position:relative;
	left:10px;
	margin: 15px 0;
	width: 265px;
	height:80px;
}

.imageArea{
	position: relative;
	width: 280px;
	height:145px;
	overflow: hidden;
}

.orangeTitle{
	color:#DC4C0E;
	font-size:1.5em;
	letter-spacing:0.4pt;
	padding-top:0.5em;
	text-transform:uppercase;
}


/*currentProjects*/
.graybox{
	background: #2f2f2f;
	padding: 0;
	width: 640px;
	margin: 0 0 35px 0;
}

.largeImg{
	padding: 10px;
	position: relative;
	z-index: 100;
}

.largeImg img{
	width: 621px;
}

.currentProjectText h1{
	color: #ff4d00;
	padding-left: 25px;
	font: normal small-caps bold 18px Lucida Grande,Verdana,Sans-Serif;
	border: none;
}

.grayLine{
	background: #C5C5C5;
	height: 1px;
	margin: 5px 25px 0 25px;
	overflow: hidden;
}

.currentProjectTxt{
	color: #fff;
	font: normal normal bold 12px/20px  Lucida Grande,Verdana,Sans-Serif;
	padding: 22px  25px 25px 25px;
}

.thumbnails{
	padding: 0 0px 20px 10px;
}

.thumbImage{
	width: 99px;
	height: 79px;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	cursor: pointer;
	cursor: hand;
}

.loadingAnimation{
	position: absolute;
	width: 208px;
	height: 13px;
	display: none;
	margin-left: 199px;
}

.loadingAnimation img{
	width: 208px;
}
