/*
Theme Name: Z. Deschanel Pink Bokeh
Theme URI: http://zooey-deschanel.net/
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 1.0
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

html {
	background: #151515;
	min-height: 100%;
}
body {
	background: #151515 url(images/body-bg.png) repeat-x;
	margin: 0px;
	min-height: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #444444;
}

/*
-------------------------
*/

#container {
	background: url(images/container-bg.jpg) repeat-y;
	width: 991px;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: #151515;
	width: 991px;
	height: 100px;
}

/*
-------------------------
*/

#header {
	background: url(images/header.jpg) no-repeat;
	width: 991px;
	height: 370px;
	text-align: left;
}
#header div.introduction {
	position: relative;
	left: 522px;
	top: 179px;
	width: 235px;
	height: 160px;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-shadow: 2px 2px 2px #2a2a2c;
	color: #d9d9d9;
	line-height: 160%;
}

/*
-------------------------
*/

#menu {
	background: url(images/menu.jpg) no-repeat;
	width: 991px;
	height: 69px;
}

/*
-------------------------
*/

#sidebar {
	width: 261px;
	height: auto;
	float: left;
	margin: 0px auto auto 95px;
}
#contents {
	width: 520px;
	height: auto;
	float: right;
	margin: 0px 95px auto auto;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 991px;
	height: 69px;
	clear: both;
}

/*
-------------------------
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #933b36;
}
a:hover {
	color: #837162;
}
b, strong {
	color: #866562;
}
em, i {
	font-weight: bold;
	color: #808181;
}
u, ins {
	font-weight: bold;
	color: #830e0e;
}
a img {
	border: 3px solid #d6d7d8;
	filter:alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
a:hover img {
	border: 3px solid #dcb9b8;
	filter:alpha(opacity: 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #b4b4b4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
blockquote {
	background: #eeeeee;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	font-size: 12px;
	line-height: 160%;
}

/*
-------------------------
*/

#sidebar h2 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #151515;
	margin: 0px;
	padding: 5px;
}
#sidebar div.main {
	background: #dddfe0;
	border-right: 1px solid #d8dadc;
	border-bottom: 1px solid #d8dadc;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 0px 10px 0px;
}
#sidebar div.maintext {
	text-align: justify;
	font-size: 12px;
}

/*
-------------------------
*/

#contents h2 {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #b36256;
	margin: 0px;
}
#contents div.entrymeta {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	color: #989898;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #ffffff url(images/contents-main-bg.jpg) repeat-x;
	background-position: bottom;
	border-top: 3px solid #eeeeee;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 0px 10px 0px;
}
#contents div.maintext {
	text-align: justify;
}

/*
-------------------------
*/

#page p.nav {
	background: #efe2e0;
	padding: 10px;
}