body { background: #99cccc url(/images/header_bkgrd.png) repeat-x; color: #6b4226; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
  border: 1px solid #6b4226;
  overflow: auto;
}

a { color: #026E94;
	text-decoration: none; 
	}
a:visited { color: #026E94; }
a:hover { color: white; background-color:#026E94; }
/* Flash error styling */
#flash p {
  color: green;
  background-color: white;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* header styling */
#header {
	background: url(/images/IIE_Logo_sm.png) no-repeat;
	height: 110px;
	margin: 20px 0px 0px 20px;
}
#header ul{
	
}
#header li {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 40px;
}

/* menu container */
#menu_container {
	float: right;
	top: 45px;
	right: 20px;
	position: relative;
}

/* Page setup */
#page {

	width: 900px;
	margin: 0 auto;
	overflow: auto;
}
/* Footer */
#footer {

	height: 30px;
	text-align: center;
	padding-top: 5px;
	margin-top: 30px;
}
#footer p {
	
}
/* Content- where the yield tag goes */
#content {
  background-color: white;
  padding: 1.5em 2em;
  width: 60em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin: 1em auto 0.5em;
}
#content_index {
  padding: 1.5em 2em;
  width: 60em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin: 1em auto 0.5em;
}
/* Form input tag styles */
input, textarea {
	padding: 2px 5px;
	font: normal 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #026E94;
}
label {
	color: #f9711b;
}
/* Main Page styling */
#main_container {
	height: 300px;
}
#main_container h2 {
	text-align: center;
	color: #f9711b;
}
#rt_box {
	background-color: white;
	float: right;
	width: 325px;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#lt_box {
	background-color: white;
	float: left;
	width: 300px;
	height: 475px;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
/* project index page styling */
#project_container{
	padding: 20px;
	overflow: auto;
}
#lt_project {
	float: left;
	width: 150px;
}
#rt_project {
	float: right;
	width: 500px;
	padding-left: 20px;
}
/* Post Show page, simply floating and width */
#post_container{
	overflow: auto;
}
#ltcolumn { 
 margin: 0px 5px 5px 0px;
 background: url(/images/post_heading.png) no-repeat;
 padding: 10px;
 width: 450px;
 float: left;
}
#ltcolumn h1 {
	margin-top: 0px;
}
#rtcolumn { 
 float: right;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 195px;
}
/* Comment styles */
#comment_container{
width: 450px;
overflow: auto;
}
#comment_lt { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 50px;
 float: left;
}
#comment_rt { 
 float: right;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 350px;
}
/*Just displaying the comments a little easier to deal with */
#admin_box {
	width: 350px;
	padding: 10px;
}