/* Old Creamery COOP CSS */
/*------ 1/8/10 3:00PM ------*/
/*   
Theme Name: occMain
Theme URI: www.oldcreamerycoop.org
Description: Theme for Old Creamery COOP
Author: Allan Douglas, DDGraphics WebMedia
Author: URI: www.ddgwebmedia.com
 */

/******************************/
/* @group HTML Elements */
/*-------- HTML Elements --------*/

body {
	font: 100% "Arial", "Sans Serif";
	color: #2C3B00;
	background: #8DA7D4;
	padding: 0 0 4em;
	border-top: .5em solid #A6741B;
}

p, td, h1, h2, h3, h4, h5, ul, li {
	font-family: "Arial", "Sans Serif";
}

p {
	font-size: .875em;
	margin: 0 0 .8em 1em;
}

/* headings ------ */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin-bottom: .3em;
}

h2 {
	margin-top: 1em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
}

h1 a {
	font-weight: normal;
}

/* anchors --------- */

a {
	color: #13714b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #13714b;
	text-decoration: underline;
}

/* @end HTML Elements */
/*********************************/
/* @group ID Selectors */
/*------ ID Selectors ------*/

/*- Container Around Everything -*/

.container16 {
	width: 98%;
	max-width: 90em;
	margin: 0 auto;
	background-color: whitesmoke;
	color: #2C3B00;
}

/*********************************/
/*------ Header Stuff ------*/

#header {
	width: 100%;
	margin: 0;
	background-color: #FFC254;
}

#header p {
	margin: .8em auto 0;
}

#header img {
	margin-bottom: 0;
	padding: .3em 0;
}
/* branding ----------- */

h1#branding {
	font-weight: normal;
	font-size: 3em;
	text-align: left;
	margin-bottom: 0;
	padding: .7em 1em .3em;
}
h1#branding a {
	color: #13714b;
}
/* page heading ----------- */

h2#page-heading {
	font-weight: normal;
	padding: .5em;
	margin: 0 0 1em;
	border-bottom: thin solid #2450A6;
}

#cartheaderrow {
	clear: both;
	width: 100%;
	margin: 0 0 .2em;
}

#cartheaderrow div.righthdr {
	background-color: #e9e55b;
	text-align: right;
}

/*----- End Header Stuff -----*/

/* @end ID Selectors */
/******************************/
/* @group Box Stuff */
/* box fits the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
	background: #fff5d6;
	padding: .5em 0;
}

.boxleft {
	padding: .5em 0 .5em 0;
}
.box h1 {
	font-size: 150%;
	/*color: #FFF;
	background: #BFA065;*/
	padding: .2em;
}

.box h2 {
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: .2em;
	margin: 0 .5em;
	background-color: #13714b;
}

.box h3 {
	text-transform: uppercase;
	font-size: 98%;
	padding: .2em;
	margin: 0 .5em;
}

.box h4{
	font-size: 92%;
	padding: .2em;
	margin: 1em 0 0 .5em;
	text-transform: uppercase;
}
/* Styling of the boxes if there is no JavaScript support */

.boxcol {
	background: #fff5d6;
	line-height: 120%;
}

/* paragraph styles for any main boxes */

.boxcol p {
	padding: 0 0 .5em;
	margin-right: .5em;
}
/*.boxcol p a:link, a:visited {
	color: #2C3B00;
}*/
.boxcol ul {
	margin: 0 0 0 2em;
}
/* boxes ----------- */

div.menu {
	padding: 0;
}

div.menu h2 {
	margin: 0;
}

div.menu .block {
	padding-top: 0;
}

/* CSS for the box ends here */
/* @end Box Stuff */
/*******************************/
/* @group Content/Bulletin Board Stuff */
/* Styling of the Content/Bulletin */

#content h1 {
	font-size: 150%;
	/*color: #FFF;*/
	padding: .2em;
	
}

#content h2 {
	font-size: 130%;
	/*color: #FFF;*/
	padding: .2em;
	font-variant: normal;
	text-transform: none;
}
#content table {
	margin: 0 auto;
}
/*#content table, th, td {
	border-collapse: collapse;
	border: transparent;
	border-spacing: 0;
}*/
.contentcol {
	margin: 0 1em;
	padding: .5em 0;
	/*background: #FFF;*/
	line-height: 120%;
}

.contentcol p {
	margin: 0;
	/*color: #333;*/
	padding: 0 .5em .5em 4.5em;
}
/*.contentcol table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
.news p {
	margin: 0;
	/*color: #333;*/
	padding: 0 .5em .5em .8em;
	line-height: 105%;
}
.news ul {
	margin: 0;
	padding: 0 .5em .5em .8em;
	line-height: 105%;
	list-style-type: disc;
}
.news ul li {
	line-height: 105%;
	margin: 0 auto 0 1em;
	padding: 0 .5em .5em .3em;
}
.news .date {
	font-size: 1em;
	color: #333;
}

/* CSS for Content/Bulletin ends here */
/* @end Content/Bulletin Board Stuff */

/*************************/
/* @group Portfolio Stuff */

#imgthmbswrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}	

.thmbsrow {
	clear: both;
	width: 90%;
	margin: 0 auto;
	border: medium inset #807E59;
}

.thmbsfloat {
	float: left;
	/*width: 28%;*/
	text-align: center;
	margin: .2em .1em;
}

/*---- Portfoilio Classes ----*/
/*-------- Classes --------*/

.photoCol {
	padding: 0;
	margin: 0;
}

.photoCol img {
	display: block;
	text-align: center;
	border: .2em solid #C5BDBD;
	margin:  0 auto;
}

.phototitle {
	clear: both;
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: center;
	margin: .5em 0;
}

.pfgalleryrow {
	clear: both;
	width: 70%;
	margin: 0 auto;

}

.pfgalleryprev, .pfgallerynext {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #B7A07F;
}

.pfgalleryprev {
	float: left;
	text-align: left;
	width: 34%;
	/*border: .2em solid #C5BDBD;*/
	line-height: 120%;
}

.pfgallerynext {
	float: right;
	text-align: right;
	width: 34%;
	/*border: .2em solid #C5BDBD;*/
	line-height: 120%;
}

.pfpiclargepic {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.photolabels{
	text-align: center;
	margin-top: .5em;
}
/*--- End Portfolio CSS ---*/

/* @end Portfolio Stuff */
/*******************************/
/* @group Contacts Page Stuff */
/*-- Needed in every site that uses our DB for contact information --*/

#contact {
	float: left;
	top: 1em;
	width: 100%;
}

html>body #contact {
	width: 100%;
}

#contact .modules {
	clear: both;
	padding-top: 5px;
	text-align: center;
}

#contact h2 {
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #2C3B00;
	background: #6bd6ab;
	border-bottom: medium groove #666;
	text-align: center;
	margin: 1.5em 0 0;
}

#contact h4 {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #2C3B00;
	background: #6bd6ab;
	border-bottom: medium groove #666;
}

#contact h5 {
	text-align: center;
	font-size: 90%;
}

#contact .contact {
	text-align: center;
	float: left;
	display: block;
	font-size: larger;
	font-weight: bold;
	width: 33%;
}
/* @end Contacts Page Stuff */
/****************************/
/* @group Privacy */
/*---- Privacy & Terms CSS ---- */
/*------12/17/06 ------*/
#privacy {
	width: 98%;
	margin: 0 auto;
}

/*#privacy h1 {
	font-size: 1.8em;
}
div#privacy h2 {
	font-size: 1.5em;
}*/

#privacy h3 {
	font-size: 98%;
	text-transform: none;
}
/*---- End of Privacy/Terms ----*/
/* @end Privacy */
/************************/

/* @group Clearing-Floats */
/*------ ClearFix ------*/
/*---- Used to push divs ----*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*--- End ClearFix ---*/
/******************************/
/* =Clear Floated Elements -----*/
/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* =Clear Floated Elements -----*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* @end Clearing-Floats */
/**************************/
/* @group Classes */
/*---- Classes ----*/
.spacer {
	clear: both;
}

.photolabels {
	text-align: right;
	margin-top: .5em;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #666666;
}

.dfltLabels {
	font-family: Optima;
	font-size: 14pt;
	color: #CC3366;
	text-decoration: none;
}

.register a:link, .register a:visited {
	display: inline;
	width: 11em;
	color: white;
	background-color: #770F0C;
	text-align: center;
	font-size: .95em;
	padding: 3px;
	border: medium ridge olive;
}

.register a:hover, .register a:active {
	color: #770F0C;
	background-color: silver;
	text-align: center;
	border: medium ridge olive;
}

.ddGraphics {
	font-family: "Comic Sans MS";
	font-size: .85em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.WebMedia {
	font-family: "Comic Sans MS";
	font-size: .85em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
/* @end Classes */


