/*
Theme Name: Bowen
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: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	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-family: arial;}

h1{
  color:#532e62;
  font-family:Arial;
  font-weight:normal;
  text-transform: uppercase;
}

h2, #sidebar label{
  color:#532e62;
  font-family:Arial;
  font-weight:normal;
  text-transform: uppercase;
  font-size:24px;
}

#sidebar label{
	padding:10px 0 0 0;
  color:#532e62;
  font-family:Arial;
  font-weight:normal;
  text-transform: uppercase;
  font-size:14px;
}

h3{
  color:#532e62;
  font-family:Arial;
  font-weight:normal;
  text-transform: uppercase;
  font-size:18px;
}

p{
  font-family:Arial;
  font-size:11px;
  line-height:16px;
  margin: 5px 0 10px 0;
}

a:link {
	color:#532e62;
}
a:visited {
	color:#532e62;
} 
a:hover {
	color:#532e62;
}
a:active {
	color:#532e62;
}



#sidebar {padding:0 5px 0 5px;}
#sidebar ul {list-style: none; margin:0; padding:0;}
#sidebar ul ul{list-style: none; margin:0 0 10px 0; padding:0;}
#sidebar ul li {margin:0; padding:0;}
#sidebar ul ul li {margin:0; padding:0 0 0 10px;}
#sidebar ul li a {font-size: 10px; font-family:arial;}

#sidebar h2 {font-size:11px; margin:0 0 0px 0; padding:0;}


#sidebar input {width: 100px;}

#comment {width:500px;}



.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}

#main-content {
  width: 640px; min-height:540px; padding: 0 20px 0 20px;float: left; background: #cfc0ce url(http://www.bowenworks.ca//blog/wp-content/themes/default/images/bg-main.gif) no-repeat top left;
}

#right-content {width:122px; min-height: 540px; float: left; background: #98829c;}




#footernav ul li{
	/*list-style-image: url('/images/nav/sidebar-about-bowen.gif');*/
	color:#ffffff;
	font-size:10px;
	line-height:14px;
	letter-spacing: -0.3px;
}

#footernav a {
	color:#ffffff;
	text-decoration:none;
}
#footernav a:hover, li.selected {
	color:#826687;
	text-decoration:none;
}


