/*
Theme Name: Z. Deschanel 
Theme URI: http://zooey-deshanel.net
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 23
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

body {
	background: #ffffff url(images/v23_bg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #9a9395;
}

/*
----------------------------------
*/

#wrap {
	background: url(images/v23_wrap_bg.jpg) repeat-y;
	width: 800px;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: #3f3436 url(images/v23_01.jpg) no-repeat;
	width: 800px;
	height: 100px;
}
#nav {
	background: #756b6d url(images/v23_02.jpg) no-repeat;
	width: 800px;
	height: 45px;
	line-height: 45px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#header {
	background: url(images/v23_03.jpg) no-repeat;
	width: 800px;
	height: 388px;
	text-align: left;
}
#introduction {
	position: relative;
	left: 358px;
	top: 149px;
	width: 289px;
	height: 113px;
	font-size: 11px;
	font-style: italic;
	text-align: justify;
	text-shadow: 2px 2px 2px #ffffff;
	color: #756b6d;
}
#sidebar {
	float: left;
	width: 247px;
	height: auto;
}
#contents {
	float: right;
	width: 533px;
}
#footer {
	background: #ffffff url(images/v23_05.jpg) no-repeat;
	width: 800px;
	height: 160px;
	clear: both;
}

/*
----------------------------------
*/

#nav a {
	color: #e6dfe1;
	text-shadow: 2px 2px 2px #463a3c;
	margin-right: 15px;
}
#nav a:hover {
	color: #3f3436;
	text-shadow: 2px 2px 2px #e6dfe1;
}

/*
----------------------------------
*/

a {
	font-weight: bold;
	text-decoration: none;
	color: #927373;
}
a:hover {
	color: #5c3031;
}
b, strong {
	color: #3f3436;
}
em, u, i {
	color: #ab9481;
}
a img {
	border: 2px solid #cdc4b9;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
a:hover img {
	border: 2px solid #a49888;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #e1dfe0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #9a9395;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #dcd6d9;
	padding: 10px;
	font-style: italic;
	color: #806c76;
	text-align: justify;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
----------------------------------
*/

#sidebar h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	font-style: italic;
	color: #987270;
	text-align: center;
	margin: 0px;
	padding: 5px;
}
#sidebar div.main {
	margin-bottom: 15px;
}
#sidebar div.maintext {
	background: #e1dfe0;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: justify;
	color: #645a5f;
}

/*
----------------------------------
*/

#contents h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	font-style: italic;
	color: #5e3f45;
	text-align: left;
	margin: 0px;
}
#contents div.entrymeta {
	font-size: 11px;
	font-style: italic;
	text-align: left;
	color: #6a5760;
	margin-bottom: 15px;
}
#contents div.main {
	background: #ece9e5;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}
#contents div.maintext {
	text-align: justify;
}

/*
----------------------------------
*/

#project {
	height: 100px;
}
#project div.img {
	width: auto;
	float: left;
	height: 100px;
	line-height: 100px;
}
#project div.info {
	width: auto;
	float: left;
}

/*
----------------------------------
*/

#page h2 {
	margin-bottom: 15px;
}
#page ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 15px;
}
#page li {
	border-bottom: 1px solid #d3d1d2;
	list-style: none;
	text-align: left;
	padding: 10px;
}
#page li.nav {
	background: #e1dfe0;
	color: #947070;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 3px 0px;
}
#page li.nav a {
	color: #947070;
	font-weight: bold;
	font-style: italic;
}
#page li.nav a:hover {
	color: #534749;
}