html
{
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	overflow-y: scroll;
	background-color: #E7E7FF;
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
}

div#container
{
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	min-height: 100%;
	overflow: hidden;
}

div#banner
{
	width: 100%;
	max-width: 960px;
	padding-bottom: 15px;
}

div#banner img
{
	width: 100%;
	height: auto;
	display: block;
}

img.full-width {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 960px), print
{
	div#menu
	{
		float: left;
		width: 200px;
		font-family: Arial Black, Verdana, Arial, sans-serif;
	}

	div#menu *
	{
		display: block;
		height: 28px;
		margin-bottom: 5px;
		padding-left: 40px;
		padding-top: 2px;
	}

	div#menu span.current
	{
		background-image: url(/images/menu_current.png);
	}

	div#menu a
	{
		background-image: url(/images/menu_selectable.png);
		color: black;
		text-decoration: none;
	}

	div#menu a:hover
	{
		color: #3333FF;
	}
}


@media screen and (max-width: 959px)
{
	div#menu
	{
		font-family: Arial Black, Verdana, Arial, sans-serif;
		font-size: 9pt;
		padding-left: 10px;
	}

	div#menu *
	{
		display: inline-block;
		margin-bottom: 5px;
		width: 31%;
		padding: 2px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: white;
		text-align: center;
	}
	
	div#menu span.current
	{
		background-color: #00F;
	}

	div#menu a
	{
		background-color: #007;
		color: white;
		text-decoration: none;
	}
	
	
	div#main
	{
		margin-left: 0 !important;
		width: 76% !important;
		text-align: left !important;
	}
	
	div.testimonial_photo
	{
		float: none !important;
		max-width: 200px !important;
		width: 50% !important;
	}

	div.testimonial p
	{
		width: 100% !important;
	}
}

div#photo_sidebar
{
	float: right;
	max-width: 200px;
	width: 21%;
}

div#photo_sidebar img
{
	display: block;
	padding-bottom: 5px;
	width: 100% !important;
	height: auto !important;
}

div.photo_comment
{
	margin-top: -5px;
	font-size: 70%;
	padding-bottom: 10px;
	padding-right: 5px;
	color: #666666;
}

img
{
	border: 0;
}

div#main
{
	margin-left: 200px;
	margin-right: 200px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

div#main h1, div#main h2, div#main h3, div#main h4, div#main p
{
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	overflow: hidden;
}

div#main ul
{
	padding-top: 0;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
}

div#main h1
{
	font-size: 150%;
}

div#main h2
{
	padding-top: 10px;
	font-size: 120%;
}

div#main h3
{
	font-size: 110%;
}

div#main h4
{
	font-size: 105%;
}

div#main p.highlight
{
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}

td
{
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 15px;
}

table.prices {
	padding-bottom: 15px;
}

table.prices td {
	padding: 8px;
}

table.prices .session-name {
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
	text-transform: uppercase;
}

table.prices .session-pounds {
	font-weight: bold;
	color: #666;
	font-size: 200%;
	display: block;
	text-align: center;
}

table.prices .session-note {
	font-weight: bold;
	color: #666;
	font-size: 140%;
	display: block;
	text-align: center;
}

table.prices tr.dark-shade {
	background-color: #EEE;
}

div.link_box
{
	border: 2px solid black;
	padding: 5px;
	margin-bottom: 10px;
}

div.link_box a
{
	font-size: 110%;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

.left
{
	padding-right: 10px; 
	padding-top: 3px; 
	float: left;
}

.right
{
	padding-left: 10px; 
	padding-top: 3px; 
	float: right;
}

div.article
{
	background-image: url(/images/paper.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	padding: 10px;
	margin-bottom: 10px;
}

div.testimonial
{
	overflow: hidden;
	margin-right: -10px;
	zoom: 1;
}

div.testimonial_photo
{
	float: right;
	width: 200px;
}

div.testimonial_photo img
{
	width: 100%;
	height: auto;
}

div.testimonial p
{
	width: 72%;
	margin-right: 10px;
}

/* for GA cookie warning */

div#google_analytics_warning
{
	z-index: 1000000;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 294px;
	padding: 4px;
	padding-left: 56px;
	background-image: url(/images/google_analytics_warning_bg.png);
	color: black;
	text-align: left;
	font: 10pt Verdana, Arial, sans-serif;
}

div#google_analytics_warning_text
{
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
}

div#google_analytics_warning_buttons
{
	padding-top: 4px;
}

div#google_analytics_warning button
{
	border: 0;
	background-color: #999999;
	color: white;
	border-radius: 5px;
}

div#google_analytics_warning button:hover
{
	background-color: #666666;
}
