
/* CSS Document

Colors
Yellow: #dbb700
Dark Blue: #233a4d
Medium Blue (Links): #395266
Light Blue: #6f90b8
Ultra Light Blue: #a8c0dc
Dark Gray: #424242
Light Gray: #b3b3b3

Alternating row colors
#dedede
#eeeeee

 */
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700);

body { 
	background-color: #b3b5ad;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.25; 
	font-family: 'Istok Web', Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(../images/page_bknd.png);
	background-repeat: repeat-x;
}

/* ***************************** Custom Theme Elements ***************************** */

tr, td, p, input, menu {
	font-family: inherit; 
}

select {
	border: 1px solid #9a9a9a;
	font-family: inherit; 
}


/* ------------------ Global links ------------------  */

a:link 				{ color: #d24500; text-decoration: none; }
a:visited 			{ color: #d24500; text-decoration: none; }
a:hover 			{ color: #f48300; text-decoration: none; }
a:active 			{ color: #FF0000; text-decoration: none; }

/* ------------------  layout divs ------------------  */
#maincontainer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}

#contentwrapper {
	float: left;
	width: 990px;
	background-image:  url(../images/mainbknd.png);
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*
#contentwrapperAdmin {
float: left;
width: 990px;
background-image:  url(../images/mainbknd.png); 
margin-top: 0px;
padding: 0px 0px 0px 0px;
}
*/

#contentcolumn { 		
	margin: 0 -250px 12px 24px; 
	width: 685px;
	border-right: 250px solid #ffffff; /* The width and color of the right*/
}

#contentWide { 			/* if no sidebar content */
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;
	margin-top: 12px;
}

#rightcolumn {  		/* sidebar content - holds links, brewlog lists, recipe lists, upcoming brewing sessions, etc. */
	float: left;
	width: 250px;
	margin:  0 0 0 12px;
	padding: 5px;
}


/* ------------------  header elements ------------------  */
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 75px;
	background-position: bottom left;
	text-align: right;
}

.titleText {
	font-size: 1.6em; 
	color: #233a4d; 
	font-weight: bold;
	padding: 30px 25px 0 0;
}

.quoteText {
	padding: 38px 30px 0 10px;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}

#subtitle, #subtitleAdmin, #subtitleWide {
	padding: 0;
	margin: 20px 0 20px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #233a4d; 
}

#breadcrumbWide, #breadcrumb , #breadcrumbAdmin {
	padding: 0;
	font-size: .8em;
	margin: 10px 0 10px 0;
	width: 100%;
}


#paginate {
	text-align: right;
	padding: 8px 0px 0px 3px;
	font-size: .8em;
}

/* ------------------ main navigation ------------------ */
#nav {
	background-image:  url(../images/nav.png); 
	background-repeat: no-repeat; 
	background-position: middle left;
	margin-top: 0px;
	padding: 15px 25px 0px 25px;
	height: 30px;
	font-size: 1.1em;
}

#nav ul 
{

}

#nav li
{
padding: 0 12px 0 0;
}


#nav a:link 		{ color: #FFFFFF; text-decoration: none; font-weight: bold; }
#nav a:visited 		{ color: #FFFFFF; text-decoration: none; font-weight: bold; }
#nav a:hover 		{ color: #ffff00; text-decoration: none; font-weight: bold; }
#nav a:active 		{ color: #ffff00; text-decoration: none; font-weight: bold; }
#nav .ultra_lt		{ color: #ffff00; } 


/* ------------------ drop-down menu elements ------------------ */

div.menuBar, div.menuBar a.menuButton, div.menu, div.menu a.menuItem {
}

div.menuBar {

}

div.menuBar a.menuButton {
}

div.menuBar a.menuButton:hover {
}

div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover {
  color: #ffffff;
}

div.menu {
  background-color: #666666;
  border: 1px solid #424242;
  font-size: .8em;
}

div.menu a.menuItem {
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #888888;
}

div.menu a.menuItem span.menuItemText {
}

div.menu a.menuItem span.menuItemArrow {
}

div.menu div.menuItemSep {
  border: 1px solid #e0e0e0;
}

/* Legacy 
#dropmenudiv			{ 
position: absolute; 
border: 1px solid #233a4d; 
border-bottom-width: 0;
line-height: 15px; 
z-index: 101;  
background-color: #777777; 
margin: -75px 0 0 -235px;
font-size: 10px;
}

#dropmenudiv a 			{ 
color: #488e00; 
width: 100%; 
display: block; 
text-indent: 2px; 
border-bottom: 1px solid #233a4d; 
padding: 1px 0; 
text-decoration: none; 
}

#dropmenudiv a:hover	{ 
background-color: #c0c0c0; 
text-decoration: none; 
color: #000099; 
}
*/

/* ------------------ footer elements ------------------ */
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	clear: left;
	width: 100%;
	height: 60px;
	padding: 5px 0;
	text-align: center;
	font-size: .8em;
	color: #000000;
	margin: 0;
}

#footer a { 
}

#footerInclude {
font-size: .8em;
margin-top: 5px;
}


/* ------------------ content display ------------------ */

.headerContent {
	clear: left;
	width: 670px;
	height: 20px; 
	/* background-image:  url(../images/content_header.png); 
	background-repeat: no-repeat; */
	border-bottom: 1px dashed #233a4d;
	padding: 5px 5px 5px 2px;
	text-align: left;
	font-size: 1.4em;
	color: #233a4d;
	font-weight: bold;
	margin: 0px 5px 10px -2px;
}

.headerContentAdmin {
	clear: left;
	width: 935px;
	height: 20px;
	background-image:  url(../images/content_header.png); 
	background-repeat: no-repeat;
	border-bottom: 1px dashed #233a4d;
	padding: 5px 5px 5px 2px;
	text-align: left;
	font-size: 1.3em;
	color: #233a4d;
	font-weight: bold;
	margin: 10px 5px 15px -2px;
}

/* ***************************** Tools/Reference Elements *****************************  

Yellow: #ffcd34
Dark Green: #233a4d
Medium Green (Links): #488e00
Light Green: #c7ff8f
Ultra Light Green: E0FFC2
Gray: #707070

*/

#wideWrapper {  			/* Use for tools and reference pages */
width: 450px;
text-align: left;
background: #E0FFC2;
border: 1px solid #233a4d;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}

#referenceWrapper {
text-align: left;
margin-top: 5px;
}

#wideWrapperReference {  			/* Use for tools and reference pages */
width: 930px;
text-align: left;
background: #E0FFC2;
border: 1px solid #233a4d;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}

#wideWrapperCalc {  			/* Use for tools and reference pages */
width: 740px;
text-align: left;
background: #E0FFC2;
border: 1px solid #233a4d;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}

#wideWrapperReview {  			/* Use for reviews */
width: 100%;
text-align: left;
background: #E0FFC2;
border: 1px solid #233a4d;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}

.carbonationTable { 				/* specialized style for carbonation tables */
text-align: center;
font-size: .90em;
background: #FFFFFF;
width: 100%;
border-collapse: collapse;
}

#referenceHeader {
background-color: #233a4d;
font-weight: bold;
padding: 4px;
color: #FFFFFF;
margin: 0 0 5px 0;
}

/* ***************************** Sidebar Elements *****************************  */

.sidebarWrapper {
width: 235px;
padding: 0px;
margin-top: 20px;
margin-bottom: 20px;
}

.sidebarHeader {
height: 22px;
font-weight: bold;
color: #233a4d;
margin-bottom: 5px;
font-size: 105%;
}

.sidebarHeaderSmall {			/* use for inner table div within dataTables */
background: #c7ff8f;
padding: 2px 2px 2px 4px;
font-weight: bold;
color: #0a0434;
}

.sidebarInnerWrapper {
width: 235px;
font-size: 90%;
}

.sidebarInnerWrapper ul {
padding: 0;
margin: 0;
}



.sidebarInnerWrapper li { 
list-style-type: none;
padding: 3px 0 3px 0;
}

/* ***************************** Theme Specific Color Elements ***************************** 

Yellow: #ffcd34
Dark Green: #233a4d
Medium Green (Links): #488e00
Light Green: #c7ff8f
Ultra Light Green: E0FFC2
Gray: #707070

 */

.ultra_lt	 		{ color: #E0FFC2; }
.lt	 				{ color: #c7ff8f; }
.mid		 		{ color: #488e00; }
.dk			 		{ color: #233a4d; }
.bknd_white			{ background-color: #FFFFFF; }
.bknd_ultra_lt		{ background-color: #E0FFC2; }
.bknd_lt			{ background-color: #c7ff8f; }
.bknd_mid			{ background-color: #488e00; }
.bknd_dk			{ background-color: #233a4d; }

/* ultra light border styles */
.bdr1_ultra_lt			{ border: 1px solid #E0FFC2; }
.bdr1_ultra_lt_dashed 	{ border: 1px dashed #E0FFC2; }
.bdr1_ultra_lt_dotted	{ border: 1px dotted #E0FFC2; }
.bdr2_ultra_lt			{ border: 2px solid #E0FFC2; }
.bdr2_ultra_lt_dashed 	{ border: 2px dashed #E0FFC2; }
.bdr2_ultra_lt_dotted 	{ border: 2px dotted #E0FFC2; }
.bdr1L_ultra_lt			{ border-left: 1px solid #E0FFC2; }
.bdr1L_ultra_lt_dashed	{ border-left: 1px dashed #E0FFC2; }
.bdr1L_ultra_lt_dotted	{ border-left: 1px dotted #E0FFC2; }
.bdr1R_ultra_lt			{ border-right: 1px solid #E0FFC2; }
.bdr1R_ultra_lt_dashed	{ border-right: 1px dashed #E0FFC2; }
.bdr1R_ultra_lt_dotted	{ border-right: 1px dotted #E0FFC2; }
.bdr1T_ultra_lt			{ border-top: 1px solid #E0FFC2; }
.bdr1T_ultra_lt_dashed	{ border-top: 1px dashed #E0FFC2; }
.bdr1T_ultra_lt_dotted	{ border-top: 1px dotted #E0FFC2; }
.bdr1B_ultra_lt			{ border-bottom: 1px solid #E0FFC2; }
.bdr1B_ultra_lt_dashed	{ border-bottom: 1px dashed #E0FFC2; }
.bdr1B_ultra_lt_dotted	{ border-bottom: 1px dotted #E0FFC2; }

/* light border styles */
.bdr1_light				{ border: 1px solid #c7ff8f; }
.bdr1_light_dashed 		{ border: 1px dashed #c7ff8f; }
.bdr1_light_dotted		{ border: 1px dotted #c7ff8f; }
.bdr2_light				{ border: 2px solid #c7ff8f; }
.bdr2_light_dashed 		{ border: 2px dashed #c7ff8f; }
.bdr2_light_dotted 		{ border: 2px dotted #c7ff8f; }
.bdr1L_light			{ border-left: 1px solid #c7ff8f; }
.bdr1L_light_dashed		{ border-left: 1px dashed #c7ff8f; }
.bdr1L_light_dotted		{ border-left: 1px dotted #c7ff8f; }
.bdr1R_light			{ border-right: 1px solid #c7ff8f; }
.bdr1R_light_dashed		{ border-right: 1px dashed #c7ff8f; }
.bdr1R_light_dotted		{ border-right: 1px dotted #c7ff8f; }
.bdr1T_light			{ border-top: 1px solid #c7ff8f; }
.bdr1T_light_dashed		{ border-top: 1px dashed #c7ff8f; }
.bdr1T_light_dotted		{ border-top: 1px dotted #c7ff8f; }
.bdr1B_light			{ border-bottom: 1px solid #c7ff8f; }
.bdr1B_light_dashed		{ border-bottom: 1px dashed #c7ff8f; }
.bdr1B_light_dotted		{ border-bottom: 1px dotted #c7ff8f; }

/* midtone border styles */
.bdr1_mid				{ border: 1px solid #488e00; }
.bdr1_mid_dashed 		{ border: 1px dashed #488e00; }
.bdr1_mid_dotted		{ border: 1px dotted #488e00; }
.bdr2_mid				{ border: 2px solid #488e00; }
.bdr2_mid_dashed 		{ border: 2px dashed #488e00; }
.bdr2_mid_dotted 		{ border: 2px dotted #488e00; }
.bdr1L_mid				{ border-left: 1px solid #488e00; }
.bdr1L_mid_dashed		{ border-left: 1px dashed #488e00; }
.bdr1L_mid_dotted		{ border-left: 1px dotted #488e00; }
.bdr1R_mid				{ border-right: 1px solid #488e00; }
.bdr1R_mid_dashed		{ border-right: 1px dashed #488e00; }
.bdr1R_mid_dotted		{ border-right: 1px dotted #488e00; }
.bdr1T_mid				{ border-top: 1px solid #488e00; }
.bdr1T_mid_dashed		{ border-top: 1px dashed #488e00; }
.bdr1T_mid_dotted		{ border-top: 1px dotted #488e00; }
.bdr1B_mid				{ border-bottom: 1px solid #488e00; }
.bdr1B_mid_dashed		{ border-bottom: 1px dashed #488e00; }
.bdr1B_mid_dotted		{ border-bottom: 1px dotted #488e00; }

/* dark border styles */
.bdr1_dark				{ border: 1px solid #233a4d; }
.bdr1_dark_dashed 		{ border: 1px dashed #233a4d; }
.bdr1_dark_dotted		{ border: 1px dotted #233a4d; }
.bdr2_dark				{ border: 2px solid #233a4d; }
.bdr2_dark_dashed 		{ border: 2px dashed #233a4d; }
.bdr2_dark_dotted 		{ border: 2px dotted #233a4d; }
.bdr1L_dark				{ border-left: 1px solid #233a4d; }
.bdr1L_dark_dashed		{ border-left: 1px dashed #233a4d; }
.bdr1L_dark_dotted		{ border-left: 1px dotted #233a4d; }
.bdr1R_dark				{ border-right: 1px solid #233a4d; }
.bdr1R_dark_dashed		{ border-right: 1px dashed #233a4d; }
.bdr1R_dark_dotted		{ border-right: 1px dotted #233a4d; }
.bdr1T_dark				{ border-top: 1px solid #233a4d; }

.bdr1T_dark_dashed		{ border-top: 1px dashed #233a4d; }
.bdr1T_dark_dotted		{ border-top: 1px dotted #233a4d; }
.bdr1B_dark				{ border-bottom: 1px solid #233a4d; }
.bdr1B_dark_dashed		{ border-bottom: 1px dashed #233a4d; }
.bdr1B_dark_dotted		{ border-bottom: 1px dotted #233a4d; }

/* non-theme specific border styles */
.bdr1_black				{ border: 1px solid #000000; }
.bdr1_white				{ border: 1px solid #FFFFFF; }
.bdr1_red				{ border: 1px solid #FF0000; }

#shadowbox {
width: 250px;
position: absolute;
background: url(../images/25black.png) repeat;
float: right;
top: 235px;
right: 235px;
}

#caution {
top: -4px;
left: -4px;
background-color: #FFFAE5;
border-top: 3px solid #FFcc00;
border-left: 3px solid #FFcc00;
border-right: 3px solid #E6B800;
border-bottom: 3px solid #E6B800;
padding: 10px 10px 10px 10px;
text-align: justify;
font-size: 90%;
background-repeat: no-repeat;
position: relative;
}

/* ***************************** More Info Rollover Elements *****************************  */

#moreInfo a span {
display: none;
}

#moreInfo a:hover span {
display: block;
position: absolute; 
height: auto;
padding: 5px; 
z-index: 100;
color: #000000;
}

#moreInfoWrapper {  				/* Use for tools and reference pages */
width: 450px;
text-align: left;
background: #dae2ec;
border: 1px solid #233a4d;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}

#psiWrapper {
width: 99%;
background: #ffffff;
border: 1px solid #488e00;
padding: 2px 2px 2px 2px;
margin-top: 3px;
margin-right: 5px;
font-size: inherit;
}

/* ***************************** Calendar Display Elements *****************************  */

.calendar 		{ border: 1px solid #0a0434; border-collapse: collapse; color: #0a0434; width: 100%; }
.tableContain 	{ color: #0a0434; }
.none 			{ color: #0a0434; }
.today 			{ border: 1px solid #0a0434; color: #0a0434; background:#cfcfcf; padding: 2px;}
.monthdays 		{ border: 1px solid #0a0434; color: #0a0434; padding: 2px; height: 100px; } 
.nonmonthdays 	{ border: 1px solid #0a0434; color: #0a0434; background: #efefef; padding: 2px; height: 100px; } 
.day 			{ vertical-align:top; height: 50px; }
.header			{ border: 1px solid #0a0434; color: #0a0434; background-color:#cfcfcf; padding: 2px; }
.weekdays		{ border: 1px solid #0a0434; background-color: #dddddd; color: #0a0434; padding: 2px; }
.calInfo		{ padding-left: 2px; }

/* Recipe Calculator Styles */

#calculate {
width: 350px;
position: absolute;
background: url(../images/25black.png) repeat;
float: right;
top: 165px;
right: 60px;
z-index: 2;
}

#calculateInner {
top: -4px;
left: -4px;
background-color: #E0FFC2;
border-top: 3px solid #488e00;
border-left: 3px solid #488e00;
border-right: 3px solid #233a4d;
border-bottom: 3px solid #233a4d;
padding: 10px 10px 10px 10px;
text-align: left;
font-size: 90%;
background-repeat: no-repeat;
position: relative;
}

.bdr1L_black { 
border-left: 1px solid #0a0434; 
}

#quickEdit  { padding: 5px; width: 229px; }
.quickEdit 	{ font-size: .90em; height: auto; margin: 2px 0px 2px 2px; }
.quickEdit2 { font-size: .90em; font-weight: bold; margin: 4px 0px 2px 2px; }

.referenceTop { 
border: 1px solid #0a0434; 
background-color: #E0FFC2; 
width: 500px; 
}

#announceContainer {
width: 670px;
}

#shadowboxAnnounce {
width: 670px;
}

#cautionAnnounce {
background-color: #fff1a8;
border-top: 3px solid #bbb700;
border-left: 3px solid #bbb700;
border-right: 3px solid #E6B800;
border-bottom: 3px solid #E6B800;
}

label {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	margin-right: 10px; 
	padding-right: 10px; 
	width: 200px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative;
}

.button {
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #aaa;
}

.button:hover {
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	background-color: #333;
	color: #fff;
	border: 1px solid #000;
}


.notification_error {
	border: 2px solid #000;
	color: #fff;
	height: auto;
	width: 660px;
	padding: 8px;
	background: #900;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 15px 0;
}

.notification_ok {
	border: 2px solid #000;
	color: #fff;
	height: auto;
	width: 660px;
	padding: 8px;
	background: #030;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 15px 0;;
}

