/*
Theme Name: Melbourne Harley Tours
Theme URI: http://betterprint.net.au
Description: Custom template for client 'Melbourne Harley Tours'
Author: Edwin Kwong
Author URI: http://edwin-k.com
Version: 1.0
*/

/*CSS RESET*/

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;
}
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;
}

/*STRUCTURE*/

body, html {
	background: #000;
}

#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	height: 276px;
	background: url('img/headerbg.jpg');
}

img.logo {
	margin-left: 246px;
	padding-top: 20px;
        padding-bottom: 10px;
}

#menu {
	height: 56px;
	background: url('img/menubg.png');
	padding-top: 12px;
	text-align: center;
}

#content {
	min-height: 400px;
	background: #0D0D0D;
	padding-left: 60px;
	padding-right: 60px;
}

#contentbot {
	height: 26px;
	background: url('img/contentbotbg.png');
}

/*TEXT & COLORS*/

a:link, a:visited {
	text-decoration: none;
	color: #FF9F1F;
	font-weight: bold;
}

body, html {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 10px;
}

#menu ul li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

#menu ul li a:hover {
	color: #fff;
}

#content h1 {
	font-size: 30px;
	letter-spacing: -0.8px;
	padding-bottom: 0.6em;
}

#content p {
	line-height: 140%;
	padding-bottom: 1em;
}

#content ul {
	list-style-type: disc;
	padding-left: 2em;
	padding-bottom: 1em;
	line-height: 130%;
}

#content ol {
	list-style-type: decimal;
	padding-left: 2em;
	padding-bottom: 1em;
	line-height: 130%;
}