* {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color: #fff;
font-family: verdana, sans-serif;
font-size: 10px;
color: #333;
text-align: center;
}

/* General Content styles: p, a, h1, h2 */

h1 {
text-align: left;
font-size: 2em;
margin: 0 0 10px 0;
color: #c93;
text-transform: uppercase;
font-weight: bold;
}

h2 {
text-align: left;
font-size: 1.6em;
margin: 0 0 5px 0;
text-transform: capitalize;
color: #c33;
font-weight: bold;
}

em {
font-weight: bold;
font-style: normal;
}

.content p {
text-align: left;
font-size: 1.4em;
line-height: 1.4;
padding: 0 0 10px 0;
}

p.right {
text-align: right;
}

p.error {
background: #F6DADA;
color: #c33;
line-height: 1;
padding: 3px;
}

p.adhere {
height: 30px;
line-height: 30px;
float: right;
padding: 0 25px 0 10px;
background: #E0F5D6 url('images/arrow.png') no-repeat center right;
}

a, a:link, a:visited {
color: #36c;
text-decoration: underline;
}

a:hover, a:active {
color: #c33;
text-decoration: none;
}

.rightbox a, .rightbox a:link, .rightbox a:visited {
padding: 0 0 0 20px;
}

.rightbox a.current {
background: transparent url('images/check.png') no-repeat top left;
}

a.ad, a.ad:link, a.ad:visited, a.ad:hover, a.ad:active {
padding: 0;
}

a.feed {
padding: 0 0 0 20px;
background: transparent url('images/feed.png') no-repeat top left;
}

a.post {
padding: 0 0 0 20px;
background: transparent url('images/comment.png') no-repeat top left;
}

a.register {
padding: 0 0 0 20px;
background: transparent url('images/register.png') no-repeat top left;
}

a.signout {
padding: 0 0 0 20px;
background: transparent url('images/signout.png') no-repeat top left;
}

a.categories {
padding: 0 0 0 20px;
background: transparent url('images/categories.png') no-repeat top left;
}

a.users {
padding: 0 0 0 20px;
background: transparent url('images/users.png') no-repeat top left;
}

a.news {
padding: 0 0 0 20px;
background: transparent url('images/news.png') no-repeat top left;
}

ul.main {
list-style-type: disc;
text-align: left;
font-size: 1.4em;
line-height: 1.4;
margin: 0 0 10px 20px;
}

ul.main li {
padding: 0 0 10px 0;
}

img.team {
float: left;
margin: 0 0 10px 13px;
}

.center {
text-align: center;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear:both;
}

/* Form Styles */

input {
border: 1px solid #36c;
text-align: left;
padding: 2px;
}

textarea {
font-family: verdana, sans-serif;
color: #333;
font-size: 1.4em;
height: 100px;
}

input.signin {
width: 120px;
}

form.signup {
margin: 0 20px 0 0;
}

form.signup p {
text-align: right;
}

form.signup p#sec img {
display: inline;
margin: 0 5px 0 5px;
}

form.signup p#sec input {
width: 250px;
}

input.signup {
width: 300px;
}

input.post, textarea.post, select.post {
width: 450px;
border: 1px solid #36c;
text-align: left;
padding: 2px;
}

input.submit {
border: 0;
padding: 0;
width: 100px;
height: 30px;
background: #c93 url('images/submit.png') top left no-repeat;
line-height: 30px;
color: #fff;
font-size: 1.4em;
font-weight: bold;
cursor: pointer;
text-align: center;
}

/* Table styles */

table.categories {
width: 450px;
border: 1px solid #36c;
font-size: 1.4em;
}

table.categories thead {
background: #c93;
color: #fff;
}

table.categories td {
padding: 2px;
}

table.categories td {
padding: 2px;
}

/* Styles for the menu */

.menu ul {
float: right;
list-style-type: none;
height: 40px;
border-right: 1px solid #D9B266;
border-left: 1px solid #c93;
}

.menu ul li {
float: left;
height: 40px;
list-style-type: none;
border-right: 1px solid #c93;
border-left: 1px solid #D9B266;
}

a.nav, a.nav:link, a.nav:visited {
display: inline;
float: left;
height: 40px;
line-height: 40px;
padding: 0 15px 0 15px;
font-size: 1.6em;
color: #F2E6CC;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
background-color: transparent;
}

html>body a.nav {
display: block;
}

a.nav:hover, a.nav:active {
color: #fff;
background: #c93 url('images/menubg2.png') repeat-x top left;
display: block;
}

/* Styles for the dynamic logobar */

a.nav span, a.nav:link span, a.nav:visited span {
display: none;
}

a.nav:hover span.text, a.nav:active span.text {
display: block;
position: absolute;
top: 42px;
left: 220px;
width: 540px; 
height: 200px;
line-height: 200px;
background: #bce url('images/logobg.png') repeat-x top left;

color: #36c;
text-align: center;
font-size: 1em;
text-transform: uppercase;
}

a.nav:hover span.pic, a.nav:active span.pic {
display: block;
position: absolute;
top: 42px;
left: 0;
width: 220px; 
height: 200px;
line-height: 200px;
background: #bce url('images/logobg.png') repeat-x top left;
padding: 15px 0 0 0;
text-align: left;
}

html>body a.nav:hover span.pic, html>body a.nav:active span.pic {
height: 185px;
}

h1.topbox {
display: block;
position: absolute;
top: 42px;
left: 220px;
width: 540px; 
height: 200px;
line-height: 200px;
margin: 0;
padding: 0;
border: 0;

text-align: center;
font-size: 1.8em;
color: #36c;
text-transform: uppercase;
}

.logo {
display: block;
position: absolute;
top: 42px;
left: 0;
width: 220px; 
height: 200px;
line-height: 200px;
background: #bce url('images/logobg.png') repeat-x top left;
padding: 15px 0 0 0;
}

html>body .logo {
height: 185px;
}

/* Styles for post lists */

ul.deals {
list-style-type: none;
margin: 0 0 20px 0;
border-top: 2px dashed #c93;
}

ul.deals li {
list-style-type: none;
border-top: 2px solid #fff;
border-bottom: 2px dashed #c93;
background: #fff url('images/list_bg.png') repeat-x top left;
padding: 15px 20px 10px 20px;
}

ul.deals li.listnav {
background-color: #fff;
background-image: none;
padding: 10px 20px 0 20px;
}

li.listnav a {
color: #000;
}

a.title, a.title:link, a.title:visited {
font-size: 1.6em;
text-transform: capitalize;
color: #c33;
font-weight: bold;
}

a.more {
padding: 0 0 6px 20px;
background: transparent url('images/page_white_text.png') no-repeat top left;
}

/* For Amazon ads */

iframe {
float: left;
border: 0;
}

/* For Cafe Press */

.smallsidebartext {
font-size: 11pt;
}

/* Layout Styles */

.wrapper {
width: 760px;
margin: 0 auto 0 auto;
position: relative;
text-align: left;
}

.menu {
height: 42px;
background: #c93 url('images/menubg.png') repeat-x top;
padding: 0 0 2px 0;
}

html>body .menu {
height: 40px;
}

.logobar {
text-align: center;
height: 200px;
background: #bce url('images/logobg.png') repeat-x top left;
}

.content {
text-align: center;
}

.maincolumn {
width: 480px;
background-color: #fff;
}

.rightbar {
float: right;
width: 260px;
margin: 0 0 20px 0;
background-color: #fff;
}

.rightbox {
width: 260px;
background: url('images/rbox_top.png') no-repeat top left;
padding: 10px 10px 0 10px;
margin: 0 0 10px 0;
}

html>body .rightbox {
width: 240px;
}

.rightbox span {
clear: both;
display: block;
width: 260px;
height: 10px;
background: url('images/rbox_bottom.png') no-repeat top left;
margin: 0 0 -2px -10px;
}

/* Footer */

.copybar {
background: #c93;
height: 25px;
color: #F2E6CC;
clear: both;
}

.copybar p {
height: 25px;
line-height: 25px;
text-align: center;
font-size: 1.2em;
}

.footbar {
color: #F2E6CC;
background: #c93 url('images/footer.png') repeat-x top left;
}

.footbar p {
padding: 0 0 10px 0;
font-size: 1.2em;
text-align: left; 
line-height: 1.2;
}

.footbar a:hover, .footbar a:active {
color: #F2E6CC;
}

.footbar ul {
float: left;
list-style-type: none;
border-right: 1px solid #D9B266;
border-left: 1px solid #c93;
}

.footbar ul li {
width: 250px;
height: 200px;
float: left;
list-style-type: none;
border-left: 1px solid #D9B266;
border-right: 1px solid #c93;
padding: 9px;
}

html>body .footbar ul li {
width: 232px;
height: 182px;
}