/*  
Theme Name: MattMcFayden
Theme URI: http://wordpress.org/
Version: 1.0
Author: Go4 Multimedia

	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

*/

* { margin: 0; padding: 0; }

body {
	background: #E7E3D7 url(images/bg.jpg) repeat-y top center;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 763px;
	margin: auto;
	position: relative;
	text-align: left;
}

#contentwrap {
	display: block;
	float: left;
        width:763px;
	position: relative;
	font-size: 0.7em; /* Global Content Font Size */
}

#col-left {
	float: left;
	width: 467px;
}

#col-right {
	float: right;
	width: 242px;
}
	
.feature {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
}

/* Header
------------------------------------------------------------------*/

#header {
	height: 40px;
	border-bottom: 8px solid #86D2E4;
	padding: 25px 0 0 0;
}

	#headerleft {
		float: left;
	}
	
	#headerright {
		 float: right;
	}
	
	#headerright p {
		text-indent: -9999px;
		background: url(images/header_right.gif) no-repeat 0 0;
		width: 250px;
		height: 30px;
	}


/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	float: left;
	font-size: 0.65em;
	color: #8C8C8C;
	width: 763px;
	border-top: 8px solid #86D2E4;
	text-transform: uppercase;
	line-height: 35px;
}

#footer p { margin: 0; }

	#footerleft { }
	
	#footerright {
		 float: right;
	}
	
	#footer a {
		color: #8C8C8C;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

/* Menu
------------------------------------------------------------------*/

ul.menu {
	float: left;
	display: block;
	position: relative;	
	margin: 0;
	padding: 0;
}

.menu li {
	display: inline;
}

.menu li a:link, .menu li a:visited {
	float: left;
	display: block;
	padding: 0 12px;
	line-height: 30px;
	color: #8C8C8C;
	font-size: 0.65em;
	text-transform: uppercase;
}

.menu li a:hover, .menu li.orow.Main_item.current_page_item a, li.erow.Main_item.current_page_item a {
	color: #9A7F55;
	text-decoration: underline;
}

.details {
	border-bottom: 1px solid #B0A67A;
	padding: 5px 0;
	margin: -7px 0 7px 0;
}

.details p { margin-bottom: 0; }

.comments {
	float: right;
	background: url(images/comment_icon.gif) no-repeat 0 5px;
	padding-left: 15px;
	font-weight: bold;
}

.edit {
	float: right;
}

.more-link {
	float: right;
}

.smart-archives {	
	font-size: 1.2em;
}

.smart-archives span {	
	 color: #bbb;
	 padding: 0 3px;
}
.smart-archives a.year-link {
	background: #5DC4DB;
	color: #fff;
	padding: 2px 5px;
}

.categories,
.categories ul li { list-style: none; }
.categories ul { padding: 0; }

.postmetadata {
	background: #eee;
	padding: 10px 10px 5px 10px;
	line-height: 1.3em;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.navigation {
	height: 20px;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #06A3C8;
}
.navigation a { color: #06A3C8; }
.alignleft { float: left; }
.alignright { float: right; }

#commentform label { width: 100%; color: #2CA1C7; }
#commentform div { margin: 0 0 10px 0; }

/* Sidebar
------------------------------------------------------------------*/

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}

#sidebar ul li li { margin: 0; }

/* Post Specific 
------------------------------------------------------------------*/

#post-5 img {
	border: 0;
}
	
/* Global Formatting
------------------------------------------------------------------*/

blockquote {
	background: #eee;
	border-left: 7px solid #86D2E4;
	padding: 10px;
	border-bottom: 6px solid #eee;
	margin-bottom: 1em;
}

a img { border: none; }

a {
	color: #9A7F55;
	text-decoration: none;
}

a:hover {
	color: #9A7F55;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

h1 {
	color: #00A0C6;
	font-size: 1.7em;
}

h2 {
	color: #9A7F55;
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

	
h3, h4 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft, .entry p img { float: left;	margin: 0 15px 10px 0; }
.padding img { border: 1px solid #999; }

.clear { clear: both; }

/* padding */

.padding { padding: 20px 0 20px 0; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #f00; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* sIFR
------------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/
.sIFR-replaced > div {
  display: none !important;
}

/*---- Header styling ---*/

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  font-size: 22px;
  line-height: 1em;
  border-bottom: 1px solid #B0A67A;
  margin-bottom: 7px;
}

