/* Body and global reset
----------------------------------------------- */
body {
	margin: 0;
	font-family: arial, verdana, sans-serif;
	background: #F1F7FC url(../images/body-back.gif) repeat-x;
}
* {
	margin: 0;
	padding: 0;
}

/* Body Wrapper
----------------------------------------------- */
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 793px;
}

/* Header
----------------------------------------------- */
h1#logo {
	position: absolute;
	top: 33px;
	left: 5px;
}
h1#logo a {
	display: block;
	width: 388px;
	height: 72px;
	text-indent: -2000px;
	background: url(../images/header-logo.gif) no-repeat;
	text-decoration: none;
}
h1#logo a:hover { background-position: 0 -72px; }
p#amcollege {
	position: absolute;
	top: 30px;
	right: 5px;
	width: 57px;
	height: 67px;
	text-indent: -2000px;
	background: url(../images/header-amcollege.gif) no-repeat;
}
ul#nav {
	position: absolute;
	top: 123px;
	padding: 0 0 0 10px;
	width: 781px;
	height: 41px;
	list-style: none;
	background: #5f6f7e url(../images/nav-back.gif) repeat-x;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
ul#nav li {
	margin: 0 12px 0;
	float: left;
}
ul#nav li a {
	display: block;
	float: left;
	height: 41px;
	width: auto;
	font-size: 12.5px;
	line-height: 41px;
	color: #fff;
	text-decoration: none;
}
ul#nav li a:hover { text-decoration: underline; }
ul#nav li.here a { background: url(../images/nav-here.gif) no-repeat 50% 0; }

/* Content Positioning
----------------------------------------------- */
#main {
	position: absolute;
	top: 165px;
	width: 791px;
	height: auto;
	background: #fff;
	padding: 0 1px;
}
#main #image {
	padding: 0 0 36px 0;
	background: url(../images/image-shad.gif) repeat-x 0 100%;
	text-align: center;
}
#main #image img {
	margin-bottom: -4px;
}
#main #title {
	padding: 15px 0 51px 25px;
	background: #793C46 url(../images/image-shad.gif) repeat-x 0 100%;
}
#main #title h2 {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
}
#main #content {
	position: relative;
	width: 560px;
	border-right: solid 1px #e8e8e8;
	min-height:500px;
}
#main #side {
	position: absolute;
	top: 95px;
	left: 572px;
	width: 220px;
}
#main #side.bigdrop { top: 175px; }
#main #footer {
	margin: 30px 0 10px 0;
	clear: both;
	border-top: solid 1px #d9d9d9;
	padding: 12px;
	font-size: 11px;
	color: #666;
}

/* Content
----------------------------------------------- */
#content blockquote.styled {
	margin: 0 30px 25px 25px;
	padding: 15px 0 0 30px;
	background: url(../images/styled-quote.gif) no-repeat;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
}
#content blockquote.styled p {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	color: #5E6771;
}
#content blockquote.styled p span { display: none; }
#content blockquote {
	margin-left: 20px;
	padding: 0 0 0 5px;
	background: url(../images/quote.gif) no-repeat;
}
#content blockquote p {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 17px;
	color: #793C46;
}
#content h3 {
	margin: 0 0 15px 25px;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 24px;
	color: #5F6F7E;
}
#content h4 {
	margin: 0 0 15px 25px;
	font-weight: normal;
	font-size: 18px;
	color: #666;	
}
#content h5 {
	margin: 0 0 15px 25px;
	font-weight: normal;
	font-size: 16px;
	color: #666;	
}
#content p {
	margin: 0 30px 15px 25px;
	font-size: 12px;
	line-height: 19px;
	color: #666;
}
#content .sep {
	margin: 25px 0 25px 0;
	height: 17px;
	background: url(../images/sep.gif) no-repeat 50% 0;
}
#content p img {
	margin: 4px 0 10px 30px;
	float: right;
	border-top: solid 5px #5F6F7E;
}
#content p img.normal {
	margin: 0;
	float: none;
	padding: 1px;
	border: solid 1px #efefef;
}
#content p.center { text-align: center; }
#content ul {
	margin: 0 25px 20px 60px;
}
#content ul li {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 17px;
	color: #666;
}
#side h3 {
	margin: 0 0 5px 10px;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	color: #5F6F7E;
}
#side ul {
	list-style: disc;
	margin: 0 30px 15px 30px;
	color: #793C46;
}
#side li {
	margin: 0 0 8px 0;
	font-size: 12px;
}
#main #footer p { text-align: center; }

/* Posts
----------------------------------------------- */
.post {
	margin: 0 0 15px 0;
}
.post h3 {
	margin: 0 35px 15px 25px;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 20px;
	color: #793C46;
}
#main .post h3 a {
	color: #5F6F7E;
	border-bottom: none;
}
#main .post h3 a:hover,
#main .post h3 a:hover span { color: #793C46; }
.post h3 span {
	padding-left: 2px;
	font-size: 14px;
	color: #888;
}

/* Photos
----------------------------------------------- */
#photos {
	margin: 0 25px 0 25px;
	clear: both;
}
#main #photos a {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 15px 15px 0;
	padding: 1px;
	border: solid 3px #E1EDF9;
}
#main #photos a:hover { border: solid 3px #5F6F7E; }

/* Calendar
----------------------------------------------- */
table#wp-calendar {
	margin: 0 0 0 10px;
}
table#wp-calendar caption {
	padding: 0 0 6px 0;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 17px;
	color: #5F6F7E;
}
table#wp-calendar thead th {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	color: #777;
	font-size: 11px;
}
table#wp-calendar tbody td {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	background: #EBF3FB;
	color: #444;
}
table#wp-calendar tbody td#today { background: #B59399; color: #fff; font-weight: bold; }
table#wp-calendar tbody td.pad { background: #F5F9FD; }
table#wp-calendar tbody td a {
	display: block;
}

/* Links
----------------------------------------------- */
#main a {
	text-decoration: none;
	color: #793C46;
	border-bottom: dotted 1px #793C46;
}
#main a:hover { 
	color: #444;
	border-bottom: dotted 1px #ccc;
}

/* Misc.
----------------------------------------------- */
hr { display: none; }
img { margin-bottom: -4px; }
#spacer {
	width: 50px;
	height: 50px;
}
