/*

	sNews 1.5 RC 2 - "Historical" Design
	by Herreman David
	http://www.free-css-templates.com
	
*/

* { padding: 0; margin: 0 }

body { 
	background: #fff repeat-x top; 
	font: .75em Verdana, Arial, Sans-Serif; 
	line-height: 1.4em;
	color : #454545 
}

#content { 
	margin: 0 auto; 
	padding: 0; 
	width: 818px;	
	background: inherit; 
	background-color: #FAF8CC;
	color: #454545;
}

#header { 
  height: 120px;
  background: #481800 no-repeat top center;
  border-bottom: 18px solid #300000;
  margin-bottom: 0px;
  color: #E3E2CB;
  overflow: hidden;
  text-align: center;
  padding-left: 14px;
}
#header .left { width: 190px; float: left; text-align: center; padding-left: 14px; }
#header h1 {  font: 2.4em "Tahoma",Verdana, Arial, Sans-Serif; color: #fff; font-weight: bold; padding-top: 25px; background: inherit }
#header h2 {  font: 1.8m "Tahoma",Verdana, Arial, Sans-Serif; color: #fff; padding-top: 5px; background: inherit }

p {margin: 0 0 10px 0; padding: 0px;}
.clear { clear: both; }
.alignright {margin-top: 0; text-align: right;}
.small {font-size: .9em;}
.histdate { color: #8E7272; background: #FFF; }
img { float: left; padding: 0 10px 10px 0; }
.thick { height: 310px; text-align: left;}


div#content {
  position: relative;
  width: 818px;
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: left;
}
 
div#main {
  float: left;
  width: 390px;
/*  margin:  50px -100px 15px 80px !important; */
	margin: 50px -201px 15px 80px;
	text-align: justify;
}

div#main .pad  { padding-left: 3px; }

div#proj {
  float: left;
  width: 650px;
/*  margin:  50px -100px 15px 80px !important; */
	margin: 50px -201px 15px 80px;
	text-align: justify;
}

div#right {
  float: right;
  width: 290px;
  display: inline;
	margin-top: 50px;
	margin-bottom: 15px;
}
div#right .pad { padding: 5px 30px 350px 30px; text-align: left; background-color: #FAF8CC;}
div#right h2 { margin-top: 20px; color: #6D5252; margin-bottom: 5px; background: #FAF8CC; text-align: left}
div#right a { background: #FAF8CC no-repeat left; color: #666;  }
div#right #rightend { background: no-repeat bottom ; height: 34px;}

div#left {
  float: left; 
	width: 170px;
  padding-top: 50px; 
  margin-left: -424px;
	background:  no-repeat top center;
	text-align: left;
	margin-bottom: 15px;
}

div#left .pad { padding: 5px 30px 0 30px; text-align: left; background-color: #FAF8CC;}
div#left h2 { margin-top: 15px; color: #6D5252; margin-bottom: 5px; background: #FAF8CC; text-align: center}
div#left a { background: #FAF8CC no-repeat left; padding-left: 10px; color: #666;  }
div#left #leftend { background: no-repeat bottom ; height: 34px;}
	
#footer { 
  clear: both; 
	height: 40px; 
	background: #481800; 
	border-top: 12px solid #300000; 
	color: #E3E2CB;  
	font: 0.9em "Tahoma",Verdana, Arial, Sans-Serif;  padding: 10px 10px 0 0
}	
#footer a  { color: #E3E2CB; background: inherit }
#footer a:hover { text-decoration: underline }
#footer #r { float: right; text-align: right; }
#footer #l { padding-left: 10px;}
#footer #c { text-align: center;}
   
/* END CONTENT */


/*** Main area *****/
a { color: #0066B3; background: inherit; text-decoration: none;}
a:hover { text-decoration: underline }
h1 { font: bold 1.9em Arial, Arial, Sans-Serif  }
h2 { font: bold 1.2em Arial, Arial, Sans-Serif; padding: 0; margin: 0 0 5px 0 }
ul { padding: 0; margin: 0 0 0 30px }
li { list-style-type: square }
blockquote { margin-left: 20px }

#main-content li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	/* moz-border-radius:20px; */

	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:10px;
}
#main-content a span{
	position:absolute;
	left:-9999px;
}
#main-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
  /*moz-opacity:.8;
  opacity:.80;*/
}
img{
	border:1px solid #EEE;
	text-align: center;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}
img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 25px 110px;
}
