/*   
Theme Name: SimpleBlocks
Theme URI: http://blog.phamansinh.com/2008/08/19/simpleblocks-wordpress-theme/
Description: a simple, clean and (trying to be) elegant theme.
Version: 1.0.1
Author: KenzoIX
Author URI: http://phamansinh.com
Tags: simple, two columns, widget ready
*/

/*------------------- General --------------------*/
*
{
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0;
	padding: 0 30px;
}

body
{
	background: #333333 url(images/bckgrnd.jpg) repeat scroll 0 0;
	font-size: 12px;
	line-height: 1.3em;
	font-family: Verdana,Arial,sans-serif;
	text-align: left;
}

#page
{
	width: 900px;
	margin: 0 auto;
}

a
{
	color: #0066CC;
	text-decoration: none;
}

a:hover
{
	color: #CC6600;
}

/*---------------------- Header, menu ----------------------*/

/* @group TOP_NAME */

#topHeader {
	margin: 0 auto;
	font-family: Verdana;
	font-size: 28px;
	color: #FFFFFF;
	border-bottom: 5px;
	padding-bottom: 0;
	text-align: left;
	clear: both;
}

#topHeader a {
	margin: 0 auto 10px;
	padding-bottom: 10px;
	font-family: Verdana;
	font-size: 28px;
	color: #FFFFFF;
	border-bottom: 10px;
	}

#topHeader a:hover {
	margin: 0 auto 10px;
	font-family: Verdana;
	font-size: 28px;
	color: maroon;
	background: transparent;
	border-bottom: 10px;
	padding-bottom: 10px;
}



/* @end */
#header
{
	padding: 30px 20px 0;
	margin-top: 0px;
	text-align: right;
	overflow: hidden;
	background: none repeat scroll 0 0;
	margin-bottom: 0;
}

#header h1 a
{
	size: 18px;
	color: #000000;
}

#header h2
{
	font-size: 14px;
	color: #FFFFFF;
}

#menu
{
	overflow: hidden;
	background: #4D6A91 none repeat scroll 0 0;
	visibility: hidden;
}

#menu ul
{
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
}

#menu ul li
{
	float: left;
	margin: 0 10px 0 0;
}

#menu ul li a
{
	line-height: 30px;
	padding: 0 10px;
}

#menu ul li a:hover
{
	color: #CC6600;
	background: #FFFFFF none repeat scroll 0 0;
}

#menu ul li.current_page_item a
{
	background: #FFFFFF none repeat scroll 0 0;
	color: #CC6600;
	font-size: 16px;
	display: block;
}

.page_item a
{
	color: #FFFFFF;
	display: block;
}



/*------------------------- Container, main, sidebar ---------------------*/
#container
{
	overflow: hidden;
	background-image: url(images/bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: transparent;
	margin: 0 0 10px 0;
	width: 880px;
	float: right;
	bottom: -30px;
	z-index: 2;
}

#main
{
	width: 580px;
	padding: 0px 0;
	position: relative;
	float: left;
	background-color: white;
}

#sidebar
{
	width: 270px;
	height: 1000px;
	float: right;
	padding-right: 0px;
	position: relative;
	clear: right;
	z-index: 1;
}

/*---------------------- Content -------------------------*/
.post
{
	margin-bottom: 80px;
	clear: both;
}

.postdate
{
	background: white none repeat scroll 0 0;
	border-top: 2px solid #CCCCCC;
	color: gray;
	text-align: left;
	padding: 5px 10px;
	font-size: 10px;
}

.month
{
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin: 3px 0 5px;
}

.date
{
	text-align: center;
	margin-top: 2px;
	font-size: 20px;
	padding-left: 20px;
	background-color: #bdbdbd;
}

.title
{
	overflow: hidden;
	margin: 0 0 0 20px;
}

.title h2
{
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0;
}

.title h2 a
{
	color: black;
	font-size: 18px;
	line-height: 140%;
}

.title h2 a:hover
{
	color: #CC6600;
}

.postmeta{
	color: #666666;
	padding: 5px 0 0 0;
	margin-bottom: 0;
}

.postmeta_category
{
	background: url(images/category.gif) no-repeat;
	padding: 0 5px 0 18px;
	font-size: 10px;
	color: silver;
}

.postmeta_author
{
	background: url(images/author.gif) no-repeat;
	padding: 0 5px 0 18px;
	font-size: 10px;
	color: silver;
	position: fixed;
	visibility: hidden;
}

.postmeta_category a
{
	color: silver;
}

.postmeta_category a:hover
{
	color: #CC6600;
}

.entry
{
	margin: 20px;
	text-align: left;
	clear: both;
}

.entry h3
{
	margin: 10px 0;
	font-size: 16px;
}

.entry h4
{
	margin: 10px 0;
}

.entry p
{
	text-indent: 0px;
	margin: 0px 0;
	margin-right: 20px;
	size: 12px;
	padding-left: 0;
	color: #333333;
	padding-top: 0;
	line-height: 1.8em;
}

.additionalinfo
{
	overflow: hidden;
	margin: 0 10px 20px 20px;
	float: left;
	clear: both;
}

.ai_tags
{
	background: url(images/tags.gif) no-repeat;
	padding-left: 20px;
	float: left;
	width: 450px;
	font-size: 10px;
	color: silver;
}

.ai_tags a
{
	color: #666666;
}

.ai_tags a:hover
{
	color: #CC6600;
}

.ai_comments
{
	float: left;
	color: #666666;
	padding-left: 2px;
	font-size: 12px;
}

.ai_comments a
{
	background: #E6E6E6 none repeat scroll 0 0;
	color: silver;
	display: block;
	padding: 2px 2px 2px 0px;
}

.ai_comments a:hover
{
	color: #CC6600;
}

.navi
{
	overflow: visible;
}

.navi .left
{
	float: left;
	padding: 8px;
}

.navi .right
{
	float: right;
	padding: 8px;
}

/*------------------------ Sidebar ------------------------*/
#sidebar ul
{
	padding: 15px;
	width: 220px;
	float: left;
	clear: right;
}

#sidebar a
{
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #CC6600;
}

#sidebar ul h2
{
	font-size: 14px;
	line-height: 180%;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	color: gray;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar ul li
{
	list-style: none;
	line-height: 180%;
	font-size: 12px;
	padding-bottom: 15px;
}

#sidebar ul ul
{
	padding: 0px 10px;
}

#sidebar ul ul li
{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
}

/*--------------------- Footer ------------------------*/
#footer
{
	clear: both;
	overflow: hidden;
	color: silver;
	background: white;
	margin-bottom: 30px;
	padding: 10px;
	width: 860px;
	float: right;
}

#bottomwidget
{
	background: #F7F8E0 none repeat scroll 0 0;
}

#bottomwidget a
{
	color: #666666;
	text-decoration: none;
}

#bottomwidget a:hover
{
	color: #CC6600;
}

#bottomwidget ul
{
	padding: 0 10px;
	margin: 0;
	overflow: hidden;
}

#bottomwidget ul h2
{
	font-size: 18px;
	line-height: 180%;
	padding: 5px 0;
	margin-bottom: 10px;
	color: #000;
	border-bottom: 1px solid #CCCCCC;
}

#bottomwidget ul li
{
	list-style-type: none;
	float: left;
	padding: 20px;
	width: 280px;
}

#bottomwidget ul ul
{
	padding: 0px 10px;
}

#bottomwidget ul ul li
{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
	width: 240px;
}

#footer a
{
	color: silver;
}

#footer a:hover
{
	color: #CC6600;
}

#footer .footer_left
{
	float: left;
	line-height: 160%;
}

#footer .footer_right
{
	float: right;
	line-height: 160%;
}

/*-------------------- Comment ------------------------*/
.commentstitle
{
	border-top: 1px solid #CCCCCC;
	margin: 0 0 0 20px;
}

.commentstitle h3
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.commentsnumber
{
	color: #CC6600;
	font-size: 10px;
}

.trackback
{
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.commentlist
{
	color: #666666;
	list-style-type: none;
	padding: 10px 12px;
	margin: 0 0 0 20px;
}

.commentlist li
{
	border-top: 1px solid #CCCCCC;
	padding: 0 0 20px 0;
	min-height: 100px;
}

.commentlist li ol li
{
	min-height: 0;
}

.alt
{
	background-color: #F2F2F2;
}

.commentmeta
{
	overflow: hidden;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #F7F8E0 none repeat scroll 0 0;
	width: 200px;
	float: right;
}

.authcommentmeta
{
	overflow: hidden;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #D0F5A9 none repeat scroll 0 0;
	width: 200px;
	float: right;
}

.commentavatar
{
	float: left;
}

.commentinfo
{
	float: left;
	width: 150px;
}

.commentauthor
{
	font-size: 16px;
}

.commentauthor a
{
	color: #0066CC;
}

.commentauthor a:hover
{
	color: #CC6600;
}

.commenttime
{
	font-size: 12px;
}

.commentcontent
{
	width: 400px;
	padding: 10px;
	text-align: justify;
}

.tbinfo
{
	padding: 10px;
	overflow: hidden;
}

.tbsource
{
	float: left;
	width: 450px;
}

.tbtime
{
	float: right;
	width: 150px;
}

.tbcontent
{
	padding: 10px;
}

.avatar
{
	width: 32px;
	height: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

#comform
{
	margin: 0 0 0 20px;
}

#respond
{
	font-size: 18px;
	color: #336666;
	margin-bottom: 15px;
	margin-top: 10px;
}

#commentform p
{
	margin: 0 0 10px 0;
}

input#author, input#email, input#url, textarea#comment
{
	margin-left: 12px;
	border: 2px solid #CCCCCC;
	padding: 2px;
	width: 200px;
	background-color: #F9F9F9;
} 

textarea#comment
{
	width: 450px;
	height: 200px;
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus
{
	color: #666666;
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
}

label
{
	margin-left: 5px;
	font-size: 12px;
}

input#submit
{
	margin-left: 12px;
	background-color: #f9f9f9;
	border: 2px solid #CCCCCC;
	width: 80px;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}

/*----------------- Blockquote, code, list -----------------*/
blockquote
{
	background-color: #EEEEEE;
	color: #666666;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-left: 5px solid #669900;
}

pre
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
	overflow: auto;
	margin: 10px;
	padding: 10px;
}

code
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
}

.post ul, .post ol
{
	margin: 10px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li
{
	padding: 2px 0 2px 0;
}

.edit_link
{
	float: left;
	clear: both;
}

/*------------------------ Search Form ------------------------*/

#searchform
{
	background: url(images/search.gif) no-repeat left top;
	height: 32px;
	width: 250px;
}

#searchform:hover
{
	background: url(images/search.gif) no-repeat left bottom;
}

#searchinput
{
	background: none;
	border: none;
	width: 150px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #666666;
}

#searchsubmit
{
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}


/*------------------------ Archives Page ------------------------*/

.archivespage_tag
{
	border: 1px solid #CCCCCC;
	margin: 30px 0;
	padding: 5px;
}

.archivespage_tag a
{
	color: #666666;
	text-decoration: none;
}

.archivespage_tag a:hover
{
	color: #CC6600;
}

.archivesnumber
{
	color: #CC6600;
}

/*------------------------ wp-thread-comment plugin ------------------------*/

.thdrpy
{
	text-align: left;
	font-size: 12px;
	margin: 10px 0;
}

/*------------------------ official alignment ------------------------*/
img
{
	padding: 5px;
	margin: 10px;
}

.wp-smiley
{
	margin: 0;
	padding: 0;
}

a img
{
	color: #666666;
}

a img:hover
{
	color: #CC6600;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.aligncenter, div.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;
   /* optional rounded corners for browsers that support it */
   -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;
}


/* @group TopNav */

#TopNav {
	width: 920px;
	left: 0px;
	margin: 20px auto 0;
	white-space: nowrap;
	float: left;
	text-align: left;
	position: relative;
	clear: both;
	padding-bottom: 0;
}

#TopNav ul {
	text-align: left;
	background: #FFFFFF;
	float: left;
	top: 0px;
	left: 0;
	width: 880px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
	padding: 10px;
	font-size: small;
	list-style: none;
	text-decoration: none;
}

#TopNav ul li {
	float: left;
	margin: 0;
	border: 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #ccc;
	left: 0px;
	text-decoration: none;
	text-align: left;
}

#TopNav ul li a {
	color: #9d4a30;
	display: block;
	/* have to change to block-level element to be able to set dimensions */
	padding: 0 5px 0 5px;
	text-decoration: none;
	border-bottom: none;
	text-align: left;
}

#TopNav ul li a:hover {
	padding: 0 5px 0 5px;
	margin: 0;
	color: #222222;
	border-bottom: none;
}

#TopNav ul li a.TopNavCrumbTrail {
	padding: 0px 5px 0px 5px;
	margin: 0;
	background: #d8d8d8;
	color: black;
}



/* @end */

/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/gray-back.png) repeat left top;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}



