/*
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.10
Tags: blue, light blue, red, black, white, simple
*/

/*	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/ollie-collage3.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;
	color: #ffffff;
} 
#footer p, #footer a {
	color: #ffffff;
	font-size: 8pt;
}
#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

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

h1, h2, h3, h1 a {
	color: #8C3232;
}
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;
	border-bottom: 1px solid #8C3232;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-size: 19pt;
	padding-bottom: 3px;
	border-bottom: 1px solid #8C3232;
	margin-bottom: 10px;
	font-weight: normal;
}
p {
	line-height: 150%;
	font-size: 10pt;
	color: #87836F;
	margin: 10px 0;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #8C3232;
	text-transform: uppercase;
	color: #8C3232;
	font-weight: bold;
	font-size: 9pt;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #8C3232;
}
input, textarea, select {
	border: 1px #8C3232 solid;
	padding: 3px;
	color: #87836F;
}
input#submit, input.button, input.wpcf7-submit {
	border: 2px #da5656 ridge;
	padding: 3px;
	background-color: #8C3232;
	color: #ffffff;	
}
input#submit:hover, input.button:hover, input.wpcf7-submit:hover {
	border: 2px #ffffff ridge;
	background-color: #da5656;
}
input#submit:active, input.button:active, input.wpcf7-submit:active {
	border: 2px #8C3232 ridge;
	background-color: #ffffff;
	color: #8C3232;
}

#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;
}
ul.topMenu li a:hover {
	background-color: #ffffff;
}
ul.topMenu li.current-menu-item a {
	border-bottom: 1px #8C3232 solid;
}

/** 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;
}
div.boxColour {
	background-color: #CAEAFF; /*#E0FBFF;  old colour - #FFF8D4*/

}

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;
	border: 1px #8C3232 solid;
	padding: 10px 10px 10px 10px;
	background-color: white;
	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;
	color: #8C3232;
}
input#author {
	margin-left: 25px;
}
input#email {
	margin-left: 26px;
}