/* STYLE 2 */

/* IMG */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/* END IMG */





/* UL LI */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* ENDUL LI */




/* COMMENTS */

.commentsblock{
	padding: 53px 0 0 0;
	background: url('images/commentsblock.jpg') no-repeat 0px 15px;
	}

li.comment{
	display: block;
	padding: 15px 0 0 0;
	}

.comment-block{
	width: 403px;
	}

.comment .comment .comment-block{
	padding: 0 0 0 35px;
	}

.comment .comment .comment .comment-block{
	padding: 0 0 0 70px;
	}

.comment .comment .comment .comment .comment-block{
	padding: 0 0 0 105px;
	}

.comment-author{
	float: left;
	width: 74px;
	padding: 0 4px 0 0;
	}

.comment-author img{
	border: 1px solid #dfcbd2;
	}

.comm_aut{
	padding: 2px 0 0 0;
	text-align: center;
	color: #935a8c;
	}

.comm_aut a, .comm_aut a:hover{
	color: #935a8c;
	}

.comment-text{
	float: left;
	width: 325px;
	}

.comment-textfon{
	width: 325px;
	background: url('images/comment-textfon.jpg') repeat-y;
	}

.comment-texttop{
	width: 325px;
	background: url('images/comment-texttop.jpg') no-repeat;
	}

.comment-textbot{
	width: 278px;
	padding: 24px 14px 8px 33px;
	background: url('images/comment-textbot.jpg') no-repeat bottom;
	}

.comment-text p{
	margin: 0 0 15px 0;
	}

.comment-text .reply{
	text-align: right;
	}

.comment-text .reply a, .atr_reply{
	color: #589eb3;
	text-decoration: none;
	margin: 0 0 0 11px;
	}

.comment-text .reply a:hover, .atr_reply:hover{
	color: #fd4d9a;
	text-decoration: none;
	}

.comm_date{
	padding: 0 0 0 25px;
}


#respond{
	padding: 15px 0 0 0;
}

#respond h4{
	font-size: 17px;
	color: #777075;
	font-family: Century Gothic, Verdana;
	margin: 0 0 15px 0;
}

.commlogin {
	width: 505px;
	height: 34px;
	padding: 12px 0 0 15px;
	background: url('images/commlogin.jpg') no-repeat;
}

#commentform {
	margin: 0;
}

#commentform input {
	width: 130px;
	padding: 2px;
	font-size: 10px;
	color: #828282;
	}

#commentform input#author {
	margin: 0 0 0 50px;
	}

#commentform input#email {
	margin: 0 0 0 110px;
	}


.commtext {
	width: 440px;
	height: 184px;
	padding: 40px 40px 0 40px;
	background: url('images/commtext.jpg') no-repeat;
}

#commentform textarea {
	width: 440px;
	height: 115px;
	border: 0;
}

.commsent {
	height: 30px;
	padding: 0 0 0 388px;
}

#commentform #submit {
	width: 130px;
	height: 20px;
	background: url('images/but130.jpg') no-repeat;
	border: 0;
	color: #9c9c9c; 
	text-shadow: 1px 1px 0px #fff; 
	font-size: 12px;
	}

@-moz-document url-prefix() {
  #commentform #submit {padding: 0 0 5px 0;}
}

.alt {
	margin: 0;
	padding: 10px;
	}



#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}




/* END COMMENTS */





/* CALENDAR */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }


/* END CALENDAR */





/* CAPTIONS */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */





/* Begin Various Tags & Classes */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

select {
	width: 130px;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 

.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

/* End Various Tags & Classes*/







