﻿/*
CSS for Breitling  fansite
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #001831;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul, td {
	color: #ffffff;
	margin-bottom: 1.5em;
	line-height: 167%;
	font-size: 100%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/square.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #FFD300;
}

a:hover {
	text-decoration: underline;
	color: #FFD300;
}

/* Menu */

#menu {
	width: 740px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 30px 0 40px;
	font-size: 92%;
	color: #FFD300;
	font-weight: bold;
}

#menu a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color: #001813;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 118px;
	margin: 0 auto;
	background: #FFFFFF url(images/logo_large.jpg)
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
	color: #FFD300;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFD300;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;

}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 5px 30px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 1px solid #FFFFFF;
}

.floating-box-large {
	float: left;
	width: 470px;
}

.floating-box-large p, .floating-box-large blockquote, .floating-box-large ol, .floating-box-large ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box-large img {
	margin-right: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #FFD300;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/dots.gif) repeat-x left bottom;
	
}

#links li {
	padding: 5px 0;
	background: url(images/dots.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/arrow.gif) no-repeat left center;
	color: #FFFFFF;
	font-size: 92%;	
}

/* Footer */

#footer {
	height: 70px;

}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 640px;
	height: 34px;
	padding: 5px 30px 0 30px;
	background: #001831;
	font-size: 85%;
	color: #ffffff;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 2	px 20px 0 0;
	background: #001831;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}