/* 
  -----------------------------------
  Adaptations
  by Project Seven Development
  www.projectseven.com
  Layout 5 - TMM Menu
  -----------------------------------
*/

/*FIX FOR SAFARI 6 AND IE9 SUB-PIXEL RENDERING RECURSION WITH EQUAL HEIGHTS COLUMN SCRIPT*/
body {overflow-y: scroll;}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #c9e3fb;
	margin: 20px;
	font-size: 1em;
}
img.scaled {
	height: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 5px;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
#masthead {
	margin: 0px auto;
	background-image: url(assets/MyRipplesLogo.jpg);
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	line-height: normal;
	color: #ffffff;
	margin: 0px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.75em;
	margin-top: 20px;
}
h3 {
	font-size: 1.65em;
	margin-top: 20px;
}
h4 {
	font-size: 1.5em;
	margin-top: 20px;
}
.header  {
	margin: 0px !important;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}
.fancy-quote {
	font-family: "Lucida Console", Monaco, monospace;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	color: #ffffff;
}
#masthead h1 {
	font-size: 3em;
	margin: 0px;
}
#masthead .subhead {
	font-size: .7em;
	margin: -.5em 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
#columns {
	border-radius: 5px;
	border: 1px solid;
	border-color: #444;
	position: relative;
	margin: 0px auto;
}

.navigation {
	width: 24%;
	float: left;
}
.main-content {
	width: 76%;
	float: left;
	line-height: 1.5em;
}
.navigation .content {
	background-color: #7fad8e;
	border-right: 1px solid #567660;
	box-shadow: 0px 0px 15px #888888;
	position: relative;
}
.main-content .content {
	padding: 20px 24px;
	font-size: 1em;
	border-radius: 0px 5px 5px 0px;
	background-color: #51779a;
}

/*Interior 3-Column Structure*/
.inner-columns-wrapper {
	overflow: hidden;
}
.three-column-column1 {
	width: 64%;
	margin-right: 2%;
	float: left;
}
.three-column-column2 {
	width: 0%;
	margin-right: 2%;
	float: left;
}
.three-column-column3 {
	width: 32%;
	float: left;
}
.three-column-content {
	padding: 16px;
	border: 1px solid #ececec;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #c4c4c4;
	box-shadow: inset 0px 0px 30px #888888;
}
.three-column-column3 .three-column-content {
	background-color: #AAA;
	box-shadow: inset 0px 0px 30px #888;
}
#footer {
	margin: 6px auto;
	font-size: 0.8em;
	text-transform: uppercase;
}
/*link styles*/
a, a:visited {color: #72a4d3;}
a:hover, a:focus {color: #ffffff;}
.sidebar a, .sidebar a:visited {color: #FFF;}
.sidebar a:hover, .sidebar a:focus {color: #000;}

span.clearfix {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
