/**
 * Theme Name:  Tideswell Cottage
 * Theme URI:   http://www.replenishnewmedia.com
 * Author:      Replenish New Media
 * Author URI:  http://www.replenishnewmedia.com
 * Description: A little cottage of a theme!
 * Version:     1
 *//

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS */

html {
	background: rgb(229,255,242);
	background: -moz-linear-gradient(top, rgba(229,255,242,1) 0%, rgba(186,208,196,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,255,242,1)), color-stop(100%,rgba(186,208,196,1)));
	background: -webkit-linear-gradient(top, rgba(229,255,242,1) 0%,rgba(186,208,196,1) 100%);
	background: -o-linear-gradient(top, rgba(229,255,242,1) 0%,rgba(186,208,196,1) 100%);
	background: -ms-linear-gradient(top, rgba(229,255,242,1) 0%,rgba(186,208,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5fff2', endColorstr='#bad0c4',GradientType=0 );
	background: linear-gradient(top, rgba(229,255,242,1) 0%,rgba(186,208,196,1) 100%);
	background-attachment: fixed;
}

a {
	color: #8A2A37;
}

#wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: #F4F9EB;

	/*border: 2px solid #3F4343;*/
}

#header {
	width: 860px;
	height: 300px;
	background-color: #CAD3A1;
	border-top: 10px solid #3F4343;
	background-image: url(img/header.jpg);
}

#header_text {
	width: 860px;
	padding: 10px;
	font-family: 'The Girl Next Door', cursive;
	color: #000;	
	text-shadow: 2px 2px 5px #ffffff;
	filter: dropshadow(color=#ffffff, offx=2, offy=2);
}

#header_text h1 {
	font-size: 2.8em;
}

#header_text h2 {
	font-size: 1.6em;
	padding-left: 10px;
	padding-top: 10px;
}

#header_image_wrapper {
	position: relative;
	width: 1px;
	left: 610px;
	top: -45px;
}

#header_image {
	position: absolute;
	background-color: #FFF;	
	-webkit-box-shadow: 2px 2px 5px 2px #555;
	-moz-box-shadow: 2px 2px 5px 2px #555;
	box-shadow: 2px 2px 5px 2px #555;
	
	-moz-transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
}

#facebook_button {
	position: relative;
	left: 720px;
	top: -90px;
	width: 0px;
}

#nav {
	width: 860px;
	font-family: 'Georgia';
	font-size: .9em;
	padding: 5px 0 5px 0;
	background-color: #3F4343;
}

#nav ul {
	margin: 0;
	padding: 6px 0 7px 0;
	text-align: left;
}

#nav li {
	display: inline;
}

#nav a {
	padding: 6px 3px 4px 3px;
	margin-left: 10px;
	text-decoration: none;
	color: #F4F9EB;
}

#nav a:hover {
	color: #d84155;
}

li.current-menu-item a {
	color: #5b1b24;
}

#content_wrapper {
	width: 860px;
}

.content_textbox {
	width: 560px;
	display: inline;
	float: left;
	min-height: 660px;
	color: ##5B604C;
}

.content_textbox .content {
	width: 560px;
	padding: 10px;
}

.content p {
	padding: 5px;
	font-family: Arial;
	font-size: .8em;
	line-height: 17px;
}

.content h1, .content h2, .content h3 {
	font-family: 'Georgia', sans-serif;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.content img {
	background-color: #FFF;
	padding: 10px;
	display: block;
	margin: 10px auto 10px auto;
	
	-webkit-box-shadow: 2px 2px 5px 2px #555;
	-moz-box-shadow: 2px 2px 5px 2px #555;
	box-shadow: 2px 2px 5px 2px #555;
}

#content_images {
	width: 300px;
	display: inline;
	float: left;
	position: relative;
	top: 240px;
}

#content_images .image_tall {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 150px;
	background-color: #FFF;
	padding: 10px;
	
	-webkit-box-shadow: 1px 1px 2px 1px #555;
	-moz-box-shadow: 1px 1px 2px 1px #555;
	box-shadow: 1px 1px 2px 1px #555;
}

.ngg-widget a {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 150px;
	height: 100px;
	background-color: #FFF;
	padding: 10px 15px 15px 10px;
	display: block;
	
	-webkit-box-shadow: 1px 1px 2px 1px #555;
	-moz-box-shadow: 1px 1px 2px 1px #555;
	box-shadow: 1px 1px 2px 1px #555;
}

#footer {
	width: 860px;
	background-color: #3F4343;
	color: #F4F9EB;
	font-family: Arial;
	font-size: .8em;
	margin-bottom: 10px;
}

#footer p {
	padding: 10px;
}

#footer a {
	color: gray;
}

#footer .gap {
	padding: 0 10px 0 10px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}