/* NORMALIZE Cross browser rendering inconsistencies 
-----------------------------------------------------------------*/
html, body, form, fieldset{ margin: 0;padding: 0; font-size:1em; font-family:Helvetica, arial,Verdana, sans-serif; background-color:#F9F9F9;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, dl, address{ margin:0;padding: 0; }
dd, blockquote{ margin-left: 1em; }
form label{ cursor: pointer; }
fieldset{ border: none; }
input, select, textarea{ font-size:1em; }
textarea{font-size:1.2em;font-family:Helvetica, arial,Verdana, sans-serif;}
/* End Normalization */

body{
font-size:68%;color:#444;
line-height:1.5em;
background:#FFFFFF;
/*background:#E9EDEC url(http://www.blogsmithmedia.com/www.autoblog.com/media/body-back.png) repeat-x;*/
}

blockquote{border-left:4px solid #ccc;padding:0 10px;}

img{border:0;}
a img{border:0;text-decoration:none;}
/*
a:link{ color:#333;}
a:visited{ color:#333; }
a:hover, a:active{color: #333; }
*/
hr{
visibility:hidden;
clear:both;}

label {font-weight: bold;}


table.main {width:100%;margin-bottom:10px;font-size:1em;}
table a{text-decoration:none;border:0;}
table td.main, #sitemeta table th{border-bottom:1px dotted #999;margin:0;padding:3px 10px; }
table th{text-align:left;background:#E9EDEC;}


.copyright {border-top: 1px #BBB dotted; color:#666; font-size:0.8em;text-align:left; padding: 5px 0 10px 0;margin-top:30px;margin-left:20px; width:900px;}


#wrap{
	padding-top: 20px;
	
}

/* Page Header Bar */

#pageTitleBar{
	background: #333 url("../images/pageTitleBg.gif") repeat-x;
	/*background-color:#333;*/
	height:42px;
	font-size:9pt;
}
	
#toggle{
	padding-top:12px;
}

#myname{
	color:#FFF;
	padding:0 87px 0 20px;	
	font-weight: 700;
	letter-spacing: 1px;
	font-size:115%;
}
.projectTypeLink{
	font-weight: 200;
	/*padding:5px;*/
	
}
.projectTypeLinkSelected a{
	font-weight: 700;
	color:#FFF;
	/*border-bottom: 1px solid #cd4a2b;*/
}
.projectTypeDivider{
	color:#666;
	padding:0 10px 0 10px;	
}
#pageTitleBar a{
	text-decoration:none;
	color:#FFF;
}

#pageTitleBar a:link, a:visited{
	color:#FFF;
}

#pageTitleBar a:hover { 
	color:#DDDDDD; 
}
/* Project Name style
-----------------------------------------------------------------*/

.projNameContainer{
    color: #333;
    /*background: #FFFFFF url(../images/projNameRightBorder.gif) repeat-y 186px 0;*/
    height:100%;
}



.projNameTitle{
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: #cc0000 3px solid;
    width: 183px;
}
.projNameTitleImg{
    padding-left: 10px;
}
.projNameList{
    list-style-type: none;
}
.projNameListItem{
    list-style-type: none;
}
.projNameListItemType{
    font-size: x-small;
    font-weight: normal;
}
.activeProj{
    background-color:#cd4a2b;
	/*background: #df542f url("../images/pattern_red.gif") repeat;*/
    color:#FFF;
    padding:4px 2px 2px 10px;
	font-weight: 500;
    /*width:171px;*/
    margin: 0 0 5px 0;
    font-size:1.2em;
    /*border-bottom: #FFF 1px solid;*/
}
.activeProjArrow{
   
   width:200px;
}
.activeProjLink{ 
    color:#FFF;
	width:189px;
	display: inline-block;
}
.activeProj a, a:visited, a:link{
    color:#FFF;
}

.activeProj a:hover{
    color:#FFF;
}

.inactiveProj{
   padding:4px 2px 2px 10px;
   margin: 0 0 5px 0;
   font-weight: 200;
   font-size:1.2em;
   background-color:#dddddd;
	/*background: #f3f3f3 url("../images/pattern_gray.gif") repeat;*/
	
}

.inactiveProj a{ 
    color:#AAA;
	width:187px;
	display: inline-block;
}

.inactiveProj a:link{
    color:#AAA;
}

.inactiveProj a:visited{
    color:#AAA;
}

.inactiveProj a:hover{
    color:#333;
	background-color:#dddddd;
}







/* Thumbnail photo style
-----------------------------------------------------------------*/

.thumbnailContainer{
    color: #333; 
    font-size: 11px; 
    letter-spacing: 0.3em; 
    /*background: #FFFFFF url(../images/thumbRightBorder.gif) repeat-y 61px 0;*/
    height:100%;
}

.pagRightArrow {
	/*background: url("../images/arrow_right_lrg.png") no-repeat 0 0;*/
	padding:0; 
    opacity: .5;
    filter: alpha(opacity=100);
    text-align: center;
    margin:0;
	
}
.pagLeftArrow {
	/*background: url("../images/arrow_left_lrg.png") no-repeat 0 0;*/
	padding:0; 
    opacity: .5;
    filter: alpha(opacity=100);
    text-align: center;
    margin:0;
	
}

.pagLeftArrowNone, .pagRightArrowNone  {
	background: #FFFFFF;
	padding:0; 
    opacity: 0;
    filter: alpha(opacity=100);
    text-align: center;
    margin:0 1px;
	display: inline-block;
	width:27px;
	
}

.activeBox {
    /*border: 2px solid #cc0000 ;*/
	/*background: url("../images/pattern_red.gif") repeat;*/
	background-color:#cd4a2b;
    padding:0; 
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    margin:0 1px;
	
	
	
}
.activeBox a, .pagLeftArrow a, .pagRightArrow a {
    color:#FFF;
    font-weight:bold;
	width:27px;
	display: inline-block;
	opacity: 0;
}

.inactiveBox a:hover{
    /*border: #666 2px solid;
    padding:1px 2px 1px 4px; 
    text-align: center;*/
	color:#CC0000;
	background-color:#ccc;

}

.inactiveBox {
    /*border: 2px solid #E0E0E0;*/
	/*background: url("../images/pattern_gray.gif") repeat;*/
	background-color:#dddddd;
    opacity: 1;
	/*filter: alpha(opacity=50);*/
    text-align: center;
    color: #FFF;
    padding:0; 
	margin:0 1px;
	
	

}
.inactiveBox a{
    color:#FFF;
    font-weight:bold;
	width:27px;
	display: inline-block;
	opacity: 0;

}



/* Main Section
-----------------------------------------------------------------*/

.mainTitle{
   font-weight: 150;
   font-size:18px;
   margin-bottom: 8px;
   padding-top: 2px;
   padding-left:27px;
}
.mainImgContainer
{
    /*border: 16px solid #EFF0F0; */
    padding:1px;
    margin-bottom: 5px;
    background-color: #FFF;
    z-index: 15; 
    position: relative; 
    text-align: center; 
    /*height: 360px;
    width: 480px;*/
    
    
}
#projectImage{

    /*max-height: 360px;
    max-width: 480px;*/
    vertical-align: middle;
}

/* Description Section
-----------------------------------------------------------------*/
.descContainer
{
    color:#666;
    padding-left:27px;
    /*background: #FFFFFF url(../images/thumbRightBorder.gif) repeat-y right 0;*/
}
.descContainer a 
{
    color: #e44e43;
}

.descContainer a:hover
{
    color: #e44e43;
    border-bottom: dotted 1px #e44e43;
}

.descMain
{
    width: 675px;
}
.descText
{
    font-size:100%;
    color:#333;
    padding: 0 0 10px 0;
    font-weight: 120;
}
.descDivider
{
    
    color:#999;
}


/* Press
-----------------------------------------------------------------*/
#pressList{
	padding-left:260px;
}


#grid
{
	width: 775px;
	/*border-right: 1pt gray solid;*/
	display: block;
	overflow: hidden;
	/*clear:both;
	padding-left: 250px;*/
}
.row
{
	float: left;
	border-bottom: 1pt gray dotted;
	overflow: hidden;
}
.pubDate
{
	float: left;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 50px;
}
.publication
{
	float: left;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
}
.pubProject
{
	float: left;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 120px;
}

.pubProject a
{
	color:#666;
}

.pubTitle
{
	float: left;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 450px;
}

.pubTitle a
{
	color:#cd4a2b;
}



/*
==========================================================================
	MENU / MAIN NAV
==========================================================================
*/
#menu {
	/*background: #B3DFED url(../images/nav_gradient.png) repeat-x 0 0; */
	padding-top:10px;
	margin:0 auto;
	float: left;
	overflow:hidden;
	/*text-align:center;
	height:57px;
	width:250px;*/
	
	
	/*position: relative; top: 0px; left: 450px;*/
 }


#navigation {
	font-size: 1.0em;
	padding: 0px;
	text-align:left;
	
}


#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	/*padding: 6px 0;*/
	
}

#navigation ul li {
	/*display: inline;*/
	margin-bottom:7px;
	padding: 0;


	
}

#navigation ul li a {
	color: #AAAAAA;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	/*font-weight:bold;*/
	background: #222222;
	text-transform: uppercase;

}

#navigation ul li a:hover {
	background: #555;
	color: #FFFFFF;
	text-decoration: none;
	/*font-weight:bold;*/
}

#navigation ul li a.selected {
	background: #ddd;
	color: #151515;
}


/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/


/*
==========================================================================
	Stripes
==========================================================================
*/
.palette { width: 100%; }
.colorStrip { height: 100%; bottom: 0; float: left; }
.strips { position: absolute; top: 75px; /*right: 175px;*/ height: 3px; text-align:center;}



/* These are standard sIFR styles... do not modify
-----------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}






