﻿/* CSS Document */
/* CSS Document */
/*- Page Structure */

/* NOTE The following sidebar items are being hidden */

.sb-latest {
         visibility:hidden;
}
.sb-links {
         visibility:hidden;
}

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

* {
	padding: 0;
	margin: 0;
	}

img {
 	border: 0;
	}

body {
	font: 62.5% Arial, Sans-Serif, 'Lucida Grande', Verdana;
	color: #777;
	background:    #BFFFAA;
	text-align: left;
	margin: 0 0 30px;
	}

#page {
	background: #FFF;
	text-align: left;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	width: 790px;
	border-top: none;
	}

* html #page { width: 790px } /* IE hack */


#primary {
	width: 500px;
	float: left;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 30px;
	display: inline;
	}

.secondary {
	font-size: 12px;
	line-height: 21px;
	padding: 10px 0;
	margin: 0 0 20px 50px;
	width: 180px;
	color: #666;
	float:left;
	position: relative;
	}

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 100%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 0px 6px;
	}

ul.menu li a {
	font-size: 11px;
        font-weight: bold;
	color: white;
	margin: 0;
        text-decoration: underline !important;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

/*- Sidebar Subpages Menu */

.sb-pagemenu {
	margin-bottom: 5px;
}

.page-27 .sb-pagemenu {
margin-top:-23px;
}
.page-16 .sb-pagemenu {
margin-top:-23px;
}

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}
	
 .page_item {
	width:230px;
	float:left;}

.sb-pagemenu .current_page_item {

	}

/*- Headings */

h1, h2, h4 {
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	}

h3 {
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	color: Green;

	
}
h1 { /* H1 is the title in the header */
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	padding: 70px 40px 0;
	}

h1, h1 a, #header .description {
	text-decoration: none;
	}

h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color:Green;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	}		

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 18px !important;
	font-weight: none !important;
	padding: 0 !important;
	display: inline;
	}

.sb-latest	{
	font-weight:normal;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 24px;
	font-weight: normal;
	}

#primary .entry-content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .entry-content h4 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .entry-content ul li {
    list-style-type: none;
    background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 25px;
    margin-left: 0px;
}

#primary .k2-asides h3 {
	font-size: 16px;
	font-weight: normal;
	}

.entry-head h2 {
	margin-top: 10px;
	}

body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	}
	
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: Green;
	font-weight: normal;
	text-decoration: none !important;
	}

#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	/*margin-left: 15px;*/
	}

#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #999;
	}

.comment-meta {
	margin: 0 15px 0 0;
	float: none;
	}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #777;
}

#comment-personaldetails {
	margin-top: 10px;
}

.feedicon { /* Next to Comment Section Headline */
	border: 0 !important;
	padding: 0 !important;
	}

.feedlink img { /* On the sidebar */
	height: 16px;
	width: 16px;
	border: none;
	position: absolute;
	right: 0;
	}

.secondary .k2-asides {
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
	}

.secondary .k2-asides p {
	display: inline;
	}

.secondary .k2-asides .metalink {
	padding-left: 0px;
	}

.secondary span a {
	margin-left: 10px;
	}

body.page .entry-edit {
	position: absolute;
	right: 0;
	display:none;
	margin-top: -15px;
	}


.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	display: block;
	margin-top: 1px;
	display:none;
	color: #bbb;
	}

.entry-meta a, .comment-meta a {
	color: #777;
	}


/*- Primary Contents */

.hentry {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #777;
	margin:0;
	padding:0;
}

.entry-content p,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 15px 0 0 0;
	}

.k2-asides .entry-content p,
.k2-asides .entry-content ul,
.k2-asides .entry-content ol,
.k2-asides .entry-content div,
.k2-asides .entry-content blockquote {
	margin: 5px 0 0 0;
	}

.single .k2-asides .entry-content p,
.single .k2-asides .entry-content ul,
.single .k2-asides .entry-content ol,
.single .k2-asides .entry-content div,
.single .k2-asides .entry-content blockquote {
	margin: 13px 0 0 0;
	}

.metalinks {
	margin-top: 3px;
	}

.trackbacklink {
	background: url('../images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
}

.commentsrsslink a, .trackbacklink a {
	color: #999;
	padding: 2px;
	}

.nopassword {
	text-align: center;
	}

#commentlist {
	margin: 0;
	padding: 20px 0 20px;
	position: relative;
	}

#commentlist li {
	margin: 10px 0 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

#commentlist li .comment-content {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	}

#commentlist li .counter {
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

li.byuser {
	background: #edf4f5;
	}

li.bypostauthor {
	background: #edf4f5;
	}

li.bypostauthor blockquote {
	color: #666;
	background: #eee url('../images/quote.png') no-repeat 10px 0;              
	}
	 
#pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 10px;
	background: #f6f7f8;
	}

#pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

#pinglist li small {
	font-size: 0.8em;
	display: block;
	}

#pinglist li .counter {
	display: none;
	}

#pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

#pinglist li img {
	padding: 0;
	border: none;
	}
	
#leavecomment, .comments #loading {
	text-align: center;
	margin: 30px 0 20px !important;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	}

.comments #loading {
	margin-top: 20px !important;
	}

.comments #error {
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
}

.comments #commentload {
	padding-top: 3px;
	float: right;
	vertical-align: middle;
}

.comments form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.comments input[type=text], .comments textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	height: 250px;
	width: 100%;
	margin: 10px 0;
	}

.comments form #submit {
	margin: 0;
	float: left;
	}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0 auto;
	position: realitive;
        background-color:  Green;
	}

#footer p {
    padding-left: 30px;
    padding-top: 18px;
	text-align: left;
    font-size: 11px;
    color: #CCC;
}

#footer a {
	color: Green;
	border: none;
	text-decoration: underline !important;
	}

#footer a:hover {
	color: Green;
	border: none;
	text-decoration: none !important;
	}

/*- Links */

#primary a:hover,
.secondary a:hover, .secondary a:visited:hover {
	}

a {
	color:  green;
	text-decoration: none !important;
	}

a:hover {
	color: Green;
	text-decoration:none!important;
	}	

.entry-content a:visited {
	color: Green;
	text-decoration: none !important;
	}

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

#primary .entry-content img {
	margin: 0 5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}


img.center, img[align=center] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align=right] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img[align=left] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
	}

.chronodata abbr { border: 0; }

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: #fff url('../images/quote.png') no-repeat 10px 0;

	border: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

.comments .navigation {
	margin: 10px 0;
	}

.navigation .left {
	float: left;
	width: 50%;

	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #999;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}

/*- Begin Lists */
.entry-content ol, .entry-content ul {
	padding: 10px 0 0 0;
	margin: 0;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;

	}

.secondary div p {
	margin-top: 0.5em;
	}

.secondary ul, .secondary ol, .secondary div div {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
        list-style-type: none;
	}
	
/*.secondary ul li {
        list-style-type: none;
        background-image: url('images/arrow.gif');
	background-repeat:no-repeat;
	background-position: 0px 9px;
	padding-left:25px;
	}
*/
ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}

/*- Search Form and Livesearch */

#search {
	display: none;
	}
 
#searchform {
	margin-top: 20px;
	display: block;
	position: relative;
	}

#search h2 {
	display: none;
	}

input[type=text], textarea {
	color: #777;
	font-size: 11px;
	padding: 1px;
	margin: 0;
	}

#s {
	width: 80%;
	height: 16px;
	border: 1px solid #A0A0A0;
	}

#s.livesearch {
	width: 90%;
	}

#searchreset {
	position: absolute;
	right: 0;
	top: 0;
	height: 16px;
	width: 16px;
	background: url('../images/btn_search.gif') center center no-repeat;
	}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 16px;
	width: 16px;
	background: url('../images/spinner.gif') center center no-repeat;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('../images/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

/*- Attachment */

.attachment {
	text-align: center;
	}


/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */


.sb-comments-blc ul li span a, .sb-comments ul li small a {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}

.sb-comments-blc ul li {
	margin-bottom: 6px;
}

.sb-comments-blc li > a[title="Go to the comments of this entry"] {
	position: absolute;
	right:0;
	color: #999;
}

.activityentry {
	font-size: 1.1em;
	}

div#brians-latest-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}


/*-
	FlickrRSS
*/

.sb-flickr div img {
	border: 0px;
	padding: 5px;
}

.sb-flickr div a img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 3px 0;
}

.sb-flickr div a:hover img {
	border: 1px solid #999;
}


#poststuff fieldset {
	border: none;
	}

#poststuff #title, #poststuff #excerpt, #poststuff #tags {
	width: 470px;
	}
	
#poststuff #title {
	font-size: 2em;
	}

/*
	Ultimate Tag Warrior
	K2 removes UTW's default tags for more default control.
*/

.localtags, .technoratitags {
	display: none;
	}

/*
	Contact Form
*/

.contactform {
	width: 100%; 
	position: relative;

	}

.contactleft {
	width: 20%; 
	text-align: left;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 0 auto;
	margin: 0 auto; 
	}

.contactright {
	width: 60%; 
	text-align: left;
	float: left; 
	display: inline; 
	padding: 0 auto; 
	margin: 0 auto;
	}
	.contactright input {
	height: 16px;
	border: 1px solid #A0A0A0;
	}
	.contactright textarea {
	border: 1px solid #A0A0A0;
	}	
	
.contacterror {
	border: 1px solid #ff0000;
	}

input#contactsubmit {
	width: 99px;
	height: 29px;
    margin-left: 100px;
	background: url('../images/btn_send.gif') center center no-repeat;
    border: 0px;
}


/* Noteworthy */
.category-noteworthy h3.entry-title {
	background: url('../images/heart.png') no-repeat right center;
	padding-right: 25px;
	display: inline;
}

.page-head h2 a {
text-decoration:none;
cursor: default ;
}
.page-head h2 a {
text-decoration:none !important;
cursor: default ;
}

.entry-title a {
text-decoration:none;
cursor: default ;
}
.entry-title a {
text-decoration:none !important;
cursor: default ;
}

.noteworthyLink { margin-left: 5px }

/* Here's the start of unsleepable css */
#menu {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    height:100px;
    float:right;
    border-left: 1px solid #555;
	}

#menu li {
	float: left;
	width: 7em;
	border-right: 1px solid #555;
    wrap: auto;
	}

#menu a {
    font-size: 1em;
	display: block;
	height: 100px;
	width: 7em;
	line-height: 30px;
	padding: 00px 0 0 0px;
	text-align: center;
    font-weight: bold;
	}
	
#header {
	height: 100px;
	width: 790px;
	color: black;
	background: white;
	/*border-left: 1px solid #555;*/
	margin: 0 !important;
	}

#header a {
	color: black;
    text-decoration: none !important;
	}

#header a:hover {
	color: #fff;
	background:  black;
    text-decoration: none !important;
	}

#top_img {
	width: 790px;
	height: 250px;
        clear:right;
	
}







#header .current_page_item a{
	background: Green !important;
	}

#header .current_page_item a:hover{
	background: Green;
    text-decoration: none !important;
	}

#title {
	float: left;
	width: 300px;
	height: 100px;	
	/*border-right: 1px solid #555;*/
	/*text-indent: -9000px !important; */
	}

#title a {
	display: block;
	width: 300px;
	height: 100px;
	line-height: 10px;
	padding: 0 0 0 0;
	background: transparent url('../images/logo.gif') no-repeat 20% 50% !important;
	}

#title a:hover {
	background: transparent url('../images/logo.gif') no-repeat 20% 50% !important;
	}
	
a img,:link img,:visited img { border:none }
/* Here's the end of unsleepable css */

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* This is from Sawchuk scheme for K2 */
