/*  
Theme Name: Formula1
Theme URI: http://www.acquisix.com/
Description: Formula1
Version: 2.0
Author: Call Centers in the Philippines
Author URI: http://www.acquisix.com/

	Call Centers in the Philippines
	http://www.acquisix.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


@import 'screen.css';
@import 'design.css';
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#000;
	margin: 0px;
	padding: 0px;
}


a, a:active, a:visited{
	color: #CC0000;
	text-decoration: none;
}
a:hover{
	color: #fff;
}

/* header */

#header{
	padding-top: 30px;
	height:200px;
}

h1{
	font-size: 42px;
	letter-spacing: -3px;
}
#header a:hover{
	background-color: #333;
}
#blogdesc{
	margin-top: -15px;
	padding: 5px;
}


/* nav */
#nav ul, #nav li{
	padding: 0;
	margin: 0;
}

#nav li{
	float: left;
	margin-right: 10px;
	list-style: none;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bolder;
}

#nav a { background-color:#83080b; padding:4px; color:#ccc; }

#nav a:hover{
	background-color: #333;
}

/* main */

#contents{
	padding-top: 15px;
}
.post{
	clear:both;

}

.entrytitle{
	margin: 0;
	padding: 0;
}

.postdate p{
	padding: 0;
	margin: 0;
	color: #999;
	font-style: italic;
}

/* postmeta */
.sitemeta{
	font-size: 11px;
}


.padlist{
	padding-left: 16px;
}
.usermeta{
	clear: both;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 5px solid #333;
}

.usermeta a{
	font-weight: bold;
	color: #ccc !important;
}
.list_cats{
	background-image: url(images/folder.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.postcomments{
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.postauthor{
	background-image: url(images/user.png);
	background-repeat: no-repeat;
	background-position: left top;
}




/* comments */

h3#comments{
	border-bottom: 1px solid #4b4b4b;
	text-align: right;
	clear: both;
	padding-top: 15px;
}

/* classes */

.alignleft{
	float: left;
}
.alignright{
	float: right;
}
/* sidebar */
#sidebar{
	padding-top: 160px;
}

#sidebar h2, #sitemeta h2{
	font-size: 11px; color: #ccc;
	background-color: #333;
	padding: 10px 5px;
	border-top: 1px dotted #4b4b4b;
	border-bottom: 1px dotted #4b4b4b;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#sidebar ul, #sitemeta ul{
	padding: 0;
	margin: 0;
}
#sitemeta li{
	list-style: none;
	margin-bottom: 1px;
	border-bottom: 1px solid #333;
}
#sidebar li{
	list-style: none;
	margin-bottom: 3px;
	background-color: #0b0b0b;
	padding: 0px 5px;
	border-bottom: 1px solid #000;
}

/* footer */

#footer{
	border-top: 1px solid #7e090c;
	padding: 10px 0px;
	text-align:center;
}