/*  
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
 *************************************/
 
* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body{
	line-height:1.5;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#wrap{
	
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	width:1000px;
}

#content{
	float:left;
	padding-rifht:15px;
	width:750px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
}
#footer{
	position:fixed;
	bottom:0;
	width:100%;
	background:#434343;
	border-top:1px solid #4F5158;
	border-bottom:none;
	color:#888;
	clear:both;
	padding:3px 0;
	-moz-border-radius:3px;
}

/*************************************
 +Header
 *************************************/
/*#header{
	
	background:#879675 url("./images/header.png") 0 no-repeat;
	border-bottom:1px solid #c4cC91;
	height:99px;
	margin:0;
	text-align:center;
	width:100%;
}
#header h1{
	font-size:2.2em;
	font-weight:normal;
	margin:0 auto;
	padding-top:40px;
	padding-left:30px;
	text-align:left;
	width:700px;
}
#header h1 a{
color:#ecefed;
}
#header p{
	font-size:1em;
	padding-left:30px;
	margin:0 auto;
	text-align:left;
	width:700px;	
}*/
/*************************************
 +Hn
 *************************************/
 h1, h2, h3{
}
h2{
	font-size:1.5em;
	padding-right:5px;
}
h3{
	font-size:1.2em;
}
/*************************************
 +Navigation
 *************************************/
#nav{
	background:#3A3A3A;
	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;
}
.spacing-fix{
	display:none;
}
#nav ul li a{
	color:#fff;
}
#nav ul li a:hover{
	color:#BDE271;
} 
 /*************************************
 +Entry
 *************************************/
 .entry{
	margin:5px;
}
.entrytitle{
	border-bottom:1px dotted #4F5158;
	color:#888;
}
.entrytitle h2, .entrytitle h3{
	display:inline;
	font-weight:normal;
}
.entrytitle h2{
	color:#fafafa;
}
.entrytitle h3{
	font-weight:normal;
}
.entry-1{
	color:#ffffff;
	font-size:1.3em;
}
.entry-1 .entrytitle{
	border-bottom:1px solid #5F666A;
	color:#897;
}
.entry-1 .entrytitle h2 {
	color:#CDB;
}
body#home .entry-1 .entrytitle
{
	border-bottom:none;
}
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{
	display:none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.entry-1 .entrymeta{
	display:block;
	font-size: 12px;
}
.entrybody p {
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.postedby{
}
/*.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}*/
.commentslink{
	background-repeat: no-repeat;
	color: #E15BA6;
}
.navigation{
padding:5px;

}
  /*************************************
 +Sidebar
 *************************************/
#sidebar{
	float:left;
	padding-left:20px;
	width:215px;
	font-family: "American Typewriter", "Georgia";
}
#sidebar h3{
	color:#CDB;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
}
#sidebar ul{
	list-style-type:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 20px;
}
#sidebar ul li{
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
	font-size: 12px;
}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
	background-color: #FFFFFF;
}
.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;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	border:1px solid #383838;
	padding:0.5em;
}
h3#comments{
	font-size:14px;
}
 /*************************************
 +Misc
 *************************************/
a{
	text-decoration:none;
	color:#CCCCCC;
}
a:hover{
color:#efe;
}
#nav:after, #wrap:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html #nav, * html #wrap {height: 1%;}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 15px;
}
.entrybody img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.entry h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 20px;
}
#sidebar h2 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
}
#sidebar a {
	color: #7b7b7b;
}

#sidebar .cats  a {
	color: #d6a143;
}
#sidebar .linkcat h2 {
	color: #e15ba6;
	font-size: 18px;
	line-height: 30px;
}
#sidebar ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar  a:hover {
	color: #FFFFFF;
}
p.wp-caption-text {
	font-size: 11px;
	font-style: italic;
}
ul {
	padding-left: 10px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 24px;
	font-size: 16px;
	color: #FFFFFF;
}
ol {
	padding-left: 10px;
	list-style-position: inside;
	line-height: 24px;
	font-size: 16px;
	color: #FFFFFF;
}

blockquote{
	
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
blockquote p{
	font-size: 12px !important;
}
.wp-caption {
	margin-bottom: 10px !important;
}
