﻿
/*  
Theme Name: Branches
Theme URI: 
Description: Branches Blog.
Version: 1
Author:
Author URI: 

	Branches Blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

 @media screen {
/* Begin Typography & Colors */
html>body p {margin: 15px 0;}
body {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE:13px;
	/*center for ie*/
	TEXT-ALIGN:center;
	/* center for firefox */
	COLOR:#333333;
	BACKGROUND-COLOR:#ffffff; background-image:url(/wp-content/themes/Branches/images/back.png);
	background-position: 0 0; background-repeat:repeat-x;
	padding:0;margin:0;

	}
#page {
	text-align: left;
	}

#header {
	background-repeat:no-repeat;
	background-position:bottom center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 200px; 
	} 

#content {
	float:left;
	left:20px;
	padding-bottom:10px;
	margin-top:-40px; margin-bottom:10px;
	font-size: 12px;
	width: 630px;
	position:relative;
	background:transparent url(/wp-content/themes/Branches/images/leaf2.png) no-repeat scroll 150px -102px ;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#footer {
	/*background-color: #ffffff;*/ 
	border: none;
	}

small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Georgia, Helvetica, Arial, sans-serif;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	}

h1 {
	FONT-SIZE:22px;
	FONT-WEIGHT:normal;
	FONT-STYLE:normal;
	COLOR:#302f28;
	MARGIN-TOP:0px; margin-bottom:5px; padding-bottom:6px;
	text-align: left;
	border-bottom:4px double #BBB795;	
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	FONT-SIZE:14px;
	FONT-WEIGHT:normal;
	FONT-STYLE:normal;
	COLOR:#302f28;
	MARGIN-TOP:0px;
	MARGIN-BOTTOM:0px;
	}

h2.pagetitle {
	font-size: 20px;
	}

#sidebar h2, #leftbar h2 {font-size:16px;}


h3, h3 a, h3 a:visited  {
	FONT-SIZE:13px;
	FONT-WEIGHT:700;
	FONT-STYLE:normal;
	COLOR:#302f28;
	margin-bottom:0px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description, #content h1 a,#content h1 a:hover, #content h1 a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #302f28;
	
	}
h1 a:hover {text-decoration:underline;}

h2, h2 a, h2 a:visited,H2, H2 a, H2 a:visited {
	color: #302F28;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #000000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Arial, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 12px Helvetica, Arial, sans-serif;
	}
#sidebar

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
	}

code {
	font: 1.1em Helvetica, Arial, sans-serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #302F28;
	text-decoration: none;
	}
#content a, #content a:hover {
    text-decoration:underline;
}
a {
    color:#333;
    text-decoration:none;
    font-weight:700;
}
a:hover {
	color: #333;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */

#page {
	width:902px; 
	margin: 25px auto;
	background:#fcfbe8 url(/wp-content/themes/Branches/images/page-back.png) repeat-y scroll 0 0;
	}

#header {
	margin-left:19px;
	margin-top:65px;
	}

#headerimg {
	margin: 0;
	height: 175px;
	width: 100%;
	}

#leftbar {
    float: left;
	width: 191px;
	overflow: hidden;
    margin-top:-15px;
    position:relative;
    left:100px;
    width:204px;
    background:;
}

.narrowcolumn {
	float: center;
	width: 390px;
	}

.widecolumn {
	float: center;
	width: 390px;

	}

.post {
	background:;
	padding: 10px;
	text-align: left;
	}

.widecolumn .post {
	margin: 10px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	padding-top: 5px;
	}

/*.widecolumn*/ .smallattachment {
	text-align: center;
	float: center;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer 
{
	padding-left: 10px; padding-top:10px;
	text-align:left;
	margin: 10px auto 0px;	
	padding-bottom:10px;
	clear: both;
	TEXT-ALIGN:left;
	LINE-HEIGHT:12px;
	height:75px;
	background:transparent url(/wp-content/themes/Branches/images/page-bottom.png) no-repeat scroll 0 100%;
	}

.topnav{
	text-align: right;
	float: right;
	/*margin-bottom: 5px;*/
}
h2.pagetitle {

	text-align: center;
}
.cats li H2{*margin-left:-10px;}
#sidebar h2, #leftbar h2 {
	margin: 0 5px;
	padding-bottom: 6px;
	}
#leftbar h2 {color:#ffffff;}
#sidebar H2 {color:#302f28 !important; font-size:17px;}
h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar ul, #sidebar ul ol {
	margin: 10px;
	padding: 0;
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar a,#sidebar a:active,#sidebar a:hover,#sidebar a:link,#sidebar a:visited{font-weight:normal;}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#searchform br {display:none;}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar
{
	float:right;
	top:-20px;
	left:12px;
	padding-left:0px;
	margin-top: -18px;
    margin-right:10px;
	vertical-align:top;
	height:auto; padding-bottom:10px;
	width:216px;
	background:#transparent;
		}

#sidebar form {
	margin: 0 0 0 -6px;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 20px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	margin-left:5px;
	}
	
a.left:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.left:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.left:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.left:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.leftnavpadding {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	
}

.topbarpadding {
	font-size:10px;
	font-weight:bolder;
	text-align:right;
	float:right;
	margin-top: 45px;
	padding-right: 10px;
	
}
/* End Various Tags & Classes*/
/* TOPNAV */
#TopCol {width:909px; height:334px; margin:0 0 0 -7px; position:relative; background:transparent url(/wp-content/themes/Branches/images/page-top2.png) no-repeat scroll 0 0;}
.TOPNAV {border-bottom:3px #E6E2AF solid; display:block; margin-left:262px;*margin-left:20px; margin-top:25px; padding-bottom:10px; padding-right:20px; position:absolute; top:0px; width:621px; text-align:right; }
.TOPNAV ul {margin:0px 30px 0 0; float:right; display:inline;}
.TOPNAV li {display:inline; list-style:none; height:37px; margin:0; padding:0 0 0 0; text-align:center;}
.TOPNAV a, .TOPNAV a:active, .TOPNAV a:hover, .TOPNAV a:link, .TOPNAV a:visited {padding-left:15px; padding-right:15px; font-family:Georgia, Helvetica, Arial, sans-serif; font-size:12px; font-weight:normal;}
.TOPNAV {color:#a7a37e; font-weight:700;}
.TOPNAV img {position:relative; top:2px;}
#nav1 {margin-right:15px;}
#nav2 {margin-right:15px;}
#nav3 {margin-right:15px;}
#nav4 {}
.TOPNAV li a:link, .TOPNAV li a:active, .TOPNAV li a:visited {color:#193b26; font-family:tahoma, Helvetica, Arial, sans-serif; font-size:11px; text-decoration:none; height:22px; margin:0 0 0 2px; text-align:center; float:left; display:inline; padding:15px 0 0 0; font-weight:bold;}

#logo {margin:15px 0 0 15px; float:left; display:inline;}

#TopCol h1 {color:#193b26; font-size:35px; clear:both; width:450px; text-align:left; margin:0px 0 0 0; padding:10px 0 0 120px;FONT-FAMILY:Georgia, "Times New Roman", Times, serif; float:left; display:inline;}
#headliner h2 {color:#916D00; font-size:20px; FONT-FAMILY:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; font-weight:normal;}

#sidebar li ul li {list-style:none;}
#sidebar hr {display:none;}
#respond, #commentform {padding-left:10px;}
.copyright2 {color:#333333; font-family:Arial,Helvetica,sans-serif; font-size:10px; height:23px; margin:10px auto 0; padding:10px 0; width:859px;}
.copyright2 a, .copyright2 a:active, .copyright2 a:hover, .copyright2 a:link, .copyright2 a:visited {
	color:#333333; text-decoration:underline; font-weight:normal; font-size:10px !important;
}
#footer a, #footer a:active, #footer a:link, #footer a:hover, #footer a:visited{
	font-weight:normal; font-size:10px;
}
.ln-top {height:7px !important;margin:0 !important;padding:0 !important;width:204px !important;}
.ln-bot{height:7px !important;width:204px !important;}		 
.cats {margin:20px 5px 0; padding-bottom:10px;}
.cats, .cats a, .cats a:active, .cats a:hover, .cats a:link, .cats a:visited {color:#FFED81;}
.cats li ul {margin-left:10px; margin-top:0px; padding-left:0px;}
.cats li, .cats li ul li {list-style-type:none;}
.button {background:transparent; color:#FFFFFF;cursor:pointer;font-size:15px;height:24px;margin-left:auto;margin-right:auto;
padding-left:30px;padding-top:2px;width:105px;}
.book {background:#ffffff;padding-top:25px; padding-bottom:25px; width:204px; color:#193B26; font-weight:700;}
.book a,.book a:active,.book a:hover, .book a:link, .book a:visited {color:#193B26; font-weight:700; text-decoration:underline;}
.bottomlinks, .copyright2{margin-top:-10px}
#headliner {color:#916D00; margin-top:5px; margin-left:230px; font-style:italic; font-weight:normal; font-size:16px; font-family:Georgia, "Times New Roman", serif; width:580px; text-align:center;}
#subLogo {float:left; margin-top:235px; margin-left:-200px;}
	/* Social Bookmark */
.social {text-align: left; padding:2px 5px;}
.social h3 {margin-bottom: 10px;}	
.social strong {line-height:25px;}

}
 @media print {
#leftbar, #sidebar, #header, .bottomlinks, .TOPNAV, #headliner, .postmetadata, #respond, #commentform, #recaptcha_widget_div, #recaptcha-submit-btn-area  {display:none;}
#TopCol {width:100%; text-align:center;}
.content, .post,#comments,.commentlist {width:100%; text-align:left;}
img {border:none;}
h1, h2, h3 {font-family:Georgia, Helvetica, Arial, sans-serif;text-decoration:none;word-spacing:normal;letter-spacing:normal;text-transform:none;}
h1 {FONT-SIZE:22px;FONT-WEIGHT:normal;FONT-STYLE:normal;COLOR:#302f28;MARGIN-TOP:0px; margin-bottom:5px; padding-bottom:6px;text-align: left;border-bottom:4px double #BBB795;}
h2 {FONT-SIZE:14px;FONT-WEIGHT:normal;FONT-STYLE:normal;COLOR:#302f28;MARGIN-TOP:0px;MARGIN-BOTTOM:0px;}
h2.pagetitle {font-size: 20px;	}
h3, h3 a, h3 a:visited  {FONT-SIZE:13px;FONT-WEIGHT:700;FONT-STYLE:normal;COLOR:#302f28;margin-bottom:0px;}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description, #content h1 a,#content h1 a:hover, #content h1 a:visited {text-decoration: none;font-weight:normal;color: #302f28;}
h1 a:hover {text-decoration:underline;}
h2, h2 a, h2 a:visited,H2, H2 a, H2 a:visited {color: #302F28;}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {text-decoration: none;}
.entry p a:visited {color: #000000;}
h2 a:hover, h3 a:hover {color: #302F28;text-decoration: none;}
#content a, #content a:hover {text-decoration:underline;}
a {color:#333;text-decoration:none; font-weight:700;}
a:hover {color: #333;text-decoration: underline;}
h3 {padding: 0;margin: 10px 0 0;}
}
