/*  
Theme Name: Emire
Theme URI: http://ifelse.co.uk/emire/
Description: A smart, professional theme
Version: 1.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#d8d8d8 url("./images/stripes.gif");
	color:#dedede;
	font-family: 'Trebuchet MS', Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	letter-spacing: 1px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	background:#fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:1px solid #fff;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	width:700px;
}

#content{
	border-bottom:none;
	border-top:none;
	float:left;
	padding:10px;
	width:450px;
}
#footer{
	position:fixed;
	bottom:0;
	width:100%;
	background:transparent;
	/*border-top:1px solid #4F5158;*/
	border-bottom:none;
	color:#888;
	clear:both;
	padding:3px 0;
	-moz-border-radius:3px;
}

/*************************************
 +Header
 *************************************/
#header{
	background-color:#fff;
	border-bottom:1px solid #c1d9eb;
	height:105px;
	margin:0;
	text-align:center;
	width:100%;
	padding-top:20px
}
#header h1, #header h1 em {
	height: 80px;
	width:700px;
	margin:0 auto;
	background:url('./images/logo_arcus.gif') left top no-repeat transparent;

}



/*#header h1{
	font-size:3.8em;
	font-weight:normal;
	margin:0 auto;
	padding-top:40px;
	padding-left:30px;
	text-align:left;
	width:700px;
}
#header h1 a{
color:#B1C4E2;
}
#header p{
	font-size:1em;
	padding-left:30px;
	margin:0 auto;
	text-align:left;
	width:700px;	
}*/
/*************************************
 +Hn
 *************************************/
 h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;/**/
}
h2{
	font-size:1.5em;
	padding-right:5px;
}
h3{
	font-size:1.2em;
}
/*************************************
 +Navigation
 *************************************/
#nav{
	background:#6d1a42;
	border-bottom:1px solid #555;
	font-size:1.2em;
	margin-top:-0.9em;
}
#navwrap{
	display:block;
	margin:0 auto;
	width:700px;
}
#nav ul{
	list-style-type:none;
	margin-left:-27px;
}
#nav ul li{
	float:left;
	font-weight:bold;
	margin-top:2px;
	padding:9px 10px;
}
#nav ul li a{
	color:#fff;
}
#nav ul li a:hover{
	color:#B1C4E2;
} 
 /*************************************
 +Entry
 *************************************/
 .entry{
	font-size:1.1em;
	margin:5px;
	padding:10px;
}
.entrytitle{
	border-bottom:1px dotted #4F5158;
	color:#888;
}
.entrytitle h2, .entrytitle h3{
	display:inline;
	font-weight:normal;
}
.entrytitle h2{
	color:#6d1a42;
}
.entrytitle h3{
	font-weight:normal;
}
.entry-1{
	/*background:#444444 url("./images/main.png") repeat-x;*/
	background-color:#fff;
	border:1px solid #d2d2d2;
	color:#444;
	font-size:1.3em;
}
.entry-1 .entrytitle{
	border-bottom:1px solid #5F666A;
	color:#897;
}
.entry-1 .entrytitle h2 {
	color:#6d1a42;
}
body#home .entry-1 .entrytitle
{
	background:url("") no-repeat;
	border-bottom:none;
	height:45px;
	padding-left:0px;
}
body#home .entry-1 .entrytitle h2{
	display:block;
	margin:0;
}
body#home .entry-1 .entrytitle h3{
	display:block;
	margin:0;
	font-size:0.9em;
}
.entrymeta{
	background:transparent;
	font-size:0.8em;
	padding:5px;
	display:none;
}
.entry-1 .entrymeta{
	display:block;
}
.postedby{
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
.navigation{
padding:5px;
background:transparent;
text-align:center;
}
  /*************************************
 +Sidebar
 *************************************/
#sidebar{
/*	background:url("./images/sidebar.png") repeat-x;*/
	background-color:#c1d9eb;
	/*border-top:1px solid #3e3e3e;*/
	color:#333;
	font-size:1.1em;
	float:left;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width:200px;
}
#sidebar h3{
	color:#CDB;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
}
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar img {
	padding-left:5px;
	border:0;
}
#sidebar ul li{
	border:0;
	padding:3px;
}
#sidebar ul li ul li{

	border-bottom:1px dotted #444444;
	padding:3px;	
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
font-size:1.1em;

}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#434343;
	border:1px solid #383838;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}
 /*************************************
 +Misc
 *************************************/
a{
	text-decoration:none;
	color:#6d1a42;
}
a:hover{
color:#6d1a42;
}

#sidebar a{
	text-decoration:none;
	color:#333;
}


#nav:after, #wrap:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html #nav, * html #wrap {height: 1%;}

/*** Image Replacement fuer Grafiken, wie Logo, etc. ***/
.replace {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
.replace em {
	display: block;
	position: relative;
	top: 0;
	/*
	left: 50%;
	*/
	background:transparent;	
}
.replace a { 
	color:#fff;
	cursor: pointer;
	c\ursor: pointer;	
}
.replace a:hover,.replace a:active,.replace a:visited { color:#fff;}

*:focus{
	outline-style:none;
}
