@charset "utf-8";

/*==================================================
Stylesheet for: johnhylton.com
Author: Lisa Chadwick
Contact:www.chadswebstudio.co.uk 01780 740893
==================================================*/
*
{
margin:0px;
padding:0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
/*-------------STRUCTURE----------------------------------*/
#content {
	position:absolute;
	top:253px;
	left:20px;
}
#mainTxt {
	width: 840px;
	text-align: left;
	background-color: #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	position:relative;
	}
#inner-wrapper{
	text-align: center;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	}
 #wrapper {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height:250px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D19137;	
}
#header {
	height: 250px;
	width: 940px;
	background-image: url(images/banner3b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#rightCol{
	width: 350px;
	margin-left:450px;
	
}

#leftCol{
	float: left;
	width: 465px;
	}
#datesD {
	background-image: url(images/gallery/dates-diamond.jpg);
	background-repeat: no-repeat;
	height: 366px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	color: #FFFFFF;
	
	}
#datesDinner {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom:30px;
	height: 326px;
	overflow: auto;
	font-size: 1.2em;
}
#datesH {
	background-image: url(images/gallery/dates-homeward.jpg);
	background-repeat: no-repeat;
	height: 366px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	color: #FFFFFF;
	
	}
#datesHinner {
	margin-left: 225px;
	margin-top: 10px;
	margin-bottom:30px;
	height: 326px;
	overflow: auto;
	font-size: 1.2em;
}

#logo-MM{
	border: 1px solid #77073E;
	float: left;
	margin-right: 10px;
	}
	

/*--------------------------- IMAGESHOWS ---------------------------------*/
#fadeimage {
	float: right;
	height: 304px;
	width: 250px;
	margin-left: 20px;
	border: 1px solid #9E0001;
	margin-bottom: 50px;
	background-image: url(images/diamond.jpg);
	background-repeat: no-repeat;
}
#flashcontent{
	height: 365px;
	width: 425px;
	background-image: url(images/loading-video.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
#galleryL img, #galleryR img{
	padding: 5px;
	border: 1px solid #CC0000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#galleryL {
	width: 375px;
}
#galleryR {
	width: 375px;
	top: 56px;
	right: 10px;
	position: absolute;
}

/*------------------ TAGS & CLASSES--------------------------*/
p {
	font-size: 1.2em;
}

h1 {
	color: #990000;
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
	color: #333333;
}
h6 {
	font-size: 1.4em;
	color: #333333;
	margin-top:12px;
}
h4 {
	font-size: 1.2em;
	color: #CC0000;
}
a {
	color: #7D0101;
}
.floatR {
	float: right;
	margin-left: 40px;
	margin-right: 10px;
	border: 1px solid #D09132;
}
.floatL-nobord {
	float: left;
	border: none;
	margin-right: 15px;
}

.button a:link, .button a:visited  {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 2px;
	border: 1px solid #CC9435;
	width: 200px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
}
.button a:hover, .button a:active {
	color: #FFFFFF;
	background-color: #990000;
	display: block;
	padding: 2px;
	border: 1px solid #CC9435;
	width: 200px;
	text-align: center;
	text-decoration: none;
}
.button2 a:link, .button2 a:visited  {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 2px;
	border: 1px solid #CC9435;
	width: 350px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
}
.button2 a:hover, .button2 a:active {
	color: #FFFFFF;
	background-color: #990000;
	display: block;
	padding: 2px;
	border: 1px solid #CC9435;
	width: 350px;
	text-align: center;
	text-decoration: none;
}
/*#footer {
	position:absolute;
	clear: both;
	background-color: #00CC33;
	height: 20px;
	bottom:0px;
	}*/

#chads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 250px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#chads a:link, #chads a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FEBE00;
	text-decoration: none;
		}
	#chads a:hover, #chads a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
	}
