html,body {
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
div#wrapper {
		position:relative; /* needed for footer positioning*/
		margin:0 auto; /* center, not in IE5 */
		padding:0;
		width:100%;	
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
		text-align:left;
	}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999966;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 14px;
}

p {
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #999966;
}

a:hover {
	border: none;
	text-decoration: underline;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background: url(imgs/header.jpg);
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#header a {
	border: none;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#logo {
	margin: 0 auto;
	padding: 66px 0 0 300px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999966;
}

#menu {
	width:730px;
	height:30px;
	text-align:center;
	margin: -325px 0 0 30px;
	color:white;
	line-height:30px;
}

#menu a {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	padding:0 15px;
	letter-spacing:0.5px;
	border:0;
}

/* Page */

#page {
	width: 780px;
	margin: 0px auto 0 auto;
	overflow:auto;
	height:100%;
	min-height:100%;
	padding-bottom:30px;
	background: url(imgs/contentbg.jpg) repeat-y;
}

/* Content */

#content {
	width: 700px;
	margin:310px 0 0 40px;
	height:100%;
}
 
/* Post */

.post {
	padding: 40px 0 20px 0;
}

.vline {
	border-top: 2px dotted #CCCCCC;
}

.post .date {
	margin: 0;
	font-size: .8em;
}

.post .title {
	margin-top: 0;
}

.post .entry {
}

.post .meta {
	height: 30px;
	font-size: 1em;
}

.post .meta a {
	display: block;
	float: left;
	height: 24px;
	border: none;
}

.post .meta b {
	display: none;
}

.post .category {
	padding: 1px 40px;
	background: url(images/img08.gif) no-repeat;
}

.post .comments {
	padding: 1px 40px;
	background: url(images/img07.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 190px;
	padding-top: 30px;
	height:100%;
	text-align:center;
}

#language {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
#gallery {
	width:180px;
	margin-top:20px;
}
.galleryrow {
	width:180px;
	margin-top:5px;
}
.galleryrow a {
	border:0;
}
.galleryrow img {
	border:1px solid #666;
}
.gallerycell_lh {
	float:left;
	margin-right:5px;
}
.gallerycell_rh {
	float:left;
}
#sidebar h2 {
	font-size:15px;
	color:#666;
	padding:0;
	margin:0;
	border-bottom:1px dotted #ccc;
}

#sidebar p {
	font-size:12px;
	padding:0;
	line-height:17px;
	margin:5px 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-top: 30px;
}

#sidebar li ul {
	padding-left: 15px;
}

#sidebar li li {
	padding: 0;
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	font-size: .75em;
}

#sidebar li h2 {
	margin-top: 0;
	font-size: 1.4em;
}

#sidebar li a {
}

#sidebar fieldset {
	border: none;
}

#redmenu {
	color:white;
	font-size:10px;
	height:185px;
	text-align:right;
	width:190px;
}

#redmenu ul {
	padding:15px 15px 0 15px;
}

#redmenu li {
	padding:0;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}

#redmenu .last {
	border-bottom:0;
}

/* Footer */

div#footer {
	bottom:0; /* stick to bottom */
	height: 472px;
	width:780px;
	padding-top: 30px;
	background: url(imgs/footer.jpg) no-repeat;
	text-align: center;
	font-size: 10px;
	color: #ccc;
	margin: 0 auto;
}

#footer a {
	border: none;
	color: #ccc;
}

#footer p {
	margin-top:5px;
	font-size:10px;
}

/* Form */

.formlabel {
	float:left;
	text-align:right;
	width:240px;
	font-weight:bold;
	padding:5px 10px 0px 0px;
}
.formfield {
	float:left;
	text-align:left;
	width:230px;
}
#formsubmit {
	padding-left:250px;
	clear:both;
	padding-top:10px;
}
.formrow {
	clear:both;
	height:30px;
}

.clear {
	clear:both;
}