/*
	Theme Name: Cockliffe
	Theme URI: http://www.junomedia.co.uk
	Description: Cockliffe global style sheet
	Version: 1.0
	Author: Juno Media
	Author URI: http://www.junomedia.co.uk
*/

/***** Global *****/
	/* Reset */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline
		}
		
		:focus {outline: 0}
		
		ol, ul {list-style: none}
		
		/* Tables need 'cellspacing="0"' on markup */
		table {
			border-collapse: separate;
			border-spacing: 0
		}
		
		caption, th, td {
			text-align: left;
			font-weight: normal
		}
		
		blockquote:before, blockquote:after, q:before, q:after {content: ""}
		blockquote, q {quotes: "" "" }

/* Body */
	body {
    	line-height: 1.4;
	    font-size: 81.25%; /* 100% = 16px */
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif;
	    color: black;
	    background: #FFFEF6;
		margin: 0;
		padding: 0;
		text-align: left
	}

/* Headers */
	h2 {font-size: 169.23%}
	h3 {font-size: 153.84%}
	h4 {font-size: 138.46%}
	h5 {font-size: 123.07%}
	h6 {font-size: 107.69%}
	
	h2, h3, h4, h5, h6 {text-transform: uppercase; font-family: georgia, times, serif; color: #6B2339; font-weight: normal; margin-bottom: .8em;}
	
/* Links */
	a {outline: 0}
	a img {border: 0px; text-decoration: none}
	a:link, a:visited {color: #6B2339; text-decoration: none;}
	a:hover, a:active {text-decoration: underline;}
	
	a.button:link, a.button:visited {background: #F5F2D9; border: 1px solid #EBE6BC; padding: .25em .6em;}
	a.large-button:link, a.large-button:visited {
		display: block;
		text-transform: uppercase;
		text-align: center;
		font-family: georgia, times, serif;
		font-size: 1.2em; 
		width: 228px;
		padding: 17px 10px;
		margin-bottom: 5px;
		background: url('images/button-gradient.jpg') no-repeat top left #f0eed9;
		border: 1px solid #EBE6BC;
	}
	
/* Forms */

input.button {background: #F5F2D9; border: 1px solid #EBE6BC; padding: .4em 1.5em .4em 1.5em; font-size: 1.2em; cursor: pointer;}
	
/* Paragraphs */
	p {
	    margin-bottom: 1.5em;
	    line-height: 1.4;
	    text-align: left
	}
	
	.mininfo{font-size: .6em; position: absolute; margin-top:25px; margin-left:-115px;}
	
	strong, b {font-weight: bold}
	em, i {font-style: italic}
	
	blockquote {color: #6B2339; font-size: 138.46%; font-family: georgia, times, serif; font-style: italic; margin-bottom: 1em;}
	blockquote p {margin-bottom: 0;}
	
/* Address */
address {font-family: georgia, times, serif; color: #6B2339; font-size: 107.69%; margin-bottom: 2em;}

/* Tables */
table {width: 98%; margin: .5em auto 1.5em auto; border: 1px solid #ddd}

thead th {background: #6B2339; color: #fff; text-align: left; padding: .5em .4em; font-weight: bold}

tbody td {padding: .5em .4em}
tbody .alt td {background: #fbf7ea}

/* Lists */
ul {
  margin: 1em 0 1.5em .5em;
  line-height: 1.4
}

ul li {
	padding-left: 20px;
	background: url('images/icons/star.png') no-repeat 0 3px !important;
	background: url('images/icons/star-ie.gif') no-repeat 0 3px;
}

ol {
  margin: 1em 0 1.5em 1.5em;
  line-height: 1.4;
  list-style: outside decimal
}

ol li {background: none !important; padding: 0;}

/***** Layout *****/
.limit {width: 895px; margin: 0 auto;}
.buttons img {margin: 0 10px;}

/* Header */
#header {
	font-size: 107.69%;
	color: #6B2339;
	font-family: georgia, times, serif;
	width: 895px;
	margin: 0 auto 20px auto;
	padding: 30px 0 13px 0;
	background: url('images/header-bg.gif') no-repeat bottom left
}
#header:after {content: "."; display: block; clear: both; visibility: hidden; height: 0;}

	#logo {float: left; margin: 0 0 5px 0;}
	
	#header .contact {float: right; text-align: right; margin: 0 0 25px 0;}
	#header .contact .button {margin-left: 0.6em;}
	#header .contact .button.first {margin-left: 2em;}
	
	/* Menu */
	#menu {float: right; clear: right; margin: 0; padding: 0; list-style: none; width: auto}
	#menu li {float: left; margin: 0 0 0 1.7em; padding: 0; background: none !important; position: relative;}
	#menu .first {margin: 0}
	
		/* Dropdowns (Ewww) */
		#menu ul {
			position: absolute;
			left: 0;
			top: 1.4em;
			z-index: 999;
			margin: 0;
			background: #fefefe;
			padding: 5px;
			width: 170px;
			border: 1px solid #FFFEF6;
			display: none;
		}
		#menu li:hover ul {display: block;}
		#menu ul li {float: none; margin: 0; border-bottom: 1px solid #fefefe;}
		
		#menu ul li a:link, #menu ul li a:visited {
			display: block;
			background: #FFFEF6;
			padding: 5px 15px;
		}
		
		#menu ul li a:hover, #menu ul li a:active {
			background: #6B2339;
			color: #fff;
			text-decoration: none;
		}

/* Body */
#body {width: 895px; margin: 0 auto 1.7em auto; overflow: hidden;}
.header-img {border-bottom: 4px solid #6C233A; display: block; margin-bottom: 1.8em;}

	#content {width: 550px; float: left}
	.blog #content {width: 650px;}
	.gallery #content {width: 895px;}
	#sidebar {width: 315px; float: right;}
	.blog #sidebar {width: 215px;}
	
	#sidebar h2 {margin-bottom: 0;}
	
	.address {background: url('images/icons/star-ie.gif') no-repeat 0 3px; padding-left: 3em;}
	.star {background: url('images/icons/star-ie.gif') no-repeat 0 3px; padding-left: 23px;}
	h3.star {text-transform: none}
	
	/* Weddings Box */
	.weddings {border: 1px solid #EBE6BC; background: #F7F5E1 url('images/gradient.png') repeat-x top left; overflow: hidden; height: 1%; margin-bottom: 35px;}
	#sidebar .weddings h2 {float: left;margin: 10px 0 10px 15px;}
	
	.weddings .button {float: right; margin: 11px 5px 11px 0;}
	.weddings img {display: block; float: left}

	/* Accolades */
	#accolades {float: left; list-style: none; margin: 0 1.4em 0 0; padding: 0;}
	#accolades li {margin: 0 0 1em 0; padding: 0; background-image: none !important}

/* News Box */
#news-box {
	border-top: 2px solid #6B2339;
	background: #FCFBEE;
	padding: 35px 0 40px 0;
	border-bottom: 1px solid #EDE8C2;
	overflow: hidden;
	height: 1%;
}

#news-box .box {width: 280px; float: left; margin: 0 18px 0 0}
#news-box .box.restaurant {margin-right: 0;}

#news-box ul {margin: 0;}
#news-box ul li {background: none !important; padding: 0; margin-bottom: .5em;}

#news-box a:link, #news-box a:visited {color: #000;}

#news-box .box.restaurant li {margin: 0 6px 0 0; float: left;}
.box.restaurant li a img {border: 2px solid #EDE8C1;}

.box.restaurant h2 {position: relative;}
.box.restaurant h2 a {font-size: .6em; position: absolute; right: 8px; bottom: .2em; text-transform: none;}

/* Footer */
#footer {
	padding: 25px;
	margin: 0 auto;
	width: 895px;
	overflow: hidden;
	font-size: 107.69%;
	color: #6B2339;
	font-family: georgia, times, serif;
}

#footer ul {margin: 0}
#footer li {
	padding: 0 .8em 0 0;
	margin: 0 .8em 0 0;
	background: none !important;
	float: left;
	border-right: 1px solid #905968;
	height: 1.1em;
	line-height: 1.1em;
}
#footer li:last-child {border: 0; margin: 0; padding: 0;}

/***** Sections *****/
/* Contact */
#contact-form {
	border: 1px solid #EBE6BC;
	background: #F7F5E1 url('images/gradient.png') repeat-x top left;
	overflow: hidden;
	height: 1%;
	margin-bottom: 35px;
	padding: 20px;
	width: 410px;
	float: left;
	margin: 0;
}

#contact-form.bump {margin-top: 20px}

/*#contact-form label {width: 170px; float: left; margin-bottom: .5em; clear: left;}*/
/*#contact-form .text, #contact-form textarea {width: 300px; float: left; margin-bottom: .5em;}*/
#contact-form .text, #contact-form textarea {
    border: 1px solid #dadada;
    background: #fff;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    padding: 3px;
    margin-bottom: 10px;
    width: 480px
}
#contact-form textarea {height: 300px;}
#contact-form textarea#fm_address {height: 100px;}
#contact-form .button {
	float: right; 
	margin: 10px 2px 0 0;
}


#contact-form .breakless {float: left; clear: none; margin: 0 40px 6px 0}
#contact-form .clear {clear: both}
#contact-form label {
    display: block;
	height: auto;
	line-height:normal; 

}

#contact-form label.inline {display: inline;}
.narrow #contact-form .text, .narrow #contact-form textarea {width: 400px}



/* Locations */
#location {
	border: 1px solid #EBE6BC;
	background: #F7F5E1 url('images/gradient.png') repeat-x top left;
	margin: 20px 0 1.5em 0;
	width: 380px;
	float: right;
}

#map_canvas {width: 380px; height: 331px}

#location address {display: block; margin: 1.5em}
#situated-near {display: block; margin: 1.5em; color:#6B2339;font-family:georgia,times,serif;font-size:107.69%;}
#situated-near ul {margin-top:0}

#location fieldset {padding: 10px 0; overflow: hidden; height: 1%}

#location label {padding: 0 .5em 0 0; float: left; line-height: 22px}
#location .text {
	margin: 0 .5em 0 0; 
	width: 80px !important;
	width: 70px; 
	float: left
}
#location .button {
	float: right;
	text-align: center;
	padding: .2em 0.8em .2em 0.8em !important;
	padding: 1px 0.1px 1px 0.1px;
	margin: -1.5px 0 0 0 !important;
	margin: 0px -2px 0 0px;
}

#detailed-directions {padding: 0; overflow: hidden; height: 1%; border-bottom: 1px solid #EBE6BC}
#detailed-directions span {float: left; text-transform: none; margin: .2em 0 0 .5em}
#detailed-directions img#expand-detailed, #detailed-directions img#contract-detailed {float: right; cursor: pointer; margin: 11px 5px 5px}
#detailed-directions img.hidden {display: none}

#detailed-text {float: none; display: block; padding: .8em 1em; overflow: hidden; height: 1%}

#detailed {clear: both; background: #1e1e1e; padding: 1em 1em .5em 1em}

/* Blog Index */
#post-list {margin: 0; padding: 0; list-style: none}
#post-list .post {padding: 0; background: none !important;}
.post {padding-bottom: 20px; margin-bottom: 20px}
#comments h3, .post h2, .title {font-size: 1.8em; margin-bottom: 10px}

.post .meta {display: block; background: #F9F2E1; padding: 8px; overflow: hidden; height: 1%; color: #555; -moz-border-radius: 5px; -webkit-border-radius: 5px}

#comments ol blockquote {font-size: 1em; margin-bottom: 0;}
#comments ol li {background: none !important; padding: 0; margin-bottom: 2em;}

#comments cite {display: block;}

/* Comments Form */
#comment-form {margin: 0 0 1em 0; overflow: hidden; height: 1%}
#comment-form div {background: #FCFBEE; padding: 1.8em; margin-bottom: 15px; overflow: hidden; height: 1%; border: 1px solid #EDE8C2;}

#comment-form label {
	display: block;
	float: left;
	margin-bottom: 15px;
	line-height: 20px;
	width: 75px;
	clear: left
}
#comment-form .text, #comment-form textarea {
	border: 0;
	display: block;
	float: left;
	margin-bottom: 15px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, sans-serif;
	font-size: 100%;
	padding: .2em .5em;
	width: 480px;
	color: #888;
	background: #fff;
	border: 1px solid #EDE8C2;
}

#comment-form textarea {float: none; width: 555px; height: 125px}

#comment-form .button {
	float: right;
}

/* Gallery */
.gallery ul {
	overflow: hidden;
	list-style: none;
	margin: 0 3px;
	padding: 0;
}

.gallery li {
	float: left;
	background: none !important;
	padding: 0;
	margin: 0 10px 25px;
	display: inline;
	border: 0;
}

.gallery a:link, a:visited {
	border: 0;
}
.gallery img.attachment-thumbnail {display: block; margin-bottom: .2em; border: 0;}

#gall-full-img {
	margin: 9px 0 0 0;
	overflow: hidden;
	float: left;
	clear: none
}

#gallery-desc {
	width: 280px;
	float: right;
	margin-top: 12px;
}

#gallery-desc .buttons {margin: 0 auto; list-style: none; float: left; clear: none; font-size: 107.69%; font-family: georgia, times, serif; }

#gallery-desc .buttons li {
	background: #F5F2D9 !important;
	float: left;
	margin: 0 8px 10px 0;
	border: 1px solid #EBE6BC;
	padding: .25em .6em;
}

#gallery-desc .buttons li a:link, #gallery-desc .buttons li a:visited {}

#gallery-desc .buttons .inactive {
	background: #f5f5f5 !important;
	color: #d0d0d0;
	border: 1px solid #ddd;
	cursor: default;
}

/* Slideshow */
#slideshow {
	width: 435px;
	margin: 5px 0 10px;
}

#col-two {
	width: 435px;
	float: right;
}

/* Layout */
#short-left {
	width: 250px;
	float: left;
}

#long-right {
	width: 600px;
	float: right;
}

#long-left {
	width: 610px;
	float: left;
}

#short-right {
	width: 250px;
	float: right;
}

