/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
margin : 0; padding : 0; 
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
color: #5f5f5f;
font-size: 100%;
}

/* Removes list-style from lists */
ol, ul {
list-style: none;
}

/* Removes border from feildset and img */
feildset, img {
border: none;
}

/* Removes quotation marks from q */
q:before, q:after {
content:''; 
}

/* html background: #E6E2DA; h1,h2,h3 color: #BAB2A5; font color: #222; borders for sidebar and others: #E6E2DA; a:link: #442; */

.store_items li {
margin: 0 5px;
display: inline; }

.store_items img {
border: 1px solid #E6E2DA;
background-color: #F1EEEA;
margin: 2px 0;
width: 100px;
padding: 5px 5px 25px 5px; }

#warranty {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
margin-top: -37px;
margin-bottom: 15px;
padding: 20px 10px 10px 10px;
color:#797979;
background-color: #edeae3; }

#warranty-switch a {
font-size: 90%;
color: #a19f9f; }

#warranty p {
font-size: 80%;
color: #797979; }

#warranty-switch {
margin-top: 25px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
margin-bottom: 15px;
padding: 10px;
color:#797979;
background-color: #edeae3; }

a { 
color: #434343;
text-decoration: none; 
}

a:hover, a:active { 
text-decoration: underline; 
color: #000;
}

.entry {
margin: 0 0 20px 0; }

.entry img {
border: 2px solid #E6E2DA;
margin: 20px auto; }


h2 {
color: #5f5f5f;
padding: 8px 5px;
margin-bottom: 20px;
border-bottom: 1px solid #BAB2A5;
font: 170% Tahoma, Verdana, sans-serif; letter-spacing: 1px;
}

html {
clear: both;
background: #E6E2DA;
}

.container { 
position : relative;  
color: #5f5f5f; 
width: 770px;
margin: 0 auto;
padding: 0;
font: 74%/1.6 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
min-height: 880px;
}

.content {
position: relative; 
width: 100%;
float: left; 
background-color: #fff; }

/* branding */

h1 {
text-indent: -9999px;
margin-top: 10px;
height: 203px;
background: url(images/branding2.png) no-repeat top center; 
}

.content_main {
width: 505px;
float: left;
margin-left: 20px;
padding: 20px;
background: #fff;
}

.sub_content {
width: 16%;
float: right;
min-height: 37em;
margin: 30px 15px 30px 0;
padding: 5px 20px 20px 20px;
text-align: left;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
border: 2px solid #E6E2DA;
background-color: #F1EEEA; }

.sub_content h2 {
text-align: left; }

.sub_content a {
font-weight: bold; }

.postmetadata {
text-align: center;
padding: 5px 20px 5px 20px;
margin: 0 0 40px 0;
background-color: #F1EEEA; }

.main_nav {
background: url(images/nav.gif) repeat-x;
text-align: center;
padding: 5px 0;
}

.main_nav li {
display: inline;
}

.main_nav a {
color: #442;
padding: 5.5px 30px;
font-weight: bold;
text-decoration: none;
}

.main_nav li a:hover {
background: #E6E2DA;
text-decoration: underline;
}

input, textarea {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
padding: 2px;
margin: 4px 0;
color:#000;
border: 2px solid #E6E2DA;
background-color: #edeae3;
 }

#submit {
margin: 10px 0 10px 0; }

 td {
vertical-align:top;
margin-top:0;
padding: 8px 0 3px 0;}

.comment {
padding: 10px;
margin: 5px 0 30px 0;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
border: 2px solid #E6E2DA; 
background-color: #edeae3; }

/* footer */

.footer {
clear: both;
height: 80px;
margin-bottom: 10px;
background: transparent url(images/footer2.png) no-repeat bottom center;
}

.footer p {
color: #fff;
padding-top: 35px;
text-align: center;
}

/* ------- */

.sub_nav {
margin-bottom: 1em;
text-align: center; }

.sub_nav li {
display: inline; }