﻿/* -----------------------------------------------------------------------------------------------------------------

	Capricorn Bridalwear - Carlisle
	
	SCREEN - Core Stylesheet
	
	Web					: http://www.capricorn-wedding.co.uk/
	Filename    		: css/main.css
	Last Updated		: 23. 11. 2009
	Copyright			: (c) 2009 Capricorn Bridalwear
	Author				: Chris Sharp - Furness Internet
	Web					: http://www.furness.net | http://www.csharpdesign.co.uk
	
--------------------------------------------------------------------------------------------------------------------*/

/* Table of Contents -----------------------------------------------------------------------------------------------

	1. Structure
	2. Links
	3. Headings
	4. Wrapper
	5. Header
	6. Menu
	7. Main Panel - Home
	8. Footer
	9. Copyright
    10. Slides
	
--------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------

	=Structure
	
--------------------------------------------------------------------------------------------------------------------*/

html {
	height: 100%;
}

img { border: none; }

body {
	margin:0; padding:0;
	background: #0E0E0E url('../images/bg_body.gif') repeat-x left top;
	color: #717171;
	font: normal 80%/1.7em Arial, Helvetica, sans-serif;
}

#body-container {
	/*border-bottom: 1px solid white;*/
	margin-top: 40px;
	width: 982px;
}


/*------------------------------------------------------------------------------------------------------------------

	=Links
	
--------------------------------------------------------------------------------------------------------------------*/

a {
	color: #9D7653;
	text-decoration: none;
}

a:hover {
	color: #B9A18B;
}

/*------------------------------------------------------------------------------------------------------------------

	=Headings
	
--------------------------------------------------------------------------------------------------------------------*/

h1.home {
	display: block;
	width: 191px;
	height: 42px;
	margin-left: 84px;
	margin-bottom: 0.3em;
	text-indent: -9999px;
	background: url('../images/logo_intro.jpg') no-repeat 0 0;
}

h1 {
	color: #999999;
	font: normal 24px Georgia, "Times New Roman", serif;
	letter-spacing: 0.2em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

h2 {
	color: #999999;
	font: normal 14px Georgia, "Times New Roman", serif;
	letter-spacing: 0.2em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

h3 {
	background: url('../images/title_line.jpg') no-repeat left bottom;
	color: #E3E3E3;
	font: normal 18px Georgia, "Times New Roman", serif;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	padding-bottom: 13px;
	text-transform: uppercase;
	width: 296px;
}

h4 {
	color: #E3E3E3;
	font: italic 14px Georgia, "Times New Roman", serif;
	letter-spacing: 0.2em;
	padding-bottom: 3px;
}

h4.book-page {
	margin-bottom: 1em;
}

h4.designers {
	letter-spacing: 0em;
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------------------------------------

	=Wrapper
	
--------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	background: url('../images/bg_wrapper.jpg') no-repeat left top;	
	margin: 0 auto;
	padding: 0;	
	overflow:hidden;
	position:relative;
	text-align: left; /*For IE5 - Aligning text in the wrapper to the left gets it back in the proper position*/
	width: 982px;
}

/*------------------------------------------------------------------------------------------------------------------

	=Header
	
--------------------------------------------------------------------------------------------------------------------*/

#header {
	background: url('../images/bg_header.jpg') no-repeat center center;
	height: 99px;
	padding: 0;
	text-align: center;
	width: 982px;
}

div.logo img {
	margin-top: 20px;
	padding: 0;
}

p.logotype {
	color: #8D8D8D;
	font: normal 11px Georgia, "Times New Roman", serif;
	letter-spacing: 0.2em;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
}

/*------------------------------------------------------------------------------------------------------------------

	=Menu
	
--------------------------------------------------------------------------------------------------------------------*/

#menu {
	background: url('../images/bg_menu.jpg') no-repeat left top;
	height: 45px;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	width: 982px;
	/*border: 1px solid red;*/
}

ul#mainNav {
	float:left;
	list-style:none;
	margin-top: 13px;
	/*text-align: center;*/
	width: 980px;
}

#mainNav a {
	color: #9D7653;
	font: normal 13px Georgia, "Times New Roman", serif;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav a:hover {
	color: #B9A18B;
}

#mainNav li {
	display:inline;
	font: normal 13px Georgia, "Times New Roman", serif;
	margin-right: 14px;
	padding: 0;
	text-transform: uppercase;
	/*word-spacing: 0.2em;*/
}
	
#mainNav li.phone-number {
	color: #A8A8A8;
	font: italic 16px Georgia, "Times New Roman", serif; 
}

/*------------------------------------------------------------------------------------------------------------------

	=Main panel
	
--------------------------------------------------------------------------------------------------------------------*/
#main {
	background: url('../images/bg_main.jpg') no-repeat left top;
	height: 446px;
	width: 981px;
}

div.intro-container {
	margin-left: 62px;
	padding-top: 70px;
	text-align: center;
	width: 360px;
	/*border: 1px solid red;*/
}

div.intro-container img {
	margin-bottom: 0.5em;
}

p.welcome {
	color: #B69F85;
	font: italic 20px Georgia, "Times New Roman", serif;
	margin-bottom: 0.6em;
}

p.bridal-fashion {
	color: #93653A;
	font: normal 24px Georgia, "Times New Roman", serif;
	margin-bottom: 0.7em;
}

p.intro {
	border-top: 1px solid #CCB8A3;
	color: #93653A;
	font: italic 12px/1.7em Georgia, "Times New Roman", serif;
	padding-top: 1.4em;
}

p.intro-link {
	margin-top: 1em;
}

p.intro-link a {
	border-bottom: 1px solid #D2C09B;
	color: #9D7653;
	font: italic 14px/1.7em Georgia, "Times New Roman", serif;
	padding-bottom: 0.1em;
}

p.intro-link a:hover {
	border-bottom: 1px solid #735031;
	color: #735031;
}


/*------------------------------------------------------------------------------------------------------------------

	=Footer
	
--------------------------------------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	overflow: hidden;
	margin-top: 4px;
	width: 982px;
}

.footer-container {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 297px;
}

.footer-container p {
	color: #717171;
	font: normal 11px/1.7em Arial, Helvetica, sans-serif;
	margin-bottom: 22px;
}

ul.designers {
	float: left;
	padding: 0;	
	margin: 0 0 14px 0;
	width: 146px;
}

ul.designers li {
	font: italic 11px Georgia, "Times New Roman", serif;
	list-style: none;
	padding-left: 0;
	margin-left: 0;	
	margin-right: 64px;
	padding-bottom: 8px;
	width: 126px;
}

.accessories-container {
	width: 297px;
}

.accessories-container img {
	background: url('../images/thumb_bg.jpg') no-repeat left top;
	float: right;
	margin-left: 14px;
	padding: 3px;	
}

p.call {
	color: #545454;
	font: italic 14px Georgia, "Times New Roman", serif;
}

p.phone-number {
	color: #E3E3E3;
	font: italic 20px Georgia, "Times New Roman", serif; 
	margin-bottom: 3px;
}

/*------------------------------------------------------------------------------------------------------------------

	=Copyright
	
--------------------------------------------------------------------------------------------------------------------*/

#copyright {
	border-top: 1px solid #212121;
	border-bottom: 1px solid #212121;
	clear: both;
	margin-bottom: 1em;
	text-align: center;
}

#copyright p {
	color: #4C4C4C;
	font: italic 11px Georgia, "Times New Roman", serif;
	margin: 1em;
	padding: 5px 0;
}

/*  Slides   -------------------------------------------------------------------------------------------------------*/

#slides {
    float: right;
    height: 370px;
    margin: 30px 0 0 0;
    padding: 0 6px 0 0;
    width: 517px;  
} 
 
#slides img {      
    height: 370px;               
    top:  0; 
    left: 0; 
    width: 517px;
}
