﻿/*  
Theme Name: myFS SimplyNice
Theme URI: http://www.cypherhackz.net/plugins-themes/myfs-simplynice/
Description: Theme was coded by <a href="http://www.cypherhackz.net/">CypherHackz</a>.
Author: Fauzi Mohd Darus
Author URI: http://www.cypherhackz.net/
*/

/**********************************************
*	HTML
**********************************************/
body{
	padding: 0;
	font-family: arial;
	color: #333333;
	font-size: 9pt;
	background: #fcfcfc;
	}
.navigation{
	clear: both;
	}
.alignright{
	float: right;
	padding: 10px 0;
	}
.alignleft{
	float: left;
	padding: 10px 0;
	}
#wrapper{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
/**********************************************
*	HEADER
**********************************************/
#header{
	width: 100%;
	}
.subheader{
	background: url(images/header.png);
	height: 123px;
	margin: 0 0 10px 0;
	}
.subheader h1{
	padding: 0;
	font-size: 20pt;
	color: #b50000;
	}
.search {
	vertical-align: super;
	float: right;				
}

.nav{
	height: 23px; /*28*/
	background: #FFFFFF;
	padding: 5px 0 0 10px;
	margin: 0 0 10px 0;
	border: 1px #cccccc solid;
	}
.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.nav ul li{
	margin: 0;
	padding: 0 10px 0 18px;
	list-style: none;
	display: inline;
	}
/**********************************************
*	MAIN
**********************************************/
#main{
	width: 720px;
	float: left;
	margin: 0 10px;
	}
.post{
	border: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 10px 5px;
	background: #ffffff;
	}

.post h2, .post h1{
	margin: 0;
	padding: 0 10px 0 18px;
	color: #333333;
	font-size: 15pt;
	}
.post h2 a, .post h1 a{
	color: #333333;
	text-decoration: none;
	}
.post h2 a:hover, .post h1 a:hover{
	color: #111111;
	text-decoration: none;
	}
.postmeta, .postmetadata{
	color: #999999;
	font-size: 8pt;
	}
.entry{
	text-align: justify;
	}
.pdate{
	background: url(images/calendar.png) no-repeat left;
	padding: 0 10px 0 21px;
	}
.pcat{
	background: url(images/folder.png) no-repeat left;
	padding: 0 10px 0 21px;
	}
.pcom{
	background: url(images/user_comment.png) no-repeat top left;
	padding: 0 10px 2px 21px;
	}
.pedit{
	background: url(images/pencil.png) no-repeat top left;
	padding: 0 10px 2px 21px;
	}
.ptag{
	background: url(images/tag_red.png) no-repeat top left;
	padding: 0 10px 5px 21px;
	}
.postmetadata a{
	color: #999999;
	text-decoration: none;
	}
.postmetadata a:hover{
	color: #666666;
	text-decoration: none;
	}
blockquote{
	margin: 10px 20px;
	padding: 5px;
	text-align: justify;
	overflow: hidden;
	border: 1px solid #cccccc;
	background: #efefef;
	}
/**********************************************
*	COMMENTS
**********************************************/
#comments{
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 10px 5px;
	clear: both;
	}
#comments h3{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	color: #888888;
	border-bottom: 1px solid #333333;
	}
#comments ol{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	}
#comments ol li{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}
input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cccccc;
	padding: 0;
	font-size: 9pt;
	font-family: arial;
	}
.comheader {
	font-size: 10pt;
}
.comheader h3{
	font-size:10pt;
	border-bottom: 0px;
}
.comcontent{
	text-align: justify;
	border: 1px solid #cccccc;
	background: #efefef;
	padding: 5px;
	}
.comfooter{
	text-align: right;
	font-size: 8pt;
	}
/**********************************************
*	SIDEBAR
**********************************************/
.sidebar{
	width: 235px; /*198*/
	border: 1px solid #cccccc;
	background: #ffffff;
	float: right;
	padding: 5px;
	text-align: justify;
	}
.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sidebar ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sidebar ul li ul{
	margin: 10px 0 10px 5px;
	padding: 0;
	list-style: none;
	}
.sidebar ul li ul li{
	margin: 0;
	padding: 0 0 2px 18px;
	list-style: none;
	background: url(images/arrow_right.gif) no-repeat 0 0;
	}

.sidebar ul li ul li img{
	height: 0px;
}
.sidebar h2{
	margin: 0;
	padding: 6px 0 0 5px;
	font-size: 10pt;
	height: 22px; /*28*/
	background: #f0f0f0 url(images/h2sidebar.gif) no-repeat right;
	border: 1px solid #cccccc;
	}
.sidebar a{
	color: #b50000;
	text-decoration: none;
	}
.sidebar a:hover{
	color: #222222;
	text-decoration: none;
	}
.sidebar form{
	margin: 10px 0;
	padding: 0;
	}
input#s{
	width: 184px;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	}
.foto {
	background: #ffffff url(images/foto.png) no-repeat left top;
	padding-left:60px;
	min-height: 51px;
}
/**********************************************
*	FOOTER
**********************************************/
#footer{
	clear: both;
	}
.copy{
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 5px;
	text-align: center;
	margin: 0 0 5px 0;
	}
.detalle{
	font-size: 8pt;
	text-align:center;
}
.subfooter{
	font-size: 0pt;
	color: #fcfcfc;
	}
.subfooter a{
	color: #fcfcfc;
}

.subfooter a:hover {
	color:#fcfcfc;
}

.footleft{
	float: left;
	padding: 0 0 5px;
	}
.footright{
	float: right;
	padding: 0 0 5px;
	}
/**********************************************
*	LINKS
**********************************************/
a{
	color: #b50000;
	text-decoration: none;
	}
a:hover{
	color: #000000;
	text-decoration: underline;
	}
