/*   
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;
}


body
{
	background: #282828 none repeat scroll 0 0;
}

#page
{
	width: 1000px;
	margin: 0 auto;
}
a img { border:0; }
/*----------------------  ----------------------*/
#header
{
	background: #000000 none repeat scroll 0 0;
	background-image:url(images/misha_03.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px 0;
}

#header a img {
	float:left;
	margin-right:10px;
}

#header h1 {
	padding:20px 0 5px 0;
}
#header h1 a
{
	color: #FFFFFF;
	font-size:28px;
	font-weight:100;
	text-decoration:none;
}

#header h2
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight:100;
	font-style:italic;
}

#top-spacer {
	height:34px;
	background: #303030 none repeat scroll 0 0;
}
#menu_wrap {
	position:absolute;
	top:105px;
	z-index:10;
}
#menu
{
	overflow:hidden;
	position:relative;
}

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

#menu ul li
{
	float: left;
	margin: 0 8px 0 0;
	width:132px;
	text-align:center;
}

#menu ul li a {
	display:block;
	background-color:#1a1a1a;
	border-width:1px 1px 0 1px;
	border-color:#101010;
	border-style:solid;
	padding: 6px 10px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:12px;
}
#menu ul li a .sf-sub-indicator { display:none; }

#menu ul li a:hover {
	color: #ba0505;
	background-color: #000000;
}

#menu ul li.current_page_item a {
	color: #ba0505;
}

#menu ul li.current_page_item ul li a {
	color: #ffffff;
}
#menu ul li.current_page_item ul li a:hover {
	color: #ba0505;
}

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

#menu ul ul {
	display:none;
	width:160px;
	background-image:url(images/bg-boxes.png);
	background-repeat:repeat;
	margin:0;
	padding:10px;
}
#menu ul ul li {
	width:150px;
	float:left;
	text-align:left;
}
#menu ul ul li a {
	background-color:transparent;
	border:0;
}
#menu ul ul li a:hover {
	color: #ba0505;
	background-color: transparent;
}
/*
.nav li:hover ul, ul.nav li.sfHover ul { left:-20px; top:12px; }
.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
.nav li li:hover ul, ul.nav li li.sfHover ul { left:161px; top:-6px; }
.nav li:hover ul, .nav li li:hover ul { top: -999em; }
.nav li li { padding: 0px; margin:0; }
.nav li:hover { }
.nav li li a:link, .nav li li a:visited { width: 180px; display: block; background:#313131; }
.nav li li a:hover { }
.nav ul { position:absolute; top:-999em; }
*/

.ngg-gallery-thumbnail-box {
	float:left;
	display:inline;
}
.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}
.ngg-gallery-thumbnail img {
	display:block;
	cursor:pointer;
	margin:3px 1px;
	position:relative;
}
.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}
.ngg-album {
	float:left;
	width:140px;
    padding: 5px;
    margin: 5px;
	border: 1px solid #333333;
	text-align:center;
}
.ngg-albumtitle {
	text-align: center;
 	font-weight: 100;
	padding:0px;
	font-size:12px;
	margin: 0 0 5px 0;
}
.ngg-albumtitle a {
	color: #ba0505;
	text-decoration:none;
}
.galLink {
	text-align:right;
}
.galLink a {
	color:white;
	font-size:12px;
}
.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}
.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #333333;
	color:#ba0505;
	margin-right:3px;
	padding:3px 7px;
	text-decoration:none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #999999;
	color: #FFFFFF !important;
	text-decoration: none !important;
}



#container
{
	overflow: hidden;
	background-image: url(images/misha2_09.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #000000;
	margin: 0 0 10px 0;
	border-top:3px solid white;
}

#main
{
	width: 725px;
	padding: 0;
	float: left;
}

#homerow {
	border-top:5px solid white;
	padding:20px 0;
	background-color:black;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
}

#homerow div {
	float:left;
	display:inline;
	width:220px;
	margin:0 13px;
}
#homerow p {
	margin:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:13.5pt;
	padding:0;
}
#homerow a {
	display:block;
	color:white;
	font-size:12px;
	padding:10px 0 0 10px;
}
#homerow ul {
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	display:none;
	text-align:left;
}

#homerow ul li
{
	list-style: none;
}

#homerow ul ul
{
	display:block;
	padding: 0px;
	margin:5px 0 5px 15px;
}

#homerow ul ul li
{
	padding: 0;
	margin:0;
}
#homerow ul li a {
	display:block;
	padding:2px 0;
	text-decoration:none;
	font-size:12px;
}
#homerow ul li a:hover {
	color:#ba0505;
	background-color:#060606;
}
#porsche_list {
	height:130px;
	overflow:hidden;
}
#show_list {
	padding-top:10px;
	text-align:center
}
#show_list a {
	color:white;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}

#subscribe2 {
	margin:100px 10px 0 0;
	list-style:none;
}

#subscribe2 strong {
	color:#999999;
}
#social {
	clear:both;
	margin:25px 10px 10px 0;
	list-style:none;
	float:right;
}
#social li {
	float:left;
	margin:0;
	padding:0 0 5px 10px;
}

#news-side {
	clear:both;
	width:250px;
	margin:40px 0 10px 10px;
	height:250px;
}
.news {
	border:1px solid #444444;
	color:#aeaeae;
	height:320px;
	font-family:Verdana, Geneva, sans-serif;
}
.news h3 {
	margin:-10px 0 10px 10px;
	padding:0 8px;
	background-color:black;
	font-size:12px;
	width:85px;
}
.news h4 a {
	color:#aeaeae;
	margin:0 10px 0 10px;
	padding:0;
	font-size:12px;
}
.news p {
	margin:0 10px;
	padding:0;
	font-size:10px;
	line-height:13pt;
}
.news a {
	font-size:10px;
	color:white;
	display:block;
	text-decoration:none;
	margin:0 0 10px 10px;
}
#homerow div .vscroll {
	padding:0;
	margin:0;
}
#homerow .news {
	height:340px;
}
#homerow .news a {
	padding:0;
}
#homerow .news h3 a {
	color:#aeaeae;
	padding:0;
	margin:0;
}
/*---------------------- Content -------------------------*/
.post
{
	margin-bottom: 50px;
}

.postdate
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	text-align: right;
	padding: 5px 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;
}

.header {
	background-color:white;
	height:160px;
	width:725px;
	border-bottom:3px solid white;
}
.entry-page .title h2
{
	margin:10px 0;
}

.entry .title h2
{
	padding: 5px 0;

}
.entry .title h2 a, .entry-page .title h2 a {
	color:#ba0505;
}
.entry .title h2 a:hover, .entry-page .title h2 a:hover {
	color:#ffffff;
}
.subpages {
	clear:both;
	list-style:none;
	margin:125px 0 0 0;
	padding:0;
}
.subpages li {
	margin:0 0 0 -15px;
	padding:0;
}
.subpages li a, .subpages li a {
	margin:0 0 10px 0;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999999;
	padding-bottom:1px;
	border-bottom:1px dashed #999999;
	text-decoration:none;
	float:left;
	clear:both;
}
.subpages li a:hover, .subpages li a:hover {
	color:#ba0505;
	border-bottom:1px dashed #ba0505;
}

.title h2 a
{
	color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
	text-decoration:none;
	font-size: 24px;
	line-height: 140%;
}

.title h2 a:hover
{
	color: #ba0505;
}
.postmeta{
	color: #666666;
	padding: 5px 0 0 0 0;
	font-size:12px;
}

.postmeta_category
{
	color: #666666;
	padding: 5px 0;
	font-size:12px;
}

.postmeta_author
{

	padding: 5px 0;
}

.postmeta_category a
{
	color: #666666;
}

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

.entry, .entry-page
{
	margin: 20px 20px 20px 30px;
	font-family:Verdana, Geneva, sans-serif;
	color:white;
}

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

.entry h4, .entry-page h4
{
	margin: 10px 0;
}

.entry p, .entry-page p
{
	margin: 10px 0;
	padding:0;
	font-size:12px;
	line-height:15pt;
}
.entry ul, .entry-page ul {
	font-size:14px;
}

#splash-home {
	position:relative;
	z-index:1;
}
.splash {
	background-color:white;
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:380px;
}
.watermark {
	display:none;
	position:absolute;
	top:50px;
	top:450px;
	margin-left:670px;

}
.pg-gallery {
	padding:0;
	margin:0;
	width:725px;
	position:relative;
	left:-10px;
}
.pg-gallery li {
	display:inline;
	float:left;
	margin:1px 2px;
	padding:0;
	height:43px;
}

.additionalinfo
{
	overflow: hidden;
	margin: 0 10px;
}

.ai_tags
{
	font-size:12px;
	width: 450px;
	color: #666666;
}

.ai_tags a
{
	color: #666666;
}

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

.ai_comments
{
	float: right;
	color: #666666;
}

.ai_comments a
{
	color: #666666;
	display: block;
	padding: 5px;
	font-size:12px;
}

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

.navi
{
	overflow: hidden;
}

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

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

#sidebar
{
	width: 275px;
	float: left;
}
#sidebar-nav {
	background-color:#303030;
	border:1px solid #111111;
	margin:0 10px 10px 10px;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar-nav ul
{
	margin:0;
	padding:0;
}
#sidebar-nav ul li
{
	list-style: none;
}

#sidebar-nav ul ul
{
	padding: 0px 10px;
	margin:5px 0;
	display:none;
}

#sidebar-nav ul ul li
{
	padding: 0;
	margin:0;
}
#sidebar-nav a {
	display:block;
	padding:8px 5px;
	margin:1px;
	text-decoration:none;
	font-size:14px;
	background-color:black;
}
#sidebar-nav a:hover {
	color:#ba0505;
	background-color:#161616;
}
#sidebar-nav ul li.current_page_item a {
	color:#ba0505;
}
#sidebar h2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 0 0 5px 0;
	margin: 15px 0 5px 13px;
	font-weight:100;
	color: #999999;
}
#sidebar form {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:100;
}

/*--------------------- Footer ------------------------*/
#footer
{
	clear: both;
	overflow: hidden;
	color: #999999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 5px 30px;
	margin-bottom: 10px;
}

#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: #336666;
	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: #999999;
	text-decoration:none;
}

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

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

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

/*-------------------- Comment ------------------------*/
.commentstitle
{
	margin: 0 0 0 20px;
}

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

.commentsnumber
{
	color: #CC6600;
}

.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
{
	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: 550px;
	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: 260px;
}

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

#searchinput
{
	background: none;
	border: none;
	width: 170px;
	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 ------------------------*/

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


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;
}

