#wrapper {
	background:#fff;
	margin: 0px auto 10px auto;
	clear:both;
	width: 986px;
	position: relative;
	//top:-18px;
}

a img {
	text-decoration: none;
	border: 0 none;
}

#wrapperLeft {	
	width: 184px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	float: left;
	background-image: url(http://www.truska.com/images/back-grey-menu1.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	text-decoration: None;
	text-align: left;
}


.postmeta{
	color: #666666;
	text-decoration: none ;
	font-size:12px;
}

.postmeta a{
	color: #666666;
	font-size:12px;
}


#crumbs{
	color: #666666;
	text-decoration: none ;
	font-size:10px;
}

#crumbs a{
	color: #666666;
	font-size:10px;
}

.alignleft{
	color: #666666;
	text-decoration: none ;
	font-size:12px;
float:left;
}


.alignleft a{
	color: #666666;
	font-size:12px;
}

.alignright{
	color: #666666;
	text-decoration: none ;
	font-size:12px;
	float:right;
}


.alignright a{
	color: #666666;
	font-size:12px;
}


.size-full{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}    

.post-nav{
	clear:both;
}

#wrapperRight {
	background:#fff;
	
width: 756px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	float: left
}

#headWrapper {
	position: relative;
	//top:-18px;
}


#footerWrapper {
	width: 985px;
	position: block;
	float: left;
	height: 305px;
	background: #fff;
}


.leftmenutext {
	color: #666666;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.leftmenutext a:Link{
	color: #666666;
	text-decoration: None ;
}
.leftmenutext a:visited{
	color: #666666;
	text-decoration: None ;
}
.leftmenutext a:Active{
	color: #000099;
	text-decoration: None ;
}
.leftmenutext a:Hover{
	color: #000099;
	text-decoration: None ;
}
.leftmenutext a#current{
	color: #000099;
	text-decoration: None ;
}

.subleftmenutext {
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.subleftmenutext a:Link{
	color: #666666;
	text-decoration: None ;
}
.subleftmenutext a:visited{
	color: #666666;
	text-decoration: None ;
}
.subleftmenutext a:Active{
	color: #000099;
	text-decoration: None ;
}
.subleftmenutext a:Hover{
	color: #000099;
	text-decoration: None ;
}
.subleftmenutext a#current{
	color: #000099;
	text-decoration: None ;
}


h1 a:Link{
	color: #666; 	
	text-decoration: None ;
}
h1 a:Visited{
	color: #666; 	
	text-decoration: None ;
}
h1 a:Active{
	color: #000099; 	
	text-decoration: None ;
}
h1 a:Hover{
	color: #000099; 	
	text-decoration: None ;
}


#postList{
	width: 770px;
	float: left;
	margin-bottom: 30px;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-bottom-color:#666;
}

#postThumbLeft{
	width: 150x;
	float: left;
}

#postPreviewRight{
	width: 600px;
	float: left;
	padding-left: 15px;
}


/* =============================================================================
15 - Comments Section
	15.1 - Comment Form
	15.2 - Comments Style
============================================================================= */

.comments-box {
	padding:10px 0 0;
}
.comments-box .comments-heading{
    border:none;
    display: block;
    font-size: 1.2em;
	font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

#respond {
	display:block;
	margin:55px 0 15px;
}
#respond p {
	color:#777;
	margin:0 0 10px;
	padding-bottom: 10px;
}
#respond p.logged-in-as {
	padding-bottom: 0;
}
#respond h3 {
	margin-bottom:0;
}
#respond p.comment-notes{
	font-size:12px;
}

#commentform {
	margin:0;
}
#commentform label{
    font-size: 12px;
}
#commentform .required {
	color:#f00;
}
#commentform input[type="text"],
#commentform textarea {
	background:#fafafa;
	color:#666;
	border-color:#ccc #efefef #efefef #ccc;
	border-style:solid;
	border-width:1px;
}
#commentform input[type="text"]:focus,
#commentform textarea:focus {
	background:#fff;
	color:inherit;
}
#commentform input[type="text"] {
    clear:both;
	display:inline;
    float: left;
    margin:0 5px 10px 0;
    padding:5px 7px;
    width:170px;
}
#commentform textarea {
	width:97%;
	line-height:130%;
	padding:7px;
}
#commentform input[type="submit"] {
    background:url(images/submit.gif) repeat-x 0 0;
    border-color:#ddd #ccc #ccc #ddd;
    border-style:double;
    border-width:3px;
    cursor:pointer;
    font-size:1.2em;
    margin-top:10px;
	outline-color:#ddd;
    padding:5px;
	position:relative;
    width:170px;
}
#commentform input[type="submit"]:active{
	top:1px;
}

.reply {
	text-align:right;
	margin:5px 0 0;
}
.reply a{
	background-color:#fff;
	color:#555;
	display:inline-block;
	font-size:11px;
	font-weight:700;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	border:1px solid #ddd;
	padding:1px 6px;
}
a#cancel-comment-reply-link{
	display:inline;
	font-size:11px;
    margin-top:10px;
    width:68px;
}

.text {
	border:1px solid #e6e6e6;
	color:#777;
	width:200px;
	padding:2px;
}
.nopassword{
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}

/* Comment list */
ul.children {
	margin-left:0;
}
ol.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	list-style:none;
	margin:10px 0 0;
	padding:15px;
}
.commentlist li.depth-2,
.commentlist li.depth-4,
.commentlist li.depth-3,
.commentlist li.depth-5  {
	background:#fff;
	border-bottom:1px solid #e0e0e0;
	margin-left:15px;
}
.commentlist li.depth-3,
.commentlist li.depth-5
{
	background:#fafafa;
}
.commentlist li blockquote {
	background:url(images/quote-comment.png) 0 8px no-repeat;
	margin:0 0 11px;
	padding:0 0 0 25px;
}
.commentlist p {
	clear:both;
}
.commentlist .moderation {
	margin-top:10px;
	color:#600;
}
.commentlist .thread-even {
	background:#fafafa;
}
.commentlist .children {
	margin-top:15px;
}
.commentlist .comment-author {
	margin-bottom:5px;
}
#content .commentlist .avatar {
	background:#fff;
	border:1px solid #e9e9e9;
	display:inline;
	float:left;
	margin-right:10px;
	padding:3px;
}
.commentlist .comment-meta {
	display:inline;
	float:left;
	margin-bottom:15px;
}
.commentlist .comment-date a,
.commentlist .comment-date a:visited {
	color:#888;
	font-size:1.1em;
}
.commentlist .comment-meta a {
	color:#666 !important;
	text-decoration:none;
}
.metadata a:hover,
cite.fn a,
cite.fn a:hover {
	text-decoration:none;
}
cite.fn {
	font-size:14px;
	font-weight:700;
	font-style:normal;
	letter-spacing:-.05em;
	display:block;
	padding-top:0;
}

.comment-body ul {
	list-style:disc;
}
.comment-body ol {
	list-style:decimal;
}
.comment-body li {
	list-style:disc;
	padding:0;
	border:none;
}
.comment-body ol li {
	list-style:decimal;
}
.comment-body ol ol li{
	list-style:upper-alpha;
}
.comment-body ol ol ol li{
	list-style:lower-roman;
}
.comment-body ol ol ol ol li{
	list-style:lower-alpha;
}
.comment-body ul ul,
.comment-body ol ol,
.comment-body ul ol,
.comment-body ol ul {
	margin-bottom:0;
}