/* STRUCTURE */

body {
	margin: 0;
	min-width: 750px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth ++ */
	}
	
#container {
	padding-left: 30px;      /* LC fullwidth */
	padding-right: 260px;     /* RC fullwidth + CC padding */
	}
		
#container .column {
	position: relative;
	float: left;
	}
		
#header {
	padding: 6px 16px 1px 16px;
	background: #eee;
	border-bottom: solid 1px #CCCCCC;
	}

#content {
	padding: 10px 20px;       /* CC padding */
	width: 100%;
	}
		
#extra {
	width: 200px;             /* RC width */
	padding: 10px 10px;          /* RC padding */
	margin-right: -260px;     /* RC fullwidth + CC padding */
	background: #eee;
	}

#footer {
	clear: both;
	margin-top: 15px;
	padding: 12px;
	background-color: rgb(213, 219, 225);
	}

/* TYPOGRAPHY - MAIN */

body,
p,
li,
.feedback {
	font-family: Verdana, Arial, 'Trebuchet MS', sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	}

a { 
	color: #2222AA;
	font-weight: bold;
	text-decoration: none; 
	}

a:visited { 
	color: #222288; 
	}
	
a:hover { 
	color: #ff0000;
	text-decoration: underline; 
	}

blockquote {
	margin-left: 1.5em;
	padding-left: 5px; 
	}

/* BRANDBAR TYPOGRAPHY */

#brandbar {
	font-family: Verdana, Arial, 'Trebuchet MS', sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
	}

#brandbar a {
	text-decoration: none; 
	font-weight: bold; 
	color: #666666;
	}

#brandbar A:hover {
	text-decoration: underline; 
	font-weight: bold; 
	color: #444444;
	}

/* BANNER TYPOGRAPHY */

#banner {
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-align: right;
	}
		
#banner a { 
	text-decoration: none;
	color: white;
	}

#banner a:hover	{ 
	color: #ff0000;
	text-decoration: underline;
	}

/* CONTENT TYPOGRAPHY */

.storytitle {
	font-size: 1.2em;
	font-weight: bold;
	}

.storytitle a {
	text-decoration: none;
	}

.storytitle a:hover	{ 
	color: #ff0000;
	text-decoration: underline;
	}
	
.storycontent p {
	line-height: 1.5em;
	padding: 0px 6px 0px 8px;
	}

.meta {
	font-size: 0.8em;
	color: #808080;
	font-weight: normal;
	padding: 0px 6px 0px 8px;
	}

.meta li ul {
	color: #808080;
	display: inline;
	}

.meta a {
	color: #808080;
	font-weight: bold;
	}

.meta a:hover {
	color: #444444;
	font-weight: bold;
	}
	
/* SIDEBAR TYPOGRAPHY */

#sidebar p {
	font-size: 0.9em;
	padding: 0px 12px 0px 8px;
	}

#sidebar h2 {
	margin: 0px;
	padding: 5px;
	background-color: rgb(213, 219, 225);
	background: url(/zimg-rsm/rsm-sidebar-bg.jpg) no-repeat;
	font-size: 1.1em;
	line-height: 1.3em;
	color: white;
	text-align: right;
	}

#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0px 22px 0px 8px;
	}
	
#sidebar li {
	font-size: 0.9em;
	color: #D6B2A2;
	}
	
#sidebar a {
	color: #808080;
	}

#sidebar a:hover  { 
	color: #ff0000;
	text-decoration: underline;
	}

#sidebar h3 {
	font-size: 1em;
	}

/* FOOTER TYPOGRAPHY */

#footer p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: white;
	}

#footer a {
	font-weight: bold; 
	}

#footer a:hover	{ 
	color: #ff0000;
	text-decoration: underline;
	}

/* span and div (class) styles */

.floatleft	{
	float: left;
	}

.floatright {
	float: right;
	}

/* classes used by the_meta() */

ul.post-meta {
	list-style: none;
	}

ul.post-meta span.post-meta-key {
	font-weight: bold;
	}

/* more wordpress styles */

.right {
	text-align: right;
	}

.post {
	border-bottom: dotted red 1px;
	margin-bottom: 12px;
	}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	list-style-type: none;
}



