/*
Theme Name: Intention
Theme URI: http://intention.paycheckworld.com
Description: Intention nice wordpress theme for personal blog. The theme is released under GPL
Version: 1.0
Author: Vladislav Rizhkov
Tags: Blue, dark, fixed-width
*/

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#whole
{
	width:100%;
	background:url(images/header.jpg) top center no-repeat;
}
#whole_bottom
{
	width:100%;
	background:url(images/footer.jpg) bottom center no-repeat;	
	min-height:800px;
    height:auto !important;
    height:800px;

}
.wrap
{
	width:950px;
	overflow:hidden;
	margin:0 auto;
}
.header
{
	height:180px;
	position:relative;
}
a.logo, a.logo:visited
{
	font-size:34px;
	font-weight:bold;
	color:#fff;
	text-shadow:0px 1px 0px #000;
	text-transform:uppercase;
	text-decoration:none;
	top:30px;
	left:0;
	position:absolute;
	display:block;	
}
.description
{
	position:absolute;
	top:55px;
	left:0;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
}
form.search
{
	display:block;
	position:absolute;
	width:285px;
	right:0;
	top:25px;

}
input.search_input
{
	width:187px;
	height:30px;
	text-indent:30px;
	border:0;
	background:url(images/search_input.gif) top left no-repeat;
	margin:0 4px 0 0;
	padding:0;
	display:block;
	float:left;
}
input.search_btn
{
	width:94px;
	height:30px;
	border:0;
	background:url(images/search_btn.gif) top left no-repeat;
	margin:0;
	padding:0;
	display:block;
	float:right;
	cursor:pointer;
}
ul.menu, ul.menu li
{
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}
ul.menu 
{
	display:block;
	position:absolute;
	top:108px;
	left:4px;
}
ul.menu li
{
	display:inline-block;
	float:left;
	font-size:12px;
	text-transform:uppercase;
	height:32px;
	position:relative;
}
ul.menu li a, ul.menu li a:visited
{
	display:inline-block;
	height:32px;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	
}
ul.menu li a:hover, ul.menu li a.current_item
{
	background:url(images/menu.gif) top center no-repeat;
	color:#fff;
}
ul.menu li ul 
{ 	
	position: absolute; 
	left:0px; 
	top: 32px;
	padding:0;
	margin:0;
	display:none; 
	width:180px;
	background:#000;
	list-style:none;
}

ul.menu li ul li
{
	float:none;
	padding:0px 0 0px 10px;
	display:block;
	margin:0;
	position:relative;
}
ul.menu li ul li:hover
{
	background:#C00;
	color:#fff;
}
ul.menu li ul li a, ul.menu li ul li a:visited, ul.menu li ul li a:hover
{
	background:none;
	padding:0;
	height:20px;
	margin:0;
}
ul.menu li ul li ul
{
	position: absolute; 
	left:150px; 
	top:0px;
	display:none; 
	padding:0px 0 0 0;
	list-style:none;
}


ul.menu li:hover ul, ul.menu li.over ul { display: block; } 
ul.menu li:hover ul li ul, ul.menu li.over ul li ul { display: none; } 
ul.menu li ul li:hover ul, ul.menu li ul li.over ul { display: block; } 

.rss
{
	width:100px;
	position:absolute;
	top:111px;
	right:12px;
}
.rss a, .rss a:visited
{
	font-size:11px;
	color:#fff;
}
.rss a:hover
{
	color:#d31018;
}
.rss img
{
	vertical-align:middle;
}
/**/

.mainbar
{
	width:649px;	
	float:left;
}
.post
{
	background:#eaeaea url(images/post_body.gif) top left repeat-x;
	padding:20px 17px 30px 17px;
}
.post p {
    text-align: justify;
}
.post img.alignright {
    margin-left: 20px;
    margin-bottom: 5px;
}
.post img {
	max-width: 600px;
}
.post_top
{
	width:649px;
	height:2px;
	background:url(images/post_top.gif) top left no-repeat;
	overflow:hidden;
}
.date
{
	width:30px;
	float:left;
	color:#ee0007;
	margin:0 20px 0 0;
	background:#ee0007;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:24px;
}
.date span
{
	display:block;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	line-height:14px;
}

h2.post_title
{
	font-size:30px;
	color:#000;
	line-height:30px;
	background:url(images/comments_dot.gif) bottom left repeat-x;
	width:565px;
	float:left;
	padding-bottom:10px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:21px;
}
h2.post_title a, h2.post_title a:visited
{
	text-decoration:none;
	color:#000;
}
h2.post_title a:hover
{
	color:#C00;
}
.post_meta
{
	background:#d5d5d5 url(images/post_end.gif) top left repeat-x;
	padding:12px 18px;
	font-size:12px;
	color:#000;
	
}
.post_meta a, .post_meta a:visited
{
	color:#000;
}
.post_meta a:hover
{
	color:#ee0007;
}
.post_meta img
{
	vertical-align:middle;
}
.post_meta_left
{
	float:left;
	width:500px;
}
.post_meta_right
{
	float:right;
	width:100px;
}
.post_bottom
{
	width:649px;
	height:2px;
	background:url(images/post_bottom.gif) top left no-repeat;
	overflow:hidden;
	margin:0 0 21px;
}





ol.commentlist
{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
li.comment
{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
	background:url(images/comment_end.gif) bottom left repeat-x;
	font-size:12px;
	color:#000;
	line-height:18px;
}
li.pingback
{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback .vcard
{
	padding:0 0px 0 75px;
}
li.pingback .p
{
	padding:0 0px 0 75px;
}
li.pingback .commentmetadata
{
	padding:0 0px 0 75px;
}
li.comment img
{
	border:10px solid #cfcfcf;
	float:left;
	margin:0 15px 0 0;
}

li.comment cite
{
	font-style:normal;
	font-size:16px;
	line-height:180%;
	color:#000;
	margin:0;
	padding:0 2px;
}
li.comment cite a, li.comment cite:visited
{
	color:#ee0007;
}
li.comment span
{
	font-style:normal;
	font-size:16px;
	color:#554340;
}
.commentmetadata
{
	margin:0;
	padding:0 0 8px;
	line-height:80%;
	font:italic 11px Georgia, "Times New Roman", Times, serif;
}
.comment-body
{
	width:100%;
	overflow:hidden;
}
.comment-body p
{
	width:530px;
	overflow:hidden;
	float:right;
	padding:0 0 0px 0;
}
.comment-body blockquote
{
	overflow:hidden;
	float:right;
	padding:0 0 10px 10px;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
.post_comment
{
	background:#cdcbbc;
	border:1px solid #b5b3a0;
	padding:15px 30px;
	margin-bottom:20px	
}

.commentform_inner h3
{
	padding:0 0 10px 9px;
	color:#fff;
}

.commentform_hint
{
	padding:6px 9px;
	background:#000;
	color:#fff;
	overflow:hidden;
	margin:0 0 5px 0;
}
form.commentform_form
{
	width:100%;
	overflow:hidden;
}
.commentform_left
{
	float:left;
	width:156px;
	overflow:hidden;
	padding:0 0 0 0px;
}
.commentform_right
{
	float:right;
	width:452px;
	overflow:hidden;
}
.commentform_title
{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px 0 0px 5px;
}
.commentform_left input
{
	width:140px;
	height:29px;
	padding:0 0 0 10px;
	border:0;
	margin:0 0 5px;
	background:url(images/input.gif) top left no-repeat;
}
.commentform_right textarea
{
	width:452px;
	height:119px;
	border:0;
	background:url(images/textarea.gif) top left no-repeat;
	margin:0;
}
.commentform_right input.commentform_submit
{
	width:94px;
	height:30px;
	background:url(images/post_btn.gif) top left no-repeat;
	margin:8px 0 0 0;
	font-size:12px;
	cursor:pointer;
	line-height:100%;
	border:0;
}
.footer
{
	color:#fff;
	padding:30px 0;
	font-size:12px;
}
.sidebar
{
	float:right;
	width:286px;
	
}
.sidebar a, .sidebar a:visited
{
	color:#88f0ff;
}
.sidebar a:hover
{
	color:#fff;
	text-decoration:none;
}
.sidebar ul, .sidebar ul li
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}

.sidebar ul li
{
	margin:0 0 30px 0px;
	padding:10px 20px 30px;
	background:#000 url(images/sidebar_top.gif) top left no-repeat;
	font-size:12px;
	color:#fff;
}
.sidebar ul
{
	margin:0 0 0 0px;
}

.sidebar ul li ul li
{
	border-bottom:1px solid #101c1b;
	padding:3px 0 6px 0;
	margin:0;
	background:none;
	
}

.sidebar ul li ul li ul
{
	margin:0 0 0 20px;
	border:0;
}
.sidebar ul li ul li ul li
{
	background:none;
	font-size:13px;
	padding:0;
	line-height:20px;
	border:0;
}
.sidebar h2, .sidebar h3
{
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding:3px 0 0 0px;
	color:#d31018;
	font-size:16px;
	font-weight:normal;
	background:url(images/sidebar_dots.gif) bottom left repeat-x;	
	margin:0 0 5px;
	font-style:normal;
}
h1.archive_header
{
	font-size:35px;
	color:#fff;
	margin:0 0 20px 0;
	font-weight:bold;
	letter-spacing:-2px;
}

.comment-body blockquote
{
	font:italic 12px/18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding:0 0 0 0px;
	background:none;
	margin-bottom:0px;
}

.post_pages
{
	font-size:12px;
	padding:10px 0 0px;
}
.tags
{
	font-size:12px;
	padding:10px 0 10px;
}

#dashboard a {color: transparent;}
#dashboard a:hover {color:#d31018;}


.post p.courier {
font-family: 'Courier New', Courier, Verdana, Arial, sans-serif;
font-size: 1.13em;
font-weight: 600;
color: #771D1D;
padding: 2px;
text-align: left;
width: 600px;
overflow: auto;
}
