/* Global
======================================================================================================================*/
.clear {
    clear: both;
    line-height: 0;
}

/* Body
======================================================================================================================*/

body {
    background: black;
    background-attachment: fixed;
    font-family: Arial, Helvetica,  sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    padding: 0;
    margin: 30px 0;
    color: rgb(150, 150, 150);
}

input, textarea {
	font-family: Arial, Helvetica,  sans-serif;
	font-size: inherit;
}

a {
    text-decoration: none;
    color: white;
	/*color: rgb(255, 134, 0);*/
}

a:hover {
    text-decoration: underline;
	color: rgb(255, 134, 0);
	/*color: rgb(99, 176, 204);*/
}

a img {
	border:none;
}

h1, h2, h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: rgb(255, 134, 0);
    font-weight: normal;
}

/* Headers
======================================================================================================================*/

.header {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

.header h1 {
	text-indent: -3000px;
    margin: 0;
}

body.entrance .header {
	background-image: url(../images/logo-wedding-services.png);
}

body.photography .header {
	background-image: url(../images/logo-photography.png);
}

body.carhire .header {
	background-image: url(../images/logo-car-hire.png);
}

/* Content
======================================================================================================================*/

.content {
    width: 800px;
    margin: 0 auto;
}

/* Navigation Menu
======================================================================================================================*/

.menu,
.menu div {
    height: 97px;
    width: 100%;
    text-align: left;
}

.menu {
	background: url(../images/menu-fade.png) repeat-x top left;
}

.menu .inner {
	width: 996px;
    margin: 0 auto;
    text-align: left;
}

.menu div.leftfade {
	float: left;
	background: url(../images/menu-fade-left.png) no-repeat top left;
	width: 98px;
}

.menu div.rightfade {
	float: right;
	background: url(../images/menu-fade-right.png) no-repeat top left;
	width: 98px;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 88px;
	margin: 0 auto;
    background: url(../images/menu-background.png) repeat-x top left;
}

.menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.menu ul li a {
	float: left;
	height: 88px;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	color: black;
}

/* Menu: Wedding Photography
======================================================================================================================*/

body.photography .menu ul li a {
    background-image: url(../images/menu-content-photography.png);
    background-repeat: no-repeat;
}

body.photography .menu ul li.about a {
	background-position: -9px -126px;
	width: 96px;
}

body.photography .menu ul li.about a:hover {
	background-position: -9px -20px;
}

body.photography .menu ul li.work a {
	background-position: -105px -126px;
	width: 129px;
}

body.photography .menu ul li.work a:hover {
	background-position: -105px -20px;
}

body.photography .menu ul li.wedding a {
	background-position: -234px -126px;
	width: 182px;
}

body.photography .menu ul li.wedding a:hover {
	background-position: -234px -20px;
}

body.photography .menu ul li.portrait a {
	background-position: -416px -126px;
	width: 172px;
}

body.photography .menu ul li.portrait a:hover {
	background-position: -416px -20px;
}

body.photography .menu ul li.album a {
	background-position: -588px -126px;
	width: 113px;
}

body.photography .menu ul li.album a:hover {
	background-position: -588px -20px;
}

body.photography .menu ul li.contact a {
	background-position: -701px -126px;
	width: 108px;
}

body.photography .menu ul li.contact a:hover {
	background-position: -701px -20px;
}

/* Menu: Limousine and Car Hire
======================================================================================================================*/

body.carhire .menu ul li a {
    background-image: url(../images/menu-content-car-hire.png);
    background-repeat: no-repeat;
}

body.carhire .menu ul li.home a {
	background-position: -10px -126px;
	width: 90px;
}

body.carhire .menu ul li.home a:hover {
	background-position: -10px -20px;
}

body.carhire .menu ul li.about a {
	background-position: -100px -126px;
	width: 104px;
}

body.carhire .menu ul li.about a:hover {
	background-position: -100px -20px;
}

body.carhire .menu ul li.fleet a {
	background-position: -204px -126px;
	width: 179px;
}

body.carhire .menu ul li.fleet a:hover {
	background-position: -204px -20px;
}

body.carhire .menu ul li.booking a {
	background-position: -383px -126px;
	width: 138px;
}

body.carhire .menu ul li.booking a:hover {
	background-position: -383px -20px;
}

body.carhire .menu ul li.testamonials a {
	background-position: -521px -126px;
	width: 174px;
}

body.carhire .menu ul li.testamonials a:hover {
	background-position: -521px -20px;
}

body.carhire .menu ul li.contact a {
	background-position: -695px -126px;
	width: 115px;
}

body.carhire .menu ul li.contact a:hover {
	background-position: -695px -20px;
}

/* Landing Page
======================================================================================================================*/

body.entrance .content {
    width: 972px;
}

body.entrance ul,
body.entrance ul li,
body.entrance ul a {
	width: 972px;
	margin: 0 auto;
}

body.entrance ul li,
body.entrance ul li a {
    display: block;
    height: 232px;
    margin-top: 50px;
}

body.entrance ul li a {
   text-indent: -3000px;
}

body.entrance ul li.photography {
    background:url(../images/entrance-photography.png) no-repeat;
}

body.entrance ul li.photography a:hover {
    background:url(../images/entrance-photography-hover.png) no-repeat;
}

body.entrance ul li.carhire {
    background:url(../images/entrance-car-hire.png) no-repeat;
}

body.entrance ul li.carhire a:hover {
    background:url(../images/entrance-car-hire-hover.png) no-repeat;
}

body.entrance ul li a,
body.entrance ul li a:hover {
	color: black;
}

/* Images & Framing
======================================================================================================================*/

.frame, img {
    border: 2px solid rgb(31, 38, 41);
    padding: 2px;
    <F2><F3>background: url(../images/slideshow-bg.gif) no-repeat;<F3><F2>
}

.slideshow {
    border: 2px solid rgb(31, 38, 41);
    padding: 2px;
    background: black;
}

.slideshowInner {
    /*background: url(../images/large-slideshow-bg.gif) center center no-repeat;*/
}

.recentEvent {
    border-top: 2px solid rgb(31, 38, 41);
    clear: left;
}

.recentEvent img {
    padding: 2px;
    background: black;
    border-top: none;
    float: left;
    margin-right: 15px;
}
.recentEvent a {
    text-decoration: none;
    color: white;
}



/* Layout #2
======================================================================================================================*/

.layout2 .column1 {
    width: 380px;
    float: right;
}

.layout2 .column2 {
    width: 380px;
    float: left;
}
