/*  
Theme Name: EMN Main Theme
Theme URI: http://euromuslim.cookies.xen-host.de/
Description: Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Omar Abo-Namous
Author URI: http://www.toomuchcookies.net/
*/



/* Begin Typography & Colors */
a {
	color: #147;
	text-decoration: none;
}

body {
	font-size: 80%;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	text-align: left;
	overflow:hidden;
	}

#header {
	background:url(images/header_bg.jpg);
	padding-top:10px;
	}

#content {
	font-size: 1.2em
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.2em;
}

.post small {
	display:block;
	text-align:left;
}

.post p {
	margin:0.5em auto;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1em;
	font-weight: normal;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #26287a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #e6bf17;
	text-decoration: none;
	}

a:hover {
	color: #e6bf17;
	text-decoration: underline;
	}

#sidebar a {
	/*width:100%;*/
	display:block;
	line-height:2em;
	margin-right:-15px;
	}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
	background:#eee;
	}

#sidebar li.current a {
	color: #000;
	filter: Alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-khtml-opacity:0.8;
	background:white;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	position:relative;
	background: #e6bf17 url(images/page_bg.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px 0px;
	width: 770px;
	}

#header {
	padding: 10px 0px 0px 0px;
	margin: 0 5px 0 6px;
	height: 322px;
	margin-bottom: -323px;
}

#header h1 {
	position:relative;
	display:block;
	background: url(images/emnLogo.gif);
	text-indent:-999em;
	width:146px;
	height:128px;
	margin:0px;
	overflow:hide;
	padding:0px;
}

#content {
	position:relative;
	display:block;
	margin-left:80px;
	margin-right:10px;
	width:530px;
	padding:10px 30px 20px 20px;
	filter: Alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-khtml-opacity:0.8;
	background:white;
}

.post {
	margin: 0 0 40px 0;
	padding: 0 0 5px 0;
	text-align: justify;
	border-bottom: 2px solid darkblue;
	}

.postmetadata {
	clear: left;
	margin:0px;
}

#footer {
	display:block;
	position:relative;
	padding: 0 0 0 1px;
	margin: 10px 5px 0 6px;
	clear: both;

	background:#ccc;
	filter:alpha(opacity=95);
	opacity:0.95;
	-moz-opacity:0.95;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
}

#content h2 {
	text-align:left;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
/*ol li, */
	
#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	position:absolute;
	top:150px;
	left:15px;
	padding: 20px 0 10px 0;
	margin:0;
	width:150px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* menu */
#menu {
display:block;
position:relative;
margin:0px auto;
padding:0;
font-size:0.9em;
z-index:5;
width:760px;
}

#menu * {
	font-family: 'Trebuchet MS',Arial;
}

#menu ul {
	list-style:none;
	padding:0px;
	margin:0 5px 0 175px;
	z-index:10;
}

#menu ul li {
	float:left;
	width:90px;
	display:relative;
}

#menu ul li#iie {
	width:130px;
}

#menu ul li#au ul li {
	float:right;
}

#menu ul li div.limg {
	height:85px;
	width:100%;
	position:relative;
	display:block;
	padding:0;
	margin:0;
	background:white;
	filter: Alpha(opacity=0);
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0.8;
}

#menu ul li:hover div.limg, #menu ul li.current div.limg {
	filter:Alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
}

#menu ul li h2 {
	position:relative;
	font-size:1.1em;
	line-height:1em;
	width:100%;
	margin:0;
	padding:0;
	background: #26287a;
}
#menu ul li:hover h2, #menu ul li.current h2 {
	background:#6668a1;
}

#menu ul li h2 a {
	display:block;
	position:relative;
	color:white;
	margin:0;
	padding:10px 0;
	background: #26287a;
	text-align:center;
}

#menu ul li:hover h2 a, #menu ul li.current h2 a {
	color:#e6bf17;
	background:#6668a1;
}

#menu ul li a {
	text-decoration:none;
	color:#6668a1;
}

#menu ul li a:hover {
	color:#e6bf17;
}

#menu ul li ul {
	display:none;
	position:absolute;
	margin:0 0 0 175px;
	padding:0px;
	left:0px;
	width:580px;
	border-bottom:2px solid #26287a;
	background:white;
	z-index:5;
}

#menu ul li#hp ul {
	display:block;
	z-index:1;
}

#menu ul li:hover ul, #menu ul li.current ul {
	display:block;
	z-index:6;
}

#menu ul li:hover ul {
	z-index:10;
}

#iie h2 {
	font-size:1em;
}

#menu ul li ul li {
	background:transparent;
	height:1.5em;
	width:auto;
	padding:0px 20px;
}

#menu ul li#hp ul li {
	height:1.5em;
}

#menu ul li ul li a,#menu ul li ul li a:hover {
	color: #147;
}

#menu ul li ul li.current,#menu ul li ul li:hover {
	background: #e6bf17;
	background: #faebcf;
	background: #eee;
}

#menu ul li#hp ul li:hover {
	background: white;
}

#menu .clear, #menu ul li.clear {
	height:0px;
	margin:0px;
	padding:0px;
	display:block;
	position:relative;
	clear:both;
	width:100%;
}

#content {
	margin-top:0px;
	filter:alpha(opacity=90);
}

/* End Menu */

#europecard {
	position:absolute;
	right:10px;
	bottom:100px;
	width:360px;
	margin-right:0 5px 0 auto;
	height:360px;
	background:url(images/europmap.gif) no-repeat;
	z-index:auto;
}

#footer, #footer * {
	z-index:20;
}
ol.lista li
{
	list-style-type: lower-alpha;
}
ol.lista li ul li
{
	list-style-type: disc;
}

p.icons {
	float:right;
	width:auto;
	border:1px solid black;
	padding:2px;
	margin:0 0 10px 20px;
}

.icons .pdf {
	display:block;
	position:relative;
	width:32px;
	height:36px;
	background:url(images/icons/pdf_ic.png) no-repeat;
	font-size:0px;
	text-indent:-999px;
}

.icons .html {
	display:block;
	position:relative;
	width:32px;
	height:36px;
	background:url(images/icons/hypertext1.gif) no-repeat;
	font-size:0px;
	text-indent:-999px;
}

table.fig {
	margin:0 auto;
	font-family:monospace;
	font-size:1.2em;
	border:1px solid black;
	border-collapse: collapse;
}

table.fig thead tr td {
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	padding:1px 5px;
}

table.fig thead tr {
	border:2px solid black;
}

table.fig tr td {
	border-color:black;
	border-width:0px 1px;
	border-style:solid;
	border-collapse:collapse;
}

table.fig tfoot tr {
	border-top:1px solid black;
}

table.fig tfoot cite {
	font-size:0.8em;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
