/*
Theme Name: Goldbyte Memorial Theme
Theme URI: http://www.goldbyte.co.uk/
Description: Designed by Goldbyte & James Beirne in memory of Ollie Guerreri and Ben Deakin.
Author: Goldbyte
Version: 0.11
Tags: light green, dark green, blue, red, black, white, fixed-width, widget ready
*/

/*	Pallete:
		Dark Blue: #3E6C8D;
		Light Blue: #CAEAFF;
		Yellow/Gray: #D9D3B4;
		Yellow: #F2CA50;
		Maroon: #8C3232;
*/

* {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-family: arial;
	}
	
html, body {height: 100%;}

body {
	background: url('./images/ben-collage.jpg') repeat;
}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 30px;}  /* must be same height as the footer */

#footer {
	background-color: #D9D3B4;
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear: both;
} 
#footer p, #footer a {
	font-size: 8pt;
}
#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

#bottomHeader {
	height: 70px;
	width: 100%;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}


/** Colour settings for text **/
	h1, h2, h3, h1 a, a, span.required {
		color: #8C3232; /*#436470;  #8C3232; */
	}
	h2, h2 a, h3 {
		border-bottom: 1px solid #8C3232;
	}
	a {
		border-bottom: 1px dotted #8C3232;
	}
	p, input, textarea, select {
		color: #87836F; /* 87836F; */
	}
	input, textarea, select, img.alignleft {
		border: 1px #8C3232 solid;
	}
	img.alignleft {
		background: #ffffff;
	}
	.boxColour {
		background-color: #CAEAFF; /*#CAEAFF; #E0FBFF;  old colour - #FFF8D4*/
	}
	.topBottomLineColour {
		background-color: #3E6C8D; /* #3E6C8D */
	}
	ul.topMenu li a {
		color: #827E6C;
	}
	ul.topMenu li a:hover {
		background-color: #ffffff;
	}
	input#submit, input.button, input.wpcf7-submit {
		border: 2px #8C3232 outset;
		background-color: #615E4F;
		color: #ffffff;	
	}
	input#submit:hover, input.button:hover, input.wpcf7-submit:hover {
		border: 2px #ffffff outset;
		background-color: #8C3232;
	}
	input#submit:active, input.button:active, input.wpcf7-submit:active {
		border: 2px #8C3232 outset;
		background-color: #ffffff;
		color: #615E4F;
	}
	#footer, #footer p, #footer a {
		color: #ffffff;
	}
/** End of colour **/


h1, h1 a {
	font-size: 34pt;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
h1 a, h2 a {
	text-decoration: none;
	text-transform: none;
	border: 0;
}
h2, h2 a {
	font-size: 20pt;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-size: 19pt;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: normal;
}
p {
	line-height: 150%;
	font-size: 10pt;
	margin: 10px 0;
}
a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
}
a:hover, ul.topMenu li.current-menu-item a {
	text-decoration: none;
	border-bottom-style: solid;
}
input, textarea, select {
	padding: 3px;
}


#header {
	margin: 0;
	height: 70px;
}
#header tr td, #footerContent tr td {
	vertical-align: middle;	
}

#footerContent {
	margin-top: 0;
	height: 30px;
}
#footerContent tr td p {
	margin: 0;
}

/** Top Menu CSS **/
ul.topMenu {
	list-style-type: none;
	float: right;
}
ul.topMenu li {
	padding-left: 10px;
	float: left;
	margin: 0 5px;
}
ul.topMenu li a {
	/*color: #827E6C;*/
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	padding-top: 7px;
}



/** General Lists **/
div.mainBox ul, div.mainBox ol {
	margin-left: 17px;
}
div.mainBox ul li, div.mainBox ol li {
	line-height: 150%;
	color: #8C3232;
}

/** Side Bar Stuff **/
ul.xoxo {
	list-style-type: none;
}
ul.xoxo li ul li {
	list-style-type: none;
}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

div.mid {
	width: 870px;
	margin: 0 auto;
}

table.mainTable {
	width: 100%;
	margin-top: 40px;
	border-collapse: collapse;
	table-layout: fixed;
}
table.mainTable tr td {
	vertical-align: top;
}
td.mainContent {
	width: 620px;
	padding: 0 20px 0 0;
}
td.sideContent {
	width: 210px;
	padding: 0 0 0 10px;
}
div.sideBox {
	width: 180px;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 10px;  
	-moz-border-radius: 10px;
	-webkit-borer-radius: 10px;
	/* for IE */
	  filter:alpha(opacity=90);
	  /* CSS3 standard */
	  opacity:0.9;
}
div.sideBox h2 {
	font-weight: normal;
}
div.mainBox {
	width: 605px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 10px;  
	-moz-border-radius: 10px;
	-webkit-borer-radius: 10px;
}
img.alignleft {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 8px 14px 8px 0;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-webkit-transition: -webkit-transform .15s linear
}

/** Comment stuff **/
ol.commentlist {
	list-style-type: none;
	margin-left: 0 !important;
}
ol.commentlist li {
	padding: 5px;
	min-height: 60px;
}
ol.commentlist li ul.children {
	list-style: none;
}
ol.commentlist li ul.children li {
	border-left: 1px grey dashed;
}
ol.commentlist li iframe {
	width: 100%;
}
ol.commentlist li ul.children li iframe {
	width: 100%;
}
li.even {
	background: #ffffff url('./images/left-quote.png') no-repeat;
	padding-left: 58px !important;
}
li.odd {
	background: #e4f2ff url('./images/right-quote.png') no-repeat;
	background-position: right top;
	padding-right: 58px !important;
}

span.required {
	font-weight: bold;
}
input#author {
	margin-left: 25px;
}
input#email {
	margin-left: 26px;
}