/* Project: Suzanne Summers Gebhardt Studio
URL: http://www.ssgebhardt.com/
Date: August 2007
Author: Parallax Web Design
Author URL: http://www.parallaxwebdesign.com */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 10px for most browsers */
html>body {
	font-size: 62.5%;
}
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}

/**************************************
  Default rules
**************************************/
html {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	margin-bottom: 0.75em;
	padding: 0;
	color: #333;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
p, div {
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: transparent;
	font-size: 1.05em;
	line-height: 1.5em;
}
a {
	color: #99CCCC;
	background-color: transparent;
	text-decoration: none;
}
a:link, a:visited {
	color: #99CCCC;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #C5E2E2;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	font-size: 1.05em;
}
/**************************************
  Overall layout rules
**************************************/
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #464646;
}
#wrapper {
	position: relative;
	margin: 30px 40px 0 10px;
	padding: 0;
	width: 950px;
	/*min-height: 80%;
	height: auto !important;
	height: 100%;*/
	color: #FFF;
	background-color: transparent;
}
#header {
	position: relative;
	width: 950px;
	height: 115px;
}
#header img {
	float: left;
	border: none;
}
#main {
	position: relative;
	margin-left: 52px;	
	color: #FFF;
	background-color: transparent;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: auto;
}
#content {
	margin-left: 184px;
	padding: 0.8em 1em;
	min-height: 250px;
	height: auto !important;
	height: 100%;
}
/**************************************
  Navigation rules
**************************************/
#nav {
	float: right;
	margin: 0;
	padding-right: 0.5em;
	position: absolute;
	right: 0;
	bottom: 0.6em;
}
#nav li {
	display: inline;
	padding-left:  2em;
	font-size: 1.1em;
}
#nav li a, #nav li a:link, #nav li a:visited {
	color: #99CCCC;
	background-color: transparent;
	text-decoration: none;
}
#nav li a:hover, #li a:active {
	color: #C5E2E2;
	background-color: transparent;
	text-decoration: underline;
}
/**************************************
  Content rules
**************************************/
#pagetitle-box {
	position: absolute;
	top: -1px;
	left: -61px;
	margin: 0;
	padding: 0 0.8em;
	height: 3em;
	color: #6B6B6B;
	background-color: #FFF;
	text-align: left;
}
#pagetitle-box h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5;
}
#content p {
	padding-bottom: 1em;
}
.clearboth {
	clear: both;
}
.img-right {
	float: right;
	margin: 0;
	padding: 5px 0 5px 5px;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	margin: 0.5em 0 2em 0;
	padding: 0;
	width: 950px;
	text-align: right;	
}
#footer p {
	color: #FFF;
	background-color: transparent;
	font-size: 11px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #99CCCC;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #C5E2E2;
	background-color: transparent;
	text-decoration: underline;
}
/**************************************
  Plogger rules
**************************************/
#link-back {
	display: none;
}
.slideshow a, .slideshow a:link, .slideshow a:visited {
	color: #99CCCC;
	background-color: transparent;
	text-decoration: none;
	font-size: 1em;
}
.slideshow a:hover, .slideshow a:active {
	color: #C5E2E2;
	background-color: transparent;
	text-decoration: underline;
}
