/*
Theme Name: Southside
*/

/* Global */
html, body, h1, h2, h3, p, ul, ol {
	margin: 0;
	padding: 0;
}

html{
	font-size: 100%
}

body {
	font: normal 0.625em/1.30em Georgia, Arial, Verdana, Sans-serif;
}

html, body {
	background: #fff;
	height: 100%;
	text-align: center;
}

img {
	border: 0;
}

/* Cols */
#container {
	position: relative;
	background: #fff url(images/container-bg.gif) repeat-y 0 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 80em;
}

#header {
	float: left;
	background: red;
	width: 100%;
}

#col-left {
	float: left;
	margin: 2em 0 1em 2em;
	width: 55em;
}

#col-right {
	float: left;
	background: aqua;
	margin: 2em 0 5em 2em;
	width: 19em;
}

/* Posts */
.post {
	float: left;
	border-bottom: 2px solid #CCC;
	margin-bottom: 2em;
	padding-bottom: 1em;
	width: 100%;
}

#col-right ul {
	list-style: none;
}

#col-right ul li {
	margin-bottom: 0.3em;
	text-align: right;
}

#col-right ul li ul {
	margin-bottom: 2em;
}

/* Classes */
.clear-float {
	clear: both;
}

/* Fonts */
h1 {
	color: #2b2b2b;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;	
}

h2, .post h1 {
	color: #2b2b2b;
	font-size: 2.2em;
	line-height: 1.2em;
}

h2 a {
	color: #2b2b2b;
	text-decoration: none;
}

h2 a.hover {
	color: #525252;
}

#col-right ul h2 {
	font-size: 1.2em !important;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

#respond h3 {
	color: #2b2b2b;
	font-size: 1.5em;
	line-height: 1.2em;
}

#col-right ul li a {
	font-size: 12px;
}

p {
	color: #2b2b2b;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.post p.author {
	font-size: 1.1em;
}

.post p.comment {
	float: right;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

.post ul, .post ol {
	color: #2b2b2b;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-left: 2em;
}

textarea#comment {
	font: normal 13px Georgia, Arial, Verdana, Sans-serif;
	width: 550px;
}

ol.commentlist {
	list-style: none;
}

.commentmetadata {
	font-size: 1.2em;
}