/* Companion Custom CSS over-rides for [ Letters from Terrok ]: ComicPress - 2.8 */

body {
	background: #e6e8e3 url('http://terrok.com/letters/images/grainy-terrok-map.jpg') left top no-repeat;
}

#header {
	text-align: left;
}

	#header a {
		color: #362f2d;
		font-family: 'Times New Roman', serif;
		letter-spacing: .5px;
		position: relative;
		top: 40px;
		margin-left: 25px;
		font-size: 45px;
		font-variant: normal;
		font-style: italic;
	}

	#header .description {
		text-align: right;
		margin-right: 25px;
		position: relative;
		top: 20px;
		color: #9c8780;
		font-family: 'Times New Roman', serif;
		font-size: 14px;
		font-style: italic;
	}


#page-wide {
	width: 982px;
}

 #page-wide {
	background: url(http://terrok.com/letters/images/page-wide_bg.gif) center top repeat-y;
} 

 #content-wrapper {
	background: #f9ede0 url(http://terrok.com/letters/images/footer_bg.gif) center top repeat-y;
}

#sidebar-left {
	width: 194px;
        margin-left: 2px;
        padding-left: 4px;
        text-align: center;
}
 
#sidebar-right {
	width: 200px;
        margin-right: 2px;
        padding-left: 4px;
}

#footer {
	background: url(http://terrok.com/letters/images/footer_bg.gif) left top repeat-y;
	width: 982px;
	margin-left: auto;
	margin-right: auto;
}

#menubar {
	width: 980px;
	/* background: #362f2d;*/
	margin-left: 3px;
}

#comic {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
overflow:hidden;
}

.nav, .nav-first, .nav-next {
	display: none;
}
