/*
Theme Name: Maniac
Theme URI: http://wordpress.org/
Description: Maniac template
Version: 1.0
Author: Simone Guerra
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

html,body { 	
	font-size: 12px;
	color:#777777;
	background-color: #333333; 
	font-family: Arial, Helvetica, serif;
}

a {
	color: #e53619;
}

p {
	line-height: 150%;
	margin-bottom: 12px;
	clear: both;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 0px;
	margin: 20px 0 20px 0;
	letter-spacing: 5px;
	color: #222222;
	text-transform: uppercase;
	font-family: Georgia, Times, sans-serif;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 12px 0;
	color: #222222;
	text-transform: uppercase;
	font-family: Georgia, Times, sans-serif;
	clear: both;
}

#container {
	width: 100%;
}

.content {
	width: 800px;
	margin: 0px auto 0px auto;
}

.helper {
	background-color: #ffffff;
}

#header {
	height: 144px;
	background: #ffffff url(images/logo.jpg) no-repeat;
	text-align: right;
	font-size: 11px;
}

#menu {
	background-color: #333333;
	height: 40px;
}

#menu ul {
	list-style-type: none;
	height: 40px;
	overflow: hidden;
}

#menu li {
	height: 40px;
	margin-right: 30px;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	float: left;
	font-family: Georgia, Times, sans-serif;
	font-size: 15px;
	letter-spacing: 4px;
}

#menu li.current_page_item a {
	color: #e53619;
}

#menu li.last {
	margin-right: 0px;
}

#menu li ul {
	display: none;
}

#menu a { color: #ffffff; text-decoration: none;}
#menu a:hover, #menu a.acrtive {color: #e53619;}


#main {
	background-color: #ffffff;
	padding-top: 1px;
	padding-bottom: 12px;
}

#half-left {
	float: left;
	width: 370px;
}

#half-right {
	float: right;
	width: 370px;
}

#half-right a img {
	padding: 2px;
	border: 1px solid #666666;
	margin: 4px;
	float: left;
}

#bottom {
	padding-top: 12px;
	padding-bottom: 18px;
}

#bottom ul, #bottom li {
	list-style-type: none;
}

.box {
	width: 254px;
	margin: 0 6px 0 6px;
	float: left;
}

.box h3 {
	color: #999999;
	width: 100%;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
	letter-spacing: 2px;
}

.box ul {
	list-style-type: none;
}

.box ul > li {
	margin-top: 6px;
}

.box ul li a {
	color: #bbbbbb;
	letter-spacing: 2px;
	text-decoration: none;
}

.box ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer {
	text-align: center;
	padding: 12px 0 12px 0;
	font-size: 11px;
	border-top: 1px solid #666666;
}
#footer a {
	color: #bbbbbb;
	letter-spacing: 2px;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.small {
	font-size: 11px;
	font-style: italic;
	color: #494949;
}

textarea {
	width: 100%;
	height: 120px;
}

.post {
	margin-bottom: 12px;
}

.post img {
	padding: 2px;
	border: 1px solid #666666;
	margin: 4px 6px 8px 0px;
	float: left;
}

.entry img {
	padding: 2px;
	border: 1px solid #666666;
	margin: 4px 6px 8px 0px;
	float: left;
}

.navigation {
	margin-top: 12px;
}

.postmetadata {
	background-color: #eeeeee;
	color: #444444;
	margin-bottom: 0px;
	padding: 4px;
	clear: both;
	border-bottom: 1px solid #777777;
}

.small-title {
	font-size: 11px;
	text-transform: uppercase;
}

a strong {
	color: #e53619;
}

strong {
	color: #444444;
}

.clear {
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
}
