/*  
Theme Name: EnglishZone Theme
Description: Created by Donovan Hutchinson, Dono.co.nz

*/

/* CSS Document */
html, body {
	background:#600010 url(images/bg.png) repeat-x top;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color:#eee;
	margin:0;
	padding:0;
	line-height:18px;
	font-size:14px;
}

a:link,a:visited {
	text-decoration:none;
	color:#fff;
	border:0;
	font-weight:bold;
}
a:active {
}

a:hover {
	text-decoration:underline;
}

img, a img {
	border:none;
	margin:0;
	padding:0;
}
p {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

hr {
	border:none;
	border-top:1px solid #3a1a1f;
	height:1px;
}

h1,h2,h3 {
	letter-spacing:0;
	font-weight:400;
	padding:0;
	margin:0;
}
h1 {
  font-size:20px;
  line-height:26px;
}
h2 {
  font-size:18px;
  line-height:20px;
  margin-top:20px;
}

h3 {
  font-size:16px;
  line-height:18px;
  margin-top:16px;
}

/* Float */
.alignleft { float:left; padding:5px 12px; }
.alignright { float:right; padding:5px 12px; }


/* Page Layout */

#wrap {
	width:950px;
	margin:0 auto;
	background:url(images/pagebg.png) no-repeat top;
}

#header {
	height:176px;
}

#logo {
	width:463px;
	height:140px;
	padding:11px 0 0;
}

#left {
	width:215px;
	float:left;
}

#right {
	width:719px;
	float:right;
}

.leftboxtop, .leftboxmid, .leftboxbot {
	width:215px;
	background:url(images/boxbg.png) repeat-y;
}
.leftboxtop { height:11px; line-height:11px; font-size:10px; margin:0; padding:0; }
.leftboxmid { background-position:-430px 0; }
.leftboxbot { background-position:-215px 0; height:11px; font-size:10px; margin:0; padding:0; background-repeat:no-repeat; }

.rightboxtop, .rightboxmid, .rightboxbot {
	width:719px;
	background:url(images/boxbg.png) repeat-y;
}
.rightboxtop { background-position:-645px 0; height:10px; font-size:8px; margin:0; padding:0; background-repeat:no-repeat; }
.rightboxmid { background-position:-2083px 0; }
.rightboxbot { background-position:-1364px 0; height:11px; font-size:10px; margin:0 0 20px 0; padding:0; background-repeat:no-repeat; }

.rightboxpad { padding:5px 20px; }


/* Menu */

#menu { padding:5px 0; margin:0 0 0 2px; }
#menu li { list-style:none; padding:0; margin:0; width:211px; height:26px; }
#menu a, #menu ul li { display:block; width:196px; height:26px; color:#fff; float:left; padding-left:15px; line-height:26px; }
#menu a:hover, #menu li.current_page_item a, #menu li.current a { background-color:#3a1a1f; text-decoration:none; }
#menu li.current_page_item a, #menu li.current a { font-weight:bold; }
#menu ul, #menu ul li { margin:0; padding:0; display:block; }
/* Misc Elements */

.cogs2 {margin:35px 0 0 38px;}

.find h2 { font-size:24px; }
.find.rightboxpad {padding:5px;}
.find img { padding:0 25px 0 15px; }





#footer {
	
}

#footer p {
	font-size:10px;
	font-family:Verdana, Sans-Serif;
	text-align:center;
	color:#c2c2c2;
	margin:10px 0 20px;
}

