body {
  font-family: Verdana, Trebuchet MS, Lucida Grande, Tahoma, Arial, sans-serif;
  font-size: 14px;
  background: #EEE;
  color : black;
  text-align: left;
  margin: 0px auto 32px auto;
  width: 960px;
}
#header {
  background: #564D4A url('images/bottles.jpg') no-repeat top left;
  color: white;
  font-weight: normal;
  height: 200px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  position: relative;
}
#body {
  background: white;
  border-left: 1px solid #413a38;
  border-right: 1px solid #413a38;
  width: 944px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#shadow-h {
  background: #6884ab url('images/hbg.gif') repeat-y top left;
  text-align: center;
}
#shadow-v {
  height: 8px;
  background: #EEE url('images/vbg.gif') no-repeat top left;
}
#content {
  background: white;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  margin-right: 364px;
}
#sidebar {
  text-align: center;
  float: right;
  width: 350px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 32px;
  margin: 10px;
  font-size: 11px;
  border-left: 1px solid #DDD;
}
#footer {
  background: #564D4A;
  clear: both;
  text-align: center;
  font-size: 11px;
  padding: 8px;
  color: #E0D4BE;
}
#footer a {
  color: #E0D4BE;
}
.sidebarItem {
  margin-bottom: 16px;
}
.sidebarItemTitle {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  background: #564D4A;
  color: #E0D4BE;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-right: 0px;
  height: 19px;
}
.sidebarItemTitle span a {
  color: white;
}
.sidebarItemBody {
  padding-top: 6px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.sidebarItem ul {
  margin: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.sidebarItem li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  list-style-type: none;
}

a:link {
  text-decoration: underline;
  color: black;
}
a:visited {
  color: #404040;
}
#blogName a {
  background: #564D4A url(/images/ls_logo.gif) no-repeat 30px 15px;
  display: block;
  font-size: 44px;
  width: 500px;
  height: 100px;
  text-indent: -9999px;
  color: white;
  position: absolute;
  top: 50px;
  left: 0px;
  font-weight: normal;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#blogDescription {
  font-size: 16px;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  left: 24px;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  color : #564D4A;
  background: transparent url('images/bullet.gif') no-repeat 1px 9px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 30px;
  margin: 0px;
  border-bottom: #DDD solid 1px;
}
h1 a:link, h1 a:visited {
  color : #564D4A;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 12px;
  font-weight: normal;
  padding-left: 30px;
  padding-top: 4px;
  color: #564D4A;
  margin: 0px;
}
h3 {
  font-size: 12px;
  font-weight: normal;
  padding-top: 0px;
  color: #564D4A;
  margin: 0px;
}
.contentItem {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  background: white;
}
.contentItemBody {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
.contentItemLinks {
  float: right;
  text-align: right;
  font-size: 11px;
  color: gray;
}
.contentItemLinks form {
  padding: 0px;
  margin: 0px;
}
.contentItemLinks a {
  color: gray;
}
.even {
  background: #F4F4F4;
}
.odd {
  background: white;
}
.small {
  font-size: 11px;
}
.response {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 4px;
}
.response h1 {
  font-size: 12px;
  font-weight: normal;
  background: transparent;
  padding-left: 0px;
}
.responseBody {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
.metadata, .metadata a {
  font-size: 11px;
  color: gray;
  line-height: 1.5em;
}
.approved {
}
.pending {
  background: transparent url('images/pending.gif') no-repeat top left;
  border: solid orange 1px;
}
.rejected {
  background: transparent url('images/rejected.gif') no-repeat top left;
  border: solid red 1px;
}
.published {
}
.unpublished {
  background: white url('images/draft.gif') no-repeat top left;
}

blockquote {
  background: white url('images/blockquote.png') no-repeat top left;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  color: gray;
  margin-left: 24px;
  margin-right: 24px;
}
.tags, .categories {
  border: solid #F0F0F0 1px;
  margin: 16px;
  padding: 4px;
  background: #F8F8F8;
  font-weight: normal;
  font-size: 11px;
}
.tags a, .categories a {
  color : gray;
  font-weight: normal;
}
.tagCloud {
  font-size: 24px;
  line-height: 1.0em;
  text-align: center;
}
.sidebarTagCloud {
  font-size: 22px;
  line-height: 0.7em;
  text-align: center;
}
.tagCloud1 {
  font-size: 0.5em;
}
.tagCloud2 {
  font-size: 0.6em;
  font-weight: bold;
}
.tagCloud3 {
  font-size: 0.65em;
  font-weight: bold;
}
.tagCloud4 {
  font-size: 0.7em;
  font-weight: bold;
}
.tagCloud5 {
  font-size: 0.75em;
  font-weight: bold;
}
.tagCloud6 {
  font-size: 0.8em;
  font-weight: bold;
}
.tagCloud7 {
  font-size: 0.85em;
  font-weight: bold;
}
.tagCloud8 {
  font-size: 0.9em;
  font-weight: bold;
}
.tagCloud9 {
  font-size: 1.0em;
  font-weight: bold;
}
.tagCloud10 {
  font-size: 1.2em;
  font-weight: bold;
}
.tagCloud ul, .sidebarTagCloud ul {
  padding: 8px;
  margin: 0px;
}
.tagCloud li, .sidebarTagCloud li {
  display: inline;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.tagCloud a, .sidebarTagCloud a {
  text-decoration: none;
}
.tagCloud a:hover, .sidebarTagCloud a:hover {
  color: white;
  background: #564D4A;
}

.calendar {
  padding-left: 8px;
  padding-right: 8px;
}
.calendarDayHeader {
  font-weight: bold;
  text-align: right;
}
.calendarDay {
  text-align: right;
  padding: 2px;
}
.calendarDayWithEntries {
  background: #C0C0C0;
  text-align: right;
  padding: 2px;
}
.calendarDayWithEntries a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.calendarDayWithEntries:hover {
  color: white;
  background: #E0D4BE;
}
.calendarToday {
  background : #E0D4BE;
  color: white;
  text-align: right;
  padding: 2px;
  font-weight: bold;
}
.calendarToday a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.photo {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: solid black 1px;
  text-align: center;
}
.codeSample {
  font-family: Courier, sans-serif;
  font-size: 11px;
  border: solid #F0F0F0 1px;
  text-align: left;
  background: #F8F8F8;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  overflow: auto;
}
#linearNavigation {
  background: black;
  padding: 6px;
  color: white;
  text-align: center;
}
#linearNavigation a {
  color: white;
  text-decoration: none;
}
#linearNavigation a:hover {
  text-decoration: underline;
}
#feeds {
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
}
#feeds a {
  color: white;
  text-decoration: none;
}
#feeds a:hover {
  text-decoration: underline;
}
thead {
  text-align: left;
  background: #564D4A;
  color: white;
}
th, th a:link, th a:visited {
  font-weight: normal;
  color: white;
}
.authenticated {
  background: transparent url( 'images/authenticated.gif' ) no-repeat center left;
  padding-left: 10px;
}
.unauthenticated {
}
.resbox {
float: left;
width: 360px;
height: 240px;
border-top: 1px solid #564D4A;
border-left: 1px solid #564D4A;
border-right: 1px solid #e3eaf3;
border-bottom: 1px solid #e3eaf3;
background: #FFF url(images/prodbg.gif) repeat-y top right;
margin-right: 25px;
margin-bottom: 25px;
}
.resimg {
float: left; width:90px;
}
.restext {
margin-top: 10px;
* margin-left: 92px;
width: 250px;
height: 162px;
line-height: 1.3em;
overflow: hidden;
}
a.restit {
text-decoration: none;
font-weight: bold;
color: #E0D4BE;
font-size: 1.1em;
line-height: 1.5em;
}
.restitu {
text-transform: uppercase;
}
a.ressubtit {
text-decoration: none;
color: #E0D4BE;
line-height: 1.5em;
}
.right {
float: right;
}
.resprice {
float: left;	
margin-top: 6px;
padding-bottom: 6px;
width: 258px;
}
.resprice table {
width: 258px;
}
.resprice input {
margin-top: 0px;
}
a.prodtext, a.prodtext:hover, a.prodtext:visited {
text-decoration: none;
font-weight:normal;
color: #000;
}
.blue {
color: #034197;
}
.red {
color: #ed001f;
}
#popupContent {
background: #FFF;
width: 350px;
border: 1px solid #000;
font-size: 0.82em;
}
input.buybtn {
background: url(/images/brbg.gif) repeat-x top left;
color: #FFF;
border: 1px solid #564D4A;
font-family: Verdana;
font-weight: bold;
font-size: 0.95em;
}
#rescase {
text-align: center;
}
#rescase a {
text-decoration: underline;
color: #CCC;
}