/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/

.topbanner {height:60px;background:#eee url(images/header-bg.png) top left repeat-x;padding:0px 0;text-align:center;}
.topbanner IMG, .topbanner OBJECT {border:none;outline:none;}

.menublock TD {background-color:#cc0000;color:#ffffff;}
.menublock A, .menublock A:visited {color:#ffffff;}
.menublock A:hover, .menublock A:focus, .menublock A:active {color:#ff9900;}
.menublock .trans, .brandbg .trans {background-color:#ffffff;color:#333333;}
.menublock TD.hlbg {background-color:#ff9900;}
.menublock .trans A, .menublock .trans A:visited {color:#333366;}
.menublock .trans A:hover, .menublock .trans A:focus, .menublock .trans A:active {color:#cc3333;}
.menublock UL.nav {font-size:11px;}
.menublock UL.nav LI {border-left-color:#ffffff;}

.toplinks {text-align:center;height:3em;line-height:2;}
.brandbg {background-color:#cc0000;color:#ffffff;}

.ctr, TR.ctr TD, TR.ctr TH {text-align:center;}
.la, TR.la TD, TR.la TH {text-align:left;}
.ra, TR.ra TD, TR.ra TH {text-align:right;}
.vt, TR.vt TD, TR.vt TH, TABLE.vt TR TD, TABLE.vt TR TH {vertical-align:top;}
.vm, TR.vm TD, TR.vm TH, TABLE.vm TR TD, TABLE.vm TR TH {vertical-align:middle;}
.vb, TR.vb TD, TR.vb TH, TABLE.vb TR TD, TABLE.vb TR TH {vertical-align:bottom;}

UL.nav {display:inline;list-style:none;}
UL.nav LI {display:inline;margin:0 5px 0 0;padding-left:5px;border-left:solid 1px #333366;}
UL.nav LI:first-child {border-left:none;padding-left:0;}
UL.nav LI A, UL.nav LI A:visited {text-decoration:none;}
UL.nav LI A:hover, UL.nav LI A:focus, UL.nav LI A:active {text-decoration:underline;}

.bd {font-weight:bold;}
.it {font-style:italic;}
.un {text-decoration:underline;}
.st {text-decoration:line-through;}
.uc {text-transform:uppercase;}
.lc {text-transform:lowercase;}
.lrgtxt {font-size:150%;}
.smltxt {font-size:75%;}

.phonebox {vertical-align:top;text-align:right;float:right;font-size:11px;display:block;white-space:nowrap;}
.addthis {float:left;}
.clr {clear:both;}
.spcr {padding-top:5px;}

.format_text img.alignleft { margin: 0 10px 1.53846em 0; float: left; clear: left; }
.format_text img.alignright { margin: 0 0 1.53846em 10px; float: right; clear: right; }
.format_text img.aligncenter { display: block; margin: 0 auto 1.53846em auto; float: none; clear: both; }

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

.menuhead {color:#cc0000; text-align:center; font-weight:bold; font-size:1.2em;}
#footer .icons {background-color:#ffffff;color:#333333;border:solid 1px #333333;margin-left:auto;margin-right:auto;}
#footer .footnav {margin-bottom:5px;}
#footer p {font-size:1.1em; color:#333366; margin-bottom:5px;}

#footer ul {display:inline;list-style:none;font-size:1.1em;}
#footer ul li {display:inline;margin:0 5px 0 0;padding-left:5px;border-left:solid 1px #333366;}
#footer ul li:first-child {border-left:none;padding-left:0;}
#footer ul li a, #footer ul li a:visited {text-decoration:none; color:#333366;}
#footer ul li a:hover, #footer ul li a:active {text-decoration:underline; color:#cc0000;}

ul.sidebar_left li.widget p { margin: 0; padding: 0; background:#fff; text-align:center;}

#hat {
	background: url(http://blog.dollardays.com/wp-content/themes/dollardays/images/header-bg.png) repeat-x 0 0;
	height: 60px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 900000;
	text-align: center;
}
