/*
Theme Name: VanityPham
Theme URI: http://vanitypham.com/
Description: Default Vanity Pham theme by Hien Hoang.
Version: 1.5
Author: Hien Hoang
Tags: dark
*/

html, body {
  height: 100%;
}
#container {
  min-height: 100%;
  background: #1e171b url(images/bg.png) repeat-x;
}
#wrapper {
  width: 800px;
  margin: auto;
  padding: 75px 0 20px 0;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover,
a.selected {
  color: purple;
}
p {
  margin: .5em 0;
}
#splash {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.canvas {
  background: url(images/canvas.png);  
}
#van-pham-logo {
  display: block;
  width: 322px;
  height: 158px;
  background: url(images/van-pham-logo.png) no-repeat;
  position: absolute;
  left: 150px;
  top: 50%;
  margin-top: -79px;
  z-index: 1000;
}
#splash-images {
  width: 480px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#header {
  position: relative;
  height: 158px;
  z-index: 1;
}
#header #van-pham-logo {
  left: 0;
  top: 0;
  margin: 0;
}
#header #msg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 158px;
  width: 465px;
}
#navigation {
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
#navigation li {
  position: relative;
  z-index: 100;
  display: block;
  font-family: "Trebuchet MS";
  text-transform: uppercase;
  border-right: 1px solid purple;
  float: left;
  text-align: center;
}
#navigation li.last {
  border: 0;
}
#navigation li a {
  display: block;
  width: 159px; 
}
#brushes {
  background: url(images/brushes.png);
  width: 187px;
  height: 94px;
  padding: 10px;
  margin: 0 10px 0 0;
  float: left;
  text-align: right;
  color: #fff;
}
#banner-wrapper {
  padding: 20px 0;
}
#banner {
  background: url(images/banner.png);
  width: 583px;
  height: 114px;
  float: left;
}
#label {
  text-align: right;
  padding: 10px;
  font-size: 108%;
  margin-bottom: 1em;
  color: #fff;
}
#thumbnails {
  margin: auto;
  color: #fff;
}
#thumbnails td {
  padding: 3px;
}
.thumbnail {
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.5;
  padding: 2px;
  background: #fff;
}
#gallery-images {
  padding: 10px;
  vertical-align: top;
}
#main-table {
  width: 100%;
}
#main-table #leftside {
  width: 368px;
  height: 417px;
  background: url(images/van.jpg) top left no-repeat;
}
#main-table #galleries {
  text-align: left;
  padding: 20px;
  width: 200px;
  vertical-align: top;
}
#main-table #galleries h2 {
  font-weight: bold;
  font-size: 108%;
  color: #fff;
  margin-bottom: 10px;
}
#main-table #galleries li {
  list-style-type: square;
  list-style-position: inside;
  color: #fff;
  line-height: 1.5;
}
/*
#main-table .gallery li {
  width: 100px;
  display: inline;
}
*/
#main-table .spacer20 {
  width: 20px;
}
#main-table #main-body {
  vertical-align: top;
}
#main-table #main-text {
  text-align: left;
  color: #fff;
  padding: 10px;
}
#footer {
  color: grey;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto;
  font-size: 11px;
  position: relative;
}
.clear {
  clear: both;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

#fancy_title_main {
  text-transform: capitalize;
}
