/* -------------------------------------------------
*
Title:			main.css
Website:		kateylockwood.co.uk
Browser(s): 	Firefox 2, IE7, IE6, Safari 
Platform(s):    Win XP, XPSP2, Mac OSX
Author: 		Andy Lee for Adverset Media Solutions (www.adverset.co.uk)
Created: 		02.10.2007
Last modified: 	05.10.2007
*
------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:62.5% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------- General Elements -------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
	background: url(../images/bg-main.png) top repeat-x;
}

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

a:hover {
	text-decoration: none;
	color:#990066;
	text-decoration: underline;
	background-color:#990066;
	color:#FFFFFF;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.6em;
	color:#999;
	line-height:1.5em;
	margin-bottom:6px;	
	font-weight:normal;
}

h2 {
	font-size: 1.1em;
	color:#CC6699;
	line-height:1.2em;
	margin-bottom:10px;
	font-weight:bold;	
}

h3 {
	font-size: 1.2em;
	color:#999;
	line-height:1.5em;
	margin-bottom:6px;	
	font-weight:normal;
}

h4 {
	font-size: 1.0em;
	font-weight:bold;
	color:#990066;
	line-height:1.0em;
}

h5 {
	font-size: 0.8em;
	font-weight:bold;
	color:#666;
	line-height:1.0em;
	margin-bottom:10px;	
}

p {
	font-size: 0.7em;
	color:#333;
	line-height:1.4em;
	margin-bottom:10px;
}

/* ------------- Layout Elements -------------- */

#container {
	margin:0pt auto;
	margin-top:30px;
	padding:0px 0px 0px 0px;
	width:780px;
	background-color:#fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* ------------- Header Elements -------------- */

#header {
	height: 80px;
	width:720px;
	margin: 0px 30px 20px 30px;
	padding:0px;
}

#header_logo {
	margin:0pt auto;
	padding-top:20px;
	height: 22px;
	float:left;
}

#header_search {
	float:right;
	margin-top:36px;
}

/* ------------- Top Navigation -------------- */

#navigation {
	margin: 0px 30px 0px 30px;
	height: 230px;
	background: url(../images/bg-navigation.png) top left no-repeat;
	background-color:#fff;
}

#navbar {
	width:203px;
	margin:0pt auto;
	float:left;
	text-transform:uppercase;
}

#navbar ul {
	margin:0pt auto;
	padding:0px;
}

#navbar ul li {
	margin:0pt auto;
	height:23px;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:23px;
	font-weight: bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
}

#navbar ul li div {
	background-color:transparent;
}

#navbar ul li div a {
	display:block;
	padding:0px 0px 0px 8px;
}

#navbar ul li div a:hover {
	background: url(../images/bullet-navigation.gif) no-repeat right center;
	background-color:#990066;
	color:#fff;
	text-decoration:none;
}

.navbar_white a{
	color:#fff;
}

.navbar_purple a{
	color:#990066;
}

.navbar_grey a{
	color:#999;
}

/* --------------- Top Banner ---------------- */

#banner {
	width:517px;
	margin:0pt auto;
	float:right;
	background-color:#fff;
}

/* ------------- Content Elements -------------- */

#content_main {
	padding:14px 0px 0px 0px;
	margin: 0px 30px 0px 40px;
    background: url(../images/bg-dropshadow.png) top no-repeat;
	background-color:#fff;
}

#content_left {
	padding:5px 32px 20px 0px;
	width:431px;
	background: url(../images/bg-dropshadow-right.png) top right no-repeat;
	background-color:#fff;
	text-align:left;
	float:left;
}

#content_right {
	padding:10px 0px 10px 0px;
	width:242px;
	background-color:#fff;
	text-align:left;
	float:right;
}

.h1right {
	font-size: 1.4em;
	color:#999;
	line-height:1.4em;
	margin-bottom:6px;	
	font-weight:normal;
}

.h1right a{
	color:#999;
}

.h1right a:hover{
	color:#990066;
	background-color:#FFFFFF;
}

/* ------------- Left Column Content - Testimonials -------------- */

#content_left_testimonial {
	width:423px;
	margin:20px 0px 30px 0px;
}

#content_left_testimonial h4{
	margin-top:25px;
	padding:0px 0px 5px 15px;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.1em;
	color:#999;
	background: url(../images/bg-testimonials.png) left top no-repeat;
	padding-top:5px;
}

#content_left_testimonial p{
	float:right;
	color:#CCCCCC;
}

/* ------------- Right Column Content - Mini Portfolio -------------- */

#content_right_portfolio {
	height:160px;
	border:1px solid #ccc;
	padding:3px 0px 0px 6px;
	margin: 3px 0px 15px 0px;
	background: url(../images/bg-portfolio.png) top repeat-x;
	background-color:#fff;
}


.rollover {
	float:left;
	background-color:#fff;
	padding:2px;
	margin: 3px 3px 0px 0px;
	border:solid 1px #ccc;
}

/* ------------- Left Column Content - Portfolio -------------- */

#portfolio {
	height:310px;
	border:1px solid #ccc;
	padding:3px 0px 0px 30px;
	margin: 3px 0px 10px 0px;
	background: url(../images/bg-portfolio.png) top repeat-x;
	background-color:#fff;
	clear:both;
}

#portfolio img{
	float:left;
	background-color:#fff;
	padding:2px;
	margin: 22px 22px 0px 0px;
	border:solid 1px #ccc;
}

/* ------------- Weddings and Bridal -------------- */

#bridalserviceslist {
	border:1px solid #ccc;
	padding:14px 22px 0px 14px;
	margin: 0px 0px 10px 0px;
	background-color:#F9F5F5;
	clear:both;
}

#bridalserviceslist strong{
	color: #990066;
}

#bridalserviceslist li{
	font-size: 0.7em;
	font-weight:normal;
	color:#666;
	margin-bottom:14px;
	padding:0px;
}

#ultimate_boxout {
	border:1px solid #dfdfdf;
	border-left:10px solid #dfdfdf;
	padding:10px 20px 5px 20px;
	margin: 0px 0px 10px 0px;
	background-color:#F9F5F5;
	clear:both;
}

/* ------------- Right Column Content - Katey's Blog -------------- */

.latest-news {
	border-top:1px solid #ccc;
	margin:10px 0pt 0pt 0px;
	padding:10px 0px 0px 0px;
}

.date {
	background:#FFFFFF url(../images/date-bg.gif) no-repeat scroll 0%;
	clear:right;
	color:#666666;
	float:left;
	height:42px;
	padding:15px 7px 0pt 0pt;
	text-align:center;
	width:54px;
}

.date span.month {
	display:block;
	font-size:0.7em;
	height:13px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.date span.day {
	display:block;
	font-size:0.8em;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.latest-news h4 {
	margin-bottom:5px;
	line-height:1.1em;
}

.latest-news p {
	color:#414036;
	font-size:0.7em;
	line-height:1.3em;
	margin:0px 0px 5px 60px;
}

/* ------------- Right Column Content - Contact Details -------------- */

#content_right_contactdetails {
	padding:8px 0px 0px 4px;
	margin:5px 0px 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* ---------------- Footer ----------------- */

#footer {
	height:105px;
	margin:0px;
	padding:0px 0px 0px 30px;
	background: url(../images/bg-footer.png) left top repeat-x;
	background-color:#fff;
	border-top: 1px solid #ccc;
	clear:both;
}

#footerlist {
	margin:0px;
	padding:0px;
	float:left;
}

#footerlist2 {
	margin:0px;
	padding:0px;
	float:left;
}

#footerlist3 {
	margin:0px;
	padding:0px;
	float:left;
}

#footer ul{
	margin:22px 20px 0px 0px;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.0em;
}

#footer ul a{
	color:#666;
}

#footer ul a:hover{
	color:#990066;
	text-decoration:none;
	border-bottom: 1px solid #dfdfdf;
	background-color:#FFFFFF;
}

#footer li{
	background:transparent url(../images/bullet-footer.gif) no-repeat scroll left center;
	margin-bottom:5px;
	padding:0px 0px 0px 14px;
}

#footerlogo {
	float:right;
	margin:0px;
	padding:0px;
}

#credits {
	width:720px;
	margin:0pt auto;
	padding:12px 0px 0px 0px;
	background: url(../images/bg-dropshadow.png) top no-repeat;
	background-color:#fff;
}

#credits p{
	font-size:0.6em;
	color:#999;
}

#credits p a{
	color: #666;
}

#credits p a:hover{
	text-decoration:none;
	color: #990066;
	border-bottom: 1px solid #dfdfdf;
	background-color:#FFFFFF;
}

/* ------------- Forms --------------- */

input {
	color: #666;
	background: #F9F5F5;
	font-size:1.1em;
	border: 1px solid #ccc;
	padding:3px;
}

textarea {
	font-size:1.4em;
	color: #666;
	background: #F9F5F5;
	border: 1px solid #ccc;
	padding:2px;
	width:328px;
}

fieldset {
	width:380px;
	float:left;
	padding: 28px 0px 24px 36px;
	margin:10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color:#fff;
}

legend	{
	font-weight:normal;
	font-size:1.2em;
	color:#666;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #ccc;
	background-color:#FFF;
}

.searchsubmit	{
	margin-left: 3px;
	border: 1px solid #ccc;
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
}

input:focus, textarea:focus{
	background-color: #fff;
	border: 1px solid #999;
}

.contact_btnsubmit {
	background:transparent url(../images/bg-btn.png) repeat-x scroll left top;
	border:1px solid #999999;
	float:left;
	padding:5px 10px;
}

.zemSubmit {
	background:transparent url(../images/bg-btn.png) repeat-x scroll left top;
	border:1px solid #999999;
	float:left;
	padding:5px 10px;
	font-size:0.7em;
}

#google_map {
	border:2px solid #ccc;
	padding:4px;
	font-size:0.8em;
	color:#003366;
	width:242px;
}