/* CONTAINERS*/

body {
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
}

#container {
	width: 990px;
	margin: 48px auto;
}

#header, #content, #footer {
	width: 100%;
	float: left;
}

#header {
	border-bottom: double black;
	padding-bottom: 8px;
}

#content {
	margin-top: 24px;
	background: url(images/bg.jpg) repeat-y;
}

#main {
	width: 602px;
	float: left;
	padding-right: 12px;
}

.side {
	width: 164px;
	float: left;
	padding: 0 12px;
}

#side2 {
	padding-right: 0;
	border-right: none;
}

.half {
	width: 288px;
	float: left;
}

.half .quote {
	background: #dddddd url(images/corner.jpg) bottom right no-repeat;
	padding: 6px;
	padding-bottom: 21px;
}

.space {
	width: 26px;
	float: left;
}

#footer {
	border-top: 1px solid black;
	margin: 24px 0;
}

/* STANDARD TAGS */

p, a, input, li, textarea {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}

textarea {
	font-size: 13px;
	padding: 5px;
	width: 97%;
}

hr {
	border: none;
	width: 100%;
	border-top: 1px solid #c7c7c7;
	float: left;
	margin: 12px 0;
}

h2 {
	font-size: 24px;
	font-weight: black;
	color: black;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a, object {
	outline: none;
}

/* HEADER */



/* MAIN */

.left {
	width: 60px;
	float: left;
	text-align: center;
	margin-top: 2px;
}

.right {
	width: 530px;
	float: left;
	padding-left: 12px;
}

.left, .left p, .left a {
	font-size: 10px;
	text-decoration: none;
}

.left a:hover { text-decoration: underline; }

.left .date { 
	width: 100%;
	height: 22px;
	background: url(images/icon-date.jpg) top center no-repeat;
	padding-top: 6px;
	color: white;
}

.left .month {
	text-transform: uppercase;
}

.left .tags {
	width: 100%;
	background: url(images/icon-tag.jpg) top center no-repeat;
	padding-top: 18px;
	float: left;
	font-size: 8px;
}

.left .comments {
	width: 100%;
	background: url(images/icon-comment.jpg) top center no-repeat;
	padding-top: 25px;
	float: left;
}

.navigation .alignleft, .navigation .alignright {
	display: inline;
	margin-right: 10px;
}

/* SIDE */

.side, .side p .side a, .side li, .side ul li a, .small, .small a {
	font-size: 10px;
}

.side ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.side input.box {
	border: 1px solid black;
	padding: 3px;
	float: left;
	width: 127px;
}

.side input#searchbtn {
	padding: 2px 0 0 8px;
	float: left;
}

/* FOOTER */

#footer p, #footer a {
	font-size: 10px;
}