/*
Theme Name: Simplicity Blue
Theme URI: http://thesky.asia/free-wordpress-theme-simplicity-blue/
Description: Blue and Simple Themes
Version: 1a
Author: The Sky
Author URI: http://thesky.asia/
*/

* { margin:0; padding:0; }
ul, li { margin:0; padding:0; list-style-type:none;}
.clearfloat { clear: both; }
hr { display:none; }

body {
	font-family: 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	background: #161636;
	color: #aaa;
}

a { color: #98be10; text-decoration:none; }
a:hover { color: #ddf978; }
h1 a { color:#fff;}

.warp {
	margin: 0 auto;
	width: 960px;
}

#header {
	background: #336;
	color: #ffffff;
	font-family: Georgia;
}
	
	#header .warp {
		background: #447;
		height: 100px;
		padding: 20px;
		position: relative;
	}
	a .head-ajax {
		font-size: 48px;
		color: #ffff00;
		font-family: Arial;
		font-weight: bold;
		font-family: "Times New Roman";
	}
	a .head-tutorial {
		font-size: 48px;
		color:#fff;
	}

	#headb {
		background: #447;
	}
	#headb .warp {
		height: 3px;
		background: #555;
		padding: 0 20px;
		position: relative;
	}

#headnav {
	position: absolute;
	height: 25px;	
	top: -30px;
}
	#headnav li {
		float: left;
		position: relative;
	}
	#headnav li a {
		line-height: 25px;
		padding: 0 20px;
		margin-right: 10px;
		background: #558;
		display: block;
		font-weight: bold;
		color: #d5f26a;

		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	#headnav li a:hover {
		background: #777;
	}
	#headnav li ul {
		position: absolute;
		top: 30;
		left: 0;
		background: #111;
		width: 180px;
		display:none;
	}
	#headnav li:hover ul {
		display:block;
	}
	#headnav li ul li {
		float: none;
	}
	#headnav li ul li a {
		margin-right: 0;

		-moz-border-radius: 0px;
		-khtml-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}

.topads {
	margin: 10px 0;
	text-align: center;
}


#main {
	margin-top: 15px;
	width: 1000px;
}
#content {
	width: 560px;
	float: left;
	margin-right:20px;
}

	/* Content */
	#content .posttitle {
		background: #282858;
		border: 1px solid #383838;
		padding: 10px;

		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#content .posttitle a {
		color: #d5f26a;
	}
	#content .post {
		margin-bottom: 20px;
	}
	#content .entry {
		padding: 0 10px;
	}
	#content p {
		margin: 15px 0;
		text-align: justify
	}
	#content code {
		background: #114;
		border: 1px solid #447;
		display: block;
		padding: 7px;
	}
	#content .more-link {
		clear: both;
		display: block;
		padding: 5px 0;	
		margin: 5px 0;	
		border-top: 1px solid #333;
	}
	#content .postmeta {
		clear: both;
		margin: 0px;
	}


#sidebar {
	margin-left: 580px;
	width: 420px;
}
	#sidebar a {
		color: #ffffff;
	}

	.bottomsidebar {
		width: 180px;
		padding: 0 10px;
		float: left;
	}

	#sidebar-left {
		background: #114;
		width: 198px;
		border: 1px solid #282858;

		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}


.widget {
	padding: 10px 0;
}
	.widget h2 {
		border-bottom: 1px solid #336;
		padding: 5px 0;
		margin-bottom: 5px;
		color: #eee;
	}
	.widget li a {
		display: block;
		line-height: 20px;
		padding-left: 20px;
		background: url(images/li.gif) no-repeat 5px center;

	}
	.widget li a:hover {
		background-color: #666;

		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

.navigation {
	margin: 10px 0;
	height: 20px;
	width: 560px;
}

#footer {
	background: #003;
	font-size: 8pt;
	padding: 10px 0;
	margin-top: 20px;
	text-align: center;
}


/* Captions & aligment */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


/* Plugin Support */
#main .wp-pagenavi span {
	background-color:#114;
	border:1px solid #336;
	color:#ccc;
	margin:2px;
	padding:2px 4px;
}

#main .wp-pagenavi a {
	background-color:#114;
	border:1px solid #558;
	color:#819150;
	margin:2px;
	padding:2px 4px;
	text-decoration:none;
}

#main .wp-pagenavi a:hover {
	background-color:#336;
	color:#819150;
}
