@charset "utf-8";
/* CSS Document */

/*
Theme Name: Smoke
Theme URI:
Description: Whoa!
Version: 9001
Author: Nathaniel Cagle
Author URl:
*/

a:link
{
color: #ffc12d;
text-decoration: none;
}

a:hover
{
color: #ffb400;
text-decoration: none;
}

a:visited
{
color: #f0b62c;
text-decoration: none;
}

a:active
{
color: #f7c345;
text-decoration: none;
}

body
{
text-align:center;
font-family: Tahoma;
color: #FFFFFF;
background-color: #261721;
background-image: url(backsplash.gif);
background-position: top center;
background-repeat: no-repeat;
margin:0;
padding:0;
height:100%; 
}

img
{
border: none;
}

.bar_title
{
background-image: url(bar_title.png);
background-repeat:no-repeat;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 50em;
height: 100%;
text-align: left;
}

div.main
{
background: #654d49;
color: #FFFFFF;
min-height: 500px;
width: 800px;
}

div#sidebar
{
margin-left: 20px;
width: 230px;
background: #261721;
}

div#content
{
width: 510px;
float: right;
margin-right: 15px;
}

.ban
{
margin-left: -34px;
}

p
{
padding: 10px;
text-indent: 20px;
font-size: 12px;
}

h3
{
text-indent: 20px;
color: #333333;
}

h4
{
text-indent: 20px;
color: #0A4E61;
}

ul
{
margin: 15px;
line-height: 1em;
padding: 5px;
list-style:disc;
font-size: 12px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! AHH!! Header link mouseovers !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

#wholink
{
width: 200px;
height: 58px;
display: inline-block;
background: url(but_who.gif) no-repeat 0 0;
}

#bloglink
{
width: 200px;
height: 58px;
display: inline-block;
background: url(but_blog.gif) no-repeat 0 0;
}

#beautlink
{
width: 200px;
height: 58px;
display: inline-block;
background: url(but_beaut.gif) no-repeat 0 0;
}

#contlink
{
width: 200px;
height: 58px;
display: inline-block;
background: url(but_cont.gif) no-repeat 0 0;
}