* {
    padding: 0;
    margin: 0;
} 

body {
background: #e3e3e3;
font-family: Verdana;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #48abba; text-decoration: none; }
a:hover { text-decoration: underline; color : #48abba; }
p {padding-bottom: 10px;}

#wrap {
position: relative;
left: 50%;
width: 750px;
margin-top: 40px;
margin-left: -375px;
}

#branding {
height: 125px;
line-height: 50px;
background: #333333 url(http://haasome.com/images/header.png) no-repeat;
font-size: 12px;
}

/****************************************************
 not necessary unless i decide to add text over image
****************************************************/
#branding ul {
padding-left: 20px;
list-style-type: none;
}
#branding ul li {
display: block;
float: left;
}
#branding ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#branding ul li a:hover {
color: #fff;
text-decoration: underline;
}

#homeLink {
float: left;
display: inline;
width: 728px; 
height: 125px; 
margin: 0;
padding: 0;
}

#homeLink a {
float: left;
display: inline;
width: 728px; 
height: 125px; 
}

#homeLink a:hover {
border-width: 0px;
display: inline;
}

#content {
float: left;
display: block;
padding: 10px 10px;
background: #fff url(http://haasome.com/images/content.gif) repeat-y;
}

.right {
float: right;
width: 530px;
min-height: 310px;
margin : 0 20px 10px 10px;
text-align: justify;
border-left: 1px dotted #b5b5b5;
padding-left: 10px;
}
.right h2 {
color: #48abba;
font-size: 16px;
font-weight: bold;
margin: 10px 0 15px 0;
padding-top: 5px;
}
.right h2 a {

}
.right h2 a:hover {
}

.right h3 {
color: #48abba;
font-size: 11px;
font-weight: bold;
margin: 10px 0 0 0;
padding-top: 5px;
}

.left {
float: left;
width: 140px;
padding: 10px 0 10px 10px;

}
.left h2 {
font-size: 13px;
color: #48abba;
padding: 5px 0 2px 10px;
}
.left ul {
list-style: none;
padding: 0 0 10px 15px;
}
.left ul li {
padding: 0 0 0 15px;
background: url(http://www.haasome.com/images/bullet.png) no-repeat 0 50%;
background-position: 0px 6px;
vertical-align: center;
}
.left ul li a {
display: block;
color: #808080;
}
.left ul li a:hover {
color: #808080;
text-decoration: underline;
}

.left ul li a:active {
color: #808080;
text-decoration: none;
font-weight: bold;
}


.left p {
padding: 5px 0 2px 10px;
}


#footer {
clear: both;
display: block;
background: #e3e3e3;
text-align: center;
color: #808080;
font-size: 11px;
}

#footer  a {
color: #808080;
}

#footer  a:hover {
color: #808080;
text-decoration: underline;
}

/************
shop displays
************/
table.shop {
margin-left: 23px;
border: 0;
}

table.shop a {
font-size: 11px; 
color: #48abba; 
font-weight: normal; 
text-decoration: none;
}

table.shop a:hover {
font-size: 11px; 
color: #48abba; 
font-weight: normal; 
text-decoration: underline;
}

td.thumb {
text-align: center;
padding-top: 10px;
padding-right: 10px;
}

td.descrip {
text-align: center;
padding-right: 10px;
}

/******
blog
******/
.blog { 
float: right;
width: 530px;
min-height: 310px;
margin: 0 20px 10px 10px;
text-align: justify;
border-left: 1px dotted #b5b5b5;
padding-left: 10px;

}
.blog h1 {
font-size: 11px; 
font-weight: bold; 
color: #48abba; 
text-align: left; 
padding: 0px;
}
.blog h2 {
font-size: 11px; 
font-weight: bold; 
color: #48abba; 
text-align: left; 
padding-left: 10px;
}

.post{
text-align: left; 
padding: 10px; 
font-size: 11px; 
border-bottom: 1px dotted #b5b5b5;
}

hr.post {
width: 500px;
color: #808080;
}

h4.date-header {
font-size: 9px; 
font-weight: normal;
text-transform: uppercase; 
text-align: left; 
color: #808080;
padding: 10px 10px 5px 10px; 
}

p.blogger-labels {
text-align: right;
padding-top: 10px;
padding-bottom: 5px
}

p.post-footer {
padding-bottom: 10px;
text-align: right;
color: #808080;
}

.blog ul.recently, #nav ul.archive-list {
margin-left: 5px;
list-style: none;
}

.blog dl.profile-datablock {
margin-left: -10px;
}

.blog dd.profile-datablock {
margin-left: -10px;
}

/*******
RSS Feed
*******/

.feedBurnerFeedBlock {
padding: 0;
}

.feedBurnerFeedBlock li {
list-style: none;
padding-bottom:10px;
}

p.date {
font-size: 9px; 
font-weight: normal;
text-transform: uppercase; 
text-align: left; 
color: #808080;
 
}

.feedburnerFeedBlock ul li span.headline a{
color: #48abba;
}

/**********
Form
**********/
label {
text-align: left;
font-size: 11px;
}

textarea {
height: 200px; 
width: 400px; 
border: 1px solid #48abba;
}