﻿/* General Settings */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input 
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}


/* Link Settings */
	
a:link {
	text-decoration:none;
	color: #666666;
}
a:visited {
    text-decoration:none;
	color: #666666;
}

a:hover {
	color: #333333;
	text-decoration:underline;
	background-color:#CCCCCC;
}

a:active {
	text-decoration:none;
	color: #666666;
}


/* Blockquote Settings */

blockquote, q {
	quotes:none
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}

:focus {
	outline:0
}


/* Div Settings */

.clear {
	clear:both;
}
.block {
	display:block
}

/* Header Settings */

#header {
	height:120px;
	position:relative;
	border-bottom:3px solid #222;
	

}

#header span.red {
	display:block;
	color:#cd1713;
	font-weight:bold;
}

#LeftQuote {
	width:190px;
	float:left;
	height:100px;
	display:block;
	position:relative;
}

#LeftQuote p.LeftQuoteText {
	width:250px;
	position:absolute;
	font-size:17px;
	color:#aaa;
	letter-spacing:-1px;
	bottom:4px;
	text-align:left;
	margin-left:10px;
}
#LeftQuote p.LeftQuoteText a{
	color:#999;
}
#LeftQuote p.LeftQuoteText a:hover{
	color:#888;
}
#LeftQuote img {
	margin: 10px 10px 10px 10px;
}
#RightQuote {
	width:250px;
	float:right;
	height:100px;
	display:block;
	position:relative;
}
#RightQuote img {
	margin: 10px 10px 10px 10px;
	}
#RightQuote p.RightQuoteText {
	width:180px;
	position:absolute;
	font-size:17px;
	color:#aaa;
	letter-spacing:-1px;
	bottom:6px;
	text-align:right;
	margin-right: 3px;
	
}
#RightQuote p.RightQuoteText a{
	color:#999;
}
#RightQuote p.RightQuoteText a:hover{
	color:#888;
}
#Title {
	width:300px;
	float:left;
	padding-top:10px;
	padding-left:40px;
	text-align:center;
}
#Headline1 {
	font-size:30px;
	display:block;
	
}
#Headline2 {
	font-size:44px;
	display:block;
	color:#cd1713;
	font-weight:bold;
	
	font-variant:small-caps;
}

#Subtitle
{
	color: #666666;
	font-size: 10px;
	font-style:italic;
}


/* Body Settings */

body {
	background:#fff;
	font: 1em/17px Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	color:#000;
	line-height:1;
}

#wrapper {
	padding:0 10px;
	background:#fff;
	width:790px;
	margin:0 auto;
}

#Content {
	float:left;
	width:790px;

}

#ArticleHeader {
	display:block;
	color:#8f8f8f;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:0px;
	border-bottom:1px solid #eee;
}


#ArticleTitle {
	font-size:24px;
	line-height:25px;
	font-weight:bold;
	color:#010d37;
}

#ArticleArea {
	width:390px;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
}


#ArticleText {
	font-size:.95em;
}

#ArticleText p 
{
	line-height:1.3em;
	padding-top:10px;
}
	
#ArticleText h2,#ArticleText h3,#ArticleText h4,#ArticleText h5,#ArticleText h6 
{
	line-height:1.3em;
	padding-top:10px;
	font-size: 1.1em;
}


#ArticleText blockquote{
	margin-top: 10px;
	margin-left: 10px;
	width: 90%;
	background-color: #ECECEC;
	font-size: 90%;
}

/* Sidebar */


#Sidebar {
	float:right;
	padding:10px 10px 5px;
	background:#f4f4f4;
	width:360px;
	
}

#Sidebar ul
{
	padding-top:10px;
}

#Sidebar li
{
	list-style-position: outside;
	list-style-type: square;
	vertical-align: middle;
	margin:  10px 10px 10px 40px;
	font-weight:bold;
	line-height: 1.5em;
	font-size: .9em;
}



.SidebarText {
	font-size: .9em;
	font-weight:bold;
		line-height:1.3em;
	padding-top:10px;

}

.SidebarTextLower {
	font-size: .8em;
	line-height:1.3em;
	padding-top:10px;
}





/* Footer Start */

#footer 
{
border-top:1px solid #eee;
	margin-top: 10px;
	width: 100%;
	height: 30px;
	clear: both;
	}

#footer a {
	color: #0000cc;
	text-decoration:underline;
	}

#footer a:hover {
	color: #0000cc;
	text-decoration:underline;
	}

#footer p 
{
	font-size: .6em;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #000000;
	}

/* Other Start */

.couponbox 
{
	margin: 10px auto 10px auto;
	display: block;
	border: 3px dashed #990000;
	width: 98%;
	text-align:center;
	padding:0px;
	background-color: #ffffff;
}

.couponbox p
{
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 1.2em;
	font-weight:bold;
	margin:10px 10px 10px 10px;
}

.couponbox a:hover 
{
	text-decoration:none;
	background-color:#ffffff;
}

.sidebarheaderstyle {
	font-size: 1.4em;
	color: #990000;
}

.sidebarbonusstyle {
	font-size: 1.2em;
	color: #990000;
}

.bookimage
{
	display: block; 
	margin-left: auto;
	 margin-right: auto; 
}

.byline
{
	color: #666666;
	font-size: 10px;
	font-style:italic;
}


.graytext
{
	color: #666666;
	font-style:italic;
}

.strikethru {
	text-decoration: line-through;
}

