/*  
Theme Name: Provision (public)
Theme URI: http://wordpress.org/
Description: Provision update
Version: 1.0 b

Author: Fernando Dashiiki adapted by Jathan MacKenzie
Author URI: http://winexpression.com/about

	A Deconstruction and Reconstruction of Kubrick v1.5
	 http://binarybonsai.com/kubrick/

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


/* Begin Typography & Colors */
body {
   font: 62.5% 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #FFF;
	text-align: left;
	margin-top: 0px;
	}

#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;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #fff;
	}

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: right;
	}

.description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

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

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

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #E37D24;
   display: none;
/* comment this out if you want your title to appear in the header */
	}
	
.description {
	display: none;
/* comment this out if you want your description to appear in the header */
	}


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

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;
	}

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

.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: #333;
	}
	
code {
	font: 1.2em 'Courier New', Courier, Fixed;
	line-height: 1.6em;
	}

acronym, abbr, span.caps
{
	font-size: 1em;
	letter-spacing: .07em;
	}
a {
	color: #333;
	}

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

.entry a:hover {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}
	
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
}
	
#header {
	padding: 0;
	margin: 0px;
	height: 31px;
	width: 100%;
	background-color: #000;
	}

#headerimg {
	margin: 0px;
	height: 31px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.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: left;
}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: right;
	margin-right: 50px;
	}
#footer small {
	color:#FFF;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: left;
	}

h2 {
	margin: 30px 0 0;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 0.9em;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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



/* Begin Images */

/* WP Tutorial on centered and text wrapped images */

div.cent { 
text-align: center;
display: block;
position: relative;
border: 1px solid #999;
padding: 3px;
}

.img-left {
clear: both;
float:left;
margin: auto !important;
margin: auto;
}

.img-left img {
display: block;
position: relative;
border: none;
margin-right: auto;
padding: 3px;
padding-right: 5px;
}

.img-right {
clear: both;
float:right;
margin: auto !important;
margin: auto;
}

.img-right img {
display: block;
position: relative;
border: none;
margin-left: auto;
padding: 3px;
padding-left: 5px;
}

/* and this is for the last image */

div.clearer {
clear: left;
line-height: 0;
height: 0;
}

/* end tutorial */

p img {
    background-color: #fff;
    border: none;
}

p img, #menu div.selectcontainer
{
    margin: auto;
    padding: 5px;
	max-width: 100%;
}

img.noborder { 
    border: none; 
}

img.alignright
{
	padding: 5px;
	margin: auto;
	display: inline;
	float: right;
   border: none;
   background: none;
}

img.alignleft
{
	padding: 5px;
	margin: auto;
	display: inline;
	float: left;
   border: none;
}
a img { 
	border: none; 
}

/* 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 {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 15px;

	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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;
	padding: 0;
	}
	

/* End Entry Lists */



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

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */



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


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

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 0px 0;
	margin-left: 545px;
	width: 190px;
	background: #440A07;
}

#sidebar form {
	margin: 0;
	}
	
#sidebar p {
	padding: 10px;
	color: #FFF;
}

#sidebar a, #sidebar h2 {
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration: underline;
}


/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.alignleft {
float: left;
}
.alignright {
float: right;
}
/* End Various Tags & Classes*/

/* Especial */

/* Feeder */

#rssfeed {
	display: block;
	margin: 0;
	padding: 0 0 1em;
	background: #fff url(/images/feeder/bgside.png) repeat-y right top;
	color: #444;
	font-family: "lucida grande", arial, helvetica, verdana, "bitstream vera sans", sans-serif;
	line-height: 1.4em;
}

#rssfeedtitle {
  display: block;
  background: url(/images/feeder/bgtitle.png);
  color: #fff;
  font-size: 2.2em;
  padding: 7px 10px 5px 10px;
  border-bottom: 1px solid #2954BC;
  line-height: 1.4em;
}

#rssinfo {
  display: block;
  line-height: 1.2;
  font-size: 9px;
  background: #ffc url(/images/feeder/info.gif) no-repeat 1em 1.3em;
  padding: 1em 1em 1em 3em;
  margin: 2em 180px 2em 1em;
  border: 1px solid #999;
}

#rssentry {
  display: block;
  margin: 1em 180px 1em 1em;
  border-bottom: 1px solid #999;
  padding-bottom: 1em;
  font-size: 10px;
}

#rsstitle {
  display: inline;
  background: transparent none;
  border-bottom: 0px solid #fff;
  padding: 0px;
  color: #222;
  font-size: 1.4em;
  font-weight: bold;
}

#rssmodified {
  display: inline;
  margin: 0.4em 0 0 1.5em;
  color: #AAA;
  font: 10px trebuchet ms, arial, helvetica, sans-serif;
}

#rsssummary {
  /* display: block; */
  /* clear: both; */
  padding-top: 0.5em;
  font-size: 9px;
}

/* End Feeder */

/* Highlight experiment */

#pointout {
background: #FBFFB2;
}

#pointoutblue {
background: #C0E9F0;
}

#highlight {
	margin: 5px 5px 0 0;
	padding: 10px;
	background: #FFF9E7;
	color: #333;
    line-height: 1.6em;
	}
	
#highlight:hover {
	margin: 5px 5px 0 0;
	padding: 10px;
	background: #FFFF99;
	color: #E37D24;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999999;
	border-bottom-color: #cccccc;
    line-height: 1.6em;
	}
	
/* #highlight p {
	color: #333;
    line-height: 1.6em; */

/* just for forms */
/* // don't need it for this one // input {font-size: 1em; } */
select {
font-size: 1em;
}
/* end just for forms */

/* border image tutorial */
img.border
{
	padding: 5px;
	margin: auto;
    border: 1px solid #999999;
    background: #EEEEEE;
}
/* end border image tutorial*/

/* previous posts index list */
#latest {
padding: 5px;
border-bottom: 1px solid #F6F4E8;
color: #732E2E;
}

#latest:hover, #latest a:visited {
background: #FFFFCC;
padding: 5px;
display: block;
}

#latest a, #latest a:acitve {
color: #333;
}

#latest a:hover {
color: #666;
text-decoration: none;
}
/* end previous posts list */

/* End Code Viewer */

/* code sub link */
.codemenu a{
color: #999;
}

.codemenu {
color: #999;
}

/* end code sub link */

img .alignleft {
float: left;
}

