/*
Theme Name: Amazon Web Store (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 { margin:0; padding:0; }
ul li { list-style-type:none; }
a img { border: none; }
.clearfloat { clear: both; }
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter { margin:0 auto; }

a { color: #004B91; text-decoration:none; }
a:hover { color: #2d6948; }

body {
	background: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	text-align:center;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	padding: 0 7px 7px;
	background: #aaa;
	margin-bottom: 10px;
}

#header {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	height: 100px;
	background: url(images/header.png) repeat-x;
	position: relative;
}
	
	#header p.description {
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		position: absolute;
		left: 350px;
		top: 50px;
	}

	#header .banner-ads {
		position: absolute;
		right: 0px;
		top: 0px;
	}

#mainnav {
	font-weight: bold;
	background: #222;
	height: 30px;
	width: 980px;
	position: relative;
	z-index: 9;
}
	#mainnav li {
		float: left;
		position: relative;
	}
	#mainnav li a {
		color: #fff;
		padding: 0 20px;
		display: block;
		float:left;
		line-height: 30px;
		height: 30px;
	}
	#mainnav li.current a, 
	#mainnav li a:hover {
		background: #363636;
		color: #ccccff;
	}
	#mainnav ul {
		background: #222;	
		position: absolute;
		top: 29px;
		left: 0px;
		font-size:10px;
		width: 160px;
		display:none;
		border-left: 1px solid #555;
		border-right: 1px solid #555;
		border-top: 1px solid #555;
	}
	#mainnav li:hover ul, 
	#mainnav li.sfhover ul {
		display: block;
	}

	#mainnav li ul li {
		float: none;
		border-bottom: 1px solid #555;
	}
	#mainnav li ul li a {
		float: none;
		line-height: normal;
		height: auto;
		padding: 5px;
	}


.hbox {
	border: 1px solid #c0c0ff;
	background: #fff;
	padding: 9px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;	
}

#main {
	background: #fff;
	width: 960px;
	padding: 10px;	
	z-index: 1;
}

#mainleft {
	float: left;
	width: 590px;
	font: 9pt Verdana;
}

#breadcrumb {
	border-bottom: 1px solid #ddf;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}


#maintop h2 {
	margin: 15px 0;
	font-size: 14pt;
	color: #000000;
}

	/* Content */
	#maintop .imgtop {
		float:left;
		width: 200px;
		border: 1px solid #ccccff;
		margin-right: 5px;
		margin-bottom: 5px;
		text-align:center;
		padding: 4px;
		-moz-border-radius: 3px;
	}

	.post .entry {
		padding: 0 10px;
		margin-left: 220px;	
	}
	.post .archive {
		padding: 0 10px;
	}
	#maintop .post h2.hometitle {
		text-align: left;
		padding: 5px 0;
		margin: 0;
		font:bold 16pt Verdana, Arial, Helvetica, sans-serif;
		padding-left: 10px;
		margin-bottom: 5px;
	}
	#maintop .post h2.hometitle a {
		color: #000000;
		display: block;
	}

	.post h3 {
		margin:30px 0 10px;
		text-align: center;
		color: #E47911;
	}
	.post p {
		margin: 15px 0;
		text-align: justify
	}

	.post ul,
	.post ol {
		margin: 0 20px;
		padding: 0 20px;
	}
	.post ul li { list-style-type: circle; }

	.post code {
		background: #114;
		border: 1px solid #447;
		display: block;
		padding: 7px;
	}

	.post .more {
		margin: 0;
		padding: 5px 0;	
	}
	.post .more a {
		color: #009900;
	}
	.post .postmeta {
		clear: both;
		margin: 0px;
	}



.archive {
	clear: both;
	margin: 10px 0;
}
.imgarchive {
	float:left;
	width: 100px;
	border: 1px solid #eef;
	margin: 5px 5px 5px 0;
	text-align:center;
	padding: 3px;
	-moz-border-radius: 3px;
}
.archive .entry {
	margin: 5px 5px 5px 130px;
}
.archive h3 {
	padding: 3px;
}
.archive h3 a {
	color: #E47911;
}
.archive p {
	margin: 0;
}
.archive p {
	margin: 5px 0;
}
.archive p.postmeta {
	margin: 0;
}


#midleft {
	margin-left: 5px;
}

#midright {
	width: 250px;
	float: right;
	margin-right: 5px;
}	
#midleft ul {
	font:12px Arial, sans-serif;
	margin-left:10px;
	margin-top:20px;
}
#midleft li {
	margin-top:10px;
}
#midleft ul h3 a {
	color: #0000ff;
	font-weight::bold;
	text-decoration:underline;
}
#midleft .more {
	display:block;
	color: #009900;
	font:10px Arial, sans-serif;
	text-decoration: none;
}

#mainbottom h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E47911;
	margin: 15px 0 5px;
}

#mainmid h2, 
#maincomment h2, 
#mainbottom h3 {
	padding: 5px 0;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#mainbottom ul {
	font-size: 0.9em;
}
#mainbottom li {
	float: left;
	width: 280px;
}
#mainbottom li.left {
	margin-right: 10px;
	clear:both;
}
#mainbottom h3 {
	clear: both;
}
#mainbottom .imgbottom {
	float:left;
	width: 100px;
	border: 1px solid #ccccff;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align:center;
	padding: 4px;
	-moz-border-radius: 3px;
}
#mainbottom .imgbottom:hover {
	border: 1px solid #aaaaFF;
	background-color: #f8f8ff;
}
#mainbottom .more {
	color: #009900;
	text-decoration: none;
}

#sidebar {
	width: 345px;
}
#sidebar .hbox {
	padding: 4px;
}

	#sidebar a {
		color: #004B91;
	}

	.sidebarbottom {
		width: 180px;
		padding: 0 10px;
		float: left;
	}

	#sidebarright {
		width: 160px;
	}


.widget {
	padding: 0 0 10px 0;
}
	.widget h2 {
		padding: 5px 0;
		color: #E47911;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.widget .link li a {
		display: block;
		line-height: 25px;
		height: 25px;
		padding-left: 20px;
		background: url(images/li.gif) no-repeat 5px center;
	}
	.widget .link li a:hover {
		background-color: #ddeeff;

		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	#sidetop ul {
		float: left;
		margin-bottom: 5px;
	}


#footer {
	background: #fff;
	font-size: 9pt;
	padding: 10px 0;
	text-align: center;
	-moz-border-radius: 0 0 3px 3px;
}
#footer li {
	list-style-type: none;
	display:inline;
	padding: 0 10px;
}
.copyright {
	font: 8pt Arial;
	margin-bottom: 10px;
}

.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 {
	tex-align: center;
}

#sideads {
	text-align: center;
}

/* Captions & aligment */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* End captions */
.adsense {
	clear: both;
	margin-top: 15px;
}

#maintop .related-posts {
	margin: 0;
	padding: 0;
}

#maintop .related-posts li {
        list-style-type: none;
        width: 125px;
        margin: 0 5px;
        text-align: center;
        float:left;
}
#maintop .related-posts li:hover {
        background-color: #cccccc;
}
