/*
Theme Name: Lancome
Description: BoMa Lancome layout
Version: 0.1
Author: dook
*/

/* reset defaults for browser consistancy */
*  {
   padding:0;
   margin:0;
}

/* add back defaults for some elements */
ul, ol {
   margin-left: 0; 
   padding-left: 30px;
}

p  {
   margin: 1em 0;
}

a {
  background:transparent;
  text-decoration:underline;
}
a:link{
  color:#000000;
}
a:visited{
  color:#000000;
}
a:hover{
  color:#ff5555;
}
a:active{
  color:#000000;
}


body {
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9pt;
  text-align:center;
  background-color: #F9F0DF; 
}

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

#header {
  background: #E7E3E4 url('images/Lancome.jpg') no-repeat bottom center;
}

#headerimg 	{
	height: 400px;
	width: 900px;
	margin-bottom: 3px;
	}

#sidebar {
  color: #000000;
  background-color: #ECDAC6; 
  float: right;
  width: 230px;
  /* fix for IE margin bug */
  display: inline;
}


#sidebar a {
  text-decoration:none;
}

#sidebar li {
  list-style-type: none;
}

#sidebar h1 {
  font-size: 20px;
  text-align: left;
  background-color: #ECDAC6; 
  color:#625D59;
  font-weight:bold; 
  padding: 10px 15px; 
}


#sidebar h2 {
  text-shadow: -0.03em 0.03em 0.05em #555;
  font-size: 18px;
  text-align: center;
  color:#D7ACC7;
  background-color:#FAEFDD;
  font-weight:bold; 
  padding:7px 15px; 
}

#update {
  padding:10px 15px 10px 25px;
  font-size: 8pt;
}

#update p {
  text-indent: -10px;
  margin-top: 0px;
  margin-bottom: 0px;
 }

#update a {
  text-decoration:underline;
}

#content {
  float: left; 
  width: 667px;
  text-align: justify;
  background-color: #ECDAC6; 
  /* fix for IE margin bug */
  display: inline;
}

#content h1 {
  font-size: 20px;
  text-align: left;
  background-color: #ECDAC6; 
  color:#625D59;
  font-weight:bold; 
  padding: 10px 15px; 
}


#contentpage {
  border-top:3px solid #F9F0DF;
  padding:15px 15px; 
}


#contentpage h1 {
  margin-bottom: 25px;
  padding: 10px 0px; 
/*  border-bottom: 25px solid #000000; */
}


#footer {
  clear:both;
  height:10px;
}

#snav {
  margin-right: 75px;
  margin-left: 20px;
}


#snav dt {
  font-size:8pt;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 5px; 
  color:#000000;
}


#snav dt a {
  color:#000000;
  text-decoration:underline;
}

#snav dt a:hover {
  font-weight: bold;
}


#snav dd {
  font-size:8pt;
  margin-bottom: 15px; 
}


.gallery {
  text-align: center;
  margin: 0 auto;
  width: 540px;
}

.icon {
  display: inline; /* fix for IE float margin bug */
  height: 140px;
  float: left;
  width: 120px;
  margin: 2px 5px 2px 5px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

div.icon p { margin-top: 5px; }

.wallset {
  text-align: center;
  margin: 0 auto;
  width: 540px;
}

div.wallset td {
  padding:5px; 
  text-align: center; 
  vertical-align:top; 
  font-size: 11px; 
  font-weight: bold;
}

.wall {
  display: inline; /* fix for IE float margin bug */
  height: 160px;
  float: left;
  width: 160px;
  margin: 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

div.wall p { margin-top: 5px; }
div.wall img { border: 1px solid #000000; }


.thumb100 {
  display: inline; /* fix for IE float margin bug */
  float: left;
  width: 100px;
  margin: 0px 15px 20px 15px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

div.thumb100 img {
  border: 0;
}


.entry {
  padding:0px 15px; 
}

.post h1 {
  border-bottom:3px solid #F9F0DF;
}
  
.post h2 {
  text-align:left;
  padding:7px 15px; 
  font-size:18px; 
  text-shadow: -0.03em 0.03em 0.05em #555;
  color:#D7ACC7;
  background-color:#FAEFDD;
}


.postmetadata {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-style: italic;
}
