/*

Theme Name: BUSY
Theme URI: http://www.busy.org.uk
Description: Noelinho's personal theme, adapted for BUSY.
Version: 1.0
Author: Noel Slevin
Author URI: http://www.noelinho.org
Tags: black, fixed width, three columns, widgets

	BUSY v.1.0
	http://www.busy.org.uk

	This theme was designed and built by Noel Slevin, whose blog you will find at http://www.noelinho.org/
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	width: 960px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	border: 5px double #000000;
	background-color: #F0F0F0;
	}

#wrap {
	margin: 0px auto 0px;
	padding: 0px;
	}
	
img {
	border:none;
	}
	
	
		
/*	Hyperlinks	*/

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color: #FF0000;
	}
	
	
	
/*	Header	*/

#header {
	background: #000000 url(header.jpg);
	width: 960px;
	height: 125px;
	cursor: pointer;
	}


	
/*	Links	*/

#links {
	background: #333333;
	width: 960px;
	padding: 5px 0px 5px 0px;
	}

#links ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

#links li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#links ul li a {
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	}

#links ul li a:hover {
	background: #000000;
	color: #FFFFFF;
	}
	
	
	
/* Generic Sidebar Options */

#left_sidebar, #right_sidebar {
	background: #E8E8E8;
	width: 220px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#left_sidebar h2, #right_sidebar h2 {
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Verdana, Arial, Sans-Serif;	font-weight: bold;
	padding: 10px 5px 10px 15px;
	margin: 5px;
	text-transform: uppercase;
	}
	
#left_sidebar ul, #right_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#left_sidebar ul li, #right_sidebar ul li {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px 0px 0px 0px;
	}

#left_sidebar ul li ul, #right_sidebar ul li ul {
	list-style: none;
	margin-left: 15px;
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
	}

#left_sidebar h2 a, #right_sidebar h2 a {
	color: #FFFFFF;
	}

#left_sidebar .textwidget, #right_sidebar .textwidget {
	margin-left: 15px;
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
	}
	
	
	
/* Sidebar Positioning	*/

#left_sidebar {
	float: left;
	}

#right_sidebar {
	float: right;
	}
	
	
	
/*	Content	*/

#content {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	height: auto;
	text-align: justify;
	line-height: 20px;
	}

#content img {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}

#content h2, #content h2 a {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 15px 0px;
	margin: 0px;
	}

#content ol, #content ol li {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}

#content ul {
	list-style-type: square;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#content ul li {
	list-style-type: square;
	padding: 0px 0px 5px 0px;
	margin-left: 35px;
	}
	
	
	
/*	Footer	*/

#footer {
	background: #000000;
	color: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	clear: both;
	}
	
#footer a, #footer a:visited {
	color: #AAAAAA;	
	}

#footer p {
	margin: 0px 0px 0px 0px;
	}



/*	Miscellaneous */
	
.center {
	text-align: center;
	}

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
table td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #BEBEBE;
	font-weight: normal;
	}
	
form textarea#comment {
	height: 200px;
	width: 100%;
	}

.announcement, #twitter_div {
	text-align: justify;
	}
	
#twitter_div ul, .announcement p {
	margin: 5px;
	}
	
form#searchform div {
	text-align: center;
	}
	
form#searchform input#s {
	width: 130px;
	}
	
#content #comments fieldset {
	border: 0;
	}
	
#content #comments legend {
	border: 2px solid #8C8C8C;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	font-weight: 600;
	font-size: 13px;
	}
	
#content #comments label {
	margin: 0;
	padding: 0;
	font-weight: 600;
	}

#content #comments p {
	margin: 0;
	padding: 0;
	}

label.screen-reader-text {
	display: none;
	}

.dig-in {
	padding: 5px 5px 5px 15px;
	margin: 5px;
	}

.calendarButtons {
	float: right;
	}

.calendarButtons a {
	padding: 10px 10px 10px 10px;
	}