/*
Theme Name: My Pages
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/

* {
        outline: 0;
}
}
	#flashcontent {
		width:100%;
		height:100%;
	}
body {
	background-color:#000;
	color:#ddd;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	background-image: url(../imgs/ind_bg.jpg);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position:top;
	text-align: center; /* For ie */ 
	}
#navigation {	
	font-size: smaller;
	width:130px;

}
#moin {
     /*width:78%;*/
	 width:800px; 
	 margin:auto;
/*	 float:none !important;
	 float:left;*/
}
#left {
	/*position: fixed !important;*/
	margin-top:110px;
	left:auto !important;
	float:left;
	/*position:absolute;*/
	/*width:130px;*/
	text-align:left;
	}
#center {
	/*margin-top:170px;*/
	margin-top:100px;
	/*width:70%;*/
	float:right;
	min-height:60%;
	text-align:left;
	/*background-image:url(../imgs/biker_.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;*/
	}
#right {
	text-align:right;
	position:fixed !important;
	position:absolute;
	/*width:195px;*/
	right:1%;
}
#rtop {
	text-align:right;
}
#rlinks {
	text-align:right;
}
font2 {font-size:smaller;}


p {
	margin-top: 0;
	}
img {
	border:0px;
	border-color:#000000;
}
hr {color:#222
}
#main, #cpmain{
	width:650px;
}
#header{
	padding:3em 14em;
}
#footer{
	clear:both;
	margin: auto;
	font-size:0.7em;
	padding:0; 
	text-align: center;
	border: thin dotted #888;
	width:645px;
}
/*img.stick {
    width: 13em;
    height: 13em;
    display: block;
}*/
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87810;
}
#header h1 a:hover{
	color:#fc7;
}
#header p{
	color:#E87810;
	font-size:1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2em;
	margin-top: 0.5em;
	margin-bottom:0.1em;
    color:#E87810;
	text-align:left;
}
.entrytitle h2 a
{
	color:#E87810;
}
.entrytitle h2 a:hover{
	color:#fc7;
}
.entrytitle h3{
	font-size:2em;
	color:#E87810;
}
#right h3{
	color:#ddd;
	font-size:1.3em;
	margin:1em 0;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}
.entrybody{
	/*border-bottom: #888 hidden thin dotted;*/
	border-top: #222 thin dotted;
	padding:1em 0; 
}
/*.postinfo {
	padding:1em 0;
}*/
.entrymeta{
	font-size:0.9em;
	border-bottom:/*hidden*/ thin dotted #aaa;
	padding:0.6em 0; 
}
.postedby{
	background:transparent url(../imgs/156.gif) no-repeat;
	padding:3px;
	padding-left:40px;
}
.filedto{
	background:transparent url(../imgs/155.gif) no-repeat;
	padding:3px;
	padding-left:42px;
}
.commentslink{
	background:#000 url(../imgs/154.gif) no-repeat;
	padding:3px;
	padding-left:4px;
}

/*************************************
 +Sidebar
 *************************************/
#right ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#right ul li{
	border-bottom:1px #ddd;
	margin-bottom:0em;
	padding:0em;
}
#left ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#left ul li{
	border-bottom:1px #ddd;
	margin-bottom:0em;
	padding:0em;
}
			a.navi:link, a.navi:visited{
				display: block;
				width: 130px !important;
				width: 108px;
				border:dotted transparent 1px
			}
			a.navi:hover{
				background-color:#111;
				border:dotted #333 1px
			}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0;
	padding:0;

}
.commentsblock textarea{
	width:95%;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #e87810;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #e87810;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #e87810;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#ddd;
	font-size:0.9em;
	list-style-type: decimal;
	margin:0;
	padding:0;
}
.commentlist li{
	margin:0;
	padding:0;
	border-bottom:0px solid #aaa;
}

.even{
	background:#f3f5e9;
	border:1px dotted #e87810;
	padding:0.5em;
}
h3#comment{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#E87810;
	text-decoration:none;
}
a:hover{
	color:#fc7;
}

textarea {
width: 100%;
}

