/** 
	Forestry Bonzai v1.0 Base Theme CSS
**/

/* Modify Administration Module Menu Style */
#admin-menu {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	filter: none;
	-ms-filter: none;	
	font: 1em "Lucida Grande",Verdana,sans-serif;
	border-bottom: 1px solid #E9E5DF;
}


/* Layout */


body {
	/*background-color: #E9E5DF;*/
	background-color: #cacaca;
	/*background: url("http://subtlepatterns.com/patterns/white_wall_hash.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	/*background: url("/sites/all/themes/forestry_base_v5_0/images/white_wall_hash_medium.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}


body, caption, th, td, input, textarea, select, option, legend, fieldset {
    font: 12px/1.231 Verdana, Helvetica !important;
}


#page {
	padding: 0;
	font-size: 100%;
}

#header {
	background-color: white;
	word-wrap: break-word;
}

#header .region-site-title {
	padding-top: 20px;
}

#header .region-site-title h1 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.08em;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 5px;
	padding: 0;
}

#header .region-site-title h1 a, #header .region-site-title h1 a:hover {
    background-color: transparent;
    color: #3E3E3E;
	text-decoration: none;
}

div#main-wrapper {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    box-shadow: 1px 1px 5px 1px rgba(50, 50, 50, 0.07);
	margin-top: 1.67em;
	padding-top: 10px;
	margin-bottom: 1.67em;
	padding-bottom: 10px;
	background-color: white;
	z-index: 1;
}


/* Block adjustment */

/*
.block {
	margin-bottom: 0;
}
*/

.block {
    margin-bottom: 1.5em;
}



/**
	Content / Column Dyamic Layout Tags 
**/


.two-sidebars #content {
    margin-left: 200px;
	margin-left: 0;
    margin-right: -960px;
    width: 560px;
}

.one-sidebar #content {
    margin-left: 200px;
	margin-left: 0;
    margin-right: 0px;
    width: 730px;
}


.node .submitted {
	margin: .5em 0;
	font-size: smaller;
	font-syle: italic;
}

#content .section {
	/*margin: 20px;*/
	margin: 30px;
}


body.front #content .section, body.node-type-group-home-page #content .section {
	margin: 0px 10px 10px 10px;
}

body.front div.region.region-content {
	margin-top: 1.5em;
}

.overlay #main {
	background-image: none;
}


body.front #main {
	margin-top: 0;
}

#main {
	margin-top: 5px;
}

body.no-sidebars #main {
	background: transparent;
}


/* Breadcrumbs */


.breadcrumb {
	font-size: .75em;
	margin-bottom: .2em;
}

body.node-type-group-home-page .breadcrumb {
	display: none;
}

div#main div.breadcrumb {
	display: none;
}


/* Tables */

table, tr, th, td {
	border-collapse: separate;
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}

table th {
	background-color: #8b911b;
	color: white;
}

table th a {
	color: white;
}


table.views-view-grid {
	width: 100%;
	border: 1px solid #A7A7A7;
	border-collapse: collapse;
}

table.views-view-grid th, table.views-view-grid td {
	vertical-align: top;
	border: 1px solid #A7A7A7;
	border-collapse: collapse;
}

table.views-view-grid.cols-2 th, table.views-view-grid.cols-2 td {
	width: 50%;
}

table.views-view-grid.cols-3 th, table.views-view-grid.cols-3 td {
	width: 33%;
}


/* Headers */

/** Hide Homepage Title Header & Group Homepage Title Header **/

body.front h1#page-title, body.node-type-group-home-page h1#page-title {
	display: none;
}


h1 {
	line-height: 1.5em !important;
    color: #6D730F !important;
    font-family: 'Droid Serif','serif' !important;
	font-weight: normal;
	font-size: 15pt;
}

h1#page-title {
	margin: .5em 0;
}


h2 {
	/*line-height: 1.2em;*/
	line-height: 1.5em;
	margin: .3em 0 !important;
	color: #6D730F;
    font-family: 'Droid Serif','serif' !important;
    font-size: 15pt;
    font-weight: normal;
    margin-bottom: 8px !important;
}

h2 a, h2 a:visited {
	color: #63674C;
}

div.sidebar h2.block-title {
    background-image: none;
    display: inline-block;
	font-family: 'Droid Serif','serif' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    /*height: 23px;*/
	height: auto;
    margin: 0 !important;
    padding: 3px 0 3px 20px;
    width: 215px;
	color: #6D730F !important;
	background-color: #f9f5ed;
	border-bottom: 1px solid #C9CBAB;
	border-top: 1px solid #C9CBAB;
}


table.views-view-grid h2.node-title {
    font-size: 1em;
    line-height: 1em;	
}

h3 {
    /*color: #63674C;*/
	color: #3C3C3C;
    font-size: 1em;
	margin: .3em 0 !important;
}

h3 a, h3 a:visited {
    color: #63674C;
}


h4 {
	margin: 0;
}


/* Base Elements */

p {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}

a, a:visited {
    color: #585C0D;
	text-decoration: none;
}

a:hover {
    color: #585C0D;
	text-decoration: underline;
}

/*body.green.not-front div#content a {*/
body.not-front div#content a {
	color: #c35600;
	text-decoration: underline;
}


body.not-front div#content a:hover {
	color: #585C0D;
	text-decoration: underline;
}


body a:hover {
	color: #C34500;
	text-decoration: underline;
}


#main #content .region-content img {
	margin: 0;
	padding: 1px;
}

hr {
	line-height: 1px;
	height:1px;
	border: transparent;
    border-top: 1px dotted #A7A7A7;
	border-collapse: collapse;
	margin: .2em 0;
}


/* Tabs */

body div#content div.tabs ul.tabs li a {
	color: #777;
    text-decoration: none;
}

body div#content div.tabs ul.tabs li.active a {
	color: #000;
    text-decoration: none;
}

body div#content div.tabs ul.tabs li a:hover {
	color: #c34500;
    text-decoration: underline;
}



body div#content div.tabs ul.tabs li a:hover {
	color: #c34500;
    text-decoration: underline;
}



/* Lists */

ul.menu, ol.menu, dl.menu {
	padding: 0;
}


ul, ol, dl {
	margin: .5em 0;
	/*padding: 0;
	list-style-position:inside;*/
}

li.node-readmore a {
	color: #D85A1A;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}


/**
	Sidebars
**/

.region-sidebar-second {
	float: left;
    margin-left: 760px;
	margin-left: 0;
    /*margin-right: -974px;*/
    /*padding: 0;
	padding-bottom:9999px;
	margin-bottom:-9999px;*/
    width: 235px;
	background-color: #F4F2EE;
	margin-top: 10px;
	margin-top: 0;
	border-left: 1px solid #A7A7A7;
}

.region-sidebar-second .section {
	margin: 0;
	padding: 0;
}

.region-sidebar-second .section .content {
	margin: 1.2em .5em 0 .5em;
	/*margin-top: 1.2em;
	margin-left: .5em;*/
}

.region-sidebar-first {
	float: left;
    margin-left: 0;
	margin-left: 560px;
    margin-right: -200px;
	margin-right: 0;
    padding: 0;
	padding-bottom:9999px;
	margin-bottom:-9999px;
    width: 200px;
	background-color: #F4Ffff;
}


.sidebar h2.block-title {
    background: none repeat-x scroll left top transparent;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 0 !important;
    /*height: 23px;*/
	height: auto;
    padding: 5px 0 0 30px;
	width: 205px;
}


.region-sidebar-second ul.menu li, 
.region-sidebar-second ul.menu li.expanded,
.region-sidebar-second ul.menu li.leaf {
	list-style-image: none;
	list-style-type: none;
	margin: 0.2em 0 0.2em 1.08em;
	line-height: 1.3em;
}

.region-sidebar-second ul.menu ul.menu li a, .region-sidebar-second ul.menu ul.menu li span {
	font-weight: normal;
}

.region-sidebar-second .menu a, .region-sidebar-second .menu span {
    display: block;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
	padding: 0px 3px;
}

.region-sidebar-second ul.menu ul.menu ul.menu li a, .region-sidebar-second ul.menu ul.menu ul.menu li span {
	font-weight: normal;
	font-style: italic;
	font-size: .9em;
}


.region-sidebar-second .menu a.active {
	color: #000000;
}



/**
	Green Template Specific 
**/

/*
body.green #content .region.region-hp-news h2.block-title, body.green #content .region.region-hp-events h2.block-title {
    background-image: url("http://drupalweb.forestry.oregonstate.edu/common/drupal_7_themes/forestry_base_v4_2/images/green/bg-heading-content-area.png");
	margin: 0!important;
}


body.green #block-menu-menu-academic-departments .content ul.menu li a:hover {
	background-color: #cccd9d;
}
*/

/*
body.green .views-field-field-rotator-caption {
	background-color: #878D13;
}
*/

body.green .region-sidebar-second .menu a, body.green .region-sidebar-second .menu span {
	color: #585C0D;
	border: 1px solid transparent;
	padding: 1px 3px;
}

body.green .region-sidebar-second .menu a:hover {
	color: white;
	background-color: #b4b76d;
	text-decoration: none;
	border: 1px solid white;
}

body.green .region-sidebar-second .menu a.active {
	background-color: #b4b76d;
	color: white;
	border: 1px solid white;
}

body.green #content .region.region-hp-news h3.title a:hover {
	background-color: #8b911b;
}


/** More Link **/


div.more-link a,
div.more-link a:visited {
	font-size: smaller;
	padding: 1px 2px;
	color: #A7A7A7;
	background-color: transparent;
	border: 1px solid #A7A7A7;
	border-radius: 3px;
	font-weight: bold;
}

div.more-link a:hover {
	color: white;
	background-color: #C34500;
	background-color: #A7A7A7;
	border: 1px solid #C34500;
	border: 1px solid white;
	text-decoration: none;
}


/** Views Pager **/

.view li.pager-current {
	background-color: #E9E5DF
}

.view li.pager-item:hover {
	background-color: #E9E5DF
}


/** Views General **/
 
.view-header {
	margin-bottom: 10px;
}




/**
 **		Footer Styles
 **/

.region-footer .content {
    color: white;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 0.85em;
	line-height: 1.2em;
}

.region-footer .content a,
.region-footer .content a:visited {
	color: white;
	text-decoration: none;
}

.region-footer .content a:hover {
	color: #E76F2D;
	text-decoration: none;
}

.region-footer .content .footer-login-link a {
	color: transparent;
}

.region-footer .content .footer-login-link a:hover {
	color: transparent;
}

div#region-footer-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


div#region-footer-wrapper {
	background-color: #252525;
	color: white;
	margin: 1.3em auto;
	width: 100%;
	border-top-color: #596F84;
    border-top: 0.31em solid #ABAFA6;
	min-height: 178px;
	padding-top: 10px;
	padding-bottom:10px;
    background-image: url("/sites/all/themes/forestry_bonzai_v1_0/images/footer-grad.png");
    background-position: left top;
    background-repeat: repeat-x;
}

div#region-footer-wrapper .block {
	margin-bottom: 0;
}

div.region-footer {
	margin: 0 auto;
	width: 974px;
}


div.region-footer-debug {
	margin: 0 auto;
	width: 960px;	
}



/* Webform Mods */

.webform-client-form .form-item label {
    display: inline;
    font-weight: bold;
}

