/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Modified by: Andrea Caltroni - http://andreacaltroni.awardspace.com
Released for free under a Creative Commons Attribution 2.5 License
v2.0 - 20080721
*/

/* ***** Main ***** */

body {
	margin: 0;
	padding: 0;
	/*background: #ffffff url(../images/header_bg.jpg) repeat-x;*/
	background: #efca90 url(../images/header_bg-420.jpg) repeat-x;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #3e3e3e;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    color: #3e3e3e;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

a {
	color: #530100;
}

a:hover {
	text-decoration: none;
}

p.privacy {
    line-height: 18px;
	text-align: justify;
}

/* ***** Header ***** */

#header {
	/*width: 760px;*/
    width: 570px;
	height: 180px;
	margin: 0 auto;
	background: url(../images/bg_img-home-420.jpg);
}

#header h1 a, #header h2 a {
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#header h1 {
	padding: 20px 0 0 0px;
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#header h2 {
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#langs {
    text-align: right;
}

/* ***** Menu ***** */

#menu {
	/*width: 760px;*/
	width: 810px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* ***** Content ***** */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	/*background: #FFFFFF;*/
    background: #efca90
}

/* ***** Posts ***** */

#posts {
	float: left;
	width: 480px;
}

/* ***** Links ***** */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(../images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* ***** Simpleviewer gallery ***** */

#svgallery-content {
	width: 760px;
	margin: 0 auto 10px auto;
	padding: 20px;
	/*background: #FFFFFF;*/
    background: #efca90
}

/* posts (left text) when a simpleviewer gallery is present */
#svposts {
	float: left;
	width: 180px;
}
/* gallery area on the right */
#svgallery {
	float: right;
	width: 520px;
	padding-left: 10px;
	background: url(../images/img05.gif) repeat-y;
}

/* ***** Footer ***** */

#footer {
	height: 70px;
	padding: 20px;
	background: #ffffff url(../images/footer_gradient-yellow.jpg) repeat-x;
}

#footer p {
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #eeeeee;
}
#citation {
	text-align: right;
	color: #3e3e3e;
	font-style: italic;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

