
/*
Theme Name: Saga Blog.
Theme URI: http://saga-edition.com/boards.
Description: One column modification of Kakumei.
Version: 0.1.
Author: Matthew Myers
Author URI: http://www.mattylee.com.
*/

@import url('../kakumei/style.css');
body {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #555;
	background-color: #eee;
	line-height: 170%;
	text-align: left;
}
#wrapper {
	background: #fff 0px;
	width: 780px;
	margin: 0px auto;
	margin-top:30px;
	padding: 10px;
	padding-bottom: 20px;
}
#header {
	background: url('images/saga-boards-header.jpg') no-repeat center; /* Remove to get rid of bb emblem. */
	margin: 0 auto 10px;
	width: 780px;
	height: 340px;
	position: relative;
	margin-bottom:90px;
}

#footer {
	border-top: 0px solid #fff;
	padding-top: 30px;
}
.login {
	position: absolute;
	top: 20px;
	left: 10px;
	font-weight: normal;
	color: #444;
	z-index: 1;
	font-size: 12px;
}
.mailcall {
	position: absolute;
	top: 45px;
	left: 10px;
	font-weight: normal;
	color: #444;
	z-index: 1;
	font-size: 12px;
}

#header h1 {
	overflow: auto;
	position: absolute;
	font-style:normal;
	display: block;
	color: #32689b;
	text-align: right;
	letter-spacing: -1px;
	right: 65px;
	bottom: -45px;
	padding: 6px;
	z-index: 2;
	}

#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	font-weight:bold;
	overflow: auto;
	position: absolute;
	display: block;
	color: #32689b;
	text-align: right;
	right: 10px;
	bottom: -65px;
	padding: 6px;
	z-index: 2;
}
#thread li {margin-bottom: 20px;}
h1 { padding-top: 10px; padding-bottom: 15px;}
a { color: #32689b; text-decoration: none; }
a:hover { color: #001364; }
.sticky { background: #adb9e1; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #c3d4f8; }
#profile-menu li a:hover { background: #d8dcf2; }
#latest th, #forumlist th, #favorites th {
	border-bottom: 0px solid #fff;
	background-color: #eee;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}
#main {
	font-size: 11px;
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
}
.post img {
	max-width: 600px;
}
.signature {
	margin-top: 20px;
}
tr { height:48px; }
#front-page #main ul { padding: 5px 0 5px 14px; }
#terms_of_service ul, #terms_of_service ol { padding: 5px 0 5px 14px; }
.bb-parent td { background: #c3d4f8; }
blockquote {padding: 5px 0 5px 14px; margin-bottom: 20px;}