/*--------------------------------------------
Style sheet for GetEmotional.co.uk 
Author: Clive Walker
Website: http://www.cvwdesign.co.uk
---------------------------------------------*/

/* ----- Reset ----- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: 0;
}

/* ----- Base rules for html, body ----- */

html {
	height:100%
}

html {
	overflow-y: scroll;
}   /* fix for Firefox, Opera scrollbar jump*/

body {
	font: 75%/1.6 Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	border-top: 3px solid #316AC5;
	background: #89CBD7;
}

/* ----- Main layout elements ----- */

#wrapper {
	text-align: left;
	width: 80%;
	max-width: 985px;
	margin: 20px auto 0;
}

#header {
	text-align: center;
	border-bottom: 1px solid #009FE1;
	padding-top: 10px;
	width: 100%;
	background: #FFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-bottom: 10px;
/*	overflow: hidden;*/
}

#content {
	padding: 20px;
	background: #FFF;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.col {
	width: 45%;
	float: left;
	margin-left: 3%;
}

/* ----- Text ----- */

#content p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
}

.center {
	text-align: center;
	border: 1px dashed #CCC;
}

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

h1, h2, h3 {
	color: #316AC5;
	border-bottom: 1px solid #B8CCED;
	font-size: 150%;
}

/* ----- Links ----- */

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ----- Images ----- */

#header img {
	max-width: 100%;
}

.center img {
	margin-left: 5%;
}

.fleft {
	float: left;
	margin-right: 20px;
}


/* ----- Others -----*/

.clearleft {
	clear: left;
}

#content p.highlighted, #content p.highlighted-gradient {
	background: #BEE2E9;
	padding: 1em;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#content p.highlighted-gradient {
	background: #BEE2E9;
	background: -webkit-gradient(linear, left top, left bottom, from(#BEE2E9), to(#FFF));
	background: -moz-linear-gradient(top, #BEE2E9, #FFF);
	background: linear-gradient(top, #BEE2E9, #FFF);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #BEE2E9;
}

.strikethrough {
	text-decoration: line-through;
}

