/*
HeMan.co.uk 2010
*/

body {
	font-family: Verdana;
	font-size: 62%;
	background-color: #DCDCDC;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Serif;
	font-style: italic;
}

p {
	font-size: 1.2em;
	padding: 0 0 10px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	word-spacing: 4px;
	text-align: justify;
}

/*Wrapper*/
div#wrapper {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #A4A4A4;
	background-color: #FFFFFF;
	text-align: left;
}

/*Outer*/
div#outer {
	width: 966px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

/*Header styles*/
div#header {
	height: 75px;
	background-color: #FFF;
}

div#header h1 {
	font-family: Georgia;
	font-style: italic;
	padding: 20px 0 0;
}

div#header h1 a {
	text-decoration: none;
	color: #969696;
	font-size: 1.5em;
}

div#header h1 a:hover {
	color: #000000;
}

div#header p.description {
	color: #969696;
	text-align: right;
	margin: -21px 5px 0 0;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

/*Common menu styles*/
div#menu {
	height: 141px;
	width: 966px;
	background: url(../images/menu.png) no-repeat;
	line-height: 0;
}

div#menu a {
	color: #969696;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

div#menu a:hover {
	color: #000000;
}

div#menu ul {
	padding: 0;
	margin: 0;
}

div#menu li {
	list-style: none;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#menu li a {
	padding: 104px 0 16px;
	display: block;
	margin: 4px 4px 0px;
	width: 185px;
}

div#menu-bottom {
	height: 16px;
	margin: -18px 0 0;
}

/*Menu icon styles*/
div#menu a.home {
	background: url(../images/home.png) no-repeat 55px 30px;
}

div#menu a.home:hover {
	background: url(../images/home-hover.png) no-repeat 55px 30px;
}

div#menu.yellow a.home {
	background: url(../images/home-hover.png) no-repeat 55px 30px;
	color: #000000;
}

div#menu a.about {
	background: url(../images/about.png) no-repeat 59px 30px;
}

div#menu a.about:hover {
	background: url(../images/about-hover.png) no-repeat 59px 30px;
}

div#menu.blue a.about {
	background: url(../images/about-hover.png) no-repeat 59px 30px;
	color: #000000;
}

div#menu a.blog {
	background: url(../images/blog.png) no-repeat 57px 30px;
}

div#menu a.blog:hover {
	background: url(../images/blog-hover.png) no-repeat 57px 30px;
}

div#menu.pink a.blog {
	background: url(../images/blog-hover.png) no-repeat 57px 30px;
	color: #000000;
}

div#menu a.gallery {
	background: url(../images/gallery.png) no-repeat 56px 30px;
}

div#menu a.gallery:hover {
	background: url(../images/gallery-hover.png) no-repeat 56px 30px;
}

div#menu.orange a.gallery {
	background: url(../images/gallery-hover.png) no-repeat 56px 30px;
	color: #000000;
}

div#menu a.contact {
	background: url(../images/contact.png) no-repeat 55px 30px;
}

div#menu a.contact:hover {
	background: url(../images/contact-hover.png) no-repeat 55px 30px;
}

div#menu.green a.contact {
	background: url(../images/contact-hover.png) no-repeat 55px 30px;
	color: #000000;
}

/*Menu styles*/
.byellow {
	background: transparent url(../images/01-yellow-menu.png) no-repeat;
}

.bblue {
	background: transparent url(../images/02-blue-menu.png) no-repeat left;
}

.bpink {
	background: transparent url(../images/03-pink-menu.png) no-repeat;
}

.borange {
	background: transparent url(../images/04-orange-menu.png) no-repeat;
}

.bgreen {
	background: transparent url(../images/05-green-menu.png) no-repeat;
}

/*Content background styles*/
div#content {
	margin: 0;
	padding: 30px 40px 0;
	width: 884px;
}

.yellow {
	background: transparent url(../images/01-yellow-content.png) repeat-y;
}

.blue {
	background: transparent url(../images/02-blue-content.png) repeat-y;
}

.pink {
	background: url(../images/03-pink-content.png) repeat-y;
}

.orange {
	background: url(../images/04-orange-content.png) repeat-y;
}

.green {
	background: url(../images/05-green-content.png) repeat-y;
}

/*Content styles*/
div.single {
	width: 844px;
	border: 2px solid #A8A7A7;
	padding: 10px 20px 20px;
}

div.double {
	width: 385px;
	border: 2px solid #A8A7A7;
	padding: 10px 20px 20px;
}

div.two-thirds {
	width: 565px;
	border: 2px solid #A8A7A7;
	padding: 10px 20px 20px;
}

div.sidebar {
	width: 200px;
	border: 2px solid #A8A7A7;
	padding: 10px 20px 20px;
}

div.sidebar ul {
	padding: 0 0 15px 0px;
	margin: 0 0 0 5px;
}

div.sidebar ul li {
	list-style: none;
	font-size: 1.1em;
}

div.tripple {
	width: 230px;
	border: 2px solid #A8A7A7;
	padding: 10px 20px;
}

div.tripple h3 {
	padding: 9px 0 7px 9px;
}

div#content .left {
	float: left;
}

div#content .right {
	float: right;
}

div#content .mid {
	float: left;
	margin: 0 31px;
}

/*Misc content styles*/
.clear-fix {
	clear: both;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#content a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

#content a:hover {
	border-bottom: 1px dashed #A8A7A7;
	color: #A8A7A7;
}

.photo {
	/*width: 200px;
	height: 140px;*/
	text-align: center;
	margin: 0px 8px 6px;
	background-color: #FFF;
	border: 1px solid #A8A7A7;
	padding: 8px;
}

.caption {
	text-align: center;
	font-size: 0.95em;
}

.date {
	font-size: 1em;
	font-weight: bold;
}

/*Bottom styles*/
div#bottom {
	height: 16px;
}

.fyellow {
	background: url(../images/01-yellow-footer.png) no-repeat;
}

.fblue {
	background: url(../images/02-blue-footer.png) no-repeat;
}

.fpink {
	background: url(../images/03-pink-footer.png) no-repeat;
}

.forange {
	background: url(../images/04-orange-footer.png) no-repeat;
}

.fgreen {
	background: url(../images/05-green-footer.png) no-repeat;
}

/*Footer styles*/
div#footer {
	height: 35px;
	text-align: center;
	padding: 15px 0 0;
	color: #969696;
}

div#footer p {
	text-align: center;
	padding: 0;
	margin: 0;
	letter-spacing: normal;
	word-spacing: normal;
}

div#footer a {
	text-decoration: none;
	color: #969696;
	border-bottom: 1px dashed #969696;
	padding-bottom: 1px;
}

div#footer a:hover {
	color: #000000;
	border-bottom: 1px dashed #000000;
}

/*Contact from styles*/
div#contact-form {
	width: 75%;
	margin: 0 auto;
	padding: 20px;
	border: 2px solid #A8A7A7;
}

#contact-form div {
	margin: 10px 0 12px;
}

#contact-name, #contact-email, #contact-subject {
	height: 20px;
	padding: 0;
}

#contact-name {
	width: 300px;
	margin: 5px 0 0 20px;
}

#contact-email {
	width: 300px;
	margin: 10px 0 0 22px;
}

#contact-subject {
	width: 300px;
	margin: 10px 0 0 8px;
}

#contact-message {
	width: 397px;
	height: 200px;
	margin: 13px 0 0 1px;
}

span.contact-label-name, span.contact-label-email, span.contact-label-subject, 
span.contact-label-message {
	padding: 0px 0 0px 10px;
	font-weight: bold;
	line-height: 20px;
	width: 50px;
}

span.contact-label-message {
	vertical-align: top;
	line-height: 3;
}

#contact-submit {
	margin: 0px 0 0 10px;
}

img.floatLeft { 
    float: left; 
    margin: 8px; 
}
img.floatRight { 
    float: right; 
    margin: 8px; 
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

	 .ads {
	 	padding: 10px;
	 }
	 
	 .bgcoloryellow {
	 	background-color: #F2EA99;
	padding: 5px 5px 5px 5px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	 	}
