/*
Theme Name: French and Country Theme
Theme URI: http://www.frenchandcountry.com.au/
Description: The most awesome theme for French and Country.
Version: 1.0
Author: Tom Synnott
Author URI: http://tomsynnott.com/
Tags: custom, brown, synnott, sliceit
*/

* {
	margin: 0;
	padding: 0;
}

a{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

a img {
	border: none;
}

html {
	
}

body {
	text-align: center;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	background-color: #fffef3;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 909px;
	background-color: #786d59;
	color: #ffffff
}

.clear{ clear: both; padding-top: 10px;}



/* @group Home page */

#homepage #wrapper h1 {
	width: 804px;
	height: 100px;
	font-size: 1px;
	text-indent: -9999999px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat left center;
}

#homepage #wrapper h1 a {
	display: block;
	width: 804px;
	height: 100px;
	border: 0;
}

#homepage #slideshow {
	border-top: 2px solid #fffef3;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


#slideshow IMG.wide-splash {
    width: 909px;
}

/* @end(Home Page) */





/* @group Navigation */

#navigation {
	padding: 25px 25px 30px;
}

#navigation ul {
	display: table;
	text-align: center;
	margin: 0 auto;
	list-style: none;
	color: #ffffff;
}

#navigation ul li {
	float: left;
	padding-right: 15px;
	position: relative;
	padding-bottom: 5px;
}

#navigation ul li a {
	display: block;
	float: left;
	color: #ffffff;
	border: 0;
	text-decoration: none;
	font: lighter 15px Georgia, "Times New Roman", Times, serif;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li ul {
	position: absolute;
	left: 0;
	top: 20px;
	display: none;
	width: 200px;
	font-size: 11px;
	color: #786d59;
	padding: 0 30px 30px;
	margin: 0 -30px -30px;
	text-align: left;
}

#navigation ul li ul li {
	padding-bottom: 0;
}

#navigation ul li ul li a {
	color: #786d59;
	background: #fffef3;
	padding: 4px;
	border-bottom: 1px solid #786d59;
	display: block;
	width: 192px;
	font-size: 11px;
}

#navigation ul li ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#navigation ul li:hover ul, #navigation ul li.over ul { display: block; }

/* @end(Navigation) */





/* @group Header */

#header {
	padding: 0 25px 10px 50px;
	border-bottom: 2px solid #fffef3;
}

#header a {
	text-decoration: none;
	color: #e1dcc1;
	border: 0;
}

#header h1 {
	font: 18px/40px TimesNewRomanPSMT, "Times New Roman", Times, Georgia, serif;
	float: left;
	color: #e1dcc1;
	text-transform: uppercase;
	height: 40px;
	padding-top: 10px;
}

#header h1 a {
	text-decoration: none;
	color: #e1dcc1;
}

#header h2 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	float: right;
}

#header .news-mast {
	clear: both;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.news-mast .mast-img {
	float: left;
	margin-right: 30px;
	width: 245px;
}

.news-mast .mast-txt {
	float: left;
	width: 550px;
}

.news-mast .mast-txt p {
	padding-bottom: 15px;
	line-height: 1.5;
}

/* @end(Header) */



/* @group Content */

.content {
	padding: 10px 50px 40px;
}

.content h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 5px;
}

.content h3 a {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
}

.content .post-date {
	font-size: 11px;
	padding-bottom: 10px;
}

.content .entry {
	font-size: 12px;
	line-height: 1.4
}

.content .entry h3 {
	text-transform: uppercase;
	font: normal 12px Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

.content .entry p, .content .entry ul, .content .entry ol {
	padding-bottom: 15px;
}

.content .entry a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.news img{
float: left;
margin: 5px 10px 5px 5px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.edit-post {
	font: 16px Georgia, Times, serif;
}

.edit-post a {
	color: #ffffff;
}

.content .contact-details {
	width: 267px;
	float: left;
	padding-right: 0 !important;
	font-size: 12px;
	line-height: 1.4
}

.content .contact-details h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 0;
}

.content .contact-details .contact-box {
	background: #90836b url(images/bg-contact-top.gif) no-repeat left top;
}

.content .contact-details .contact-box .contact-wrap {
	padding: 10px;
	background: url(images/bg-contact-bottom.gif) no-repeat left bottom;
}

.content .contact-details .contact-box p {
	padding-bottom: 5px !important;
}

.content .extra {
	float: right;
	width: 480px;
	font-size: 11px !important;
	line-height: 1.5 !important;
	text-align: left;
}

.content .extra h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 10px;
	padding: 10px 0;
}



/* @end(Content) */




/* @group Bottom-bar */

.bottom-bar {
	border-top: 2px solid #fffef3;
	padding: 20px 50px 30px;
}

.bottom-bar div h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: normal;
}

.bottom-bar .newsletters {
	text-align: center;
}


.bottom-bar .newsletters ul {
	list-style: none;
	font-size: 10px;
	color: #ccc;
	margin: 0 0 15px 120px;
}

.bottom-bar .newsletters ul li {
	display: block;
	float: left;
	margin-right: 25px;
}

.bottom-bar .newsletters ul li p {
	padding-top: 5px;
}

/* @end(bottom-bar) */
















/* @group Footer */

#footer {
	font: 11px/1.6 Gerorgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 30px 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #eee;
}


/* @end(Footer) */










/* @group Clearer */

#navigation ul:after, #header:after, .news-mast:after, .content:after, .bottom-bar .newsletters:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

#navigation ul, #header, .news-mast, .content, .bottom-bar .newsletters {
	min-height: 1px;
}

* html #navigation ul, * html #header, * html .news-mast, * html .content, * html .bottom-bar .newsletters { height: 1%; }

/* @end */

