@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#e51d9b;
}
p {
	padding:10px 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	padding-right:10px;
	float: left;
}
.alignright {
	padding-left:10px;
	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;
}
.clear {
	clear:both;
}
#wrapper {
	width:1024px;
	margin:0 auto;
}
#header {
	height:121px;
	width:850px;
	background:url(images/header_bg.gif) top no-repeat;
	padding:0 0 0 174px;
	position:relative;
}
#header h1 {
	color:#fff;
	font-size:21px;
	padding:18px 0 0 0;
}
#header h1 a {
	color:#fff;
}
#header h2 {
	color:#838383;
	font-size:12px;
	padding:8px 0 0 0;
}
#rss_search {
	padding:16px 0 0 0;
}
.rss {
	height:35px;
	line-height:16px;
	color:#e3f3f1;
	font-size:11px;
	font-weight:bold;
	background:url(images/rss.gif) left no-repeat;
	padding:10px 0 0 30px;
	float:left;
}
.rss a {
	color:#e3f3f1;
}
#rss_search form {
	padding:0 0 0 30px;
	float:left;
}
#rss_search form input[type=text] {
	width:199px;
	height:16px;
	color:#fff;
	padding:3px 10px;
	background:url(images/searchbox.gif) no-repeat;
	border:0;
}
#rss_search form input[type=image] {
	margin:5px 0 0 0;
}
#rss_search form input {
	vertical-align:middle;
}
#sidebar {
	width:241px;
	border-top:1px solid #5e5c5c;
	padding:0;
	margin:-92px 0 0 0;
	z-index:1001;
	position:relative;
	float:left;
}
#sidebar ul {
	width:231px;
	border:1px solid #fff;
	border-top:0;
	background:url(images/sidebar_bg.png);
	padding:30px 0 0 0;
	margin:0 auto;
	list-style:none;
}
#sidebar ul li {
	margin:0;
	padding:0;
}
#sidebar ul li h2 {
	width:208px;
	height:25px;
	padding:0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
	line-height:25px;
	padding-left:15px;
	background:url(images/title_bg.gif) no-repeat;
	cursor: default;
	text-transform:lowercase;
}
#sidebar ul li ul {
	width:210px;
	padding:5px 5px 5px 0;
	background:none;
	border:none;
}
#sidebar ul li ul li {
	margin:0;
	font-size:11px;
}
#sidebar ul li ul li a {
	color:#fff;
	display: block;
	padding:2px;
}
#sidebar ul li ul li ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}
#sidebar ul li ul li a:hover {
	background-color: #E51D9B;
	text-decoration:none;
}
#posts_hldr {
	width:950px;
	background:#6e0c44 url(images/posts_bg.gif) bottom no-repeat;
	margin:0 auto;
	padding:20px 0 10px 0;
}
#posts {
	width:701px;
	float:left;
}
.post {
	width:661px;
	margin:20px 0 20px 20px;
}
.post_hdr {
	position:relative;
}
.post_date {
	width:70px;
	height:55px;
	top:-17px;
	right:17px;
	padding:15px 0 0 0;
	text-align:center;
	font-weight:bold;
	background:url(images/date_bg.gif);
	z-index:1001;
	position:absolute;
}
.post_date .month {
}
.post_date .day {
	font-size:22px;
}
.post_hdr h2 {
	height:36px;
	line-height:36px;
	font-size:15px;
	padding:0 14px;
	background:url(images/post_hdr_bg.gif);
}
.post_hdr h2 a {
	color:#fff;
}
.post_cat {
	font-size:10px;
	font-weight:bold;
	padding:5px 14px 10px 14px;
}
.post_cat a {
	color:#fff;
	font-weight:normal;
}
.entry {
	width:619px;
	min-height:100px;
	height:auto !important;
	height:100px;
	background:url(images/entry_bg.gif) no-repeat top;
	font-size:11px;
	line-height:16px;
	padding:10px 20px 0 20px;
	margin:0 auto;
}
.entry a {
	color:#fff;
}
.slashdigglicious {
	float:right;
	display:block;
	clear:both;
}
.nothumb {
	margin-top:-5px;
	clear:both;
}
p {
	clear:left;
}
.post_ftr {
	min-height:35px;
	height:auto !important;
	height:35px;
	background:url(images/post_ftr_bg.gif) bottom no-repeat;
	padding:5px 20px 20px;
}
.post_ftr div {
	color:#c0c0c0;
	font-size:10px;
	background:#7d2557;
	padding:10px 15px;
	line-height:14px;
}
.post_ftr div a {
	color:#c0c0c0;
}
#footer {
	width:950px;
	margin:2px auto 0 auto;
}
#footer a {
	color:#fff;
}
#footer #lists {
	padding:12px 0 0 13px;
	height:156px;
	background:url(images/footer_bg.gif) repeat-x;
}
#lists ul {
	font-size:10px;
	line-height:14px;
	list-style:none;
	margin:0;
	padding:0;
}
#lists ul li {
	margin:0 6px;
	display:inline;
	float:left;
}
#lists ul li#meta {
	width:147px;
}
#lists ul li#recent-comments {
	width:284px;
}
#lists ul li#linkcat-2 {
	width:220px;
}
#lists ul li#archives {
	width:220px;
}
#lists ul li h2 {
	height:25px;
	font-size:12px;
	line-height:25px;
	padding-left:15px;
	cursor: default;
	text-transform:lowercase;
}
#lists ul li#meta h2 {
	background:url(images/meta_title_bg.gif) no-repeat;
}
#lists ul li#recent-comments h2 {
	background:url(images/comments_title_bg.gif) no-repeat;
}
#lists ul li#linkcat-2 h2 {
	background:url(images/blogroll_title_bg.gif) no-repeat;
}
#lists ul li#archives h2 {
	background:url(images/archives_title_bg.gif) no-repeat;
}
#lists ul li ul, #blogroll_cntnt {
	padding-top:10px;
}
#lists ul li#meta ul {
	height:100px;
	background:url(images/meta_bg.gif) no-repeat;
	padding:10px 10px 0 10px;
	margin-top:2px;
}
#lists ul li ul#recentcomments {
	height:100px;
	color:#c3c3c3;
	background:url(images/comments_bg.gif) no-repeat;
	padding:10px 10px 0 10px;
	margin-top:2px;
}
#lists ul li ul#recentcomments a {
	color:#fff;
	font-weight:bold;
}
#lists ul li div#blogroll_cntnt {
	height:100px;
	background:url(images/blogroll_bg.gif) no-repeat;
	padding:10px 10px 0 10px;
	margin-top:2px;
}
#lists ul li#archives ul {
	height:100px;
	background:url(images/archives_bg.gif) no-repeat;
	padding:10px 10px 0 10px;
	margin-top:2px;
}
#lists ul li ul #comments_cntnt {
	width:234px;
	height:91px;
	padding:0 5px;
	overflow:hidden;
	float:left;
}
#lists #blogroll_cntnt ul {
	width:170px;
	height:91px;
	padding:0 5px;
	overflow:hidden;
	float:left;
}
#lists ul li ul #archives_cntnt {
	width:170px;
	height:91px;
	padding:0 5px;
	overflow:hidden;
	float:left;
}
#lists ul li ul div li {
	display:list-item;
	margin:0;
	padding:0 0 3px 0;
	float:none;
}
/*SLIDERS*/
.track {
	height:91px;
	width:15px;
	background:url(images/track_bg.gif) center repeat-y;
	float:left;
}
.slider {
	height:23px;
	width:15px;
	cursor:pointer;
	background:url(images/handle_img.gif);
}

#sidebar ul li .aktt_tweets ul li{
	border:solid 1px #542f44;
	list-style-type: none;
	padding: 5px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
