/*
Company:	
File:		author.css - This contains all the author styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/*** START - MOVED TO HEAD FILE ***/
/* @group HTML, Body */
/*body {
	background-color: #662d90;
}*/
/* @end */
/*** END - MOVED TO HEAD FILE ***/

/* @group Layout */

#header { 
	width: 100%; 
	height: 94px; 
	background: url(../templates/images/bg_header.gif) repeat-x; 
} 

#header_content { 
	position: relative; 
	width: 900px; 
	margin: auto; 
} 

.header_search_field { 
	position: absolute; 
	right: 100px; 
	top: 50px; 
	width: 119px; 
	w\idth: 114px; 
	height: 19px; 
	he\ight: 17px; 
	padding: 2px 0 0 5px; 
	/* background: url(../templates/images/bg_search_box.gif) no-repeat; */
	border: none; 
} 

.header_search_button {
	position: absolute; 
	right: 35px; 
	top: 50px; 
}

#content-wrapper {
	background-color: #fff;
	/*padding: 1px 0;*/
	padding: 0 0;
	overflow: hidden;
	/*border: 1px solid #000;*/
}

.cms_content { 
	width: 900px; 
	margin: 0 auto 20px;
	/*border: 1px solid #000;*/
}

#content {
	/*border: 1px solid #000;*/
}

#content_flash { 
	height: 147px; 
	margin-bottom: 20px;
	margin-top: -1px;
	/*border: 1px solid #000;*/
}

#footer { 
	width: 100%; 
	height: 114px;
	background: url(../templates/images/bg_footer.gif) repeat-x; 
	margin: 0;
	text-align: center;
	color: #9e73bd;
	font-size: .92em;
}
p.footer-links {
	padding-top: 35px;
	margin-bottom: 5px;
}
#footer a:link, #footer a:visited {
	color: #9e73bd;
}
#content {
	padding: 1px 0;
	overflow: hidden;
} 

.subpage_image_link { 
	float: right; 
} 

.image_subpage { 
	display: inline; 
	float: left; 
	margin-left: 40px; 
} 

#subpage_main { 
	float: left; 
	width: 561px; 
	margin: auto; 
} 

#subpage_main h2 { 
	clear: both; 
	padding-left: 20px; 
	font: bold 2em arial; 
	color: #926eac; 
} 

#subpage_main_content { 
	width: 559px;
	padding: 1px;
	font: normal 1.1em arial; 
	color: #2f1650;	
	background: url(../templates/images/bg_author_block.gif) repeat-y right; 
} 

#first_subpage_block { 
	padding-top: 10px; 
	background: url(../templates/images/bg_author_top.gif) no-repeat;
	
} 

.subpage_text_block{
	display: block; 
	margin: 5px 10px 5px 10px; 
	padding: 10px 10px; 
	font: normal 1.1em arial; 
	color: #2f1650; 
} 

.subpage_text_special span {
	display: block; 
	margin: 0 1px; 
	padding: 8px 25px; 
	font: normal 1.1em arial; 
	color: #2f1650; 
	background: url(../templates/images/content-bullet.gif) no-repeat 10px 10px; 
} 


.subpage_text_block .subpage_highlight {
	background-color: #f3edf7 !important; 
} 

.subpage_highlight {
	background-color: #f3edf7 !important;
}

#last_subpage_block { 
	height: 20px;
	overflow: hidden;
	background: url(../templates/images/bg_author_bottom.gif) no-repeat 0 bottom; 
} 


.form {
	margin-left:40px;
	padding-top:5px;
	padding-bottom:5px;
}

#ViewerStory {
	margin: 20px 30px 20px 30px;
}

#Story_Author {
	text-align:right;
	margin-right:45px;
	font-style:italic;
}	
/* @end */

/* @group Nav */
	
/* @end */

/* @group Headings */
h1 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #2f1650;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */