@charset "UTF-8";
/*
Theme Name: Knotty Pine Theme
Theme URI: http://www.oceansidebeachcabin.com
Description: Specific to Website
Author: Leland Scantlebury
Author URI: http://www.scantle.com
Version: 1.0
Tags: Vacation, beach, elegant, knotty, pine
*/

/* Straight to the goods, let's get the basics working */

body {
	margin: 0 auto;
	width: 100%;
	background: #000 url(images/bg.jpg) top center no-repeat;
}

#flag {
	margin: 20px auto 0px auto;
	box-shadow: 0px 3px 10px #000;
	height: 165px;
	background: url(images/flag.png) center no-repeat;
}

#photospot {
	background: #000;
	width: 920px;
	padding: 8px 8px;
	margin: 20px auto 0 auto;
}

#nav {
	width: 920px;
	text-align: center;
	margin: 10px auto;
}

#nav ul {
	text-decoration: none;
	display: inline;
	margin: 0 20px;
	padding: 0 0;
}

#nav li {
	text-decoration: none;
	display: inline;
	color: #efe0ce;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 10px;
}

#nav li a {
	text-decoration: none;
	color: #efe0ce;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: normal;
}

#nav li a:hover {
	text-decoration: none;
	color: #FFF;
}

#nav img {
	position: relative;
	top: 1px;
}

#content {
	background: #efe0ce;
	border: #000 8px solid;
	margin: 0 auto;
	width: 920px;
	font-size: 18px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content h1 {
	margin: 10px 0;
	padding: 0 0;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

#content hr {
	border: none;
	background: #666;
	width: 70%;
	height: 1px;
}

#content_left {
	display: block;
	float: left;
	width: 300px;
}

#content_left img {
	border: #FFF 6px solid;
	margin: 20px 20px 20px 20px;
}

#content_left iframe {
	border: #FFF 6px solid;
	margin: 0px 20px 20px 20px;
}

#content_right {
	width: 480px;
	float: right;
	margin: 0px 30px;
}

#no_page_wrap {/* This one is funny */
	margin: 0 30px;
}

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 14px auto;
	padding-top: 30px;
	text-align: center;
}

/* SimpleGallery Styles */

#slideshow {
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
}

/* Stolen Calender Styles! */

#CalPage {
	margin: 30px auto;
	text-align: center;
}

#CalPage a {
	display: none !important;
}
