/*
Theme Name: Waterview Limousine
Theme URI: http://sharpnewmedia.com/
Description: The Waterview Limousine website theme
Version: 1.0
Author: Edward Robirds
Author URI: http://sharpnewmedia.com/
custom

	Waterview Limousine v1.0
	 http://sharpnewmedia.com/

	This theme was designed and built by Edward Robirds,
	whose site you will find at http://sharpnewmedia.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




/*	STRUCTURES
=============================== */

html { min-height: 100%; margin-bottom: 1px; }
	
body {
	background: #026fba;
	margin: 0;
	}
table, tr, th, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}

#container {
	background: url(images/background.jpg) top center no-repeat;
	width: 100%;
	}
	
#site {
	width: 920px;
	margin: 0 auto;
	}
	
#header {
	background: url(images/backgroundHeader.jpg) top center no-repeat;
	width: 920px;
	height: 290px;
	}
	
#content {
	background: #fff url(images/backgroundContent.gif) bottom left no-repeat;
	width: 920px;
	}
#contentMain {
	padding: 20px 40px 30px 40px;
	vertical-align: top;
	}
#sidebar, #submenu {
	padding: 20px 20px 30px 20px;
	border-left: 1px solid #c9eaf8;
	width: 260px;
	font-size: 12px;
	vertical-align: top;
	}
	
.postmetadata {
	background: #e5f5fb;
	border: 1px solid #c9eaf8;
	padding: 10px;
	margin: 15px 0 25px 0;
	font-size: 11px;
	color: #666666;
	}
	
#navigation {
	margin: 15px 0;
	width: 100%;
	}
#navigation td {
	font-size: 11px;
	vertical-align: top;
	width: 50%;
	}
#navigation td.left {
	padding: 5px;
	}
#navigation td.right {
	padding: 5px;
	}
	
#formSide {
	margin: 0 0 15px 0;
	}
#formSideLeft {
	padding: 0 15px 0 0;
	vertical-align: top;
	width: 250px;
	}

#formSideRight {
	padding: 0 0 0 15px;
	border-left: 1px solid #c9eaf8;
	vertical-align: top;
	}
	
#footer {
	background: url(images/backgroundFooter.gif) top left no-repeat;
	width: 920px;
	}
#footer td {
	vertical-align: top;
	padding: 40px;
	}
	
#copyright { text-align: right;	}

.linklove { display: none; }	
dfn { display: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	FONTS
=============================== */

body, table, tr, th, td, input, select, textarea {
	font: 14px/1.3 arial, helvetica, sans-serif;
	color: #343434;
	}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

#footer td {
	font-size: 12px;
	color: #c4e6fb;
	}
#footer td span {
	font-size: 14px;
	color: #dff3ff;
	}

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #026fba;
	}
	
h2 {
	font: bold 20px 'arial narrow', arial, helvetica, sans-serif;
	color: #ff9c00;
	}
	
h3 {
	font: bold 16px 'arial narrow', arial, helvetica, sans-serif;
	color: #000;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #7d7d7d;
	}
	
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #eb5100;
	border-bottom: 1px solid #ededed;
	}
	
h6, .required {
	font-weight: bold;
	font-size: 11px;
	color: #c40d00;
	}
	
sup { font-size: 8px; }

small {
	font-size: 11px;
	}

.date {
	font-size: 12px;
	color: #6a6a6a;
	margin: 0;
	font-weight: bold;
	}
.single { margin-bottom: 15px; }


/*	LINKS
=============================== */

a:link, a:active, a:visited {
	color: #0272bd;
	text-decoration: underline;
	}
a:hover { color: #ff9c00; }

#submenu li a:link, #submenu li a:active, #submenu li a:visited,
#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0272bd;
	}
#submenu li a:hover, #submenu li.current_page_item a,
#sidebar li a:hover, #sidebar li.current_page_item a, #sidebar li.current-cat a { color: #ff9c00; }

.postmetadata a, #navigation a, #sidebar a, h1 a, h2 a, h3 a  { text-decoration: none; }

#footer a:link, #footer a:active, #footer a:visited {
	color: #c4e6fb;
	text-decoration: none;
	}
#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	padding: 0;
	display: block;
	}
#footer a:hover { color: #fff; }
	
/*	LISTS
=============================== */
ul, ol { margin-bottom: 15px; }
ul li, ol li { margin-bottom: 8px; }
ul li { list-style-image: url(images/bulletList.gif); }

#submenu ul {
	}
#submenu ul li {
	}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	}
#footer ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	}

/*	IMAGES
=============================== */

img { border: none; }

.photoRight{
	float: right;
	margin: 0 0 20px 0;
	}
.photoRight img {
	background: #5889b3;
	padding: 5px;
	border: 1px solid #78aedc;
	}
.photoRight img:hover { background: #6899c4; }

img.alignright {
	background: #e5f5fb;
	padding: 6px;
	border: 1px solid #c9eaf8;
	margin: 0 0 20px 20px;
	float: right;
	}
img.alignleft {
	background: #e5f5fb;
	padding: 6px;
	border: 1px solid #c9eaf8;
	margin: 0 20px 20px 0;
	float: left;
	}


/*	FORMS
=============================== */

form {
	margin: 0;
	padding: 0;
	}
	
textarea {
	width: 80%;
	}

/*	MISCELLANEOUS
=============================== */

.hr {
	background: #ccc;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}
.hr hr { display: none; }

blockquote { margin-left: 25px; }


