/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #ffffff;
	color: #333;
	font-size: 62.5%;
}

a {
	border-bottom: 1px dotted #333;
	color: #C74A5C;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #333;
	text-decoration: none;	
}


a:focus {
	outline: 1px dotted;
}

hr {

}

input {


}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	
}

li {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,../index.html
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 2em;
}



/* `Wrapper
----------------------------------------------------------------------------------------------------*/

#wrapper {

}





/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	letter-spacing: .5em;
	margin: 50px 0px 70px 0px;
	text-align: center;
}

#header h1 > a {
	border: none;
}


#header a > img {
	border: none;
}


#header h1 {
	border-bottom: 10px solid #8ad3df;
	font-size: 9.25em;
	margin-bottom: 25px;
	padding: 0px;
}

#header h2 {
	color: #555;
	font-size: 4em;
	
}

#header img {
	margin-bottom: 5px;
}



/* `Content
----------------------------------------------------------------------------------------------------*/


#content {

}

#content h6 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #777;
	color: #555;
	font-size: 1.5em;
	margin-bottom: 25px;
	padding: 5px;
}


.reviews {
	margin-bottom: 50px;

}

.colLeft {
	float:left;
}

.colLeft img{
	margin-bottom: 25px;
}



.colLeft ul {
	margin-left: 70px;
	width: 150px;
}

.colLeft li {
	float:left;
	margin: 0px 10px 10px 0px;
}

.colLeft li > img{
	margin-bottom: 0px;
}

.colLeft p{
	font-size: 1.25em;
	font-style: italic;
	text-align: center;
}

img.pic280 {
	height: 280px;
	width: 280px;
}


.colRight h1 {
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.25em;	
	margin-bottom: 20px;
}

.colRight h2 {
	color: #777;
	font-size: 1.4em;
	margin-bottom: 40px;
}

.colRight h3 {
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}


.colRight p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

a.reviewCTA {
	background-color: #555;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	margin-top: 15px;
	padding: 5px 8px 3px 8px;
}

a:hover.reviewCTA {
	border: none;
	background-color: #444;
}


/* More */

.moreReviews{
	margin-bottom: 50px;
}

.moreReviews li {
	float: left;
	margin: 10px;
}

.moreReviews a {
	border: none;
}

.moreReviews a:hover > img {
	border: 2px solid #C74A5C;	
}

img.pic100 {
	border: 2px solid #e4e4e4;	
	height: 96px;
	width: 96px;
}

/* Related */

.relatedReviews{
	margin-bottom: 50px;
}

.relatedReviews li {
	float: left;
	margin: 10px;
}

.relatedReviews a {
	border: none;
}

.relatedReviews p{
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 15px;
}


/* Utility */

.utility{
	margin-bottom: 50px;
}

.utility h5 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.utility li{
	font-size: 1.25em;
	line-height: 1.5em;
	padding-bottom: 10px;
}




.search{
	border-top: 1px solid #777;
	margin-bottom: 50px;
	padding-top: 25px;
}

.search input{
	height: 25px; 
}





.footer{
	border-top: 1px solid #777;
	font-size: 1.25em;	
	margin-bottom: 50px;
	padding: 5px;
}

.footer li {
	float: left;
	padding: 10px 15px 0px 5px;;	
}

.footer a:hover {
	border-bottom: 1px solid #333;
	text-decoration: none;
}

.footer p {
	float: right;
}