/*

Theme Name: Facilitate

Theme URI: http://wordpress.org/

Description: The Facility WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.

Version: 1.0

Author: Joao Ornelas

Author URI: http://binarybonsai.com/

Tags: orange, custom header, fixed wiƒdth, two columns, widgets



	Facilitate v1.0

	 http://binarybonsai.com/kubrick/



	This theme was designed and built by Joao Ornelas and amended by Tom Burns



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 65%;
	font-family: 'Lucida Sans', Arial, Sans-Serif;
	/*background: #ffffff url('none');*/

	color: #555555;
	text-align: center;
	overflow-x: hidden;
}
#page {
	border: 0px solid #FFFFFF;
	text-align: right;
}
#header {
	padding-bottom: 20px;
}
#headerimg {
	margin: 5px 5px 0;
	height: 45px;
	width: 120px;
}
#content {
	font-size: 1em
}
#footer {
	border: none;
}
/*Joao entered this for tab fonts*/

#tabbar {
	font-size: 1.1em;
        letter-spacing: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}

.tabselected a {
	color: #F58220;
}
.narrowcolumn .entry p {
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
}
.narrowcolumn .entry {
	line-height: 1.4em;
}
.narrowcolumn .postmetadata {
	text-align: right;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #00ff00;
	border-bottom: 1px solid #00ff00;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h2, h3 {
	font-family: 'Lucida Sans', Arial, Sans-Serif;
	font-weight: normal;
}
h1 {
	font-size: 1.0em;
	text-align: left;
	font-weight: normal;
	color: #828282;
}
#headerimg .description {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.5em;
}
h2 {
	font-size: 1.6em;
}
#sidebar h2 { /* title text in sidebar*/
	font-family: 'Lucida Sans', Sans-Serif;
	font-size: 1.2em;
	color: #606060;
	line-height: 3em;
}
h3 {
	font-size: 1.0em;
}
 h1, h1 a, h1 a:hover, h1 a:current, #headerimg .description {
 text-decoration: none;
 color: white;
}
h2, h2 a, h3, h3 a {
	color: #f58220;
}
 h2 a:current, h3 a:current {/*my attempt ot change current page colour text*/
 color: #f58220;
 text-decoration: none;
}
h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
 .entry p a:current {
 color: #f58220;
}
#sidebar {
	font: 1em 'Lucida Sans', Arial, Sans-Serif;
	text-align:left
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #f58220; /*this is the colour of the symbol in the sidebar list*/
}
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: #606060; /*colour of list text*/
	text-decoration: none;
}
a:hover {
	color: #f58220; /*rollover text colour*/
	text-decoration: none;
}

/* End Typography & Colors */



/* Begin Structure */

body {
	background: #ffffff url('none') no-repeat top center;
	padding: 0;
}
.container {
	display: table;
	height: 100%;
	width: 760px;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin: auto;
}
.cell {
	display: table-cell;
	height: 549px;
	vertical-align: middle;
}
.content {
	margin: 0 auto;
	width: 760px;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border: 0px solid #FFFFFF;
}
#header {
	margin: 0;
	padding: 0;
	height: 45px;
	width: 760px;
	align: right;
}
#headerimg {
	margin: 0;
	height: 40px;
	width: 100%;
}
.narrowcolumn {
	float: right;
	padding: 11px 0px 11px 0px;
	margin: 0 0 0;
	width: 760px;
	border-top: 1px solid #F58220;
	border-bottom: 1px solid #F58220;
}
.entry p {
	margin: 0em;
}
.post {
	margin: 0;
	text-align: justify;
}
.post hr {
	display: block;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	padding-top: 6px;
	padding-bottom: 0px;
	width: 760px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 2px 0;
	text-align: left;
}
/* End Structure */

/*	Begin Headers */

h1 {
	padding-top: 10px;
	margin: 0;
}
h2 {
	margin: 10px 0 0;
}
h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 20px 0 0;
}
h4 {
	padding-top: 30px;
	padding-right: 5px;
	margin: 0 0 0;
	font-size: 1.1em;
	color: white;
	text-decoration: none;
	font-style:normal;
	font-weight:normal;
}
h4 a, h4 a:hover {
	font-size: 1em;
	padding-top: 0px;
	color: white;
}
/* End Headers */

/* Begin Images */



p img {
	padding: 0;
	max-width: 150%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0px;
	margin: 0px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0px;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

/* Begin Lists


	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	padding: 0 0 0 0;
	text-indent: 0px;
	list-style-position: inside;
	}

.entry li {
	margin: 0 0 0 0;
	list-style-position: inside;
	}
.entry ul li:before, #sidebar ul ul li:before {
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 -2px; /*distance of sidebar list to left margin*/
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0; /*distance between list items*/
	padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 4px 2px;
	text-align: left;
}
#sidebar #searchform #s {
	width: 70px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
}
select {
	width: 130px;
}
/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}
/* End Comments */

/* Begin Sidebar */

#sidebar {
	padding: 7px 0 10px 0;/*distance of sidebar text to header*/
	margin-left: 0px;
	width: 150px;
	height: 450px;
	background: url('images/_none_.jpg') no-repeat bottom left;/* I had horny hound.jpg here before*/
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



#navcontainer {
	padding: 0px;
	width: 760px;
	height: 50px;
	margin: 0px;
}
#navlist {
	padding: 0px;
	width: 1300px;
	height: 50px;
	margin: 0px;
}
#navlist li {
	display: inline;
	width: 1300px;
	height: 50px;
	list-style-type: none;
	padding-right: 35px;
	padding-left: 5px;
}

hc, .hc a {
	position:absolute;
	right:0px;
	bottom:0px;
	color: #999999;
        clear:both;
}
.hc a:hover {
color: #F58220;
}