html, body {
	background: url(images/bg.png) repeat-x #eaeaea;
}

#wrapper {
	width: 1080px;
	margin: 0px auto;
}

#header {
	width: 100%;
	border: 1px solid #cdcdcd;
}

.spacer {
	clear: both;
	display: block;
}

#top-nav {
	width: 100%;
	height: 33px;
	background: url(images/top-nav-bg.png) repeat-x;
}

#top-nav ul {
	margin: 0; padding: 0;
	float: left;
}

#top-nav ul li {
	display: inline;
}

#top-nav ul li a {
	float: left; 
	text-decoration: none;
	color: #535252;
	padding: 8px 30px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 15px;
}

#top-nav ul li a:visited {
	color: #535252;
}

#top-nav ul li a:hover, #top-nav .current a {
	color: #535252;
	background: url(images/nav-arrow.png) bottom center no-repeat;
}

#search-box {
	float: right;
	margin: 2px 10px 0px 0px;
}

#search-box input[type=text] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 22px;
	width: 200px;
	background: url(images/searchicon.png) right no-repeat;
	padding-right: 22px;
	font-size: 15px;
}

#top-bar {
	width: 100%;
	background: url(images/universityheader.jpg) right no-repeat #cc9966;
	height: 174px;
	border-top: 2px solid #aa7c45;
}

#cat-bar {
	background: url(images/cat-bg.png) repeat-x;
	height: 29px;
	text-align: center;
}

#cat-bar ul {
	margin: 0; 
	padding: 7px 0px 0px 0px;
}

#cat-bar ul li {
	display: inline;
}

#cat-bar ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 8px 10px;
	margin: 0px 10px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 14px;
}

#cat-bar ul li a:visited {
	color: #ffffff;
}

#cat-bar ul li a:hover, #cat-bar .current a {
	color: #ffffff;
	background: url(images/cat-arrow.png) left  no-repeat;
}

#sign-up-box {
	height: 146px;
	background: #f6f6f6;
	width: 300px;
	float: left;
	margin-top: -2px;
	padding: 15px 0px 15px 20px;
}

#sign-up-icon {
	background: url(images/book.png) no-repeat;
	height: 111px;
	width: 83px;
	float: left;
}

#sign-up-text {
	color: #986121;
	font-family: 'Myriad Pro', 'Arial';
	float: left;
	width: 165px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#sign-up-text h2 {
	color: #5e5e5e;
	font-family: 'Myriad Pro', 'Helvetica';
	font-size: 32px;
	margin: 5px 0px 15px;
}

#sign-up-form {
	margin: 5px 0px 0px 15px;
}

#sign-up-form input[type=text] {
	border: 1px solid #e2e2e2;
	height: 10px;
	width: 200px;
	padding: 10px 5px;
	font-size: 16px;
}

#content-wrapper {
	background: #ffffff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 1080px;
	float: left;
}

#content-wrapper h2 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 26px;
	color: #4d4d4d;
	font-weight: normal;
	margin-bottom: 10px;
}

#content {
	padding: 15px 10px;
	float: left;
}

#sidebar {
	background: url(images/sidebar-bg.png) repeat-x #f6f6f6;
	width: 280px;
	float: right;
	min-height: 300px;
	padding: 10px;
}

#sidebar h3 {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial';
	font-size: 28px;
	color: #a16d2f;
	margin: 15px 0px;
	text-decoration: underline;
}

.feed-icon {
	float: left;
	width: 60px;
	text-align: center;
	margin-bottom: 10px;
}

.feed-text {
	float: right;
	width: 220px;
}

.feed-text h1 {
	color: #5e5e5e;
	font-family: 'Myriad Pro', 'Helvetica', 'Arial';
	font-size: 24px;
}

.feed-text small {
	color: #986121;
	font-family: 'Myriad Pro', 'Helvetica', 'Arial';
	font-size: 16px;
}

#sidebar .side-ad {
	width: 125px;
	height: 125px;
	margin: 6px;
}

#footer {
	margin-bottom: 20px;
}

#footer-left {
	height: 157px;
	width: 10px;
	background: url(images/footer-left.png) no-repeat;
	float: left;
}

#footer-right {
	height: 157px;
	width: 10px;
	background: url(images/footer-right.png) no-repeat;
	float: right;
}

#footer-content {
	float: left;
	width: 1060px;
	background: url(images/footer-bg.png) repeat-x;
	height: 157px;
}

#footer-content p {
	color: #959595;
	font-family: 'Helvetica Neue', 'Myriad Pro', 'Arial';
	font-size: 14px;
	margin-bottom: 15px;
}

.footer-box {
	width: 340px;
	height: 120px;
	float: left;
	margin: 20px 5px;
}

.footer-box img.bloglog {
	border: 3px solid #888;
	margin: 0px 20px 0px 0px;
}

.footer-box h1 {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial';
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-box a {
	text-decoration: none;
	color: #b59165;
}

.footer-box a.author {
	text-decoration: none;
	color: #ffffff;	
}

#footer-copyright {
	float: left;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	padding-bottom: 10px;
	color: #959595;
}

.post {
	margin-top: 20px;
}

.post-title {
	width: 785px;
	margin-left: -28px;
}

.post-date {
	background: url(images/datebox.png) no-repeat;
	width: 94px;
	height: 58px;
	float: left;
	margin-right: 20px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	font-family: 'Myriad Pro', 'Helvetica', 'Arial';
	font-size: 14px;
}

.post-date h3 {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial';
	font-size: 26px;
	letter-spacing: -1px;
	margin-bottom: 4px;
	color: #ffffff;
}

.post-header {
	float: left;
}

.post-header h1, h1 a, h1 a:visited, h1 a:link {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial';
	font-size: 32px;
	color: #4d4d4d;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
}

.post-header h1 a:hover {
	text-decoration: underline;
}

.post-info {
	padding: 6px 10px;
	background: #e3e3e3;
	marign-left: 200px;
	float: left;
	font-family: 'Helvetica Neue', 'Myriad Pro', 'Arial';
	font-size: 13px;
	color: #656565;
}

.post-info a,
.post-info a:active,
.post-info a:visited,
.post-info a:link {
	color: #656565;
	text-decoration: none;
}

.post-info a:hover {
	text-decoration: underline;
}

.post-content {
	width: 750px;
	margin-top: 20px;
}

.post-content p {
	font-family: 'Helvetica Neue', 'Myriad Pro', 'Arial';
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #4a4a4a;
}

#author-box {
	width: 700px;
	background: #f1f1f1;
	font-family: 'Helvetica Neue', 'Myriad Pro', 'Arial';
	font-size: 15px;
	color: #3e3e3e;
	padding: 5px 10px;
	line-height: 17px;
	padding-left: 15px;
}

#author-bio {
	float: right;
	width: 600px;
}

#author-avatar {
	float: left;
	width: 80px;
}

#author-avatar img {
	border: 4px solid #e1e1e1;
	margin: -10px 0px 0px -5px;
}

#author-subscribe {
	background: url(images/subscribe-bg.png) repeat-x;
	height: 32px;
	margin-top: 5px;
	font-family: 'Helvetica Neue', 'Myriad Pro', 'Arial';
	color: #f1f1f1;
	text-align: center;
	padding-top: 4px;
	margin-left: 100px;
}

#author-subscribe input[type=image] {
	vertical-align: middle;
	padding-bottom: 2px;
}

#author-subscribe input[type=text] {
	height: 24px;	
	width: 200px;
	border: 1px solid #999;
}

#dot-sep {
	height: 1px;
	width: 700px;
	background: url(images/dots.png) repeat-x;
	margin: 10px auto;
}

#content h1 {
	font-family: 'Helvetica Neue', 'Myriad Pro', 'Arial';
	color: #3d3d3d;
	font-size: 22px;
}

.comment {
	width: 700px;
	background: #f1f1f1;
	margin: 20px auto;
	padding: 10px;
	min-height: 100px;
	
	font-family: 'Helvetica Neue', 'Myriad Pro', 'Arial';
	font-size: 14px;
	color: #555;	
}

.comment-alt {
	width: 700px;
	background: #fff4e8;
	margin: 20px auto;
	padding: 10px;
	min-height: 100px;
	
	font-family: 'Helvetica Neue', 'Myriad Pro', 'Arial';
	font-size: 14px;
	color: #555;	
}

.comment-text {
	float: left;
	width:600px;
}

.comment-author {
	float: left;
	margin-top: 20px;
}

.comment-author a, a:visited, a:active, a:hover {
	color: #9d6d34;
	text-decoration: none;
}

.comment-avatar {
	float: right;
}

.comment-avatar img {
	border: 3px solid #e1e1e1;
}

#comment-form {
	width: 680px;
	margin: 10px auto;
	background: #f0eadc;
	padding: 20px;
	
	font-family: 'Arial';
	color: #645643;
	font-weight: bold;
	font-size: 16px;
}

#comment-form input[type=text] {
	display: block;	
	margin-bottom: 20px;
	margin-top: 5px;
	height: 32px;
	width: 300px;
	border: 1px solid #999;
	font-size:16px;
}

#comment-form textarea {
	width: 680px;
	height: 100px;
	margin-top: 5px;
	display: block;
	margin-bottom: 20px;
	font-size:16px;
}
/*
<div id="smooth_sldr">
		<div id="smooth_sldr_items">
			<div id="smooth_sldr_body">
								<div id="smooth_sliderc">
					<div class="smooth_sliderb">
					<div class="smooth_slideri">
					*/

#smooth_sldr {
	background: #ffe4c5;
	border: 3px solid #b48a58;
	width: 700px;
	padding: 7px 10px;
	float: left;
}

.smooth_slideri h2,
.smooth_slideri h2 a,
.smooth_slideri h2 a:visited,
.smooth_slideri h2 a:link,
 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	color: #a16d2f;
	font-size: 23px;
	letter-spacing: -1px;
	text-decoration: none;
}

.smooth_slideri h2 a:hover {
	color: #a16d2f;
	text-decoration: underline;
}

.smooth_slideri img.smooth_slider_thumbnail {
	float: left;
	border: 2px solid #b48a58;
	height: 85px
	width: 135px;
	margin-right:10px;
}

.smooth_slideri span {
	float: right;
 	width: 520px;
 	margin-top: 10px;
 	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
 	font-size: 15px;
 	color: #4d4d4d;
 	line-height: 19px;
}