/*
Theme Name: Torn Paper
Theme URI: http://novella.nu
Description: Theme for free by Novella.nu!
Version: 1.0
Author: Tran Nguyen
Author URI: http://novella.nu
*/

body {
	background: #ffffff url(images/body_bg.png) repeat;
	margin: 50px;
	text-align: center;
	line-height: 170%;
	font-family: constantia, "hoefler text", "palatino linotype";
	font-size: 14px;
	color: #000000;
}

/*
------------------------
*/

#container {
	width: 744px;
	height: auto;
	margin: 0px auto;
}

/*
------------------------
*/

#header {
	width: 744px;
	height: auto;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	color: #58bcc8;
	text-align: center;
	text-shadow: 2px 2px 2px #e2e2e2;
	margin: 0px 0px 15px 0px;
}
#header div.top {
	background: url(images/header_top.png) no-repeat;
	width: 744px;
	height: 52px;
}
#header div.main {
	background: url(images/header_bg.png) repeat-y;
	width: 744px;
	height: auto;
}
#header div.maintext {
	margin: 0px 51px 0px 51px;
	text-align: justify;
}
#header div.bottom {
	background: url(images/header_bottom.png) no-repeat;
	width: 744px;
	height: 63px;
}
#header ul, #header li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#header li a {
	background: #000000;
	border-bottom: 3px solid #58bcc8;
	padding: 5px;
	margin: 1px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
#header li a:hover {
	background: none;
	padding: 5px;
	margin: 1px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

/*
------------------------
*/

a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:hover {
	background: #58bcc8;
	color: #000000;
}
b, strong {
	color: #27757e;
}
em, i, u, ins {
	color: #767676;
}
a img {
	border: 5px solid #e8e8e8;
}
a:hover img {
	border: 5px solid #58bcc8;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 170%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
blockquote {
	background: #ffffff;
	border-left: 5px solid #58bcc8;
	text-align: left;
	font-style: italic;
	padding: 5px;
}

/*
------------------------
*/

#contents {
	width: 744px;
	height: auto;
}
#contents h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	color: #58bcc8;
	text-align: center;
	text-shadow: 2px 2px 2px #e2e2e2;
	margin: 0px 0px 15px 0px;
}
#contents h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	color: #58bcc8;
	text-align: center;
	text-shadow: 2px 2px 2px #e2e2e2;
	margin: 0px 0px 15px 0px;
}
#contents div.top {
	background: url(images/main_top.png) no-repeat;
	width: 744px;
	height: 72px;
}
#contents div.date {
	position: relative;
	left: 80px;
	top: 25px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}
#contents div.main {
	background: url(images/main_bg.png) repeat-y;
	width: 744px;
	height: auto;
}
#contents div.maintext {
	margin: 0px 51px 0px 51px;
	text-align: justify;
}
#contents div.bottom {
	background:  url(images/main_bottom.png) repeat-y;
	width: 744px;
	height: 83px;
	text-align: left;
}
#contents div.comment-link {
	position: relative;
	left: 383px;
	top: 29px;
	width: 318px;
	height: 24px;
	color: #919191;
	text-align: center;
}
#contents div.comment-link a {
	background: none;
	color: #919191;
}

/*
------------------------
*/

#footer {
	width: 744px;
	height: auto;
	clear: both;
	margin-top: 50px;
}

/*
------------------------
*/

div.wp-caption {
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
div.alignleft {
	float: left;
	margin-right: 5px;
}
div.alignright {
	float: right;
	margin-left: 5px;
}
