@charset 'utf-8';
/* 
	STYLESHEET: main.css
	--------------------------------------------------------------
	
	Media Type: 	Screen
	Copyright:		(c)2008, Rosaria Ackermann 
	Updated: 		2008-07-12
		
	Conversion by Sevenweb Establishment www.sevenweb.li
	Professional CSS Conversions (PSD to XHTML/CSS) as a B2B Service
	
------------------------------------------------------------------

__________________01. GLOBAL
__________________02. LAYOUT

------------------------------------------------------------------*/


/* Import default Stylesheets 
------------------------------------------------------------------*/
@import url(reset.css); 	/* Resets all Styles */
@import url(base.css);		/* Basic Styles (margins, font size, ect.)


/* 01. GLOBAL
------------------------------------------------------------------*/
html, body {
	color: #642800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #fff;
}

.left {float:left}
.right {float:right}

.large {font-size:140%}
.small {font-size:85%}
.bold {font-weight:bold}
.banner {margin-bottom:3px}

a:link {color:#642800; text-decoration:none}
a:visited {color:#642800; text-decoration:none}
a:active {color:#642800; text-decoration:none}
a:hover {color:#642800; text-decoration:underline}





/* 02. LAYOUT
------------------------------------------------------------------*/
#header {
	height: 170px;
	background: url(../images/bg_header.jpg) left no-repeat;
 	
}
#header h1 {
	width: 700px;
	text-align: right;
	color: #642800;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 1.5em;
}
#navigation {
	border-bottom: 2px solid #642800;
	margin: -21px 0 25px 0;
	padding: 0 0 0 40px;
}
#navigation li {
	float: left;
	margin-right: 10px;
	list-style: none;
}
#navigation li a {
	background: #642800;
	color: #ddcfc6;
	padding: 5px 10px 3px 10px;
	display: block;
}
#navigation li a:hover {
	color: #fff;
	text-decoration: none;
}

#content {
	width: 660px;
	margin: 25px;
	padding: 15px;
	color: #333333;
	line-height: 1.4em;
}
#content p {line-height: 1.4em;}
#content h1 {color:#642800; margin:0 0 1.5em 0; padding:0}
#content h2 {color:#642800; margin:0 0 1.5em 0; padding:0}
#content h3 {color:#642800; margin:2.5em 0 1.5em 0; padding:0}

#footer {
	border-top: 1px solid #642800;
	margin: 25px;
	padding: 10px 15px 15px 25px;
	font-size: 85%;
}
#post-9, #post-99 {text-align:justify}
.gallery br {
	display: none;
}
.gallery {
	overflow: auto;	
	width: 800px;
}
.gallery-item {
	margin: 0 20px 45px 0!important;
	padding: 0!important;
	width: 200px!important;
}
.gallery-item img {margin-bottom:3px}
#post-11 td, #post-11 th {
	border: 0;
}
