/*
Theme Name: RAB by Department Fu	
Theme URI: http://www.departmentfu.co.za/
Description: Custom theme developed by Department Fu
Version: 1.0
Author: Bobby Oswald
Author URI: http://www.oswald.co.za/
Tags: blue, custom header, fixed width, two columns, widgets

	RAB v1.0
	 http://www.departmentfu.co.za/

	This theme was designed and built by Bobby Oswald,
	whose blog you will find at http://www.oswald.co.za/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	padding:0px;
	margin:0px;
	background:#333;
	
	}

#page {
	background-color: white;
	}

#header {
	}


#content {
	font-size: 1.2em;
	background:#fff;
	}
#content td
{
	font-size:12px;
}
a
{
	color:#b00303;
}
a:visited
{
	color:#333333;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	padding: 0;
	}

#header {
	background:#000;
	color:#fff;
	}
#content
{
	background:#FFF;
	color:#000;
}
#footer
{
	background:#333;
	color:#999;
	padding-top:10px;
}
#header td
{
	font-size:11px;
}
.menu a
{
	color:#666;
	font-weight:bold;
}
.menu a:hover
{
	text-decoration:none;
	color:#FFF;
}
.menu a.active
{
	color:#FFF;
}
td.submenu
{
	padding-bottom:15px;
	font-size:11px;
}
.submenu a
{
	color:#6c1013;
	font-weight:bold;
}
.submenu a:hover
{
	text-decoration:none;
	color:#FFF;
}
.submenu a.active
{
	color:#FFF;
}

DIV.home_header_new
{
	color:#FFF;
	font-weight:bold;
	padding:8px;
	padding-left:70px;
	background:url('/wp-content/themes/rab/images/home_header.png') repeat-y left center #b00303;
	margin-bottom:10px;
	text-align:left;
}
DIV.content_header_new
{
	color:#FFF;
	font-weight:bold;
	padding:8px;
	background:#b00303;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:left;

}
a.comment
{
	background:url('/wp-content/themes/rab/images/comments.png') no-repeat bottom center #fff;
	color:#fff;
	padding:5px;
	padding-bottom:7px;
	font-size:11px;
	
}
DIV.home_header
{
	color:#FFF;
	font-weight:bold;
	padding:8px;
	background:#b00303;
	margin-bottom:10px;
}

div.entry p
{
	padding-top:0px;
}
div.entry p.audioplayer_container
{
	background-color:#333;
	padding:10px;
}
div.entry a.title
{
	color:#000;
}
#footer
{
	font-size:10px;
}
#footer h2
{
	margin:0px;
	margin-bottom:5px;
	color:#999;
}
#footer ul
{
	list-style-type: none;
}
#footer a
{
	color:#999;
	text-decoration:none;
}
#footer a:hover
{
	color:#FFF;
}
#red_banner
{
	background:#b00303;
}
.the_poll
{
	background:#333;
	padding:10px;
	color:#fff;
}
form.wp-polls-form input.Buttons
{
	background:#b00303;
	color:#fff;
	border:1px #b00303 solid;
}

TR.side_image TD
{
	padding-top:5px;
	padding-bottom:5px;
}
TR.side_image_first TD
{
	padding-top:0px;
}
TR.side_image_line TD
{
	border-top:2px #c0c0c0 dotted;
}
TR.side_image TD.text
{
	padding-left:5px;
}
TR.side_image TD.text DIV.heading
{
	font-weight:13px;
	font-weight:bold;
}
img
{
	border:0px;
}
div.frm_radio
{
	display:inline;
}
.form-field input,
.form-field textarea
{
	font-family: Arial, Sans-Serif;
	border:1px #ccc solid;
	background-color:#fff;
	width:400px;
	font-size:12px;
}
a.title 
{
	color:#b00303;
	padding-bottom:10px;
}
.hentry
{
	padding-bottom:10px;
}
a
{
	color:#000;
	text-decoration:underline;
}
a.comment
{
	color:#fff;
	text-decoration:none;
}
#header a,
#red_banner a
{
	text-decoration:none;
}
