/*
Theme Name: Official WriteTilt Theme 2.0
Theme URI: http://www.writetilt.com/
Description: Official WriteTilt Theme
Version:2.0 
Author: The Hive Mind
Author URI: http://www.writetilt.com
*/

body {
	margin: 0;
	padding: 0;
	background: #eef4d6;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 13px;
	color: #404040;
	text-align:justify;
	}

form {
	margin: 0;
	padding: 0;
	}

input, textarea {
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 1em;
	color: #000000;
	}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	}
	
h1 {
	margin: 0;
	padding: 10px 10px;
	letter-spacing: 0px;
	border-bottom: 1.5px dashed #eef4d6;
	text-transform: none;
	font-size: 22px;
	}
	
h2
	{
	font-size: 21px;
	color:#404040;
	text-decoration:none;
	padding:2px 10px;
	}
	
h3
	{
	font-size:18px;
	color:#404040;
	text-decoration:none;
	padding:2px 10px;
	}
	
h4
	{
	font-size: 16px;
	color:#404040;
	text-decoration:none;
	padding:2px 10px;
	}
		
h5
	{
	font-size: 13px;
	font-family: Tahoma, Arial, Sans-Serif;
	color:#404040;
	text-decoration:none;
	border-bottom:1px dashed #c0c0c0;
	padding:2px 10px;
	}
	
p 	{
	padding:10px 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	}
	
ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul, ol {
	}

blockquote {
	}

a {
	color: #404040;
	font-weight: bold;
	text-decoration:none;
	}

a:hover {
	color:#9c9db6;
	font-weight: bold;
	text-decoration:none;
	}

hr {
	display: none;
	}

/* Menu */

#menu {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
	background: url(images/menu_bar.png) repeat center top;
	}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0px 0px;
	background: url(images/menu_bar.png) no-repeat;
	list-style: none;
	}

#menu li {
	float: left;
	height: 45px;
	background: url(images/menu_bar.png) no-repeat right top;
	}

#menu a {
	float: left;
	height: 45px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #404040;
	}

#menu a:hover {
	background: url(images/menu_hover.png) repeat-x;
	color: #ffffff;
	height: 45px;
	}

#menu .current_page_item a {
	height: 45px;
	color: #808080;
	}

#menu .current_page_item a:hover {
	height: 45px;
	color: #ffffff;
	}
/* Splash */

#splash {
	background:url(images/wt_logo.png);
	width: 900px;
	height: 225px;
	margin: 0 auto;
	}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background: #ffffff;
	}	

/* Content */

#content {
	float: right;
	width: 645px;
	padding: 0px 0px 0px 5px;
	}

.post {
	padding-bottom: 2px;
	}

.post .title {
	margin: 0;
	padding: 10px 10px;
	letter-spacing: 0px;
	border-bottom: 1px dashed #eef4d6; 
	text-transform: none;
	font-size: 22px;
	}

.post .title a {
	text-decoration: none;
	}

.post .entry {
	padding: 0px 0px;
	}

.post .meta {
	height: 20px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	padding: 5px 5px;
	}

.post .posted {
	float: left;
	height: 16px;
	padding: 0px 0px;
	}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 2px 5px;
	}

.post .permalink {
	}

.post li ol{
	margin: 0;
	text-align:justify;
	list-style: square, decimal;
	}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 10px 0px 5px 5px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin-bottom: 10px;
	}

#sidebar li ul {
	padding: 15px;
	}

#sidebar li li {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 5px;
	list-style: none;
	font-size: 12.5px;
	border-bottom: 1.5px dotted #eef4d6;
	text-align:left;
	}

#sidebar p {
	padding: 0 20px;
	}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 7px 0px 5px 5px;
	background: #eef4d6;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #808080;
	}

/* Search */

#search form {
	padding: 5px;
	}

#search br {
	display: none;
	}

#search #s {
	width: 125px;
	}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 65px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 6px solid #9c9db6;
	background: #404040;
	font-size: 12.5px;
	color: #ffffff;
	}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;

	}
#footer a {
	color: #cedf9d;
	font-weight: bold;
	}

#footer a:hover {
	color:#9c9db6;
	font-weight: bold;
	text-decoration:none;
	}