/*
London Sports Massage - Stylesheet
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#FFFFFF;
	text-align: justify;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #003399;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #003399;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.hr {
}

/* Wrapper */

#wrapper {
	padding: 0px 0;
}

/* Header */

#header {
	width: 780px;
	height: 154px;
	margin: 0 auto;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

#header h1, #header h2 {
	margin: 0;
	padding-left: 30px;
}

#header h1 {
	padding-top: 80px;
	font-size: 3em;
}

#header h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}	

#contact {
	float: right;
	width: 400px;
	color: #FFFFFF;
}

.email {
	text-align:	right;
	padding-top: 130px;
	padding-right: 36px;
	font-size: small;
	font-weight: bold;
}

.email a {
 	color: #FFFFFF;
	text-decoration: none;
}

.email a:hover {
 	color: #CC0000;
	text-decoration: none;
}

/* Menu */

#menu {
	width: 780px;
	height: 57px;
	margin: 0 auto;
	background-image:url(../img/menubg.jpg);
	background-repeat: no-repeat;
}	

#navigation {
 	float:left;
 	text-align:left;
 	height:30px;
	font-size: small;
	font-weight: bold;
 	width:500px;
 	padding-top: 7px;
 	padding-left: 45px;
}

.nav a {
 	color: #333333;
	text-decoration: none;
}

.nav a:hover {
 	color: #003399;
	text-decoration: underline;
}	

#date {
	float: right;
	width: 180px;
}

.date {
	text-align:	right;
	color: #666666;
	padding-top: 8px;
	padding-right: 36px;
	margin-bottom: 2em;
	/*padding: 0 15px;*/
	font-size: 11px;
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	background-image:url(../img/contentbg.jpg);
	background-repeat:repeat-y;
}

/* Desc */

#desc {
	float: left;
	width: 424px;
	padding: 20px 16px 0px 30px;
}

/* Post */

.post {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.post .notes { /* small notes */
	margin-bottom: 15px;
	padding-bottom: 5px;
	color:#666666;
	font-size: x-small;
}

.post .titlehome { /* graphic title */
	margin-bottom: 5px;
	height: 20px;
	background-image: url(../img/title-welcome.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	border-bottom: 1px solid #FFCC00;
}

.post .titleabout { /* graphic title */
	margin-bottom: 5px;
	height: 20px;
	background-image: url(../img/title-aboutus.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	border-bottom: 1px solid #FFCC00;
}

.post .titlecontact { /* graphic title */
	margin-bottom: 5px;
	height: 20px;
	background-image: url(../img/title-contactus.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	border-bottom: 1px solid #FFCC00;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFCC00;
	/*text-transform: uppercase;*/
	font-size: small;
	font-weight: bold;
}

.post .bold {
	margin-bottom: 15px;
	padding-bottom: 5px;
	/*text-transform: uppercase;*/
	color:#666666;
	font-size: small;
	font-weight: bold;
}

.post .titlered {
	margin-bottom: 15px;
	padding-bottom: 5px;
	/*text-transform: uppercase;*/
	color:#FF0000;
	font-size: small;
	font-weight: bold;
}

.post .titlegold {
	margin-bottom: 15px;
	padding-bottom: 5px;
	/*text-transform: uppercase;*/
	color:#FFCC00;
	font-size: small;
	font-weight: bold;
}

.post .titlesilver {
	margin-bottom: 15px;
	padding-bottom: 5px;
	/*text-transform: uppercase;*/
	color:#CCCCCC;
	font-size: small;
	font-weight: bold;
}

.post .titlebronze {
	margin-bottom: 15px;
	padding-bottom: 5px;
	/*text-transform: uppercase;*/
	color:#FF9900;
	font-size: small;
	font-weight: bold;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .details {
	padding: 10px 15px 0px 15px;
	line-height: 1.3em;
}

.post .offers {
	padding: 10px 25px 20px 25px; /* t,r,b,l */
	line-height: 1.0em;
	background-image:url(../img/box-home.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 204px;
	padding: 10px 30px 0px 16px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(../img07.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar p {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}
	

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 780px;
	margin: 0 auto;
	height: 50px;
	padding-top: 9px;
	background: url(../img/footer.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #666666;
}
