/* Design and coding by Justine
URL: http://louder-now.net/
E-MAIL: justine@louder-now.net */

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/ffauthors_bg.jpg);
	color: #141414;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(images/ffauthors_bg-x.jpg) repeat-x;
		border: 0px solid red;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 785px;
	height: 746px;
	background: url(images/ffauthors_02.jpg) no-repeat;
		border: 0px solid red;
}
#contentbottom {
	position: absolute;
	top: 310px;
	left: 370px;
	width: 550px;
		border: 0px solid blue;
}
#content {
	text-align: justify;
		border: 0px solid blue;
}

/*________________________________________________________________________ MENU */

#menu {
	position: absolute;
	top: 450px;
	left: 110px;
	width: 180px;
	text-align: left;
	line-height: 30px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "Courier New", Courier, "Trebuchet MS";
	letter-spacing: 3px;
}
#menu ul li {
	padding: 0px;
	margin-bottom: 5px;
	display: block;
	border: 0px solid #d3d3d3;
}
#menu ul li a {
	padding-left: 25px;
	color: #000000;
	display: block;
	background: #ffffff url(images/blockquote.jpg);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #e3272c;
	background: #ffffff url(images/menuli.jpg);
	text-decoration: none;
}


/* _____________________________________________________________________ BOTTOM */
#bottom {
	margin: 30px 0px 10px 0px;
	padding-top: 13px;
	padding-right: 100px;
	width: 460px;
	height: 70px;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
	color: #ffffff;
	background: url(images/ffauthors_foot.jpg) no-repeat;
		border: 0px solid blue;
}
#bottom p {
	padding: 0px;
	margin: 0px;
}
#bottom a {
	padding: 0px 2px 0px 2px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}
#bottom a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*____________________________________________________________________ CONTENT */

#content p {
	padding: 5px 0px 10px 0px;
	margin: 0px;
}
#content a {
	letter-spacing: 1px;
	color: #1988dc;
	font-weight: normal;
	text-decoration: none; 
	cursor: default;
}
#content a:hover {
	color: #d93b41;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
}
#content h1 {
	color: #89795f;
	margin: 30px 5px 20px 30px;
	padding-right: 10px;
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	letter-spacing: 5px;
}
#content h1:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-style: italic;
	color: #645d5d;
	font-weight: bold;
	text-transform: lowercase;
}
#content h2, h3 {
	margin: 0px 0px 5px 10px;
	color: #d33437;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 2px;
}
#content b {
	color: #d93b41;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}
#content strong {
	color: #186baa;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}
#content i {
	color: #d93b41;
}
#content em {
	color: #186baa;
}
#content u {
	color: #625239;
	text-decoration: none;
	border-bottom: 1px solid #89795f;
}
#content blockquote {
	margin: 10px 30px 5px 30px;
	padding: 7px;
	line-height: 25px;
	letter-spacing: 1px;
	background: url(images/blockquote.jpg) no-repeat;
	color: #000000;
}
#content blockquote b, #content blockquote strong, #content blockquote i, #content blockquote em, #content blockquote u {
	background: #f6f6f6;
}
#content blockquote a {
	color: #89795f;
	font-style: italic;
	background: #f6f6f6;
}
#content input, textarea, button {
	background: #ffffff url(images/blockquote.jpg) no-repeat;
	padding: 7px;
	border: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	letter-spacing: 1px;
}
#content select, option {
	border: 0px;
	margin: 0px;
	padding: 2px;
	background: #ffffff;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
#content img {
	border: 7px solid #cccccc;
	margin: 5px;
}
#content a img {
	border: 7px solid #bebebe;
	margin: 5px;
}
#content a:hover img {
	border: 7px solid #a9a9a9;
}

/* _______________________________________________________________________ LISTS */


#content ul {
	font-size: 11px;
}
#content ul li {
	padding-bottom: 5px;
	list-style-image: url(images/li.jpg);
}
#content ul li a {
	margin-bottom: 5px;
	color: #d93b41;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}
#content ul li a:hover {
	color: #717171;
	font-weight: bold;
	text-decoration: none;
}
#content ol li {
	padding-bottom: 15px;
}
