﻿/* global resets */
* {
  margin: 0;
  padding: 0;
}

a img{
  border: 0;
}

a 
{
    color: #7da2d4;
}

a:hover 
{
    text-decoration: none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

p 
{
    margin-bottom: 22px;
}

ul, li 
{
    list-style: none;
}

ol
{
    padding-left: 20px;
}

ol.alpha li
{
    list-style-type: lower-alpha;
}

ol.numeric li
{
    list-style-type: lower-roman;
}

ol li
{
    list-style-type: decimal;
}

option{
  padding-right: 0.5em;
}

fieldset 
{
    border: 0;
}

table 
{
    border-collapse: collapse;
}

td{
  vertical-align: top;
}

h1 
{
    font: 24px arial, verdana, helvetica, sans-serif;
    color: #5e6c30;
    margin-bottom: 15px;
}

h2 
{
    font: 16px arial, helvetica, sans-serif;
    font-weight: bold;
    color: #5e6c30;
    margin-bottom: 12px;
}

h3 
{
    font: 18px arial, helvetica, sans-serif;
    font-weight: normal;
    color: #333;
    margin-bottom: 12px;
}

h4 
{
    font: 16px arial, helvetica, sans-serif;
    font-weight: normal;
    color: #333;
    margin-bottom: 9px;
}

h1 span 
{
    font-weight: bold;
}

pre, code {
    display: inline;
}
/*.clear-this
{
    clear: both;
}*/

.red 
{
    color: #d1644a;
}

/* template specific */

body
{
	background-color: #D8D4C9;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #595959;
	line-height: 18px;
}

#top {
	height: 125px;
	background: black url(images/header-bg.jpg) no-repeat;

} 

#wrapper 
{
    	background: #D8D4C9 url(images/body-rep.jpg) repeat-y;
}

#header, #main
{
	width: 987px;
}

#header {
	position: relative;
	height: 125px;
}

#nav {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0px;
	_bottom: -1px;
}
#nav a {
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
	display: block;
	float: right;
	color: #FFFFFF;
	margin: 12px 1px 0 0;
	padding: 8px 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav a.menu01 {
	background: #768646;
}
#nav a.menu02 {
	background: #ab815f;
}
#nav a.menu03 {
	background: #a87266;
}
#nav a.menu04 {
	background: #657d99;
}
#nav a.menu05 {
	background: #5f94a2;
}
#nav a.menu06 {
	background: #8d78a3;
	
}#nav a:hover, #nav a.select {
	padding: 8px 25px 20px 25px;
	margin: 0 1px 0 0;
}


.login-message 
{
    width: 720px;
	position: absolute;
	right: 16px;
	bottom: -25px;
}

.login-message a {
	color: #a87366;
	text-decoration: underline;
	padding: 2px 10px 0px 20px;
	margin-right: 10px;
	border-right: 1px solid #a2a19e;
	font: bold 11px Verdana, sans-serif;
}

.login-message a.last {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.login-message a:hover {
	text-decoration: none;
}

#welcome 
{
    float: left;
    position: absolute;
    top: 25px;
}

#logout, #editProfile
{
    float: right;
}

#logout a {
	background: url(images/logout-icon.gif) no-repeat 0px 50%;
}

#editProfile a {
	background: url(images/edit-profile-icon.gif) no-repeat 0px 50%;
}

#main
{
	background: url(images/body-bg.jpg) no-repeat;
}

#postBox {
    background-color: #FFF2CF;
    margin-bottom: 15px;
    padding: 15px 15px 1px 15px;
}

#postBox h2 {
    color: #595959;
}

.introText {   
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #595959;
	line-height: 18px;
}

#search
{
	border: 1px solid #93B638;
	height: 22px;
	float: right;
	margin-top: 25px;
	overflow: hidden;
}

#admin
{
	height: 22px;
	float: right;
	overflow: hidden;
	padding-top:10px;
	clear:right;
}

#search input.text
{
	background: black;
	color: #BEBABA;
	border: 0;
	height: 18px;
	padding-left: 2px;
	padding-top: 4px;
	float: left;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	width: 160px;
}

#search input.button
{
	/*float: right;*/
	width: 63px;
	height: 22px;
	border: 1px solid red;
	padding: 0;
}

#header .berries_logo
{
	position: absolute;
	top: 46px;
	left: 39px;
}

#lside
{
	float: left;
}

#rside
{
	display: none;
}

#content
{
	margin-left: 214px;
	padding-left: 36px;
	padding-top: 70px;
}

#bottom
{
	height: 227px;
	background: url(images/bottom-bg.jpg) no-repeat bottom right;
	position: relative;
}

#bottom_left
{
	width: 214px;
	position: absolute;
	bottom: 27px;
	left: 17px;
}

#footer
{
	padding-top: 12px;
	padding-left: 214px;
	background: #D8D4C9;
	text-align: right;
	color: #7C7B75;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	padding-bottom: 10px;
}

#footer .bayer_logo
{
	float: left;
}

#copyright
{
	line-height: 36px;
}

#copyright a
{
	color: #7C7B75;
}

#copyright a:hover
{
	text-decoration: none;
}

#banner_bottom
{
	margin-top: 10px;
}

.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.img-button 
{
    padding: 0;
    margin: 0;
}


/*-----------FORMS-----------*/
/*---------------------------*/
input, textarea 
{	
    height: 15px;
	background: #e9e5ca;
	border: 1px solid #a19b76;
	padding: 3px 0px 4px 2px;
	font-size: 13px;
}

select {
	height: 23px;
	background: #e9e5ca;
	border: 1px solid #a19b76;
	padding: 2px 0 0 2px;
	font-size: 13px;
	/*float: left;*/
	margin: 0;
}

.chkBox input {
    border: none;
    background: none;
    padding: 0;
}

input.imp113 {
	width: 113px;
}

input.imp175 {
	width: 175px;
}

input.imp311 {
	width: 311px;
}

input.imp452, textarea.imp452 {
	width: 452px;
}

textarea.imp452 
{
    height: 115px;
}

select.sel165 {
	width: 165px;	
}

select.sel125 {
	width: 125px;
	margin: 0 0 13px 15px;	
}

select.sel315 {
	width: 315px;	
} 

.upload-photo, .upload-photo input 
{
    
    height: auto;
}


/*------CREATE ACCOUNT-------*/
/*---------------------------*/
.black-head 
{
    color: #000;
}

.formWrap {
	width: 692px;
	padding-left: 25px;
	background: url(images/account-bg.gif) repeat-y 0px 0px;
	overflow: hidden;
}
.formTop {
	background: url(images/account-top.gif) no-repeat 0px 0px;
	margin: 30px 0px 0px;
	width: 714px;
	height: 17px;
	display: block;
}
.formBottom {
	background: url(images/account-bottom.gif) no-repeat 0px 0px;
	width: 714px;
	height: 21px;
	display: block;
}

.formWrap h3 {
    color:#000000;
    font-family:Arial,sans-serif;
    font-size:18px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    padding:25px 0pt 35px 0px;
}
h3#pref-head 
{
    border-top: 1px dashed #999999;
    padding-bottom: 20px;
    width: 645px;
}

.formWrap table 
{
    width: 660px;
}

.formWrap table table 
{
    width: auto;
    border-bottom: none;
    margin-top: 0;
}
.formWrap table table td 
{
    padding-bottom: 0;

}
.formWrap table table td label 
{
    padding-left: 7px;
    padding-right: 15px;
}
.formWrap table table td input 
{
    padding: 0px;
    border: none;
    height: auto;
    background: none;
}
.formWrap th, .formWrap td 
{
    padding-bottom: 16px;
}

.formWrap th 
{
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    width: 112px;
    padding-right: 12px;
}

.formWrap th.cropTypeCell 
{
    vertical-align: top;
}

.formWrap table p 
{
    margin-bottom: 8px;
}

td.required-note 
{
    font-size: 12px;
    color: #66654e;
    text-align: right;
    width: 205px;
}

td.multiSelectNote select 
{
    float: left;
}
td.multiSelectNote span 
{
    float: right;
    width: 325px;
}

.btnDeletePhoto, .btnUpdatePhoto 
{
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.btnDeletePhoto
{
    border: 1px solid #8b8a6c;
    background-color: #afafaf;
    color: #fff;
    font-weight: bold;
}

.btnUpdatePhoto
{
    border: 1px solid #6b614f;
    background-color: #898869;
    color: #fff;
    }

.radio input 
{
    margin-right: 5px;
    padding: 0;
    background: none;
    border: 0;
}

.radio label 
{
    margin-right: 20px;
}

.radio .nickname label 
{
    margin-right: 0;
}

td#nick-box 
{
    vertical-align: bottom;
}



/*----------FORUM-----------*/
/*--------------------------*/


/*--------Top Posts--------*/
/*-------------------------*/
.most-recent-head 
{
    background: #fff url(images/mboard/post-list-bg.jpg) top left no-repeat;
    width: 459px;
    height: 30px;
    color: #fff;
    font-weight: normal;
    padding-top: 12px;
}

.most-recent-head h2 
{
    float: left;
    font: 18px arial, helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0;
    padding-left: 38px;
}

.most-recent-head a 
{
    color: #fff;
}

.most-recent-head span
{
    float: right;
    padding-right: 30px;
}


/*---------Post List---------*/
/*---------------------------*/

.post-list 
{
    clear: left;
    width: 459px;
}

.post-list li.post-list-item 
{
    clear: left;
}

.thread-head 
{
    width: 459px;
    padding-top: 4px;
    /*padding-left: 8px;*/
    padding-bottom: 5px;
    border-bottom: 1px dashed #cbcbcb;
    margin-bottom: 7px;
    }

.user-moderator .thread-head 
{
    background: #fff url(images/mboard/thread-bg-moderator.jpg) top left repeat-x;
}

.user-bayer .thread-head 
{
    background: #fff url(images/mboard/thread-bg-bayer.jpg) top left repeat-x;
}

.user-general .thread-head 
{
    background: #fff url(images/mboard/thread-bg-general.jpg) top left repeat-x;
}

.thread-head h2 
{
    height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font: 14px arial, helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    margin-left: 8px;
}

.user-moderator .thread-head h2 
{
    background: transparent url(images/mboard/icon-moderator.gif) top left no-repeat;
}

.user-bayer .thread-head h2 
{
    background: transparent url(images/mboard/icon-bayer.gif) top left no-repeat;
    padding-left: 22px;
}

.user-general .thread-head h2 
{
    padding-left: 0px;
}

.thread-head a 
{
    color: #666;
}

.post-list-date 
{
    padding-left: 20px;
    padding-bottom: 3px;   
    background: transparent url(images/mboard/post-date-bg.gif) 2px -1px no-repeat;
}


.post-blurb 
{
    /*width: 369px;*/
    margin-left: 90px;
}

.post-blurb p
{
    margin-bottom: 7px;
   /* width: 367px;*/
    font-size: 11px;
    line-height: 14px;
}

div.thread-avatar 
{
    float: left;
    width: 69px;
    padding: 0 14px 0 7px;
    position: relative;
}

div.thread-avatar img 
{
    padding: 2px;
}

div.thread-avatar a 
{
   border: 1px solid #ccc;
   display: block;
   margin-bottom: 7px;
}

div.post-icon
{
    width: 17px;
    height: 17px;    
    position: absolute;
    top: 0;
    right: 14px;
}

.video-icon {
    background: #fff url(images/mboard/icon-video-post.gif) top left no-repeat;
}

.general-icon {
    background: #fff url(images/mboard/icon-general-post.gif) top left no-repeat;
}

.faq-icon {
    background: #fff url(images/mboard/icon-faq-post.gif) top left no-repeat;
}

a.video-post-link 
{
    display: block;
}

.post-list ul, .post-footer ul
{   
    width: 459px;
    font: 10px verdana, arial, sans-serif;
    color: #999;
    height: 16px;
    clear: left;
}

.thread-head ul 
{
   margin-left: 8px;
   width: 451px;
}

ul.list-footer1 
{
    clear: left;
    padding-top: 2px;
    border-top: 1px dashed #cbcbcb;
}

ul.list-footer2 
{
    margin-bottom: 22px;
}


.post-list ul li, .post-footer ul li
{
    float: left;
    margin: 2px 3px 0 0;
    /*padding-bottom: 4px;*/
}


.post-list ul li a, .post-footer ul li a
{
    color: #999;
}

.post-list ul li.qty-comments 
{
    background: #fff url(images/mboard/bubble-sm.gif) left 2px no-repeat;
    padding-left: 28px;
    padding-top: 1px;
}

.post-list ul li.add-yours
{
    background:#FFFFFF url(images/mboard/bubble-add-sm.gif) 0 2px no-repeat scroll;
    padding-left:27px;
    padding-bottom: 5px;
}


/*------New Post-----*/
/*-------------------*/
.new-post 
{
}

#post-types
{
    margin-bottom: 22px;
}

#post-types li 
{
    margin-bottom: 6px;
}

.new-post label 
{
    font-size: 14px;
    color: #666;
    margin-bottom: 7px;
}

.new-post input 
{
    margin-top: 2px;
    margin-bottom: 7px;
}

.new-post textarea {
    margin-top: 2px;
    margin-bottom: 18px;
}

#categorySelect {
    margin-bottom: 14px;
}

#categorySelect label {
    font-weight: bold;
    color: #ab815f;
}

#categorySelect select 
{
    margin: 0 23px 0 6px;
    background-color: #fff;
    border: 1px solid #7f9db9;
    color: #666666;
}

#categorySelect a {
    background: #fff url(images/category-suggest-icon.gif) left 50% no-repeat;
    padding-left: 20px;
}

#bayer-post-check 
{
    margin-top: 11px;
    margin-bottom: 11px;
}

#bayer-post-check input
{
    margin-bottom: 0;
    margin-right: 4px;
    background-color: transparent;
    border: none;
}

.postDetailsBox 
{
    width: 426px;
    background-color: #f2f2f2;
    padding: 9px 14px;
    margin-bottom: 9px;    
    border: 1px solid #bcbcbc;
}

.postDetailsBox a {
    float: right;
    width: 17px;
    height: 17px;
    display: block;    
    text-indent: -9999px;
}

.postDetailsBox a.expand{
    background: transparent url(images/expand-icon.gif) top left no-repeat;
}

.postDetailsBox a.collapse{
    background: transparent url(images/collapse-icon.gif) top left no-repeat;
}

.postDetailsBox label {
    margin-bottom: 0;
}

.postDetailsBox span 
{
    font-size: 11px;
}

.postDetailsBox input 
{
    width: 400px;
    margin-bottom: 0;
    margin-top: 13px;
    background-color: #fff;
    border: 1px solid #979797;
}

.postDetailsBox p {
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 14px;
    }
    
    
/*---------Individual Post---------*/
/*---------------------------------*/

#submit-buttons 
{
    margin-top: 22px;
}

#submit-buttons input 
{
    height: auto;
}

#nav-edit-post 
{
    width: 452px;
    height: 14px;
    margin-right: 7px;
    margin-bottom: 6px;
    }

#nav-edit-post li 
{
    float: right;
    font: 10px verdana, arial, sans-serif;
    font-weight: bold;
    height: 14px;
}

#nav-edit-post a 
{
    color: #7da2d4;
}
#nav-edit-post a:hover
{
	text-decoration:none;
}

#nav-edit-post li#tedit 
{
    background: #fff url(images/mboard/icon-edit-post.gif) top left no-repeat;
    padding-left: 20px;
    padding-right: 7px;
}

#nav-edit-post li#tdelete
{
    background: #fff url(images/mboard/icon-delete-post.gif) top left no-repeat;
    padding-left: 29px;
}

#post-head 
{
    width: 459px;
    /*height: 70px;*/
}

#post-head img
{
    width: 63px;
    height: 54px;
    margin-right: 19px;
    margin-bottom: 5px;
    padding: 2px;
    float: left;
    border: 1px solid #ccc;
}

#post-head h1 
{
    width: 371px;
    float: right;
    font: 22px  arial, verdana, helvetica, sans-serif;
    color: #e26410;
    border-top: 1px dashed #cbcbcb;
    padding-top: 9px;
    margin-bottom: 2px;
}


#post-head h3 
{
    margin-bottom: 12px;
    font-size: 11px;
    color: #999;
}

#post-body 
{
	padding-top:10px;
    float: left;
    width: 459px;
}

.post-image 
{
 
    padding: 2px;
    border: 3px solid #cbcbcb;
    margin: 0 0 10px 10px;
}

#post-details 
{
    /*height: 21px;*/
    display: block;
    width: 459px;
    float: left;
    border-bottom: 1px dashed #cbcbcb;
    margin-bottom: 6px;
}

#post-details li
{
    font: 10px verdana, arial, sans-serif;
    color: #999;
    float: left;
    height: 16px;
    padding-bottom: 5px;
}

#post-details li a
{
	font-weight: bold;
    color: #7da2d4;
}

#post-details li a:hover
{
	text-decoration:none;
}

.postImage {
    margin-top: 8px;
}

li.post-date 
{
    height: 16px;
    background: #fff url(images/mboard/calendar-sm.gif) top left no-repeat;
    padding-left: 17px;
    padding-right: 4px;
}

li.post-category 
{
    background: #fff url(images/mboard/backslash-grey.gif) left 4px no-repeat;
    padding-left: 12px;
    padding-right: 4px;
}

li.post-comments 
{
    background: #fff url(images/mboard/bubble-sm.gif) -12px 2px no-repeat;
    padding-left: 17px;
    padding-right: 2px
    
}

li.post-addyours 
{
    height: 16px;
    background: #fff url(images/mboard/bubble-add-sm.gif) top left no-repeat;
    padding-left: 27px;
}

.no-comments 
{
    padding-bottom: 15px;
    display: block;
}

.user-reply 
{
    font: 11px verdana, arial, sans-serif;
    color: #4f4a24;
    margin-bottom: 22px;
    width: 459px;
}

.user-reply td div.reply-box 
{
    float: left;
    width: 433px;
    padding: 5px 20px 5px 6px;
    background-color: #f8f7ef;
    overflow: hidden;
}

.user-reply td 
{
    padding: 5px 0;
    border-bottom: 1px dashed #cdcdcd;
}


.user-reply img 
{
    float: left;
    width: 59px;
    height: 48px;
    padding-right: 12px;
    padding-bottom: 5px;
}

.reply-box p 
{
    margin-bottom: 10px;
}

.reply-box ul 
{
    clear: right;
    /*height: 0;*/
}

.reply-box ul.reply-box-list 
{
    height: auto;
}

.reply-box p, .reply-box ul
{
    width: 360px;
    float: right;
}

.user-reply li li 
{
    border-bottom: none;
    padding: 0;
    margin: 0;
    border: none;
    float: left;
    font-size: 10px;
    color: #595959;
    padding: 3px 0 ;
}


.user-reply li li a.comment-name 
{
    margin-right: 2px;
    background: transparent url(images/mboard/icon-comment-name.gif) left 0px no-repeat;
    padding-left: 18px;
    padding-bottom: 3px;
    padding-top: 1px;
}

.user-reply li li.comment-date 
{
    padding-left: 5px;
}


textarea.comment-box
{
    width: 455px;
    background-color: #fff;
    border: 1px solid #d9d4ca;
    margin-bottom: 13px;
    height: 110px;
    font-family: Arial, Helvetica, Sans-Serif;
    /*clear: right;*/
}
textarea.edit-comment-box
{
    width: 356px;
    background-color: #fff;
    border: 1px solid #d9d4ca;
    margin-bottom: 13px;
    height: 110px;
    font-family: Arial, Helvetica, Sans-Serif;
    float: right;
}

.suggest_category
{
    color: #508cc9;

}

.suggest_category:hover
{
	text-decoration:none;

}

/*---------Search Results---------*/
/*--------------------------------*/
#search-head 
{
    width: 459px;
    float: left;
    border-bottom: 1px dashed #CDCDCD;
    margin-bottom: 22px;
}

#search-head h1 
{
    float: left;
    margin-bottom: 0;
    line-height: normal;
}

#search-head a 
{
    font-weight: bold;
}

#search-head ul
{
    float: right;
    padding-right: 5px;
    font: 10px verdana, arial, sans-serif;
    margin-top: 10px;
}

#search-head li 
{
    float: left;
    margin-right: 2px;
}

#search-head li#alpha-results 
{
    background: #fff url(images/mboard/backslash.gif) 2px 4px no-repeat;
    padding-left: 14px;   
}

#result-amt 
{
    font: 11px verdana, arial, sans-serif;
}

#pagination 
{
    font-size: 11px;
}

#pagination ul
{
    margin-top: 2px;
}

#pagination ul li 
{
    float: left;
    margin-bottom: 14px;
}

#pagination ul li a 
{
    text-decoration: none;
    border: 1px solid #dbd7cd;
    padding: 0px 6px;
    display: block;
    margin-right: 2px;
}

#pagination ul li a:hover
{
    background-color: #dbd7cd;
    color: #fff;
}

/*---------Moderators---------*/
/*--------------------------------*/

#mod-list li 
{
    float: left;
    width: 459px;
    /*margin-bottom: 12px;*/
    border-top: 1px dashed #cbcbcb;
    padding-top: 12px;
}

#mod-list h3 a 
{
    color: #e06518;
}

#mod-list h3, #mod-list p 
{
    float: right;
    width: 375px;
}

#mod-list p 
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 14px;
}

#mod-list p.mod-avatar 
{
    float: left; 
    width: 63px;
    padding: 2px;
    border: 1px solid #cecccd; 
    margin-right: 15px;
}


/*---------Administration---------*/
/*--------------------------------*/

#search-users 
{
    border-collapse: collapse;
}

#search-users  th, #search-users td 
{
    padding-bottom: 16px;
    padding-right: 12px;
}

#search-users th 
{
    font-size: 13px;
    font-weight: normal;
    text-align: right;
}

#admin-user-list 
{
    border-collapse: collapse;
    margin-top: 22px;
}

#admin-user-list th, #admin-user-list td 
{
    padding: 4px 6px;
}

#admin-user-list th 
{
    text-align: left;
    vertical-align: middle;
    border-top: 1px dashed #CDCDCD;
    border-bottom: 1px dashed #CDCDCD;
}

#admin-user-list td 
{
    background-color: #f8f7ef;
    border-bottom: 2px solid white;
}


/*---------Errors---------*/
/*------------------------*/

.error-text 
{
    color: Red;
}

.error-text p 
{
    margin-bottom: 8px;
}

.error-text a 
{
    color: red;
}

/* --- popup --*/
.postItPopup
{
    border:2px solid #667d99;
    background:#cde5e5;
    padding:10px;
    position:fixed;
    left:35%;
    top:40%;
    display:none;
    width:275px;
}
.postItPopup p
{
    text-align:center;
}