/*  
Theme Name: Snipplr
Theme URI: http://snipplr.com
Description: Theme for the Snipplr Blog
Version: 1.0
Author: Sitening
Author URI: http://sitening.com/
*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	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;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Snipplr style: */
#blog a[href^="http://"] { background: none; padding-right: 0; } /* Overwrite default style. */
/*#maincol .post { padding: 10px 0 7px; background: url('/img/hr_dotted.png') repeat-x left bottom; }*/
#maincol .post ul li, #maincol .post ol li { background: none; margin: 7px 0 7px 25px; }
#maincol .post ol li { list-style: disc; }
#maincol .post ul li { list-style: decimal; }
#maincol .paging { margin: 26px 0; }
#maincol .post h2 a { color: #000; }
#maincol .post h2 a:hover { background: #E0F0F6; text-decoration: none; }
#answerdiv br { display: none; }
/*#commentform input { margin-bottom: 10px; }*/
