/*
Theme Name: Borshoff Blog
Theme URI: http://borshoff.biz/
Description: The Borshoff WP Blog theme
Version: 1.0
Author: Ian Smith
Author URI: http://n-vent.com/
Tags:

	Borshoff v1.0
	 http://n-vent.com/

	This theme was designed and built by Ian Smith,
	whose blog you will find at http://ianlabs.com
        and website at http://n-vent.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


* {
    margin: 0;
	padding: 0;
	}

body {
	margin: 0 auto;
	padding: 0;
	font: 85% Trebuchet MS, Helvetica, sans-serif;
	background: #695d58 url(images/mainbg.jpg) top center repeat-y;
	text-align: center;
	}

#page {
	position: relative;
	color: #777;
	margin: 0 auto;
	width: 964px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	text-align: left;
	}

a {
	text-decoration: underline;
	color: #000;
	}


a:visited {
	color: #777;
	}

a:hover {
	text-decoration: none;
	color: #eb7b61;
	}

a:focus {
	background-color: #847e7c;
	color: #fff;
	}

a img {
	border: 0;
	}

#rightcol a img {
	border: 1px solid #9DC8BA
	}

#rightcol a:hover img {
	border: 1px solid #000
	}

#rightcol a:visited img {
	border: 1px solid #9DC8BA
	}

#header {
	clear: both;
	margin: 0;
 	padding: 0;
	position: relative;
	height: 190px;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x
	}

#lifeanim  {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 190px;
	}

#mainlogo {
    position: relative;
	top: 60px;
	left: 75px;
	}


/* Content Styles
------------------------- */
#content{
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom: 57px;
	padding-top: 4px;
	text-align: left;
	min-height: 280px;
	}

#feature {
	position: relative;
    background-color: #000;
    margin: 0 auto;
	text-align: center;
	}

#feature p {
    padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	}

#page.homepage #content {
    width: 700px;
	}

#content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
	}

#content img {
	margin: 2px 0 2px;
	padding: 0;
	}

#homeCol1, #homeCol2 {
	width:330px;
	padding-top: 15px;
	float: left;
	}

/* Special case for homeCol2 linke by request */
#homeCol2 a{
    text-decoration: none;
}
#homeCol2 {
    float: right;
	}

#rightcol {
	position: relative;
	width: 470px;
	float: right;
	margin: 10px 100px 0 0;
	}

#rightcol img {
    border: 0;
	padding: 5px;
	}

h1.pagetitle {
	font-size: 2em;
	color: #fff;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #a9d0f7;
	}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #685c57;
	}

h1 {
	font-size: 1.3em;
	}

h2 {
	font-size: 1.2em;
	}

h3, h4, h5, h6 {
	font-size: 1.1em;
	}

p, table{
    margin: .2em 0 1em 0;
	}

table {
    max-width: 470px;
	}

ol, ul {
    margin: 0 0 1em 2.5em;
}
ul{
    list-style: disc
}
ul.newsList{
list-style:none;
margin: 0;
}
p.postInfo{
font-size: 10px;
}
.newsList a:hover{

}
.newsList a{
    display: block;
}

.searchbox{
	border:1px solid #ccc;
	}

#SearchForm{
	width:100px;
	border:1px solid #ccc;
	}

.hidden {
	display: none;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.textright {
	text-align: right;
	}

.textcenter {
	text-align: center;
	}

.small {
	font-size: 0.8em;
	}

.bold {
	font-weight: bold;
	}

.hide {
	display: none;
	}

#etoNotice{
    display:none;
	}
td {
    vertical-align: top;
	}

td p, td {
    text-align: center;
	}





/* Main Menu Styles
------------------------------*/
#menu {
    position: relative;
    background: #cde3dc url(images/menubar.gif) no-repeat;
	height: 35px;
	overflow: hidden;
	}

#menu ul {
    list-style: none;
	padding: 0 0 0 127px;
	margin: 0;
	}

#menu li {
	display: inline;
	}

#menu ul li a {
	float: left;
	color: #fff;
    display: block;
	padding: 10px;
	text-decoration: none;
	}

#menu ul li a:hover {
	background-color: #685c57;
	}

#menu li.LGlob_active a:visited,
#menu li.LGlob_active a,
#menu li.LGlob_active a:hover {
	background-color: #fff;
	color: #685c57;
	font-weight: bold;
	}


/* Sub Menu Styles
--------------------------- */
#submenu {
    position: relative;
    background: #fff;
	height: 25px;
	font-size: .8em;
	overflow: hidden;
	font-weight: bold;
	font-size: 1em;
	}

#submenu ul {
    list-style: none;
	padding: 0 0 0 122px;
	margin: 0;
	}

#submenu li,
#submenu li ul,
#submenu ul li {
	display: inline;
	}

#submenu ul li a,
#submenu ul li span {
	float: left;
	color: #aaa;
    display: block;
	padding: 5px 15px;
	text-decoration: none;
	}

#submenu ul li a:hover {
   /* background-color: #917c67;
	color: #fff;*/
	}

#submenu ul li .LM_youAreHere,
#submenu ul li.LM_expanded a {
	/*background-color: #d5d1cc !important;*/
	font-weight: bold;
	color: #685c57;
	}

#submenu li a:hover{
	color:#000;
	}

div#submenu ul li.LM_expanded ul {
	display: none;
	}

p.description {
	padding: 10px 0 0 0;
	color: #fff;
	}

/* Left column colors default to brown. */

#leftcol {
	position: relative;
	float: left;
	width: 240px;
	padding: 0 0 0 130px;
	background-position: top left;
    background-repeat: no-repeat;
	}

#leftcol ul {
	list-style: none;
    padding:  0 2px 0 0;
	margin: 0;
	}
#leftcol li{
    margin-bottom: 1.5em;
    line-height: 95%;
}
#leftcol ul ul li{
  margin: 0 0 .5em .5em;
}
#leftcol ul li a:link{
    color: #fff;
	text-decoration: none;
	}

#leftcol ul li a:visited{
    color: #dedad4;
	text-decoration: none;
	}

span.LM_youAreHere{
	color: #d7cd86;
	font-weight: bold;
	}

#leftcol ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

#leftcol h2 {
    font-size: 1.5em;
    padding: 0 0 .5em
	}



/* Style the Footer
-------------------------- */
#footer {
	text-align: left;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	background-image: url(images/homefooter.gif);
	}

#footer p{
	position: relative;
	width: 650px;
    width: 670px;
	top: 34px;
	left: 140px;
	font-size: .8em;
	color: #fff;
	}

#footer a {
    padding-left: 10px;
	color: #fff;
	}

#footer a:hover {
	color: #336666;
	}


/* Bottom-stick the Footer
-------------------------------------------------- */
#footer {
	position: relative;
	width: 964px;
	height: 58px;
	bottom: 0 !important;
	bottom: -1px;
	margin: -58px auto 0 auto;
	}

html, body {
	height: 100%;
	}

#nonFooter {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

* html #nonFooter {
	height: 100%;
	}

/* Template color variations */

/* -------------YELLOW-------------- */

#page.yellow #content {
    border-top: 2px solid #d8cf8a;
    background-image: url(images/yellow-sbbg.gif);
    background-repeat: no-repeat;
	}

#page.yellow #content #leftcol h1{
	color: #675a54;
	}

.yellowfooter {
	background-image: url(images/yellow-footer.gif) !important;
	}

#page.yellow #leftcol ul li a:link{
    color: #675a54;
	}

#page.yellow #leftcol ul li a:visited{
    color: #595451;
	}

#page.yellow span.LM_youAreHere{
	color: #000;
	}

#page.yellow #leftcol ul li a:hover {
	color: #fff;
	}

#page.yellow p.description {
    color: #675a54;
	}

#page.yellow {
    background: url(images/yellow-pagebg.gif) repeat-y left;
	}

/* Blog stuff
-------------------------------------------------- */
form#searchform{
  margin-bottom: 4px;
}
input#s {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 2px;
  width: 90px;
  display: inline;
}
input#searchsubmit{
  display: inline;
}
.post h2, h2.pagetitle{
  font-size: 1.5em;
}
 h2.pagetitle{
   margin-bottom: .5em;
 }

.post h2 a, .post h3 a {
  display: block;
  background: #deece8;
  padding: .3em;
  text-decoration: none;
  margin: 0 0 .5em -8px;
}
p.postmetadata{
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  background: #eef5f3;
  padding: 2px;
}
p.postmetadata a{
  color: #80b4a3
}
p.postmetadata a:hover{
  color: #000
}
small{
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000
}



/* Blog comment stuff */
textarea#comment{
  width: 460px;
}
h3#comments{
border-bottom: 1px solid #9dc8ba;
margin-top: 1.5em;
color: #679d8c
}
div.comment-meta, li.widget_archive select{
font-size: 10px;
color: #000;
  font-family: Arial, Helvetica, sans-serif
}
img.avatar{
  display: none;
}
li.even{
  margin: 1em 0 0 0;
  background: url(/blog/wp-content/themes/borshoff/images/comment-even.png) no-repeat right top;
}
li.odd {
  margin: 1em 0 0 0;
  background: url(/blog/wp-content/themes/borshoff/images/comment-odd.png) no-repeat right top;
}
li.comment div.vcard{
  font-weight: 900;
  color: #665b57;
  padding: .5em 0;
}
div.navigation{
  margin-bottom: 1em;
}
li.widget_search{
margin-bottom: 1.5em !important;
}
li.widget_archive select{
padding: .3em
}
.alignright{
  text-align: right;
}
.alignleft{
  text-align:left;
}

/* To hide the tweetback output from the Tweetsuite plugin. Delete the following when the plugin bug is fixed. 7/13/09 */
#tweetbacks{display:none}

.addthis_toolbox{
  margin: 1em 0;
}
img.alignright {
float: right;
clear: right;
margin: 0 0 .5em .5em !important
}

img.alignleft {
float: left;
clear: left;
margin: 0 .5em .5em 0 !important
}

li.widget_tag_cloud a{
display:inline-block;
padding:3px 0;
}