/*------ 1/8/10 ---------
Old Creamery Coop - Layout CSS ---- */

/*-- Body, Anchors, Headings, Branding, Boxes, Block & Container are controlled in Main.css of the site we are working on --*/

/* @group Quotes & Lists */
/* quotes and lists ---------- */
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.2em;
	padding-left: 1em;
	border-left: 4px solid #ccc;
}

blockquote cite {
	font-size: .9em;
}

ul, ol {
	padding-top: 0;
}

/* menus ---------- */

ul.menu {
	list-style: none;
	border-top: 1px solid #bbb;
}

ul.menu li {
	margin: 0;
}

ul.menu li a {
	display: block;
	padding: 4px 10px;
	border-bottom: 1px solid #ccc;
}

ul.menu li a:hover {
	background: #eee;
}

ul.menu li a:active {
	background: #ccc;
}

/* submenus ---------- */

ul.menu ul {
	list-style: none;
	margin: 0;
}

ul.menu ul li a {
	padding-left: 30px;
}

/* section menus ---------- */

ul.section {
	border-top: 0;
	margin-bottom: 0;
}

ul.section li {
	text-transform: uppercase;
}

ul.section li a {
	background: #bbb;
}

ul.section li a:hover {
	background: #aaa;
}

ul.section li a:active {
	color: #fff;
	background: #666;
}

ul.section li li a {
	background: #ddd;
	border-bottom: 1px solid #eee;
}

ul.section li li a:hover {
	background: #ccc;
}

ul.section li li a:active {
	color: #000;
	background: #fff;
}

ul.section ul li {
	text-transform: none;
}

ul.section ul.current li a {
	background: #eee;
	border-bottom: 1px solid #fff;
}

ul.section ul.current li a:hover {
	background: #ddd;
}

ul.section ul.current li a:active {
	background: #fff;
}

ul.section li a.current {
	color: #fff;
	background: #666;
}

ul.section li a.current:hover {
	background: #555;
}

ul.section li a.current:active {
	background: #444;
}

ul.section li a.active {
	background: #fff;
	cursor: default;
}

ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color: #fff;
	background: #666;
	cursor: default;
}

/* @end Quotes & Lists */
/****************************/
/* @group Forms */

/* @group Form Stuff 3/10 */
#frmcontainer {
	clear: both;
	background-color: #CC9;
	width: 90%;
	border: thin dashed #660099;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	margin: 0 auto;
}

#frmcontainer h2 {
	font-size: 1.1em;
	margin: .5em 0em;
}

fieldset {
	clear: both;
	margin: 1em auto 0;
}
#frmcontainerar fieldset{
	clear: both;
	margin: 1em auto .5em;
	/*width: 98%;*/
	border: thin groove #06437D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
fieldset p {
	margin: 0 auto 0 .5em;
}
fieldset p a {
	color: #13714b;
	font-weight: bold;
	text-decoration: none;
}
fieldset p a:hover {
	color: #13714b;
	text-decoration: underline;
}

legend {
	text-align: center;
	text-transform: uppercase;
	font-size: 100%;
	background: #13714b;
	color: #FFF;
	padding: .1em .4em;
}

.default legend {
	display: none;
}
.row {
	clear: both;
	padding-top: .5em;
}

.row1 {
	clear: both;
	padding-top: .5em;
	text-align: center;
}
p label {
	width: 40%;
	float: left;
	text-align: right;
}

 p input, p select, p textarea {
	width: 50%;
	float: left;
	text-align: left;
	/*border: thin dashed red;*/
}

/*- classes for label & input tags --*/
.labelcntr {
	width: 100%;
	clear: both;
	text-align: center;
}

.labels {
	width: 33%;
	float: left;
	text-align: right;
	/*border: thin dashed red;*/
}

.labell {
	width: 48%;
	text-align: right;
}
.labelll {
	width: 68%;
	text-align: right;
}
.labelsl {
	width: 75%;
	text-align: right;
}
.labelwss {
	width: 15%;
	text-align: right;
	/*border: thin dashed green;*/
}
.labelws {
	width: 20%;
	text-align: right;
	/*border: thin dashed green;*/
}
.labelrbcb {
	width: 3%;
	float: left;
	text-align: right;
	/*border: thin dashed red;*/
}
.labelarrbcb {
	width: 20%;
	float: left;
	text-align: left;
	/*border: thin dashed red;*/
}
.inputcntr {
	width: 80%;
	clear: both;
	text-align: center;
}

.inputbttn {
	width: 20%;
	float: none;
	text-align: center;
	padding: .2em 0 0 .3em;
}
.inputbttngo {
	width: 20%;
	float: left;
	text-align: center;
	padding: .5em 0 0 .3em;
}

.inputwl {
	width: 80%;
	clear: both;
}

.inputw {
	width: 50%;
	float: left;
	padding-left: .2em;
}

.inputws {
	width: 20%;
	float: left;
}

.inputwp {
	width: 15%;
	/*float: left;*/
}

.inputwps {
	width: 10%;
	float: left;
}
.inputwrbcb {
	width: 4%;
	float: left;
	text-align: left;
	/*border: thin dashed red;*/
}
.inputarrbcb {
	width: 4%;
	float: left;
	text-align: right;
	/*border: thin dashed red;*/
}
/* @end Form Stuff 3/10 */

/*-- Our Form Stuff ----------*/
/*-- Used in all old forms prior to 3/10 
including all Contact pages -------------*/
div.row {
	clear: both;
	padding-top: .5em;
}

div.row1 {
	clear: both;
	padding-top: .5em;
	text-align: center;
}
div.row label {
	float: left;
  	width: 39%;
	text-align: right;
	/*border: thin dotted fuchsia;*/
}
div.row span.label {
  float: left;
  width: 38%;
  text-align: right;
  }

div.row span.labelcr {
	float: left;
	width: 30%;
	text-align: right;
}

div.row span.labelbg {
	float: left;
	width: 15%;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 60%;
	text-align: left;
}

div.row span.formcr {
	float: right;
	width: 70%;
	text-align: left;
	color: #000066;
}

div.row span.formbg {
	float: right;
	width: 10%;
	text-align: left;
}

div.rowbttns {
	clear: both;
	padding-top: .5em;
	text-align: center;
}

.notice {
	font-weight: bold;
}
/*------ Form Button ------*/
/*-- Form Button used in Contact page & all Checkout pages --*/
.formbttn {
	cursor: pointer;
	background-color: olive;
	color: #FFC;
	border: outset 1px #ccc;
	padding: 1px 2px;
}

.formbttnoff {
	background-color: #666699;
	color: #CCCCCC;
	border: outset 1px #ccc;
	padding: 1px 2px;
}

/*---- Button Classes ----*/

.sbmtbutton a:link, .sbmtbutton a:visited {
	width: 7em;
	display: block;
	border-top: medium solid #CCCCCC;
	border-right: medium solid #666;
	border-bottom: medium solid #666;
	border-left: medium solid #CCCCCC;
	color: navy;
	background-color: #FF7745;
	text-align: center;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

.sbmtbutton a:hover, .sbmtbutton a:active {
	color: #FF7745;
	background-color: navy;
	text-align: center;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}

/*-- End Our Form Stuff CSS ----*/
/* @end Forms */
/**************************/
/* @group Donation Stuff */
.donationamnts {
	width: 99%;
}
table.donationamnts {
	background-color: #AADCAA;
	margin: 0 auto .5em;
	padding: 0;
	color: #333;
	/*border: thin solid #red;*/
}
.donationamnts th,td {
	border: thin solid #333;
	text-align: center;
}

.donationamnts td {
	width: 60%;
}

.otheramnt {
	width: 90%;
	margin: 0 auto;
	/*border: thin solid blue;*/
}
/* @end Donation Stuff */
/******************************/
/* @group Cadre Stuff */
/*-- Cadre Stuff ---------*/

#oneColumn {	margin: 0 auto;	width: 100%;	/*margin-right: .8em;	margin-left: 0em;*/}
#oneColumn p {	text-align: left;	margin-top: .9em;
	margin-right: auto;
	margin-left: .8em;
}
 #oneColumn h2 {	margin-bottom: 0;	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#oneColumn h4 {	margin-bottom: 0em;	padding-left: 0.5em;	-moz-border-radius: 10px;	width: 50%;}
#oneColumn div.leftColumn {	float: left;	width: 100%;	overflow: visible;	text-align: left;	margin: 0;}div.mmbrphoto {
	padding-right: .5em;
	padding-bottom: .5em;
	border: thin dotted purple;
}
.article a.image {
	float: left;
	margin: 3px 10px 3px 0;
	padding: 4px;
	border: 1px solid #bbb;
	background: #fff;
}

.article a.image:hover {
	border: 1px solid #666;
}

.article a.image img {
	float: left;
}
#bio img{	float: left;}

/* @end Cadre Stuff */
/*************************/
/* @group Articles */
/* articles ---------- */

.articles {
	padding: 0;
}

.articles h2 {
	margin: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#articles {
	padding-top: 0;
}

.article {
	border-top: 1px solid #666;
	padding-top: .5em;
}

.box .article {
	border-top: 3px solid #fff;
	padding: 13px 10px 0 10px;
}

.article p {
	margin: .5em 0;
	
}
.article h2 {
	clear: both;
	font-size: 2em;
	font-weight: normal;
	text-transform: none;
	color: #333;
	background: transparent;
	padding: 0;
	margin: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.article h3 {
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: .3em;
	background-color: #13714b;
}

.box .first {
	border-top: none;
}

.article h4 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .5em;
	color: #fff;
	padding: .3em;
	background-color: #13714b;
}

.article a.image {
	width: 30%;
	float: left;
	margin: 3px 10px 3px 0;
	padding: 4px;
	border: 1px solid #bbb;
	background: #fff;
}

.article a.image:hover {
	border: 1px solid #666;
}

.article a.image img {
	width: 100%;
	float: left;
}
.article a.imager {
	width: 30%;
	float: right;
	margin: 3px 0 3px 10px;
	padding: 4px;
	border: 1px solid #bbb;
	background: #fff;
}

.article a.imager:hover {
	border: 1px solid #666;
}

.article a.imager img {
	width: 100%;
	float: right;
}
.article p.meta {
	color: #666;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: .3em 0;
	margin-bottom: .8em;
}

/* @end Articles */
/*************************/

