/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Colleen Cater
Author URI: http://cecater.ca/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://www.cecater.ca

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background: #fff url('images/background.gif') bottom repeat-x;
	color: #666;
	text-align: left;
	margin:0;
	padding:0;
	}

#frame{
	background:#fff url('images/main_bg.jpg') top left no-repeat;
	overflow:hidden;
	margin:0 0 0 11px;
	width:977px;
	padding:0 0 20px 0;
	float: left;
	border: none;
}
#header{
	background:#122d38 url('images/header_banner.jpg') left top no-repeat;
	height: 205px;
	margin: 0;
	width: 988px;
}

.left{
	float:left;
	width:325px;
	border-right: 1px solid #d7d7d7;
	margin: 20px 0;
}
.left h2{
	margin:5px 20px 15px 20px;
}
.left .posts, .right .posts {
	margin:5px 20px;
}
.left .posts p, .right .posts p{
	margin:0;
}
.right{
	float:right;
	width:315px;
	border-right:none;
	margin: 20px 0;
}
.right h2{
	margin:5px 20px 15px 20px;
}
.left hr, .right hr{
	width:90%;
	margin:10px auto !important;
}
/* ============================================================== */
/* Navigation Rules */
/* ============================================================== */
#menuContainer{
	z-index: 1;
	width: 805px;
	height: 50px;
	padding:0;
	margin:155px 0 0 0;
	background:url('images/nav_bg.jpg') left top no-repeat;
	clear: left;
	float: left;
}
#page-nav{
	float:right
	width:560px;
	height:20px;
	margin:7px 0 0 260px;
}
#page-nav ul{ 
	position:relative;
	top:0;
	margin:0 auto; 
	width:560px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px; 
	font-weight:bold;
	padding: 0;
	list-style: none;
}

#page-nav ul li { float: left; margin: 0; padding:0; position: relative; z-index: 3; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; list-style:none; text-transform:capitalize; border-right:none; /* border-right:1px solid #fff;*/ }
#page-nav ul li a { padding: 1px 8px 1px 8px; display: block; color: #fff; text-decoration: none; font-weight:bold; }
#page-nav ul li a:hover {background: none; color:#fcea53;}
#page-nav ul li.last{border-right:none !important;}

#content {
	font-size: 1.2em;
	}

.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: #f8f8f8;
}
.thread-even {
	background: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

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

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-size: 2.2em;
	color:#666;
	font-weight: normal;
	margin:16px 20px 12px 20px;
}


h2 {
	font-size:1.6em;
	color:#666;
	font-weight: normal;
	margin:20px 20px 8px 20px;
	line-height:26px;
}
.strapline{
	color:#d01e1a;
	margin:0 20px 22px 20px;
	line-height:20px;
}
p{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 20px;
}

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

#sidebar h2 {
	font-size: 1.7em;
	color:#8c8c8c;
	font-weight: normal;
	margin:15px 20px 8px 20px;
	text-align:left;
	}

h3{
	font-size:16px;
	color:#0d6ce2;
	font-weight: bold;
	margin:20px 20px 0px 20px;
}

a {
	color:#0d6ce2;
	text-decoration:underline;
}

a:hover {
	color:#0d6ce2;
	text-decoration:none;
}

.entry p a:visited {
	color: #0d6ce2;
	}

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em Arial, Helvetica, sans-serif;
	}

table{
	margin:10px 20px;
	width:95%;
	border: none;
}
tr{
	padding:5px;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	padding: 5px;
}
th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px 10px;
	background:#d6d6d6;
	font-weight:bold;
	text-align: left;
	color: #666;
	
}

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

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


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

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

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, 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: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header{
	background:#fff url('images/header_banner.jpg') left top no-repeat;
	height: 205px;
	margin: 0;
	width: 988px;
}

#header .logo{
	width:151px;
	height:155px;
	margin:0;
	padding:25px 16px 25px;
	top:18px;
	float: right;
	background:#fff url('images/logo_bg.jpg') top left no-repeat;
}

.narrowcolumn {
	float:right;
	width:645px;
	border-left: 1px solid #d7d7d7;
	background: #fff;
	margin: 0;
	padding: 0;
	min-height:950px;
	}
* html .narrowcolumn{
	height:950px;
}
.narrowcolumn blockquote{
	margin:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent:0px;
	background:url('images/quote_lft.gif') top left no-repeat;
	padding:5px 0 0 0;
}
.narrowcolumn cite{
	font-style:italic;
	font-weight:bold;
}
.narrowcolumn.left{
	float:left;
	width:350px;
	border-right: 1px solid #d7d7d7;
	margin: 20px 0;
}
.narrowcolumn.left h2{
	margin:5px 20px 15px 20px;
}

.narrowcolumn.right{
	float:right;
	width:290px;
	border-right:none;
	margin: 20px 0;
}
.narrowcolumn.right h2{
	margin:5px 20px 15px 20px;
}
.narrowcolumn.left hr, .narrowcolumn.right hr{
	width:90%;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px auto;
	width:950px;
	min-height:485px;
	}
* html .widecolumn{
	height:485px;
}
.post {
	margin: 0 0 40px;
	text-align: left;
	}


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer{
	background:url('images/footer_bg.gif') no-repeat left top;
	overflow:hidden;
	margin:0;
	width:988px;
	padding:0;
	bottom:0px;
	height: 65px;
	clear: both;
	text-align: right;
}
#footer ul{
	list-style:none;
	margin:20px 0;
	padding: 0 0 0 8px;
	float:left;
	width: 460px;
	display: block;
}

#footer li{
	list-style:none;
	float:left;
	border-right: 1px solid #fff;
	padding:1px 8px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
}
#footer li.last{
	border-right:none;
}
#footer p{
	float:left;
	color:#fff;
	margin:20px 0 20px 65px;
	width:450px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}

#footer a{
	text-decoration:none;
	color:#fff;
}
#footer a:hover{
	text-decoration:underline;
	color:#fff;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 a{
	color:#a6ca04;
	text-decoration:none;
}
#sidebar h2 a:hover{
	color:#a6ca04;
	text-decoration:underline;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin:0 0 11px 12px;
	padding:1px;
	border:1px solid #d7d7d7;
}
object {
	margin:0 0 11px 15px;
	float:right;
}
img.alignright.noborder{
	border:none !important;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	clear:right;
	}

.alignleft {
	float: left;
	clear:left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style:square url('images/bullet.gif');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px 20px 10px 0px;
	display:block;
	}
html>body .entry li {
	list-style:square url('images/bullet.gif');
	margin: 3px 0px;
	}

.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;
	}
ul#sidebar {
	list-style-type: none;
}
ul#sidebar li{
	margin:5px 0;
	padding:0;
}
ul#sidebar li ul{
	display:block;
	list-style:url('images/bull.gif') !important;
}

ul#sidebar li.pagenav{
	padding:0;
	margin:0 0 15px 0 !important;
}
ul#sidebar li.pagenav ul li{
	list-style:url('images/bull.gif') !important;
}
ul#sidebar li.pagenav ul li .page_item {
	display:block;
	list-style:url('images/bull.gif') !important;
}
ul#sidebar li.pagenav ul li .page_item a {
	color:#0d6be2;
	text-decoration:underline;
}
ul#sidebar li.pagenav ul li .page_item a:hover {
	color:#0d6be2;
	text-decoration:none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	#sidebar p.form{
		color:#8c8c8c;
		
	}
#sidebar select{
	width:75px;
	font-size:11px;
	color:#666;
	margin:5px 5px 5px 6px;
	border: 1px solid #d7d7d7;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar input{
	width:200px;
	margin:5px 5px 5px 6px;
	border: 1px solid #d7d7d7;
	color:#666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar .buttons {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 background:url('images/button.gif');
 color: #FFFFFF;
 margin:0;
 padding:0px;
 width:81px;
 height:25px;
 text-transform:uppercase;
 border:none;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar{
	padding: 0;
	margin: 0;
	width: 330px;
	}

#sidebar form {
	margin: 0;
	padding:0;
	width:330px;
	}
/* End Sidebar */


/* Begin Prices */
.Prices td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	background:#E9E9E9;
	text-align:center;
}
.Prices th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	background:#fff;
	font-weight:bold;
	text-align: left;
	
}
.Prices td.Package{
	background:#D6D6D6;
	text-align:left;
	font-weight:bold;
	font-size:13px;
}
/* End Prices */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote{
	clear:left;
	margin:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent:0;
}
cite{
	margin:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-align: right;
	display: block;
}


.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr{
	margin:0 auto;
	height:1px;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:#d7d7d7 1px solid;
	background:none;
	width:95%;
}
.hr{
	margin:0 auto;
	height:1px;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:#d7d7d7 1px solid;
	background:none;
	width:95%;
}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background: #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 */



#bottomcontent{
	position:relative !important;
	bottom:0 !important;
	margin:50px 20px 0px 20px;
	clear:both;
	float:right;
	width:350px;
	
}
#bottomcontent p{
	color:#acacac;
}