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

a img {
	margin: 5px;
	padding: 1px;
	border:solid #CCCCCC 2px;
		/*border: 0;*/
		}

a img:hover {
	margin: 5px;
	padding: 1px;
	border:solid #B3684A 2px;
		/*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: 97%;
}

#leftCol {
float: left;
	width: 32%;
margin: 290px 0 0 0;
}

#contentCol {
float:right;
top:0;
left: 290px;
	width: 65%;
}

.titleBox {
	margin: 58px 0 80px 130px;
	padding: 0 0 10px;
	border-bottom: 1px #a7512e solid;
	color: #a7512e;
	text-align: left;
}

#footer {
	display: block;
	width: 97%;
	clear: both;
	float: left;
}

#footerBranch {
	display: block;
	width: 97%;
	padding-top: 10px;
	height: 182px;
	background: url(images/footerbranch.png) no-repeat top right;
	border-top: 1px solid #a7512e;
}

/* --------------------------------- =typography -------- */

.titleBox h1 {
	font-size: 1.7em;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
}

.entry {
	margin: 0 0 0 25px;
}

.backandforth {
	text-align: right;
	margin: 0 0 10px 25px;
}

h2 {
	color: #8f8f8f;
	font-size: 2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
}


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.8em;
}

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

.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 {
	margin: 15px 0 40px 20px;
}

.box p {
	padding: 0 0 3px 22px;
	color: #4f4e3a;
	background-image: url(images/lineImage.gif);
	font-size: .9em;
	line-height: 2.15em;
}

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

.mostPopular {
	margin: 15px 0 40px 20px;
	background: url(images/mostpopular.jpg) repeat-x bottom left;
}

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


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


.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 -------- */

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

.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 {
	color: #7a7b7b;
	margin-left: 50px;
	line-height: 1.8em;
}

.entry li {
	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 -------- */


/* --------------------------------- =tables -------- */


/* --------------------------------- =ie hackery -------- */

