/*
Theme Name: Rackbits
Theme URI: http://rackbits.com/
Description: My own Rackbits website theme
Version: 1.0
Author: Matthew Costa
Author URI: http://rackbits.com/
Tags: epic

	Rackbits 1.0
	http://cgrid.com.au/

	This theme was developed by Matthew Costa for Rackbits.
	
*/

/**
 *	All element styles
 */
 
* { margin: 0; padding: 0; }

body {
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	font-family: Calibri, Helvetica, Sans-Serif; line-height: 25px; 
}

br { clear: both; }

a img { border: none; }

h1, h2, h3, h1 a, h2 a, h3 a {
	font-family: Cambria, Georgia, Serif;
	font-weight: normal;
	color: #AD5F30;
}

h2 { margin: 10px 0; }

p { font-family: Calibri, Helvetica, Sans-Serif; }

ul li { font-family: Calibri, Helvetica, Sans-Serif; }

#header ul li a { color: #FFFFFF; font-size: 20px;  }

#submenu ul li a { color: #3A5870; }
#submenu ul li a:hover { color: #AD5F30; }

a { text-decoration: none; color: #3A5870; }
a:hover { text-decoration: underline; color: #AD5F30; }

/**
 *	Top Header
 */
 
#header {
	width: 900px;
	height: 60px;

	margin: 0 auto;

	background-color: #32445C;

	background-image: url('images/header-bg.png');
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

#header img { margin-left: 10px; }

#header ul {
	float: right;
	list-style: none;
	height: 100%;
}

#header ul li {
	float: left;
	margin: 15px;
}

#header ul li a { padding: 5px; }

/******************************
 *	Center alignment
 ******************************/

#center {
	width: 900px;
	margin: 20px auto;
}

/******************************
 *	Content div
 ******************************/

#content {
	width: 600px;
	float: left;
}

/******************************
 *	Blog post
 ******************************/
#content .post p {
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	
	margin-bottom: 20px;
}

#content .post small {
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #AD5F30;
	
	position: relative;
	top: -10px;
}

#content .post .entry > blockquote {
	padding-left: 15px;
	border-left: 4px solid #EFEFEF;
}

#content .post .entry > blockquote p {
	font-size: 14px;
	
}

#content .post small a {
	color: #008ede;
}

#content .post .meta {
	background-color: #DEE9F3;
	margin: 15px 0;
	padding: 0 5px;
	width: 100%;
	height: 25px;
	font-size: 14px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
	
	color: #3A5870; 
}

#content .post .meta p
{
	color: #3A5870;
}

#content .post .meta a {
	color: #3A5870; 
	padding: 10px 0;
}

#content .post .postmetadata {
	margin-bottom: 10px;
	border: 1px dotted #DDDDDD;
	border-width: 1px 0px 1px 0px;
	padding: 5px;
}

#content .post .postmetadata small {
	margin: 0;
	top: 0;
}

/******************************
 *	Comments
 ******************************/

ol.commentlist li {
	list-style: none;
	
}

ol.commentlist li.comment .comment-body {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AAAAAA;
	color: #333333;
}

ol.commentlist li.comment .comment-body cite {
	font-weight: bold;
	color: #666666;
}

ol.commentlist li.comment .comment-body .comment-author {
}

ol.commentlist li.comment .comment-body .comment-author img.avatar {
	padding: 3px;
	background-color: #EEEEEE;
	float: left;
	margin-right: 10px;
}

/******************************
 *	Comment form
 ******************************/
 
#respond {
	width: 600px;
}

#respond form#commentform p {
	color: #555555;
}

#respond form#commentform textarea {
	width: 600px;
	margin: 10px 0;
}

/******************************
 *	Sidebar
 ******************************/
 
#sidebar {
	float: right;
	width: 250px;	
	border-left: 1px dotted #DDDDDD;
}

#sidebar p {
	padding: 10px 20px;
	color: #3A5870;
}

#sidebar h2 {
	font-size: 18px;
}

#sidebar h3 { margin: 0 0 10px 20px; }

#sidebar ul {
	list-style: none;
	margin: 0 20px;
}

#sidebar ul li {
	margin: 2px 0px;
	color: #3A5870;
}

#sidebar ul li > a {
	color: #3A5870;
}

/******************************
 *	Footer
 ******************************/

#footer {
	text-align: center;
	font-size: 14px;
	color: #444444;
	margin-top: 20px;
}

