/* Overall Page and Global Elements */
*{
  margin:0;
  padding:0;
}

body{
  background:#333 url('images/background.png');
  background-attachment:fixed;
  color:#444;
  font:80.5% "Trebuchet MS",verdana,helvetica,arial,sans-serif;
}

a{
  color:#006;
  text-decoration:underline;
}

a:visited{
  color:#333;
  text-decoration:underline;
}

a:hover{
  color:#df0000;
  text-decoration:underline;
}

a img{
  border:none;
}

ul {
  margin-left:30px;
}

/* Forms */

textarea, select {
  font: normal 1em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
  background:#fff;
  border:1px solid #000;
  color:#444;
  margin:5px 15px;
  padding:0 2px;
}

input {
  margin:5px 15px;
  padding:0 2px;
}

/* Special Blocks */

blockquote{
  background:url(images/quote.png) no-repeat top left;
  min-height:50px;
  padding:0 0 0 60px;
}

cite{
  font-size:inherit;
  font-style:normal;
}

hr
{
  clear: both;
}

/* Text Headers */

h1{
  font-family:"Helvetica 65 Medium",helvetica,sans-serif;
  font-size:43px;
}

h1 a{
  color:#333;
  text-decoration:none;
}

h2{
  font-size: 1.5em;
  font-family:"Century Gothic", "Trebuchet MS", arial, sans-serif;
  line-height:1.5em;
  color:#44F;
}

h2 a{
  color:#222;
  text-decoration:none;
}

h2 a:hover{
  color:#c00;
}

h3{
  font-size:12px;
  text-align:justify;
}

h4{
  font-size:8px;
}

table {
  margin:10px;
}

/* Layout Structure */

#header
{
 background:url('http://www.stoufferalumni.com/images/header.gif');
 background-repeat: no-repeat;
 width: 922px;
 height:110px;
 margin: 20px 0 30px; 
}

#container
{
  background-color: transparent;
  margin: 0 auto;
  width: 922px;
  overflow:auto;
}

#content_wrap
{
 background-color:#ffffff;
 border:1px solid #ccc;
 overflow:auto;
 padding: 20px;
 width:880px;
}

#content
{
  float:left;
  width:655px;
  min-height: 500px;
  color: #444;
}

#content_title
{
  font: small-caps bold 1.5em Georgia, "Times New Roman", Times, serif;
  text-decoration: underline;
  margin: 5px auto;
  text-align: center;
}

/* Navigation */

#nav {
  overflow:auto;
  background:#000;
  border:none;
  height:20px;
  padding-left:8px;
}  /*--OVERALL NAVBAR div--*/

#nav ul {
  list-style:none;
  width:740px;
  margin:0 auto 0 0;
}   /*--OVERALL NAVBAR--*/

#nav ul li {
  display:inline
}   /*--MAKE THE LIST SHRINK INTO ONE LINE--*/

#nav ul li a {
text-decoration:none;
padding:5px 15px 5px;
color:#ccc;
float:left;
text-align:center;
}    /*--IT'S PAINTING TIME!!!--*/

#nav li a:hover{
color:#ff8;
padding-bottom:3px;
border-bottom:2px solid #ff8;
}    /*--Make it DANCE--*/

body#home a#homenav,
body#blog a#blognav,
body#newsletter a#newsletternav,
body#links a#linksnav,
body#contact a#contactnav, 
body#directory a#directorynav {
color: #ff8;
padding-bottom:3px;
border-top:2px solid #00f;
}

/* Search Form */

#search {
  height:20px;
  float:right;
  margin:5px 20px 0 0;
}

#searchform {
  background: transparent url('images/searchbox.png');
  background-repeat:no-repeat;
  height:20px;
  color:#fff;
  border:none;
  padding:3px 4px 0;
}

#searchform:focus{
  background: transparent url('images/searchbox_active.gif');
  background-repeat:no-repeat;
  background-position:left;
}

/* Sidebar styles */

#sidebar {
  float:right;
  width:200px;
  padding-left:10px;
  overflow:hidden;
  border-left:1px dotted #ccc;
  list-style:none;
  margin-left:0;
  display:block;
}

.sidebar_title {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 3px;
  border-bottom: 1px solid #fff;
}

#sidebar ul{
  list-style:none;
  margin-left:0;
}

#sidebar ul li{
  border-top:1px dotted #ccc;
  padding:5px 0;
}

/* Blog Contents */
/* Posts */

#posts
{
  overflow: auto;
  font:1em "Centry Gothic", "Trebuchet MS",verdana,helvetica,arial,sans-serif;
  text-align:justify;
}

#posts img
{
  margin: 5px;
}

.post
{
  padding:5px;
  background: #fff;
  margin-bottom:15px;
}

.post_title {
  border-bottom:1px dotted #777;
  overflow:auto;
}

.post_title h2
{
  color: #003366;
  float:left;
  font-size:1.2em;
  font-weight:bold;
  letter-spacing:1px;
  text-align:left;
}

.post_title h2 a
{
  text-decoration:none;
}

.post_date {
  background:#fff url('images/calendaricon.png') no-repeat;
  float:right;
  font-size:.9em;
  color:#444;
  padding-left:20px;
  margin-top:10px;
}

.post_cat a{
  margin-right:10px;
  float:right;
  font-size:.9em;
  color:#4af;
}

.main{
  border-bottom:1px dotted #777;
  overflow: auto;
}

.main p{
  line-height:18px;
  margin:0 0 10px 0;
}

.main ol{
  line-height:18px;
  margin:0 0 15px 30px;
}

.main ul{
  line-height:18px;
  margin:0 0 15px 30px;
}

.main li{
  margin:0 0 5px 0;
}

.main img{
  border:1px solid #999;
  padding:3px;
}

.main img:hover{
  border:1px solid #444;
  padding:3px;
}

img.wp-smiley{
  border:0px;
  padding:0px;
}

img.wp-smiley:hover{
  border:0px;
  padding:0px;
}

img.post-ratings-image{
  border:0px;
}

.meta{
  color:#333;
  display:inline;
  font-size:9px;
  line-height:15px;
  padding:5px 0;
}

.navigation{
  font-size:11px;
}
/* Comments */

.gravatar{
  border:1px solid #999;
  float:left;
  padding:2px;
}

.gravatar:hover{
  border:1px solid #444;
  padding:2px;
}

.alt{
  color:#777;
}

ol#comments{
  text-align:justify;
}

/* Footer */

#footer {
  clear:both;
  width: 923px;
  height:15px;
  background: #000;
  color: #ccc;
  font-size:.8em;
  margin:0 auto;
  padding:5px 10px 30px;
}

#footer a
{
  text-decoration:underline;
  color:#ffc;
}

/* Specific Divs and Useful Classes */

.clear { width: 710px; height: 1px; margin: 0 0 5.0em 0; clear: both; }

.aligncenter{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.alignleft{
  float:left;
}

.alignright{
  float:right;
}

.wp-caption{
  background-color:#f3f3f3;
  border:1px solid #ddd;
  margin:10px;
  padding-top:4px;
  text-align:center;
}

.wp-caption img{
  border:0 none;
}

.wp-caption p.wp-caption-text{
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}

.comment_list
{
  margin-top:10px;
  padding-top:10px;
  border-top: 2px dotted;
}

ol.commentlist {
	margin:10px;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	padding-bottom: 15px;
	display:block;
	font-style:normal;
	background:url(http://www.stoufferalumni.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.stoufferalumni.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	clear: both;
	background: #9bc561 url(http://www.stoufferalumni.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 10px 20px 10px 20px;
	color:#fafcf6;
	}

/*----------Contact Form-----------*/

#contact-area {
	width: 400px;
	margin-left:2px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 150px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	width: 310px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 60px;
	height:30px;
	font-size: 1em;
}

#Name {
	margin-top:20px;
}

/*----------------PROFILE PAGE--------------------*/
#name {
	font-size:1.5em;
	line-height:1.5em;
	color:#44F;
	font-weight:bold;
	font-family:"Century Gothic", "Trebuchet MS", arial, sans-serif;
	float:left;
}

#email {
	font-family:"Century Gothic", "Trebuchet MS", arial, sans-serif;
	font-size:1em;
	line-height:1em;
	margin:10px 0;
	color:#4A4;
	float:left;
}

#selection {
	margin-top:10px;
	float:right;
}

.profilebox {
	border:1px dotted #ccc;
	padding:10px;
	margin-bottom:10px;
	width:290px;
	background:#f5f5f5;
}

.profilehead {
	border-bottom:1px solid #000;
	padding:5px 10px;
	width:300px;
}

#profileimage {
	min-height:300px;
	min-width:310px;
}

#leftcolumn {
	clear:both;
	float:left;
	width:320px;
	margin:10px 0 0 0;
}

#rightcolumn {
	float:right;
	width:315px;
	margin:10px 10px 0 0;
}

/*----------------/PROFILE PAGE--------------------*/

/*-------------PROFILE FORM-----------------*/

.tbmain textarea {
  width:300px;
}

.tbmain label {
  float: left;
  font:.8em "Trebuchet MS",verdana,helvetica,arial,sans-serif;
  text-align:left;
}

.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}

.left{
  /* Changes on the form */
  color: black !important; 
  font-family: \"Century Gothic\" !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Century Gothic";
}
td.left {
  font-family:"Century Gothic";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Century Gothic";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}

.backButton{
	background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
.backButton:hover{
	background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
.backButton:active{
	background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
.nextButton{
	background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float: left;
	margin-bottom:15px;
	padding-right:5px;
}
.nextButton:hover{
	background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
.nextButton:active{
	background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}

/*-------------PROFILE FORM-----------------*/