/*
Theme Name: UTDV2
Theme URI: http://www.usethedollar.com/
Description: UseTheDollar V2
Version: 2.0
Author: David Leggett
Tags: usethedollar
*/

@charset "utf-8";
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset */


/* Begin Main Styles */
body {
	margin:0px;
	text-align:center;
	background:url(images/bg.png) repeat-x;
}
.wrapper {
	width:976px;
	text-align:left;
	margin:0 auto;
}

/* Masthead Start */
#masthead {
	margin-top:16px;
}
ul#navigation li {
	float:left;
	margin-right:16px;
	line-height:32px;
}
ul#navigation li a {
	text-transform:capitalize;
	color:#777;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#cse-search-box {
	float:right;
	line-height:32px;
}
#cse-search-box .searchinput {
	width:200px;
}
#cse-search-box .buttoninput {
	width:93px;
}

/* Front Page */
#frontpage #maincontent {
	clear:both;
	padding-top:32px;
}
#frontpage #featuredcontent h1 {
	display:block;
	background:url(images/featured-content.png) no-repeat;
	height:24px;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #222;
}
#frontpage #featuredcontent h1 span {
	display:none;
}
#frontpage #learnmoreabout h1 {
	display:block;
	background:url(images/learn-more.png) no-repeat;
	height:24px;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #222;
}
#frontpage #learnmoreabout h1 span {
	display:none;
}
#frontpage .article h2 {
	font-size:16px;
	line-height:16px;
	margin-bottom:8px;
}
#frontpage .article h2 a {
	color:#c7321e;
	text-decoration:none;
	font-size:16px;
}
#frontpage .article h2 a:hover {
	color:#000;
}
#frontpage .article p {
	font-size:14px;
	line-height:16px;
	color:#515151;
	margin-bottom:8px;
}
#frontpage .article p a {
	color:#515151;
}
#frontpage .article p a:hover {
	color:#000;
}
#frontpage .article {
	font-family:Arial, Helvetica, sans-serif;
}
#learnmoreabout {
	clear:both;
	padding-top:32px;
}
#learnmoreabout ul li a {
	color:#1e91c7;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
#learnmoreabout ul li a:hover {
	color:#000;
}
#learnmoreabout ul li {
	line-height:16px;
	margin-bottom:16px;
}
/* Standard Ads */
.largeblock {
	display:block;
	width:336px;
	height:280px;
	background:#fff;
}
.leaderboard {
	display:block;
	width:728px;
	height:90px;
	background:#fff;
	margin:0 auto;
	clear:both;
}
.halfbanner {
	display:block;
	width:468px;
	height:60px;
	background:#fff;
	clear:both;
	margin:0 auto;
}
.halfbannercontainer {
	display:block;
	clear:both;
	text-align:center;
	padding:16px;
	margin-top:16px;
}
.spacebottom {
	margin-bottom:16px;
}
/* Archive Start */
#archive #maincontent {
	padding-top:32px;
	clear:both;
}
#archive #maincontent h1 {
	font-size:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#515151;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #222;
}
#archive ul.articlelist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#archive ul.articlelist li a {
	font-weight:bold;
	color:#1e91c7;
}
#archive ul.articlelist li a:hover {
	color:#000;
}
#archive ul.articlelist li {
	margin-bottom:16px;
	line-height:16px;
}
/* Columns */
.leftcol {
	width:336px;
	float:left;
	margin-right:16px;
}

.midcol {
	width:304px;
	float:left;
	margin-right:16px;
}
.rightcol {
	width:304px;
	float:left;
}
.quadcol {
	width:624px;
	float:left;
}
/* Single Page Start */
#single #maincontent {
	clear:both;
}
#single #maincontent {
	padding-top:32px;
}
#single #maincontent .article h1 {
	font-size:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#515151;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #222;
}
#single #maincontent .article p {
	font-size:14px;
	color:#515151;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-bottom:8px;
	color:#515151;
}
#single #maincontent .article h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#515151;
	margin-top:32px;
	line-height:24px;
	margin-bottom:8px;
	clear:both;
}
.moretopics .topicsheading span {
	display:none;
}
.moretopics .topicsheading {
	background:url(images/more-topics.png) no-repeat;
	display:block;
	height:28px;
	width:728px;
	margin:0px auto;
}
hr {
	border-top:1px dotted #222;
	color:#fff;	
}
.moretopics {
	clear:both;
	padding-top:32px;
	margin:0 auto;
}
.moretopics ul {
	width:144px;
	float:left;
	padding-right:32px;
	margin-left:2px;
}
.listcontainer {
	width:728px;
	margin:0 auto;
}
.moretopics ul li a {
	color:#467890;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.moretopics ul li a:hover {
	color:#000;
}
.moretopics ul li {
	margin-bottom:8px;
	line-height:16px;
}
#footer {
	clear:both;
	padding:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#777;
	font-size:12px;
}

/* Post Styles */
.alignright {
	float:right;
	margin-left:16px;
	margin-bottom:8px;
}
.alignleft {
	float:left;
	margin-right:16px;
	margin-bottom:8px;
	display:block;
	padding-right:16px;
}
#single .article h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
	font-size:16px;
	margin-top:20px;
	margin-bottom:8px;
}
#single .article a {
	color:#1e91c7;
}
#single .article a:hover {
	color:#000;
}
#single .article ul {
	color:#515151;
	padding-top:8px;
	padding-left:32px;
	font-family:Arial, Helvetica, sans-serif;
}
#single .article ul {
	list-style:disc;
}
#single .article ol {
	list-style:decimal;
	margin-left:32px;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#515151;
}
#single .article ul li, #single .article ol li {
	margin-bottom:8px;
	line-height:16px;
	font-size:14px;
}
#single .article strong {
	color:#6a6a6a;
}
#single .article blockquote {
	padding:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#515151;
}