/*   
Theme Name: v8 Theme
Theme URI: http://www.vuittonguy.com
Description: v8 theme for vuittonguy.com
Author: Andri Gunawan
Author URI: http://www.vuittonguy.com
Version: 1.0
*/
@charset "UTF-8";
/*
	CSS for wpg2
*/
#twitter {
	position: absolute;
	height: 70px;
	width: 350px;
	left: 365px;
	top: 235px;
	text-align: justify;
	font-variant: small-caps;
}
#twitter_update {
	position: absolute;
	height: 85px;
	width: 165px;
	top: 35px;
	left: 125px;
	text-align: justify;
	font-variant: small-caps;
}
#twitter_update_list {
	list-style-type: none;
	text-align: justify;
	font-variant: normal;
}
/*
	CSS for everything else
*/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(imgs/bg.png);
	margin: 0px;
}
#bg1 {
	background-image: url(imgs/header_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	height: 160px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#bg2 {
	background-image: url(imgs/twitter_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	height: 221px;
	width: 900px;
	left: 0px;
	top: 160px;
}
#bg3 {
	background-image: url(imgs/quotes_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	height: 218px;
	width: 900px;
	left: 0px;
	top: 381px;
}
#bg4 {
	background-image: url(imgs/contents_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	height: 201px;
	width: 900px;
	left: 0px;
	top: 599px;
}
#sidebar {
	padding: 10px;
	height: 500px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 590px;
}
.quote-author {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	position: absolute;
	right: 0px;
	margin-right: 20px;
}
#quote {
	font-size: 13px;
	font-style: italic;
}
#contents {
	position: absolute;
	height: 500px;
	width: 640px;
	left: 310px;
	top: 380px;
	padding: 10px;
}
a {
	color: #d13704;
	text-decoration: none;
}
a:hover {
	color: #882401;
	text-decoration: underline;
}
img {
	border: 0px;
}
.entry-title {
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#sidebar .header, .header {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-date, cite {
	font-family: "Trabuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;
	color: #333333;
}
.entry-footer {
	font-family: "Trabuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
hr {
	width: 85%;
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: none;
	border-bottom: 1px solid #000000;
	clear: both;
}
#sidebar ul {
	list-style-image: url(imgs/bullet_img.png);
	left: -10px;
	position: relative;
}
.img-shadow {
  float:left;
  background: url(imgs/shadowAlpha.png) no-repeat bottom right !important;
  background: url(imgs/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
.post-meta, .post-meta li {font-variant: small-caps; color: maroon; list-style-type: none; }
.post-meta-key {font-weight: bold; font-size: 110%; color: black; }
.listening li {list-style-image: url(imgs/bullet_img.png); }
.linkcat {text-decoration: none; border: 0px; }
.quotescollection_nextquote {text-align: right; }