/* Theme Name: english */


@import "normalize.css";



body {
	font: normal 12px/16px sans-serif; 
	margin:0;
	padding: 0;
	background: #e8e1c4 url("bg-body.png");
}

a	{ color:#0072bc; }
a:hover	{ text-decoration:none; }

#wrapper	{
	position:relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	max-width: 1280px;
	overflow:visible;
	background: #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#header	{
	position:relative;
	height: 275px;
}


#header #bg-header	{
	position:absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 222px;
	border-top: 1px solid #ccc;
	background: url('bg-header.png') left bottom no-repeat;
}

#header #bg-logo	{
	position:absolute;
	width: 381px;
	height: 133px;
	left: 42px;
	top: 0px;
	background: url('bg-logo.png') left top no-repeat;
}

#header #logo	{
	position:absolute;
	text-align:center;
	width: 381px;
	height: 133px;
	top: 0px;
	left: 42px;
	padding-top: 2em;
}

#header #logo a	{
	color:#fff;
	text-decoration:none;
}

#header #logo p	{
	font: normal 3em georgia;
	margin: 0px;
	padding: 0px;
}

#header #logo p+p	{
	margin-top: 0.5em;
	font: italic 1.5em georgia;
	color:#95bcd8;
}

#header #flags	{
	position:absolute;
	width: 348px;
	height: 340px;
	right: 2em;
	top: -1em;
	background: url('flags.png') left top no-repeat;
}

ul#mainmenu	{
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
	border-bottom: 1px solid #ccc;
	overflow:auto;
}

ul#mainmenu li	{
	list-style-type: none;
	float:left;
	margin-right: 6em;
}

ul#mainmenu li a	{
	font: italic 1.7em georgia;
	color:#444; 
	text-decoration: none;
	display:block;
	height: 2.5em;
	line-height: 2.5em;
}

ul#mainmenu li.current a	{
	border-bottom: 6px solid #004a80;
	color:#004a80;
}

ul#mainmenu li a:hover	{
	border-bottom: 6px solid #c1d6e0;
	color:#c1d6e0;
}

#main	{
	margin-top: 3em;
	background: #fff;
	margin-bottom: 2em;
}

#main table { width: 100%; }

#spacer	{ width: 42px; }

#sidebar	{
	width: 381px;
	/*background: #c1d6e0;*/
	background: #e8e1c4 url('bg-sidebar.png') left top repeat-y;
	border-top: 1px solid #998675;
	position:relative;
	display:block;
	padding-bottom: 250px;
}

#sidebar #books	{
	position:absolute;
	width: 327px;
	height: 212px;
	background: url('books.png');
	bottom: 1em;
	left: 2em;
}

#sidebar .content	{
	padding: 2em;
}

#contentbar	{
	padding-left: 2em;
}

ul#leftmenu	{
	margin: 0;
	padding: 0;
}

ul#leftmenu li	{
	list-style-type: none;
	font: italic 1.8em georgia;
	
}

ul#leftmenu li.first	{
	border-bottom: 1px solid #998675;
}

ul#leftmenu li.first a	{
	text-decoration: underline;
	color:#293845; 
	line-height: 40px;
}


ul#leftmenu li.current > a	{
	text-decoration: none;
	color:#000; 
}

ul#leftmenu li ul li	{
	font-size: 0.8em;
}


ul#leftmenu li ul li a	{
	color:#736357 !important;
}
#contentbar .content	{
	text-align: left;
	padding-right: 4em;
}

#contentbar .content h1, #contentbar .content h2, #contentbar .content h3	{
	font-family: georgia;
	font-style: italic;
	color:#444;
	font-weight: normal;
	clear:both;
}

#contentbar .content p	{
	font-size: 1.2em;
	line-height: 1.5em;
}

#contentbar .content .pic-float-left	{
	float:left;
	padding: 3px;
	border: 1px solid #c7d9e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin-right: 1em;
	margin-bottom: 1em;
}

#contentbar .content .pic-float-left img	{
	display:block;
}

#footer	{
	margin-top: 2em;
	border-top: 1px solid #736357;
	padding: 1em;
	overflow:auto;
	/*background: #c7b299;*/
	background: #e8e1c4;
	color:#534741;
	border-bottom: 4px solid #fff;
}

#footer a	{
	color:#a00;  
}

#footer .wrap1	{
	float:left;
	width: 381px;
	margin-left: 33px;
	background: #e8e1c4 url('bg-sidebar.png') left top repeat-y;
	border: 1px solid #998675;	
	overflow:auto;
}

#footer .wrap1 .content	{
	overflow:auto;
	line-height: 31px;
	padding-left: 0.5em;
	height: 31px;
}

#footer .wrap2	{
	float:left;
	text-align:right;
	padding-left: 2em;
}

#footer .wrap3	{
	float:right;
	text-align:right;
}

ul#footer-menu	{
	margin:0;
	padding:0;
}

ul#footer-menu li	{
	list-style-type: none;
	float:left;
	margin-right: 2em;
}

ul#footer-menu li a	{
	color:#998675;
}
