html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em arial, sans-serif;
  background: #eeeeee;
  color: #444;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #222;
}

h2 { 
  font-size: 160%;
  padding: 9px 0 5px 0;
  color: #F67400;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
}

h4, h6 { 
  color: #F67400;
  padding: 0 0 5px 0;
  font: normal 130% arial, sans-serif;
}

h5, h6 { 
  color: #555;
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: underline;
  color: #09D4FF;
}

a:hover { 
  text-decoration: none;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, nav, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 5px auto;
  width: 950px;
  background: transparent;
}


header { 
  background: transparent;
  height: 80px;
  position: relative;
  padding-top: 40px;
}

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 15px 0 10px 0;
} 

#sidebar_container { 
  float: right;
  width: 224px;
  margin: 25px 0 0 0;
}

#customDialog {
	background-color: #DDD;
	border: 4px solid black;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

#overlay{ background-color: rgb(50, 50 ,50); filter: alpha(opacity=50); opacity: 0.5; }

#cdTitle {
	font-size: 14pt;
	font-weight: bold;
	color: #777;
	margin-bottom: 5px;
}


.CMD_LNadded {
	background-color: white;
	border: 2px solid red;
	border-radius: 5px;
	padding: 5px;
}

#cdButtons {
	float: right;
	margin-top: 5px;
	display: block;
}

.cdButtons {
	width: 120px;
	text-decoration: none; 
	font: normal normal normal 9pt Arial, Helvetica, Verdana sans-serif; 
	color: white; 
	line-height: 1em; 
	background-color: #257fba; 
	border: 2px outset #999; 
	padding: 2px 10px 0 10px; 
	display: inline-block; 
	height: 14px; 
	text-align: center; 
	-moz-border-radius: 8px;
	border-radius: 8px; 
}

.cdButtons:hover { 
	color: #333; 
	background-color: #CCD; 
	border: 2px inset #999;}
}

.CMD_close { 
	padding: 5px;
}

.CMDimageDesc {
	width: 530px;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.CMDimageDescEdit {
	width: 530px;
	height: 250px;
	margin: 0 auto;
}

#CMD_close { 
	text-align: center; 
}

.topbanner {
	text-align: center;
	padding: 1em;
	font-weight:bold;
	font-size:3em;
}

.warningcopy {
	text-align: center;
	color:red;
}

.loginform {
	display:block;
	background-color:white;
	color:black;
	border: 2px solid black;
	border-radius: 15px;
	padding:30px;
	margin: 20px auto;
	width: 30%;
	min-width:340px;
	font-size:1.3em;
	min-height:8em;
}

.formheader {
	color: grey;
	font-weight:bold;
	padding-bottom:.7em;
}

.lfinput {
	position: relative;
	width:100%;
	margin-bottom:.5em;
}
.lfinput input {
	position: relative;
	height:1.5em;
	border-radius:.2em;
	width: 18em;
}

.lfilabel {
	display:inline-block;
	width:5.5em;
}

#lfsubmit {
	display:inline-block;
	font-size:1.2em;
	padding:.2em;
	border-radius:.2em;
	width:4em;
	float:right;
}

#lfsubmit:hover {
	background-color:darkgrey;
	cursor:pointer;
	color:white;
}

#Capslock_Warning {
	display: block;
	position: absolute;
	top: 1.4em;
	left: 7em;
	color: red;
	padding: 4px;
	border: 1px solid red;
	width: 10em;
	background-color: white;
	box-shadow: 2px 2px 2px gray;
	border-radius: 3px;
}
