/*  
Theme Name: Branches - By The Blog Studio
Theme URI: http://www.theblogstudio.com/
Description: Hand crafted by the code monkeys @ <a href="http://www.theblogstudio.com">The blog Studio</a>.<br />Uses the plugins:<br /><a href="http://freepressblog.org/plugins/recentComments.html" title="Recent Comment List">Recent Comment List</a>, <a href="http://mtdewvirus.com/code/wordpress-plugins/" title="Recent Comment List">Recent Posts</a>, <a href="http://weblogtoolscollection.com/archives/2005/03/14/top-10-plugin/" title="Recent Comment List">Top 10</a>
Version: 1.0
Author: The Blog Studio
Author URI: http://www.theblogstudio.com/
*/

/*
All contents © The Blog Studio and/or the owner of the site. www.blogstudio.com
----


*/





/*  updated Feb 21 2006 --------------------------------- =general -------- */

* {
	padding:0;
	margin:0;
}

img {border: 0;}

p {margin: 0.8em 0;}

/* we're going to set the font-size on the body to 76%. This means that when we set a font to 1em, it will be prety close to the user's default font size. NO USING PX FOR FONTS - ems or % only please */

body {
	background-color: #FFFFFF;
	background-image:url(images/treeTop.png);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 76%;
}

/* --------------------------------- =layout -------- */

#wrapper {
	width: 770px;
}

#leftCol {
float: left;
	width: 280px;
margin: 290px 0 0 0;
}

#contentCol {
float:right;
top:0;
left: 290px;
	width: 470px;
}

.titleBox {
	margin: 58px 0 80px 130px;
	padding: 0 0 10px;
	border-bottom: 1px #a7512e solid;
	color: #a7512e;
	text-align: left;
}

#footer {
	display: block;
	width: 770px;
	clear: both;
	float: left;
}

#footerBranch {
	display: block;
	width: 770px;
	padding-top: 10px;
	height: 182px;
	background: url(images/footerbranch.png) no-repeat top right;
	border-top: 1px solid #a7512e;
}

/* --------------------------------- =typography -------- */



.titleBox h1{
	color: #8f8f8f;
	font-size: 2.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
		
}
.titleBox h2 {
	font-size: 1.7em;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.entry {
	margin: 0 0 0 25px;
}

.backandforth {
	text-align: right;
	margin: 0 25px 10px 0px;
}

h2 {
	color: #8f8f8f;
	font-size: 2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}


h2.page {
	color: #b3684a;

	display:block;
	margin: 0 0 -10px 10px;
	font-weight: bold;
	letter-spacing: -2px;
}


#commentContainer {
margin: 10px 0 0 0;
}

#commentContainer hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #CCCCCC solid;
}

.h2 {
	margin: 10px 0 0 0;
}

.entry .entryDate {
	color: #444;
}

.entry p {
	color: #7a7b7b;
	line-height: 1.5em;
}

.entryDate {
	margin-top: 4px;
}

blockquote {
	width: 360px;
	margin: 20px 0 20px 25px;
	padding: 1px 3px 7px 0px;
	background-color: #e4e2c8;
	background-image:url(images/blockQuoteFooter.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}

.entry blockquote p {
	padding-left: 50px;
	color: #a7512e;
	background-image:url(images/blockquoteQuote.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1.7em;
}

.indented {
	width: 390px;
	margin: 20px 0 20px 25px;
	padding: 1px 3px 7px 15px;
	background-color: #e4e2c8;
}
.indented p {
	padding-left: 20px;
	color: #a7512e;
	font-size: 1em;
	line-height: 1.7em;
}
.indented ul {
	padding-left: 20px;
	color: #a7512e;
	font-size: 1em;
	line-height: 1.7em;
}

.comments {
	height: 92px;
	margin: 0 0 0px 0;
	padding: 20px 0 0 5px;
	background-image: url(images/commentsBackground.gif);
	background-repeat: no-repeat;
}

.commentsInt {
	height: 100px;
	margin: 0 0 0px 0;
	padding: 20px 70px 0px 5px;
	background-image: url(images/commentsBackground.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}

.comments p {
	color: #a7512e;
	font-size: 1.2em;
}

.verticalNavigation {
	margin: 15px 0 40px 20px;
}

/*
.box li /* from TBS-blue
{
	background: url(images/lineImage.gif) no-repeat 5px 6px;
	line-height: 150%;
	list-style: none;
	padding: 0 15px;
}
*/

.box p, .box ol, .box ul /* from TBS-blue */
{
	color: #999;
	line-height: 150%;
	margin: 0 20px 10px;
}

.box {
	margin: 15px 0 40px 20px;
}
.box ul {
	/* border-bottom: 1px #e6e0d0 solid; */
	list-style: none;
}

.box li {
	display: block;
	/*height: 19px;*/
	color: #4f4e3a;
	border-bottom: 1px #e6e0d0 solid;
	font-size: 1em;
}



.box p {
	padding: 0 0 3px 22px;
	color: #4f4e3a;
	background-image: url(images/lineImage.gif);
	font-size: .9em;
	line-height: 2.15em;
}

/*
.box a:link, .box a:visited {
	display:block;
	height: 16px;
	padding-top: 3px;
	padding-left: 22px;
	color: #4f4e3a;
	font-size: 1em;
	text-decoration: none;
}

.box a:hover {
	display: block;
	background-image: url(images/sideBarHover.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-size: 1em;
}

.box a.inline{
	display:inline;
	padding: 0;
	margin: 0;
	background: none;
	color: #b3684a;
}
*/


.sideBarTitle {
	margin-bottom: 3px;
	padding: 0 20px 3px 0;
	color: #a29d43;
	border-bottom: 1px #e6e0d0 solid;
	text-align: right;
	font-size:1.6em;
}

.sideBarTitle-mp {
	margin-bottom: 3px;
	padding: 0 20px 3px 0;
	color: #a29d43;
	border-bottom: 1px #c8bfa1 solid;
	text-align: right;
	font-size:1.6em;
}



#footer p {
	padding-left: 45px;
	font-size: .8em;
}

.commentlist {
	margin: 20px 0 0 0;
}

/* --------------------------------- =links -------- */

a:link, a:visited {
	color: #b3684a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.mostPopular a:link {
	display:block;
	height: 16px;
	padding-top: 3px;
	padding-left: 22px;
	color: #4f4e3a;
	font-size: 1em;
	text-decoration: none;
}

.mostPopular a:hover {
	display: block;
	background-image: url(images/sideBarHover.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-size: 1em;
}

/* --------------------------------- =lists -------- */


.mostPopular ul {
	list-style: none;
	padding-bottom: 25px;
}

.mostPopular li {
	display: block;
	height: 19px;
	color: #4f4e3a;
	border-bottom: 1px #c8bfa1 solid;
	font-size: 1em;
}

.commentlist li {
	list-style-image: url(images/commentArrow.gif) no-repeat top right;
}

.entry ul, .entry ol {
	color: #7a7b7b;
	margin-left: 50px;
	line-height: 1.2em;
}

.entry ul, .entry ol {
	padding-bottom: 8px;
}


/* --------------------------------- =verticalNavigationigation -------- */

.verticalNavigation ul {
	/* border-bottom: 1px #e6e0d0 solid; */
	padding-top: 5px;
	list-style: none;
}

.verticalNavigation li {
	padding: 3px 0 3px 22px;
	color: #4f4e3a;
	border-bottom: 1px #e6e0d0 solid;
	font-size: 1em;
}

.verticalNavigation a {
	color: #4f4e3a;
	text-decoration: none;
	display: block;
	margin-right: 10px;
}

.verticalNavigation a:hover {
	background: url(images/commentArrow.gif) no-repeat top right;
}

.startNav {
	border-top: 1px #e6e0d0 solid;
}
/* --------------------------------- =forms -------- */

.archive select
{
	
	font: 11px Arial, sans-serif;
    border: 1px solid #ddd;
	width: 12em;
    color: #a7512e;
    padding: 0;
        
}
.box form
{
	padding: 0 0 0 50px;
}


/* --------------------------------- =tables -------- */


/* --------------------------------- =ie hackery -------- */

/* --------- horisontal nav ---------- */

#nav
{
	border-top: 1px solid #fff;
	font: 11px/25px Verdana, sans-serif;
	width: 324px;
	margin-bottom: 20px;
}

#nav li
{
	border-right: 1px solid #fff;
	float: left;
	text-align: center;
	width: 80px;
	background: #999;
}

#nav ul
{
	display: inline;
	list-style: none;
}

#nav ul a
{
	display: block;
	width: 80px;
	color: #fff;
	
}

#nav .current_page_item, #nav ul a:hover
{
	background: #333;
}

/* ---------- images ---------------*/
#contentCol img {float:left; padding: 2px; margin: 5px; border: 1px solid #6299CC; background: #ddd}

/* --------- search form -------------*/
#searchform
{
	
	height: 30px;
	margin: 5px 10px 30px 0;
	/*width: 300px;*/
	background: url(images/search_field.gif) no-repeat top center;
	float: right;
	background: none;
	color: #999;
	font: 9px Arial, sans-serif;
}

#leftCol form input
{
	background: none;
	color: #999;
	font: 9px Arial, sans-serif;
	/*
	text-align: center;
	text-transform: uppercase;
	*/
	width: 150px;
}

/* ------------- event calendar ------------- */
#eventcalendar {
	width: 70%;
	margin-left: 25px;
}

dl { margin-left: 10px;}
dd { margin-left: 20px;}
div.entrytext > h3 {margin-top: 20px;}

.alignright {float:right;}

@media print {
#leftCol, .itt_tagBox, #nav, #subnav, #searchform, .backandforth, .commentsInt, #commentContainer {
	display: none;

}
#contentCol {
	width: 650px;
}
body {
	font-size: 100%;
}
}
