/*
Article Only
Web Publisihg - stylesheet.css
by Richard Ray
Created March 2008
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited{
	color: #000088;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 12px;
	line-height: 150%;
}
p {
	line-height: 150%;
}
.small_text {
	font-size: 10px;
}
.date_text {
	font-size: 10px;
	color: #999999;
}
.error_text {
	font-size: 10px;
	color: #FF0000;
}
.title_bar {
	font-size: 16px;
	line-height: 25px;
	background: url(images/bar_1.gif) repeat-x;
	height: 25px;
	clear: left;
	padding-left: 20px;
}
.title_bar h1 {
	font-size: 14px;
	font-weight:bold;
	display: inline;
}
.page_wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}

/* includes */
#header {
	width: 980px;
}
#logo {
	width: 490px;
	float: left;
}
#header_navagation {
	width: 490px;
	float: right;
}
#header_links_wrapper {
	float: right;
}
#header_links {
	font-size: 12px;
	display: inline;
	padding-left: 20px;
	list-style-type: none;
}
#as_lk_unit {
	width: 980px;
	clear: left;
	padding-top: 10px;
}
#navigation {
	width: 980px;
}
#search {
	background: url(images/nav_background.gif) repeat-x;
	width: 485px;
	height: 50px;
	float: left;
	padding: 5px 0 0 5px;
}
#search_text {
	font-size: 10px;
	color: #000000;
}
#navagation_links {
	background: url(images/nav_background.gif) repeat-x;
	width: 480px;
	height: 50px;
	float: right;
	padding: 10px 10px 0 0;
}
#footer {
	width: 980px;
	clear: both;
}
#ad_block_banner {
	text-align: center;
	width: 980px;
	clear: left;
}
#chitika_336x280_wrapper {
	margin: 20px 0;
}
#chitika_468x180_wrapper {
	margin: 20px 0;
}
#chitika_120x600_wrapper {
	margin: 20px 0;
}
#as_ad_unit_2_wrapper {
	margin: 40px 0;
	clear: left;
}
#footer_links {
	font-size: 10px;
	float: right;
	padding: 10px 0 40px 0;
}


/* index.php, article.php */
#column1 {
	width: 340px;
	float: left;
	margin: 10px 20px 20px -840px;
}
#column2 {
	width: 480px;
	float: left;
	margin: 10px 0 20px 360px;
}
#column3 {
	width: 125px;
	float: right;
	margin: 10px 0 20px 15px;
}
#article_list_title_bar, #article_footer_title_bar {
	margin-bottom: 10px;
}
#article_item_wrapper {
	width: 480px;
}
#thumb_img {
	float: left;
	clear: left;
	padding-bottom: 20px;
}
#article_info {
	font-size: 12px;
	width: 410px;
	float: right;
	padding-bottom: 20px;
}
#article_info a {
	font-size: 14px;
}
#tell_friend_link {
	font-size: 10px;
}
#tell_friend_link img {
	vertical-align: text-bottom;
	padding-right: 5px;
}
#article_text p {
	margin: 20px 0 0 0;
}
#article_text ul, #article_text ol {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#article_img {
	float: right;
	margin: 10px 0 20px 20px;
}
#article_footer {
	margin-top: 40px;
}
#article_footer_text {
	clear: both;
}

/* disclaimer.php / privicy_policy.php */
#disclaimer, #privacy_pol {
	width: 980px;
	margin: 20px 0 20px 0;
}
#disclaimer p, #privacy_pol p {
	font-size: 10px;
}


/* links.php */
#links {
	width: 580px;
	float: left;
	margin: 20px 60px 0 0;
}
#links_terms {
	width: 318px;
	float: right;
	padding: 10px;
	margin: 20px 0 20px 0;
}


/* results.php */
#results {
	width: 980px;
	margin: 20px 0 20px 0;
}

/* site_map.php */
#site_map_wrapper {
 margin-bottom: 40px;
}
#site_map_link {
	font-size: 10px;
	line-height: 150%;
	text-indent: 20px;	
}

/* tell_friend.php */
#tell_friend {
	margin: 20px 0 20px 0;
}

#tell_friend label {
	float: left;
	display: block;
}
#tell_friend input, textarea, submit, .error_text {
	margin-left: 175px;
	display: block;
}