@charset "utf-8";
/*   
Theme Name: Mulholland Hobart
Theme URI: http://www. 	mulhollandhobart.co.uk
Description: Custom theme design for Mulholland Hobart
Author: Kyle Bennett Media
Author URI: http://www.kylebennettmedia.com
Version: 1.0
.
Copyright Mulholland Hobart 2009
.
*/

/* HTML Tags */

body {
	background: url(images/bgx.jpg) repeat-x #FFF;
	color: #383333;
	font: 14px Georgia, "Times New Roman", Times, serif
}

a{
	color: #1193cd;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

#wrapper {
	margin: 0 auto;
	min-height: 100%;
}


/* Header */

#header {
	font-size: 12px;
}

#menu {

	}

.nav, .nav ul{
	padding: 0;
	float:right;
	list-style: none;
	border-top: solid 1px #cdcdcd;
}
.nav {
	padding: 0;
}
.nav li a {
	display: block;
	min-height: 30px;
	margin: 0px;
	padding: 0px 15px;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	color: #383333;
}
.nav li {
	line-height:30px;
	width: 220px;
	margin-bottom: 0px;
	border-bottom: solid 1px #cdcdcd;
}
.nav li a:hover {
	background: #0074a4;
	color: #FFF;
}


li ul {
	display: none;
	}

li.current_page_item ul, li.current_page_ancestor ul, li.current_page_parent ul {
	display: block;
	}
	
li.current_page_item ul li a, li.current_page_ancestor ul li a, li.current_page_parent ul li a {
	background: #e5e5e5;
	color: #2c2929;
	padding-left: 30px;
	}

li.current_page_item a, li.current_page_parent a, li.current_page_ancestor a {
	background: #0074a4;
	color: #FFF;
	}
	


#title {
	margin-bottom: 30px;
	background: url(images/header.jpg) top left no-repeat;
	}

#title h1 {
	margin-top: 0px;
	line-height: 224px;
	text-align: center;
}

#title h1 a {
	display: block;
	height: 224px;
	background: url(images/header.jpg) top left no-repeat;
	text-indent: -9999px;
}

#logo {
	background: url(images/logo.jpg) center left no-repeat;
}

/* Body */

.post {
	margin: 20px 0px;
}

.pagepost {
	margin-bottom: 50px;
	}

.singleh2 {
	margin-bottom: 10px;
}

h3 {
	display: block;
	width: 100%;
	line-height: 35px;
	background: #0074A4;
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	text-indent: 10px;
}

h3 a {
	color: #FFF;
	}

h2 {
	display: block;
	width: 100%;
	line-height: 35px;
	background: #0074A4;
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	text-indent: 10px;
}


p {
	margin: 12px 0px;
}

.catpost {
	min-height: 115px;
	border-bottom: 1px solid #CCC;
	margin: 20px 0px;
	padding: 5px;
}

/* Sidebar */

img {
	padding: 2px;
	border: 1px solid #CCC;
}

.flash {
	padding: 2px;
	border: 1px solid #CCC;
	width: 330px;
	height: 270px;
}

/* Footer */

#footer {
	color:#CCC;
	font-size: 14px;
	width: 100%;
	min-height: 50px;
	margin: 20px 0 0 0;
	padding-top: 90px;
	background: url(images/footerbg.jpg) center top repeat-x #393535;
}


/* Other */

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

img.fl{
	margin: 0 12px 5px 0;
}

.noborder {
	border: none;
	margin: 0 auto;
	padding: 0px;
	}
	
.sideimage {
	margin-top: 20px;
	}
	
img.plain {
	margin-top: 30px;
	}

#myGallery
{
width: 700px !important;
height: 330px !important;
} 

#myGallery h2 {
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

.toggler  { cursor:pointer; font-weight: normal; color:#cc0000; margin: 0; padding:5px; font-size:14px; background: #eee; border: 1px solid #ccc; margin-top: 10px;}  
.toggler:hover   { background:#ccc; color: #cc0000; }  
.cordy     { padding:0 5px; }  