/* @override http://localhost:8080/static/Stylesheets/master.css */

/* @override http://localhost:8080/static/Stylesheets/master.css */




/*******************************************************************************
 * All Pages
 ******************************************************************************/

Body {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #424242;
}
#Cheese {
	margin: auto;
	width: 700px;
	
}

a {
	text-decoration: none;
	color:#5669dc;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:gray;
}
p {
	line-height: 1.25em;
}

hr {
	border-top-style: none;
	border-bottom: 1px solid #919191;

}
.green {
	color: #189337;
	font: medium tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-weight: bold;
}


#Navbar {
	position:absolute;
	top: 10px;
	

}
#Navbar ul {
	list-style-type: none;
	border-bottom: 1px solid #919191;
	position: relative;
	width: 650px;
	height: 30px;
	
	
}
#Navbar ul li {
	display: inline;
	padding: 10px;
	padding-left: 40px;
	position: relative;

}
#Navbar a {
	text-decoration: none;
	color: #868686;
	
}
#Navbar a.selected {
	font-weight: bold;
	color: #656565;
}
#Navbar a:hover {
	color: #3c3c3c;
}
#googlecart-widget-control {
	position: fixed;
	right: 0;
	top: 5px;
	height: 21px;
	width: 125px;
	z-index: 999998;
	z-index: 1000000;
}



#Title {
	position: absolute;
	top: 75px;
	width: 650px;

}
#Title img {
	float: left;
	height: 115px;
	width: 150px;
	padding-left: 29px;
	padding-top: 0px;
}

#Title h1 {
	letter-spacing: 3px;
	float: left;
	color: #5669dc;
	position: relative;
	left: 54px;
	top: 10px;
}

#Footer {
	position: absolute;
}

#Footer ul{
	position: relative;
	text-align: center;
	list-style-type: none;
	width: 600px;
}

#Footer ul li {
  display:inline;
	padding-right: 50px;
}


#Footer-calendar {
	position: absolute;
}

#Footer-calendar ul{
	position: relative;
	text-align: center;
	list-style-type: none;
	width: 550px;
	bottom: -130px;
}

/*******************************************************************************
 * Cheese
 ******************************************************************************/

#Cheese_Header {
	position: absolute;
	top: 195px;
	width: 700px;
	z-index: -1;
}

#Cheese_Header *div.ie {
	position: absolute;
	right: 300px;
}
#Introduction {
	position: absolute;
	top: 5px;
	left: 0px;
	height: 293px; 
	width: 202px; 
	z-index: 1; 
}

#Introduction .bottom {
	position: absolute;
	bottom: 0;
}

#Introduction h3 {
	font-size: 1em;
	margin: 0;
	text-align: right;
}

#Introduction p {
	margin: 0;
	vertical-align: bottom;
	text-align: right;
	font-size: .9em;
	line-height: 1.8em;
}




#Main_Graphic {
	height: 439px; 
	width: 238px;  
	position: absolute; 
	top: 30px;
	left: 230px;  
	z-index: -2;
}

#Products h2 {
	margin-bottom: 30px;
}
#Products {
	position: absolute;
	top: 515px;
	width: 700px;
	z-index: -1;
}

#Products p.products {
}


#Products div.product_item {
	position: relative;
	left: 30px;
	height: 250px;
}
#Products div.product_item h3 {
	position: relative;
	left: 210px;
	top: 40px;
	width: 385px;
	display: table;
}

/* Bug here causing maring to
stretch of the screen to the right.
That is why display:table is used
*/
#Products p.description {
	position: relative;
	left: 220px;
	top: -150px;
	width: 385px;
	margin: 5px 0 0;
	display: table;
	clear: both;
}

#Products div.product_item table.purchase {
	position: relative;
	top: -150px;
	left: 300px;
}

#Products div.product_item table.purchase tbody tr td {
	padding-right: 70px;
}


#Products .price {
	height: 1em;
	margin: 0;
}

#Products .googlecart-add-button {
	position: relative;
	top: 5px;
}


/*******************************************************************************
 * Calendar
 ******************************************************************************/

#Calendar_Graphic {
	position: relative;	
	top: 204px;
	left: 20px;
	z-index: -1;
}

#Calendar {
	position: relative;
	top: 163px;
	left: 20px;
}

/*******************************************************************************
 * Pictures
 ******************************************************************************/

#Pictures {
	position: absolute;
	top: 230px;
}

#Pictures div.album {
	position: relative;
	
}

#Pictures div.album table {
	position: absolute;
	left: 50px ;
}
#Pictures div.description {
	position: relative;
	left: 300px;
	padding-bottom: 50px;
}
#Pictures h2 {
	width: 250px;
	font-size: 15pt;
}
#Pictures p {
	text-align: left;
	width: 250px;
}
#Pictures .embed {
	float: right;
}
#Pictures embed {
	padding-left: 40px;
	padding-top: 30px;
}


/*******************************************************************************
 * About Us
 ******************************************************************************/
 
#About_Us_Content {
	width: 700px;
}

#About_Us {
	float: right;
	width: 400px;
	position: relative;
	top: 550px;
}

#About_Us h3 {
}

#About_Us p {
	padding-bottom: 1em;
	line-height: 1.2em;
}

#Story_images {
	float: left;
	position: relative;
	top: 500px;
	left: -20px;
	width: 260px;
}
#Story_img_1 {
 	position: relative; 
	left: 20px; 
	z-index: 1;
	width: 240px;
}
#Story_img_2 {
	position: relative; 
	top: -26px; 
	width: 240px;

}
#Story_img_3 {
	position: relative; 
	left: 20px; 
	width: 240px;

	
}
#Story_img_4{
	position: relative; 
	width: 240px;

}

/******************************************************************************
 * Discuss
 *****************************************************************************/


#Forum {
	position: relative;
	top: 0px;
	width: 650px;
}

#Introduction_Discuss  {
	float: left;
	text-align: left;
	height: 187px;
	width: 330px;
	position: relative;
	top: 220px;
	left: 40px;
}

#Main_Graphic_Discuss {
	position: relative;	
	top: 32px;
	left: 429px;
	width: 250px;
	z-index: -2;
}

/*#Forum #contents {
	vertical-align: top;
	position: relative;
	top: 110px;
}*/

#Introduction_Discuss h1{
	text-align: center;	
	margin-top: 0px;
}
#Introduction_Discuss h1 a {
	color: #717171;
	font-size: smaller;
}

#Introduction_Discuss p.tagline {
	margin-top: -20px;
	padding-bottom: 10px;
	color: gray;
	text-align: center;
}

#Introduction_Discuss p.log_in_out {
	text-align: right;	
}

#Introduction_Discuss .subscribe {
	position: absolute;
	bottom: -80px;
}
#Introduction_Discuss .searchBox {
	position: absolute;
	bottom: -70px;
	right: -5px;
}

#Introduction_Discuss input#search {
	width: 10em;
}


#Forum #buttons {
	position: relative;
	bottom: 120px;
	width: 200px;
	z-index: 200;
}
#Forum #buttons ul{
	list-style-type: none;
	position: relative;
	left: -40px;
}
#Forum #buttons li {
	line-height: 1.5em;
}



#Forum #topics {
	position: relative;
	top: 50px;
	padding-top: 20px;
	padding-bottom: 170px;
	z-index: 99;
	border-top: 1px solid #737373;

}
#Forum .topic {
	padding: 2px;
	position: relative;
	left: 140px;
}




#Forum_Header {
	position: relative;
	top: 200px;
	text-align: left;
	z-index: 100;
	width: 210px;
}
#Forum_Header h1{
	height: 15px;
}

#Forum_Header h1 a {
	color: #717171;
	font-size: smaller;
}
#Forum_Header #log_in_out {
}





#Forum #posts {		
	position: relative;
	left: 240px;
	width: 400px;
	top:100px;
}

#Forum .signature {
	text-align: right;
	padding-top: 1em;
	padding-bottom: 3em;	
}
#Forum ul.signature {
	list-style-type: none;
	position: relative;
	top: -10px;
}
#Forum ul.signature li {
	margin: 0;
	height: .1em;
	padding: 0;
}



#Forum .form {
	width: 420px;
	padding-bottom: 1em;
}




/*******************************************************************************
 * Form layout
 ******************************************************************************/
#Form {
	position: relative;
	left: 230px;
	width: 400px;
}
div.form {

	font-weight:		normal;
	margin-left:		7px; 
	x-height:			1%;
	padding-top: 100px;

}

/*table.form .buttons input {

	font-weight:		bold;
	font-size:			11px;
	border-top:			1px solid #EEEEEE;
	border-left:		1px solid #EEEEEE;
	border-right:		1px solid #333333;
	border-bottom:		1px solid #333333;
	background-color:	#CCCCCC;
	padding:			2px 16px;
	width:				90px;
}*/

table.form td div {
	font-size:			12px;
	color:				#666666;
}

table.form th {

	font-size:			12px;
	font-weight:		bold;
	padding-right:		1.5em;
	text-align:			left;
	vertical-align:		top;
	padding-top:		0.3em;
	white-space: 		nowrap;
}

table.form td {
	padding-bottom:		.5ex;
	font-size:			12px;
}

table.form td.text {
	padding-bottom:		.5ex;
	font-size:			12px;

}

table.form input {
	font-size:			12px;
}

table.form textarea {
	font-size:			12px;

}

table.form input.error, textarea.error {
	font-size:			12px;

	border:				1px solid #FF0000;
	padding-right:		1px;
	padding-left:		1px;
	padding-bottom:		1px;
	padding-top:		1px;
}

span.formCheckBoxPair {	float: left;  }
span.formCheckBoxPair input { float: left; }
span.formCheckBoxPair label { float: left; margin-top: 3px;	_margin-top: 4px; color: #000000; }

.errorLabel {
	font-size:			12px;
	font-weight:		bold;
	color:				#FF0000;
	vertical-align:		top;
}
