/*-------------------------------------------------------------
Mainstyle.css - main styles for theroadtogileadlane.com
Last modified: 12:29 PM 8/13/2008
Creater: Jesse B.

[Contents]

1) - whole page container
2) - header/top navigation
3) - main content area
4) - footer styles
--------------------------------------------------------------*/

a {
	color: #2F5D73;
}

a:hover {
	color: #000000;
}
body {
	background: #2f5d73 url(images/background.jpg) 0 0 repeat;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	word-spacing: 0.1em;
	line-height: 1.2;
	}
	
form {
	margin: 20px 0 20px 20px;
	padding: 10px 0 10px 0;
	background: #2f5d73 url(images/formbg.png) 0 0 repeat-y;
	width: 600px;
	border: 1px outset #133f54;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

input {
	background-color: #ffffff;
	border: 1px solid #133f54;
	height: 20px;
}

input:hover {
	background-color: #efeae4;
	border: 1px solid #362e1f;
}

label {
	font-weight: bold;
	display: inline-block;
	width: 150px;
	margin: 0 10px 0 0;
	background-color: #2f5d73;
}

p {
	margin: 10px;
	text-indent: 1em;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #133f54;
	height: 200px;
	width: 300px;
}

textarea:hover {
	background-color: #efeae4;
	border: 1px solid #362e1f;
}

/* 1) Whole page container. does not include footer. */
#container {
	margin: auto auto;
	width: 950px;
}

/* 2) Header styles. also includes the navigation located at the top of the page */
#headimg {
	background: #000000 url(images/header.jpg) 0 0 no-repeat;
	width: 950px;
	height: 167px;
}

#topnav {
	list-style-type: none;
	float: left;
	background: #000000 url(images/navbg.gif) 0 0 repeat-x;
	height: 35px;
	width: 944px;
	margin: 0 0 0 5px;
	border-left: 1px solid #123a4d;
}

#topnav, #topnav li, #topnav a{
	float: left;
}

#topnav a{
	height: 27px;
	padding: 8px 10px 0 10px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #123a4d;
}

#topnav a:hover {
	background: #000000 url(images/navbg.gif) 0 -35px repeat-x;
}

/* 3) Main content area */
#content {
	width: 930px;
	background: #ffffff url(images/contentbg.png) 0 0 repeat-y;
	padding: 50px 10px 10px 10px;
}

#content h1, h2 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

#content h1>a, h2>a {
	font-weight: normal;
	background: #f3ece1;
	padding: 0 10px 0 10px;
}

#content li {
	margin: 0 0 0 20px;
}

#content p {
	width: 600px;
}

.disc {
	list-style-type: disc;
}

.newsbottom {
	background: url(images/book_open.png) no-repeat;
	border-top: 1px dotted #141414;
	width: 600px;
	margin: 10px 0 0 0;
	padding: 5px 0 10px 6px;
}

.newsbottom img {
	vertical-align: -10px;
}

#rightcontent {
	width: 300px;
	margin: 10px 5px 0 10px;
	float: right;
	background-color: #d9ccba;
}

#rightcontent a {
	color: #ffffff;
	font-weight: bold;
	background: #102630;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#rightcontent a:hover {
	background: #2f5d73;
}

#rightcontent img {
	margin: 0 0 5px 0;
}

#rightcontent li {
	list-style-type: none;
	float: left;
	padding: 0 2px 0 2px;
	margin: 0 0 10px 0;
}

#active a {
	background: #2f5d73;
}

.flatview {
	margin: 5px;
}

.years {
	margin: 10px;
	padding: 0 0 10px 0;
}

.episode {
	width: 632px;
	margin: 0 0 20px 0;
}

.episode p {
	margin: 5px 0 5px 0;
}

.epleft, .epright {
	width: 300px;
	float: left;
	border-top: 1px dotted #141414;
	padding: 3px;
	margin: 0 0 20px 0;
}

.epright {
	border-left: 1px dotted #141414;
}

.clear {
	clear: both;
}

.selected {
	font-weight: bold;
}

.note {
	font-size: .7em;
}

.errormsg {
	border: 1px solid #c92c2c;
	background-color: #ecb2b2;
	padding: 5px;
	margin: 0 0 0 10px;
}

.errormsg img {
	vertical-align: -10%;
}

.comment {
	background: #2f5d73 url(images/commentbg.png) 0 0 no-repeat;
	width: 490px;
	padding: 5px;
	margin: 10px 0 20px 20px;
}

.headline {
	background: url(images/page_white_text.png) no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 3px;
	height: 40px;
	width: 100%;
}

.commentcon {
	margin: 20px 0 40px 80px;
}

/*admin styles?*/
#charscroller {
	width: 300px;
	height: 200px;
	border: 1px solid #000000;
	overflow: auto;
}

/* 4) Footer styles */
#footer {
	width: 100%;
	height: 202px;
	background: url(images/outsidefooterbg.png) 0 0 repeat-x;
	color: #ffffff;
}

#footerinside {
	margin: auto auto;
	width: 942px;
	height: 100%;
}

#footerinside a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#footerinside a:hover {
	color: #d9ccba;
}

#footerinside li {
	width: 200px;
	border-bottom: 1px dotted #d9ccba;
	margin: 7px 0 0 0;
}

#rnews, #rreviews, #rquotes {
	float: left;
	width: 290px;
	height: 178px;
	margin: 20px 0 0 0;
	padding: 30px 0 0 10px;
	background: url(images/recentnews.png) no-repeat 0 0;
}

#rreviews {
	background: url(images/recentreviews.png) no-repeat 0 0;
}

#rquotes {
	background: url(images/recentquotes.png) no-repeat 0 0;
}

#belowfooter {
	width: 800px;
	margin: auto auto;
	padding: 10px;
	font-size: 0.7em;
	color: #d9ccba;
}

#belowfooter a {
	color: #ffffff;
}

#belowfooter a:hover {
	text-decoration: none;
}