/*
Description: Grenada Chocolate Stylesheet
Version: 1.0
Author: Justin Sihera
Author URL: http://www.chutty.co.uk
*/

/*reset quirks using the Eric Meyer method----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Layout*/

body{
	background-color: #5ad1f3;/*light blue*/
	/*orange= #fa8700*/
	/*pastel dark blue = 336699*/
	font-family: "Comic Sans MS", cursive;
}

#wrapper{
height:auto;
width:800px;
margin-left:auto;
margin-right:auto;
padding:30px 0px 0px 0px;
}

#columnone{
padding:0px 0px 0px 0px;
width:400px;
float:left;
display:inline;
}

#columntwo{
padding:40px 0px 0px 0px;
width:200px;
float:left;
display:inline;}

#columnthree{
padding:40px 0px 0px 0px;
width:200px;
float:left;
display:inline;}

#columntwowide{
padding:0px 0px 0px 0px;
width:400px;
float:left;
display:inline;}

/*Typography*/

h2{
margin-bottom:20px;
}
/*text colour changes here*/
.mainlinks a, a:link{
border:3px;
color:#336699;
padding:20px;
text-align:center;
}

a:hover{
color:#336699;
}
/* COLOR OPTIONS-----------------------------------------
old styles to check; link:#41F3F5;
						vlink:#DDE10B;	
				alink:#72AA5E;

		light blue=#5ad1f3;
				orange= #fa8700
					pastel dark blue = 336699*/
