/*

Style Sheet for writersworld.co.uk newsletter copy.

Developed by Z-omo www.z-omo.com Sept, 2004.

*/
/*-----------------------------------------------[ Newsletter List ]------*/
#issue_list
{
	width: 559px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#issue_list ul
{
	list-style-image: url(../images/bullet.gif);
	margin-left: 20px;
	padding-left: 0px;
}

#issue_list ul
{
	color: #103C78;
	font-weight: bold;
	line-height: 2.3em;
}

#issue_list ul a:link
{
	color: #484C58;
	text-decoration: none;
	font-weight: normal;
}

#issue_list ul a:hover
{
	color: #484C58;
	text-decoration: underline;
	font-weight: normal;
}

#issue_list ul a:visited
{
	color: #484C58;
	text-decoration: none;
	font-weight: normal;
}

/*-----------------------------------------------[ Newsletter layout ]----*/
#news_controls
{
	text-align: right;
	margin-bottom: 3px;
}

#news_controls a:link, a:visited, a:hover
{
	font-weight: bold;
}

#newsletter_frame
{
	position: relative;
	display: block;
	width: 559px;
	border: solid 1px #A8A8B0;
	margin: 0px 0px 10px 0px;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	overflow: visible;
}

#titles_section
{
	display: block;
	position: relative;
	text-align: left;
	margin: 10px 10px 15px 15px;
}

#left_column
{
	float: left;
	display: inline;	/* Needed to remove left bug in IE6. */
	width: 250px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
}

#right_column
{
	width: 250px;
	margin: 0px 0px 0px 285px;
	padding: 0px 0px 0px 0px;
}
	
p {
	text-align: justify;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

p.credit
{
	font-size: 0.9em;
	color: #333;
	margin-top: 5px;
}

p.image
{
	text-align: center;
}

p.image img
{
	max-width: 250px;
}

h1 {
	color: #424E66;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #424E66;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0px;
}

h3 {
	color: #424E66;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
}

h4
{
	font-size: 1em;
	font-weight: 700;
}

h5 {
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
}

.ww_bold {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #A80800;
	font-weight: bold;
	text-transform: uppercase;
}

strong
{
	color: #000;
}

#newsletter_frame li
{
	margin-bottom: 3px;
}

ol.alpha
{
	list-style-type: upper-alpha
	
}

blockquote
{
	margin: 0px 0px 0px 20px;
	font-size: 0.9em;
}

.byline
{
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
}

.bib
{
	font-weight: normal;
	font-size: 0.8em;
}

.clear { clear: both; }

div.leftbar_content p
{
	margin: 0px 0px 20px 0px;
}

div.contact_info p
{
	margin: 0px 0px 20px 0px;
}

/*----------------------------------------[ SIGN UP FORM ONLY ]----*/
#news_signup2
{
	width: 537px;
	border: solid 1px #a8a8b0;
	padding: 10px 10px 5px 10px;
	background-color: #fff;
	margin: 10px 0px 20px 0px;
	text-align: justify;
}

#news_signup_form
{
	margin: 0px;
}

#news_signup2 input.input
{
	border: solid 1px #878788;
	width: 220px;
	height: 19px;
	padding: 4px 0px 0px 5px;
	margin: 5px 0px 5px 0px;
	color: #000;
}

table#user_details
{
	width: 366px;
	border: none;
}

/*----------------------------------------[ LEGAL NOTICE ONLY ]----*/
#newsletter_frame.notice
{
	background-color: #fff;
}

#left_column.notice
{
	background-color: #eee;
	padding: 3px 3px 8px 3px; 
}

#right_column.notice
{
	background-color: #eee;
	padding: 3px; 
}

.notice h1 { text-transform: uppercase; }

/*----------------------------------------[ PRESS RELEASE SECTION ]----*/
#press_copy
{
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
}