/*
Theme Name: Gaspard Ulliel Ver. 16
Theme URI: http://transfixx.com/
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 1.0
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

body {
	background: #cecece url(images/v17_bg.jpg) repeat-x;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #777777;
}

/*
BASICS
*/

a {
	text-decoration: none;
	color: #3284ac;
}
a:hover {
	color: #343537;
}
b, strong {
	color: #343537;
}
em, i, u {
	color: #aabdc3;
}
a img {
	border: 3px solid #d0d0d0;
}
a:hover img {
	border: 3px solid #b9b9b9;
}
table, tr, td {
	font: 9pt Trebuchet MS;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #add0db;
	font: 8pt Trebuchet MS;
	color: #777777;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	background: #dcdcdc;
	text-align: justify;
	color: #5c5c5c;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*
MAIN CLASSES
*/

.main {
	margin: 0px 5px 25px 5px;
}
.mainText {
	text-align: justify;
	line-height: 14pt;
	padding: 5px;
}

/*
SIDE BAR
*/

#sideBar {
	background: #ffffff;
	width: 254px;
	height: 100%;
	vertical-align: top;
}
#sideBar h2 {
	background: #305368;
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #add0db;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
CONTENT'S BODY
*/

#contentsBody {
	background: #ffffff;
	width: 495px;
	height: 100%;
	vertical-align: top;
}
#contentsBody h2 {
	background: #add0db;
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #305368;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contentsBody .entryInfo {
	background: #dfdfdf;
	border: 1px solid #c2c2c2;
	font: 7pt Arial;
	font-weight: bold;
	padding: 7px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px 1px 0px 0px;
}
#contentsBody .entryInfo a {
	color: #305368;
}
#contentsBody .entryInfo a:hover {
	color: #000000;
}

/*
LAYOUT
*/

#ad {
	background: url(images/v17_01.jpg) no-repeat;
	width: 857px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
#left {
	background: url(images/v17_04.jpg) repeat-y;
	width: 53px;
	height: 100%;
	vertical-align: top;
}
#middle {
	background: #315367 url(images/v17_06.jpg) no-repeat;
	width: 1px;
	height: 100%;
	vertical-align: top;
}
#right {
	background: url(images/v17_08.jpg) repeat-y;
	width: 54px;
	height: 100%;
	vertical-align: top;
}
