/* @override http://www.wholearchitecture.org/themes/site_themes/ugarch/site_css.css */

/* general */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
background: #fff url(http://www.wholearchitecture.org/themes/site_themes/ugarch/bg.gif) top center repeat-y;
min-width: 800px;
color: #ccc;
font: 12px/15px arial,helvetica,sans-serif;
}

a:link, a:visited {
color:#fff;
text-decoration:none;	
}

a:hover {
color:#fff;
text-decoration:underline;
}

blockquote {
font-style: italic;
}

/* layout */

.title {
width: 700px;
padding: 100px 72px 17px 72px;
}

.content {
width: 556px;
padding: 20px 72px;
}

.content_alumni {
width: 556px;
padding: 0px 72px 20px 72px;
margin-top: -10px;
}

input {
margin-left: 15px;
margin-top: 2px;
padding: 2px;}

submit {
	padding: 10px;
}
.content p, .content_alumni p {
margin: 10px 0 0 0;
overflow: hidden;
}

.content_alumni h2, .content h3 {
color: #fff;
margin: 16px 0 5px 0;
font-size: 14px;
line-height: 16px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 700px;
	background: #3b3b3b;
border-left: 1px solid #3b3b3b;
border-right: 1px solid #3b3b3b;
}

#entries_title {
	float:  left;
	clear: both;
	width: 45%;
}

#entries_title p {
	font-size: 19px;
	line-height: 23px;
	color: #ffffff;
}

#entries_body {
	float: left;
	width: 50%;
	margin-left: 5%;
	padding-bottom: 20px;
}