*{margin:0;padding:0;}

body { font: .9em 'Open Sans', sans-serif; background: #fff; color: #222222; }

a { color: #677C3D; text-decoration: none; }
	a:hover { color: #91AD58; }
	a img{ border:0; }

p { line-height: 1.7em; margin: 0 0 15px; }

.x { clear: both; }

h1 { font-size: 1.3em; font-weight: normal; margin: 0 0 5px; }

h2 { font-weight: normal; font-size: 2.6em; padding: 0 0 10px; margin: 0 0 15px; color: #677C3D; }

h3 { font-size: 1.7em; font-weight: normal; margin: 0 0 20px; }
	h3 a { color: #222; }
	
#content { width: 960px; margin: 40px auto; }

.tiny_text {
	font-size: .6em;
	color:		#666666;
}

#menu { float: right; margin: 10px 10px 0 0; }
	#menu li { display: inline-block; list-style: none; }
	#menu li a { float: left; margin: 0 0 0 20px; color: #888; }
		#menu li a:hover { color: #555; }
		
		

		
			ul#menu, ul#menu ul.sub-menu {
				padding:0;
				margin: 0;
			}
			ul#menu li, ul#menu ul.sub-menu li {
				list-style-type: none;
				display: inline-block;
			}

			ul#menu li a, ul#menu li ul.sub-menu li a {
				text-decoration: none;
				background: #FFFFFF;
				padding: 5px;
				display:inline-block;
			}
			
			ul#menu li {
				position: relative;
			}
			
			ul#menu li ul.sub-menu {
				display:none;
				position: absolute;
				top: 27px;
				left: 0px;
				width: 300px;
			}
			ul#menu li:hover ul.sub-menu {
				display:block;
			}

.post { clear: both; padding: 30px 10px; border-top: 0px solid #ddd; border-bottom: 0px solid #ddd; margin: 0 0 40px; }
	.post .details { float: left; width: 250px; }
	.post .details .info { font-size: .9em; color: #999; }
		.post .details .info a { color: #777; border-bottom: 1px dotted #999; padding: 3px 1px; }
	.post .body { float: right; width: 618px; padding: 0 0 0 30px; border-left: 0px solid #ddd; }

.col { width: 33%; margin: 0 0 30px 0; float: left; font-size: .9em; border: 0px solid green; text-align:center; }
	.col.last { margin-right: 0; }

#footer { clear: both; border-top: 1px solid #ddd; padding: 20px 0; font-size: .9em; color: #999; }

.review_table {
	border-collapse:	separate;
	line-height:		45px;
}

.right_align_cell {
	text-align:			right;
	padding:			0px 0px 0px 20px;
}

.thumb  {
	padding:			0px;
	margin-right:		20px;
	vertical-align:		middle;
	border:				1px solid #C9C9C9;	
	background-color:	#eee;	
}

/*
POLAROID PICTURE
*/
.polaroid  {
	padding:			0px;
	border:				1px solid #cccccc;	
	background-color:	#eee;	
}

.polaroid_text {
	font-weight:		strong;
	height:				12px;
	top:				243px;
}

/*
FORM ELEMENTS
*/
form { 
	margin:				30px 0 0 0;
	font-size:			.9em;
	color:				#222222;
}

input, select { 
	width:				auto;
	border:				1px solid #C9C9C9; 
	color:				#545658; 
	padding:			8px; 
	font-size:			1.1em; 
	border-radius:		2px 2px 2px 2px; 
}

.link_styled_as_button {
	text-decoration:	none;
	background-color:	#DDDDDD;
	width:				auto;
	border:				1px solid #C9C9C9; 
	color:				#545658; 
	padding:			8px; 
	font-size:			1.1em; 
	border-radius:		2px 2px 2px 2px; 
}

.noBorder {
	border:				0;
}

.submit { 
	border:				1px solid #C9C9C9; 
	border-radius:		2px 2px 2px 2px; 
	color:				#545658; 
	cursor:				pointer; 
	font-size:			1.1em;
	font-weight:		bold; 
	height:				auto; 
	padding:			6px 10px; 
	width:				auto; 
}

.submit:hover { 
	border:				1px solid #9FBAC0; 
	color:				#48494B;
	cursor:				pointer; 
}

.disabled_submit { 
	border:				1px solid #C9C9C9; 
	border-radius:		2px 2px 2px 2px; 
	color:				#7a7d80; 
	cursor:				default; 
	font-size:			1.1em;
	font-weight:		normal; 
	height:				auto; 
	padding:			6px 10px; 
	width:				auto;	
}