/* css document */
/* content */	
#content {
	text-align: left;
	width: 850px;
	margin: 0 auto;
}

#navigation {
	position: relative;
	left: 175px;
	top:120px
}

#flash {
	position: relative;
	left: 0px;
	top: 115px
}

/* left and right conent */
.container2 {
	position: relative;
	height: 50px;
}

.left-element {
	float: left;
	width: 20%;
	margin: 4;
	white-space: wrap;
	padding: 4;
}

.right-element {
	float: right;
	width: 75%;
	text-align: left; /* depends on element width */
	margin: 4;
	white-space: wrap;
	padding: 0px;   
}

body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
  
div.float {
	float: left;
}

h1 { 
	color: #000;
	font-weight: bold; 
	font-size: 22pt;
	margin: 0;
	padding: 25px 0 25px 0;
	font-family: arial; 
	font-variant: normal;
	font-style: normal;
	text-align: center;
	background-image:url(../images/icon-mortarboard.png); 
	background-repeat: no-repeat; 
	background-position: 20% center;
}

h1 img {
	margin-right:50px;
}

h1 A:link	{
	color:#555;
	text-decoration:none;
}
  
h2 { 
	color: #333;
	font-weight: bold; 
	font-size: 18pt;
  	font-variant: normal;
  	font-style: normal;
}

img {
	border: none;
}

/* styling post */
.thinborder{
	float:left;
	border:solid 1px yellowgreen;
	padding:5px;
	margin-right:5px;
}

.dropcap {
	float: left;
	font: normal 60pt/0.8em georgia, helvetica, verdana, arial, sans-serif;
	color: yellowgreen;
	margin-right: 3px;
}

.pullout{
	width:30%;
	padding:10px;
	background-color:yellowgreen;
	color:#f5f5f5;
	float:right;
	font: bold 14pt/1em arial, 
	helvetica, sans-serif;
	text-align:left;
	letter-spacing: 0.05em;
	margin:5px;
	clear: both;
}

/* blockquote styling */
blockquote.withline   {
	font-family: "arial", courier, monospace;
	text-align: justify; padding:5px;
	border-left:1px solid yellowgreen;
}
  
/* rounded corners */
/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

/* navigation listamatic*/
#navcontainer {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	color: #333;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li {
	border-bottom: 1px solid #000000;
	margin: 0;
}

#navcontainer li.admin {
	font-style: italic;
}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #ffffff;
	color: #333;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a.active {
	background-color: #049DD9;
	color: #fff;
	font-weight: bold;
}

#navcontainer li a:hover {
	background-color: #DDD;
	color: #000;
}

div.top-message {
	padding: 10px;
	margin: 0px 75px 10px 75px;
		
	border: 1px solid #ccc;
	background-color: #FFFFCC;
	
	text-align: center;
}

div.footer {
	text-align:center;
	font-size:8pt;
	width: 100%;
	clear:both;
}

div.footer div.padding {
	padding:15px 0 0 0;
	border-bottom: 1px solid #aaa;
}

form h4 {
	font-size: 10.5pt;
	border-bottom: 1px solid #aaa;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

table.scale {
	width: 100%;
}

table.scale td {
	width: 10%;
	text-align: center;
}

ul.rate_search_result {
	max-height: 100px;
	overflow: auto;
	display: none;
	list-style: none;
	padding-left: 5px;
}

p.instruction {
	font-size: 70%;
	text-align: center;
	margin-bottom:5px;
}

p.comment_ajax_message {
	display: none;
	background-color: #FFFFCC;
	border: solid 1px #ccc;
	padding: 4px;
}

form.comment_controls {
	display: block;
	font-size: 70%;
	margin-top: 5px;
	margin-bottom: 1.7em;
}

form.comment_controls input {
	font-size: 70%;
}

p.comment_header {
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 5px;
}

p.comment_content {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.form {
	padding: 0;
	list-style: none;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
}

ul.form li {   
	float: left;
	clear: left;
	width: 100%;
}

ul.form li.submit {
	margin-top: 10px;
}

ul.form label {
	float: left;    
	width: 8em;    
	margin-right: 1em;
}

ul.form label.top {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
}

p.login_instructions {
	font-weight: bold;
}

span.small {
	font-size: 70%;
}

/* password strength indicator */
.testresult{
	font-weight: bold;
	margin-left: 5px;
	padding: 2px 5px;
	border: 1px solid #bbb;
}
.testresult span{
	white-space: nowrap;
}
.shortPass{
	background-color:#edabab;
}
.badPass{
	background-color:#edabab;
}
.goodPass{
	background-color:#ffff8c;
}
.strongPass{
	background-color:#6cd778;
}

/* jQuery validate */
ul.form li {
	position: relative;
}

label.error {
	width: 125px;
	height: 20px;
	white-space: nowrap;
	background:url("../images/unchecked.gif") no-repeat 0px 0px;
	padding: 2px 8px 2px 16px;
	font-weight: bold;
	color: #EA5200;
	position: absolute;
	left: 16.4em;
	top: .2em;
}

label.checked {
	background:url("../images/checked.gif") no-repeat 0px 0px;
}

span.required {
	color: red;
	font-size: 90%;
	font-weight: normal;
}

span.validationErrorWrap {
	position: absolute;
	right: 10px;
	display: none;
}

span.validationError {
	margin-left: 3px;
	padding: 1px 6px;
	font-size: 12px;
	font-weight: bold;
	background-color: #eb8f5e;
}

img.validationError {
	margin-left: 6px;
}

table td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

p.error {
	color: red	;
}

.watermark {
   color: #999 !important;
}