/* Datura Systems
 * Layout
 *
 * 
*/


/* 														------------- Basic Structure */

body {
	margin:0;
	padding:0;
	background: #16181B url(../image/background-fade.gif) fixed left bottom repeat-x; 	
	/*background-color: #0D0D0D;*/
	/* background-color: #1A1C1F;*/
}

a#skipnav{
	 visibility: hidden; 
	 position: absolute; 
	 left: -9999px; 
}

.clear-fix {
	clear:both;
}

#container {
	width: 834px;
	margin: 0 auto 0 auto;
	margin-top: 12px;
}

#header {
	background: url(../image/background_header.gif) top left no-repeat;
}

#footer {
	background: url(../image/background-footer.gif) top left no-repeat;
	height: 35px;
	clear: both;
	
}

/* 														------------- Basic Structure Specifics */

/* 												--- Content */
#content {
	clear: both;
	background: url(../image/background-content.gif) left top repeat-y;
	height: 413px;

}

.column {
	float: left;
	margin: 0;
	padding: 0px;
	height: 403px;
}

* html .clear-fix {
	  display: none;/*Temporary Fix */
} 

/* html #content {
	height: 600px;
}*/

/* Primary */

#primary {
	width: 166px;
}

/* Secondary */
  
#secondary {
	width: 366px;
	background-color: #1d1d1d; 
	padding-left: 33px;
	padding-right: 28px;
}
/* Thirdary */
#thirdary {
	width: 241px;
	background:#000000;
}



/* 														------------- Layout Specifc */
/* 												--- Header */

#header-image {
	clear: both;
	height: 261px;
	background-color: #006699;
}

div#shoulderleft {
	height: 261px; /* same as #header-image */ 
	width: 166px;
	float: left;
	background: url(../image/background_shoulder_l.gif) right bottom no-repeat;

}
div#shoulderright {
	height: 261px; /* same as #header-image */ 
	width: 241px;
	float: right;
	background: url(../image/background_shoulder_r.gif) left bottom no-repeat;
}

#header h1 {
	padding: 24px 18px 13px 0;
	float: right;
}

/* 												--- primary */
#primary p {
	padding-left: 12px;
	padding-top: 31px;
}

/* 												--- thirdary */

#thirdary div.panel{
	padding-left: 21px;
	padding-top: 6px;
	padding-bottom: 18px;
	border-bottom: #292929 solid 1px;
} 

#thirdary div.panel.panel-end{
	padding-top: 21px;
	border-bottom: none;
} 



