@CHARSET "UTF-8";

/**
* screen.css - style init for use on the screen media type
*/

/**
* Structure
*/
#wrapper {
	width:55.94em;
	margin:3.38em auto;
}
#header {
	float:left;
	width:11.38em;
	height:20.06em;
	padding-top:0.63em;
}
#header img {
	width:10.563em;
	height:8.813em;
}
#menu {
	float:left;
	width:8.19em;
	min-height:20.06em;
	padding:0.63em 0.56em 0 0.56em;
	border-left:0.15em dotted #89808b;
	overflow:hidden;
}
#menu h2 {
	font-family:"SF Movie Poster",Arial,Verdana,sans-serif;
	font-weight:normal;
	color:#666;
	text-transform:uppercase;
	line-height:0.95em;
	letter-spacing:0.04em;
	margin-bottom:0.22em;
}
#menu ul {
	margin:0;
}
#menu ul ul {
	padding-top:0.63em;
}
#menu li {
	list-style-type:none;
	font-size:0.88em;
	text-transform:uppercase;
}
#menu li:first-child {
	display:none;
}
#menu li li:first-child {
	display:block;
}
#menu li li {
	font-size:0.79em;
	margin-left:0.91em;
}
#menu a:link, #menu a:visited {
	color:#89808b;
}
#menu a:hover {
	color:#404040;
}
#menu .current_page_item a:link, #menu .current_page_item a:visited {
	color:#666;
}
#content-wrapper {
	float:left;
	width:34.40em;
	min-height:20.06em;
	margin-bottom:0.63em;
	padding:0.63em 0 0 0.50em;
	border-left:0.15em dotted #89808b;
	overflow:hidden;
}
#content-header {
	border-top:0.15em dotted #89808b;
	border-bottom:0.15em dotted #89808b;
	text-align:center;
	margin-bottom:0.63em;
	padding:0.13em;
}
#content-header h2 {
	background:transparent url(../img/bg/content-header.gif) repeat scroll 0 0;
}
#content-header h2 span {
	background-color:#f3f6e3;
	display:inline-block;
	padding:0.13em 0.09em 0 0.13em;
}
/* The first paragraph with an image in it gets a bottom border */
#content p:first-child img {
	font-size:1.33em;
	padding-bottom:0.63em;
	border-bottom:0.15em dotted #89808b;
}
#footer {
	clear:left;
	padding-top:0.63em;
	border-top:0.15em dotted #89808b;
	text-align:right;
}
#footer p {
	float:left;
	text-align:left;
}
/**
* Classes
*/
.avatar {
	float:left;
	margin:0.13em 1.31em 0 0;
}
.comment {
	padding:0.63em 0;
}
.comment-meta {
	margin-bottom:1em;
}
