/*
SarahLederman.com Main Stylesheet
Author: Jacob Morrison
Date: August 2007
*/

/* global
----------------------------------------------- */
* { padding: 0; margin: 0; border: 0;}

body {
	background-color: #FFFFFF;
	text-align: center;
	font: 100.1%/1.3 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
}

ul, li  {
	list-style-type: none;
	list-style-position: outside;
}

img {
	border: 1px solid #000000;
}

.floatleft { float: left; }
.floatright { float: right; }
.borderless { border: 0 none; }

#skiplink {
	position: absolute;
	left: -999em;
	width: 990em;
}

div#preloaded-images {
   position: absolute;
   left: -9999px; 
   top: -9999px;
}

/* global layout
----------------------------------------------- */
.wrap {
	margin: auto;
	width: 720px;
	padding: 1px;
	position: relative;
	text-align: left;
}

/* global typography
----------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #C03000;
}

a:active {
	color: #000000;
}

#content p a:link, #sidebar p a:link, #content li a:link,
#content p a:visited, #sidebar p a:visited, #content li a:visited {
	border-bottom: 1px dotted;
}

#sidebar li a:hover {
	border-bottom: 1px dotted;
}

p {
	margin: 0 0 1em;
	font-size: 0.92em;
}

body#homepage p {
	font-size: 1em;
}

h2, h3 {
	font-family: Georgia, Times, serif;
	letter-spacing: 0.03em;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0.4em;
}

.readmore {
	font-size: 0.65em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

/* header
----------------------------------------------- */
#header {
	margin: 40px 0 30px 0;
}

h1 {
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
	font: 3em "Goudy Old Style", Georgia, Times, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

h1 a {
	background: transparent url(images/header3.png) no-repeat scroll 0%;
	display: block;
	border-bottom: medium none;
	overflow: hidden;
	height: 67px;
	width: 462px;
	margin: 0 auto
}

/* nav
----------------------------------------------- */
#nav-wrap {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
}

#nav {
	text-align: center;
	font: 1.3em Garamond, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 10px 0;
}

#nav li {
	display: inline;
	margin: 10px 0 10px;
}

#nav li a {
	padding: 0 16px 0 22px;
}

#nav li.home a {
	background: transparent url(images/home.gif) no-repeat scroll 0 30%;
}

#nav li.home a:hover {
	background: transparent url(images/home2.gif) no-repeat scroll 0 30%;
}

#nav li.gallery a {
	background: transparent url(images/gallery.gif) no-repeat scroll 0 40%;
}

#nav li.gallery a:hover {
	background: transparent url(images/gallery2.gif) no-repeat scroll 0 40%;
}

#nav li.news a {
	background: transparent url(images/news.gif) no-repeat scroll 0 40%;
}

#nav li.news a:hover {
	background: transparent url(images/news2.gif) no-repeat scroll 0 40%;
}

#nav li.about a {
	background: transparent url(images/about.gif) no-repeat scroll 0 60%;
}

#nav li.about a:hover {
	background: transparent url(images/about2.gif) no-repeat scroll 0 60%;
}

#nav li.contact a {
	background: transparent url(images/contact.gif) no-repeat scroll 0 60%;
}

#nav li.contact a:hover {
	background: transparent url(images/contact2.gif) no-repeat scroll 0 40%;
}

#nav a, #nav a:visited {
	text-decoration: none;
}

#nav .selected  a{
	color: #00B4D8;
	cursor: default;
}

/* content
----------------------------------------------- */
#middle {
	clear: both;
	padding: 30px 0 0;
}

#content {
	float: left;
	display: inline;
	overflow: hidden;
	width: 420px;
	margin: 0 50px 40px 20px;
	padding: 10px;
}

body#homepage #content {
	width: 340px;
	margin: 0 20px 40px;
}

.frontpic {
	display: block;
	margin: 7px auto;
}

/* sidebar
----------------------------------------------- */
#sidebar {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 0 40px 0;
	text-align: left;
}

#sidebar p {
	margin: 0;
	font-size: 1em;
	letter-spacing: 0.01em;
}

body#homepage #sidebar {
	width: 270px;
}

#sidebar .hover {
	border: 1px solid #FFFFFF;
	padding: 10px;
}

#sidebar .hover:hover {
	border: 1px solid #FFFFFF;
}


/* footer
----------------------------------------------- */
#footer-wrap {
	clear: both;
	border-top: 1px solid #333;
	margin: 50px 0 0;
	padding: 25px;
}

#footer {
}

body#homepage #footer p, #footer p {
	font-size: 0.9em;
	word-spacing: 0.03em;
	display: inline;
}

#footer a {
	font-weight: bold;
}

#footer p.feed  a{
	background: transparent url(images/rss_icon.gif) no-repeat scroll center right;
	padding: 0 20px 0 0;
}

#footer p.feed a:hover {
	background: transparent url(images/rss_icon2.gif) no-repeat scroll center right;
	padding: 0 20px 0 0;
}

/* gallery
----------------------------------------------- */
.smd_slimbox {
	float:left;
	width:400px;
	margin:10px 0;
	clear:both;
	list-style:none;
}
.smd_slimbox li {
	float:left;
	margin:10px auto;
}

.smd_slimbox img {
	width:85px;
	height:85px;
}

li.smd_slimbox_nav {
	clear:both;
	width:400px;
	padding:5px;
}
.smd_slimbox_prev {
	float:left;
}
.smd_slimbox_next {
	float:right;
}

/* form
----------------------------------------------- */

legend {
	display: none;
}

#Name, #Email, #Message {
	border: 1px solid #666666;
	font-size: 14px;
	padding: 3px;
	width: 300px;
}

#Name:focus, #Email:focus, #Message:focus {
	background-color: #f2fbfd;
}

#message {
	height: 200px;
	overflow: auto;
}

#Name.zemRequirederrorElement, #Email.zemRequirederrorElement, #Message.zemRequirederrorElement {
	border-color: #C03000;
	border-width: 2px;
}

.button {
	border: 1px solid #333333;
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	overflow: visible;
	padding: 3px;
	width: auto;
}

p.thanks {
	color: #C03000;
	font-weight: bold;
	font-size: 0.8em;
}

ul.zemError {
	color: #C03000;
	font-weight: bold;
	font-size: 0.8em;
	margin: 15px 0;
}