/*
Theme Name: High Point Dorm Room Blog
Theme URI: http://www.triocreativity.com/
Description: The Main Theme for the Dorm Room Blog.
Version: 1.0
Author: Joe McGinnis
Author URI: http://www.triocreativity.com/

	HopeBlog v1.0
	http://www.triocreativity.com/
*/



/* Begin Typography & Colors */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#e6ddd3 url(images/background.png) repeat-x top center;
}

p {
	margin:0 0 8px 0;
	padding:0;
	line-height:22px;
}

a {
	color:#7b2e7c;
	text-decoration:none;
}

h1 {
	color:#7b2e7c;
}

h2 {
	color:#7b2e7c;
}

h3 {
	color:#7b2e7c;
}

h4 {
	color:#7b2e7c;
}

.titleHeader {
	margin:0;
	padding:0;
	height:44px;
	color:#7b2e7c;
	font-size:24px;
}

.comments {
	text-align:right;
}

.comments a {
	color:#7b2e7c;
}

.navigation {
	margin:0 0 5px 0;
	padding:0;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

#edges {
	margin:0 auto;
	padding:0;
	width:1144px;
	background:url(images/repeater.png) repeat-y top center;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:1144px;
	background:url(images/theback.jpg) no-repeat top center;
}

#header {
	margin:0;
	padding:0;
	width:861px;
	background:#FFFFFF;
}

#mainLeft {
	float:left;
	margin:0;
	padding:0;
	width:143px;
	background:url(images/backLeft.jpg) no-repeat;
}

#mainRight {
	float:right;
	margin:0;
	padding:0;
	width:1001px;
	background:url(images/backRight.jpg) no-repeat;
}

#content {
	margin:0;
	padding:0;
	width:861px;
	background:url(images/contentBack.png) repeat-y top center;
}

#leftContent {
	float:left;
	margin:10px 0 0 25px;
	padding:0;
	width:550px;
}

#rightContent {
	float:right;
	margin:-1px 20px 0 0;
	padding:0;
	width:230px;
}

#date {
	margin:250px 0 0 80px;
	padding:0;
	width:63px;
	height:88px;
	background:url(images/date.png) no-repeat;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
}

#footer {
	clear:both;
	margin:0 0 0 4px;
	padding:0;
}

