th {
	background: inherit;
}
body {
	margin-top:  15px;
	background-color: #444;
	text-align: left; /* needed for ie6,7 */
}

#page {
	width: 980px;
	margin: auto;
	background-color: #b3d1e8;
	background-image: url("images/body.png");
	background-position: top center;
	background-repeat: no-repeat;
}
#page.popup {
	width: 100%;
}

#header-container {
	z-index: 10;
}

#header-title {
	float: left;
}
#header-title h1 {
	text-indent: -999em;
	overflow:hidden;
	margin:0;
	padding:0;
	width:0;
	height:0;
}

#header-more {
	float: right;
	margin-bottom: 1em;
}

#header-nav {
	clear: none;
	float: none;
	width: auto;
	padding: 1em 0;
	margin-top: 1em
}

#content-container {
	padding: 0;
	clear: both;
	color: #2F383F;
}

h1,h2,h3,h4,h5,h6 {
	color: #2F383F;
	font-variant: small-caps;
}

#main-content {
	
	margin-top: -100px;
	min-height: 450px;
	position: relative; /* needed for ie6 */
}
#sidebar2 {
	margin-top: -100px;
	position: relative; /* needed for ie6 */
}

#footer-container {
	border-top: none;
	padding: 1em 0;
	margin-top: 2em;
}

#site-by-wenatchee {
	text-align: right;
}

#userbar-username {
	float: right;
	padding: 0.25em 1em;
}
#userbar-menu {
	float: right;
}



.dropdown_menu,
.dropdown_menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
}

.dropdown_menu a {
	display: block;
	text-decoration: none;
	padding: 0.4em 0.5em;
}

.dropdown_menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	list-style-type: none;
	padding: 0;
	line-height: 1.2;
}

.dropdown_menu li li { /* all list items */
	width: 12em; /* width needed or else Opera goes nuts */
}

.dropdown_menu li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.dropdown_menu li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 10em;
}

.dropdown_menu li:hover ul ul,
.dropdown_menu li:hover ul ul ul,
.dropdown_menu li.sfhover ul ul,
.dropdown_menu li.sfhover ul ul ul {
	left: -999em;
}

.dropdown_menu li:hover,
.dropdown_menu li.hover {
    position: static;
}

.dropdown_menu li:hover ul,
.dropdown_menu li li:hover ul,
.dropdown_menu li li li:hover ul,
.dropdown_menu li.sfhover ul,
.dropdown_menu li li.sfhover ul,
.dropdown_menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Menu styles */

.dropdown_menu li ul {
	border: 1px solid #ddd;
	background-color: white;
}

.dropdown_menu li a,
.dropdown_menu li:hover li a,
.dropdown_menu li.sfhover li a,
.dropdown_menu li:hover li:hover li a,
.dropdown_menu li.sfhover li.sfhover li a {
	color: #008cc7;
	font-weight: normal;
}
.dropdown_menu li:hover {
	background-color: #008cc7;
}
.dropdown_menu li:hover a,
.dropdown_menu li.sfhover a,
.dropdown_menu li:hover li:hover a,
.dropdown_menu li.sfhover li.sfhover a,
.dropdown_menu li:hover li:hover li:hover a,
.dropdown_menu li.sfhover li.sfhover li.sfhover a {
	color: white;
}

#header-nav .dropdown_menu a {
	padding: .25em 0;
	margin: 0;
}

#header-nav .dropdown_menu li ul {
	border: 1px solid #ddd;
	background-color: white;
}

#header-nav .dropdown_menu a,
#header-nav .dropdown_menu li:hover li a,
#header-nav .dropdown_menu li.sfhover li a,
#header-nav .dropdown_menu li:hover li:hover li a,
#header-nav .dropdown_menu li.sfhover li.sfhover li a {
	color: #008cc7;
	font-family: serif;
	font-size: 1.8em;
	font-style: italic;
}
#header-nav .dropdown_menu li {
	margin-right: 2em;
}
#header-nav .dropdown_menu li:hover {
	background-color: transparent;
}
#header-nav .dropdown_menu li:hover a,
#header-nav .dropdown_menu li.sfhover a,
#header-nav .dropdown_menu li:hover li:hover a,
#header-nav .dropdown_menu li.sfhover li.sfhover a,
#header-nav .dropdown_menu li:hover li:hover li:hover a,
#header-nav .dropdown_menu li.sfhover li.sfhover li.sfhover a {
	color: #008cc7;
	border-bottom: 2px solid;
	
}


a.username {
	text-decoration: none;
	border-bottom: dotted 1px;
}

fieldset {
	padding: 0;
}
.front-end .form-row {
	padding: 0.5em 1em;
	margin: 0.25em 0;
}

.front-end .form-row label {
	display: block;
	float: left;
	width: 12em;
	margin-right: 1em;
}

.front-end .form-row input {
	clear: both;
}

.front-end form .submit {
	margin: 1em 0;
	padding: 0.5em 1em;
	border-top: 1px solid #008cc7;
}
.front-end .form-row input {
	border: 1px solid #aaa;
	padding: 0.2em 0.2em;
}
.front-end div.form-row.errors {
	border: 1px dotted #911;	
}
.front-end .form-row.errors input {
	border: 1px solid #a11;	
}
.front-end .form-row ul.errorlist {
	color: #a11;
	margin-bottom: 0.5em;
}

/*
 * Fonts 
 *
 */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#content-container h1.title {
	font-size: 2em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
}

#home-gallery {
	margin-top: 8em;
	margin-bottom: 1em;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #99C1DF;
	border-top: 1px solid #99C1DF;
}

h1 {
	font-size: 2em;
	margin-bottom: 1em;	
}
h2 { font-size: 1.5em; }

/*
 * Links
 */

a, a:link, a:visited {
	color: #008cc7;
	text-decoration: none;
	font-weight: normal;	
}

.links a.more-link {
	font-weight: bold;
	float: right;
}

.title-block {
	display: block;
	margin-bottom: 1.5em;	
}
.title-block .title, .title-block .title h1, .title-block .commands {
	display: inline;	
}
.title-block .title h1 {
	margin-right: 1em;
}

.commands {
}
.object-detail .subtitle {
	margin: 0;
	margin-top: -1.2em;
	padding: 0.5em 0;
	border-bottom: 1px solid #99C1DF;
}
.object-detail .body {
	margin-top: 1em;
}

.body .picture-illustration {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
.object-summary {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #99C1DF;
}
.object-summary .title h2 {
	margin-bottom: 0;
}
.object-summary .subtitle {
	margin: 0;
	padding: 0.5em 0;
}
.object-summary .body {
	margin-top: 1em;
}

.paginator {
	margin-top: 2em;
	padding: 1em 0em;
	text-align: center;
}
.paginator a {
	padding: 0.2em 0.5em;
	border: 1px solid;
}

.small {
	font-size: 0.9em;
	margin-bottom: 0;
}
.lighter {
	color: #5F717F;
}

ul.attachments {
	list-style-type: none;
}


/* Portfolio */

.object-summary.type-portfolio {
	margin-bottom: 1em;
}

.object-summary.type-portfolio div.title {
	display: inline;
	float: left;
}
.object-summary.type-portfolio h2 {
	font-size: 1.5em;
	font-variant: small-caps;
	
}
.object-summary.type-portfolio div.title p {
	text-align: right;
}
.object-summary.type-portfolio div.galleries {
	display: inline;
	float: left;
}
.object-summary.type-portfolio div.galleries img {
	margin: 1px;
	margin-right: 8px;
	padding: 1px;
	border: 1px solid #2F383F;
}
.object-summary.type-portfolio div.galleries a:hover img {
	border: 2px solid #008cc7;
	margin: 0;
	margin-right: 7px;
}

.object-summary.type-portfolio div.attachments {
	display: inline;
	float: left;
}

/*Elements Developed by Ben Henschel*/
/*External Links*/

/*External Link - adds a little external link icon to all of your external links*/
a[href^="http:"] {background: url(images/elementsImages/externalLink.gif) no-repeat right 50%; padding-right:10px;}

/*IMPORTANT: Reset your internal links that use absolute URLS by replacing yoursite.com with your site's URL, below*/
a[href^="http://www.photogirafe.ch"], a[href^="http://photogirafe.ch"] {background-image:none !important; padding-right:0px;}

/*Use on external links that are images or have background colors/borders...when ever you dont want an icon to appear*/
.exempt {background-image:none !important; padding:0px;}

/*This method does not work for IE6 or IE7 (big surpise) you can add the class .external to a few of your important external links so they work in IE6/7 if you wish. IE will just ignore these rules so there are now worries.*/
.external {background: url(images/elementsImages/externalLink.gif) no-repeat right 50%; padding-right:10px;}

/*Email Links - adds small email icon to all mailto links*/
a[href^="mailto:"] {background: url(images/elementsImages/email_link.png) no-repeat left top; padding-left:22px; padding-bottom:5px;}

/*AIM Links - adds small IM icon to all aim:goim?screenname=username links*/
a[href^="aim:"] {background: url(images/elementsImages/group.png) no-repeat left top; padding-left:22px; padding-bottom:5px;}

/*PDF Links - adds a small PDF icon to all PDF links*/
a[href$=".pdf"] {background: url(images/elementsImages/page_pdf.png) no-repeat left top; padding-left:22px; padding-bottom:5px;}

/*DOC Links - adds a small word doc icon to all word document links*/
a[href$=".doc"] {background: url(images/elementsImages/page_word.png) no-repeat left top; padding-left:22px; padding-bottom:5px;}

/*RSS Links - adds a small Feed icon to all RSS feed links*/
a[href$=".rss"], a[href$=".rdf"] {background: url(images/elementsImages/feed.png) no-repeat left top; padding-left:22px; padding-bottom:5px;}




