/*
Theme Name: Attackill
Theme URI: http://www.attackill.com/
Description: Attackill.com theme
Version: 2.0
Author: Guilherme Barile

Visit www.attackill.com
*/


/* Main elements */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: black url('images/background.jpg') no-repeat;
	color: white;
	margin: 0px;
}

a {
	color: #7f7f9c;
	text-decoration: none;
}

a img {
	border: none;
}

#header {
	font-size: 20px;
	white-space: nowrap;
	font: normal 26px/3px serif;
	clear: both;
	border-bottom: 1px solid white;
	text-align: right;
	padding: 10px;
	
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#header li {
	padding-left: 15px;
	display: inline;
}

#header ul a {
	text-decoration: none;
	color: white;
}

#header ul a:hover {
	border-bottom: 2px solid gray;
}



/* Post */
#datebox {
	background:#7f7f9c url('c_tl.gif') top left no-repeat; 
	width:60px;
	text-align: center;
	float: left;
	margin-right: 5px;
}
#datebox p {padding: 2px; margin: 0px; }
#datebox .top {background:transparent url(c_tr.gif) top right no-repeat; text-align:center; color:#fff; padding: 0px; margin: 0px;}
#datebox .bottom {background:#eee url(c_bl.gif) bottom left no-repeat;}
#datebox .bottom p { padding: 7px; font-size: 1.3em; color: #000;}
#datebox .bottom p.last {background:url(c_br.gif) bottom right no-repeat; }

.post {
 padding: 10px;
}
/* Search box */
#s {
	border: 1px solid black;
	font-size: 10px;
	color: #444444;
	width: 100%;
}


/* content */

#content {
	font-size: 16px;
	padding: 20px;
}

#sidebar {
	float: right;
	margin-right: 10px;
	width: 150px;
}

#sidebar li {
	display: block;
	list-style: none;
}
#footer {
	clear: both;	
	text-align: center;
	padding: 10px;
}

