/*
Theme Name: Level
Theme URI: http://www.freewpthemes.net/preview/level2
Description: A Web 2.0 design with fluid width. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #626262;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 5px;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}
h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #EB1400;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: left;
	margin: 5px 0 0 15px;
}

/* Header */

#header {
	height: 82px;
}

#logo h1, #logo p {
	float: left;
	color: #FFFFFF;
}

#logo h1 {
	padding: 18px 0 0 25px;
}

#logo p {
	display:none;
	margin: 0;
	padding: 39px 0 0 4px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 82px;
}

#menu a {
	display: block;
	width: 110px;
	height: 46px;
	padding: 24px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FABEB3;
}

#menu a:hover {
	width: 108px;
	background: #AD200E url(images/img04.gif) repeat-x;
	border-left: 1px solid #B22502;
	border-right: 1px solid #B22502;
	color: #FFFFFF;
}

#menu .current_page_item {
	background: url(images/img02.gif) no-repeat center bottom;
}

#menu .current_page_item a {
	width: 108px;
	background: #FFEC70 url(images/img03.gif) repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #EB1400;
}

/* Page */

#page {
	padding: 40px 60px 0 60px;
}
/* Content */
#btnPost {
    height: 28px;
}
/* Content */

#content {
	margin-right: 340px;
}

.post {
	margin-bottom: 10px;
	background: url(images/img05.gif) repeat-x;
}

.post .title {
	background: url(images/img07.gif) no-repeat right top;
}

.post .title h1 {
	padding: 30px 30px 0 30px;
	background: url(images/img06.gif) no-repeat;
}

.post .title h2 {
	padding: 30px 30px 0 30px;
	background: url(images/img06.gif) no-repeat;
	font-size: 2.2em;
}


.post .title p, .post .meta {
	margin: 0;
	padding: 0 30px;
	line-height: normal;
	color: #BABABA;
}

.post .meta {
	padding: 30px;
	background: url(images/img05.gif) repeat-x;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding: 20px 40px 20px 30px;
}

.post .links {
	margin: 0;
	padding: 0 30px 30px 30px;
	background: url(images/img15.gif) no-repeat left bottom;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img16.gif) no-repeat left center;
}

.post .links .comments {
	background: url(images/img17.gif) no-repeat left center;
}

.navigation {
	padding: 40px 20px;
	font-size: 1.4em;
}

.navigation a {
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover {	
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.pagetitle {
	padding: 20px 30px 40px 30px;
}

/* Comments & Respond */

#comments{
	padding: 30px;
	background: url(images/img05.gif) repeat-x;
}

#comments .meta {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: normal;
}

#comments .meta a {
	text-decoration: none;
}

#comments .meta a:hover {
	text-decoration: underline;
}

#comments .meta cite {
	font-style: normal;
	font-weight: bold;
}

#comments ol {
	margin: 0;
	padding: 20px;
	list-style-position: inside;
}

#comments .comment {
	padding: 0 2em;
	border-top: 1px solid #EEEEEE;
}

#comments .comment p {
	line-height: normal;
}

#respond {
	background: url(images/img05.gif) repeat-x;
}

#respond form {
	padding: 20px 30px 30px 30px;
	background: url(images/img15.gif) no-repeat left bottom;
}

#respond h2 {
	margin-bottom: 20px;
	padding: 30px 30px 0 30px;
}

#respond p {
	margin: 0 0 10px 0;
	line-height: normal;
}

#respond input {
	width: 300px;
}

#respond #submit {
	padding: 0;
	width: 150px;
	height: 29px;
	background: #DFDFDF url(images/img14.gif) repeat-x;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	background: url(images/img10.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 0 30px 40px 30px;
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/img11.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	padding: 30px 30px 20px 30px;
	background: url(images/img09.gif) no-repeat;
	font-weight: normal;
	color: #EB1400;
}

/* Search */

#search {
	padding: 20px 30px 40px 30px;
}

#search input {
	padding: 0;
	width: 70px;
	height: 29px;
	background: #DFDFDF url(images/img14.gif) repeat-x;
	font-weight: bold;
}

#search #s {
	padding: 5px;
	width: 150px;
	height: auto;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search br {
	display: none;
}

/* Categories */

#sidebar #categories li {
	background: url(images/img12.gif) no-repeat left center;
}

/* Calendar */
p.w{
	float:left;
	width:14%;
	height:16px;
	margin:4px 0 0 0;
	padding:2px 0 1px 0;
	text-align:center;
	vertical-align :middle;
	font-size:9px;
	font-weight:bold;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid  #eaeaea;
}

p.y{
	text-align:center;
	margin:2px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	font-size:13px;
	font-weight:bold;
}
p.y a {
    display:inline;
}
p.d{
	float:left;
	width:14%;
	height:20px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:14%;
	height:20px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	color:#EB1400;
	font-size:10px;
}
p.yd a {
	color:#EB1400;
}
p.yd a:hover {
	color:#EB1400;
}
p.nd{
	float:left;
	width:14%;
	height:20px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
ul.msg {
    float:left; 
    width:590px; 
    margin:0px; 
	padding:0px; 
	text-align:left;
	list-style-type:none;
}
li.msgname {
	padding:2px 0 2px 5px; 
	margin:5px 0 0 0; 
	border-bottom:1px solid #EEE;
}
li.tbname {
	padding:0 0 0 5px; 
	margin:0px; 
	border-bottom:1px solid #EEE;
}
li.msgurl {
	text-align:right; 
	padding:2px 10px 2px 10px; 
	margin:0;
}
li.msgarticle {
	list-style-position : outside; 
	padding:0px 10px 5px 10px; 
	margin:0; 
	line-height:150%;
}
li.msgtime {
	text-align:right; 
	padding:2px 5px 0 10px; 
	margin:0 0 0 0; 
	border-bottom:1px solid #EEE;
}

ul.trackback li.tbname {
	border-bottom:none; 
	padding:5px 0 5px 2px; 
	margin:0px;
}
ul.trackback {
	float:left;
	width:649px;
	margin:0 0 0 0;
	border: 1px solid #EEE;
	border-left:0px;
	border-right:0px;
}

ul.mutuality {
	float:left; 
	width:649px; 
	margin:5px 0 0 0;
	padding:0px;
}
ul.mutuality li.tbname {
	padding:3px 0 2px 12px; 
	margin:0px; 
	border-bottom:1px solid #EEE;
}
ul.mutuality li.msgarticle {
	background:#FFF; 
	padding:5px 0 10px 0;
	border:none;
}
li.msgarticle div.quote {
	margin:5px 5px 5px 0px;
	padding:5px 5px 5px 5px; 
	background:#5b5b5b;
}
li.msgarticle div.quote-title {
	margin:0px; 
	padding:0px; 
	font-size:12px;
}

li.msgtime a:link, li.msgurl a:link {
	color: #EEE; 
	text-decoration: none;
}
li.msgtime a:visited, li.msgurl a:visited {
	color: #EEE; 
	text-decoration: none;
}
li.msgtime a:hover, li.msgurl a:hover {
	color: #EB1400; 
	text-decoration: none;
}

/* Footer */

#footer {
	padding: 70px 0 50px 0;
	background: #757575 url(images/img08.gif) repeat-x;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #BABABA;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(images/img18.gif) no-repeat left center;
}

#footer .xhtml {
	background: url(images/img19.gif) no-repeat left center;
}

#footer .css {
	background: url(images/img20.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}
