/*  
Theme Name: Emerald Function Centre
Version: 1
Author: Kinski & Bourke
Author URI: http://www.kinskiandbourke.com/
*/



/* start presets */

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, strike, strong, sub,  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 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #352a23;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #8a8581;
}
#content {
	width: 760px;
	padding-right: 34px;
	padding-left: 34px;
}

#montage {
	background-image: url(images/montage.jpg);
	height: 210px;
	width: 760px;
	margin-left: 34px;
	margin-right: 34px;
}

#montage-bottom {
	background-image: url(images/montage-bottom.png) !important;
	background-image: url(images/montage-bottom-ie6.png);
	height: 210px;
	width: 760px;
}



ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

img {
vertical-align: text-bottom;
}

/* end presets */



#header {
	width: 828px;
}
#header-logo {
	background-image: url(images/bg-header.jpg);
	height: 169px;
	width: 828px;
}
#header-menu {
	height: 34px;
	width: 760px;
	padding-left: 34px;
	padding-right: 34px;
	background-color: #120e0c;
}


#leftcolumn {
	float: left;
	width: 252px;
}

#rightcolumn {
	float: right;
	width: 508px;
	padding-top: 20px;
}

#footer {
	clear: both;
	height: 65px;
	width: 828px;
	background-image: url(images/bg-footer.png);
	color: #564840;
	font-size: 70%;
	padding-top: 15px;
}

#container {
	text-align: center;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-main.png);
}

#content {padding-bottom: 15px;}

p, h1, h2, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

div#header-menu ul {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 75%;
	letter-spacing: 1px;
	height: 34px;

}

div#header-menu li {
	display: inline;
	background-image: url(images/bg-menuli.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 34px;
	float: left;
}

div#header-menu ul li ul {display: none}

a:link {color: #02884a; text-decoration: none;}
a:visited {color: #02884a; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: none;}
a:active {color: #ffffff; text-decoration: none;}


div#header-menu a {height: 34px; line-height: 34px; display: block !important; display:inline; padding-left: 31px; padding-right: 31px;}
div#header-menu a:link {color: #8a8581; text-decoration: none;}
div#header-menu a:visited {color: #8a8581; text-decoration: none;}
div#header-menu a:hover {color: #02884a; text-decoration: none;}
div#header-menu a:active {color: #02884a; text-decoration: none;}


div#content p, div#content h3, div#content h4, div#content ol {
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 145%;
}


div#content p {
	font-size: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#content ol {
	font-size: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
        list-style-type: none;

}

div#content ol li {

        border-bottom: 1px solid #1f1814;
        border-top: 1px solid #18120f;
padding: 3px;
margin-bottom: 0px;
background-image: url(images/bg-menuitem.png);
background-position: bottom;
background-repeat: repeat-x;
}

div#content h3 {
        color: #02884a;
        font-family: georgia;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#content h4 {
        font-family: georgia;
        color: #ffffff;
        font-size: 85%;
        text-transform: lowercase;
        letter-spacing: 1px;
}

.page-item-8 {background-image: url(images/bg-menu.png) !important;}