/*
Theme Name: Magazeen
Theme URI: http://smashingmagazine.com/
Description: A bold magazine theme from <a href="http://wefunction.com">Function</a> &amp; <a href="http://smashingmagazine.com">Smashing Magazine</a>.
Version: 1.0
Author: Spencer
Author URI: http://wefunction.com/
Tags: magazine, light, link, blue, two column, widgets, jquery

	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.

/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

body {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#e0edf3;
	font:0.75em Arial, Helvetica, sans-serif; color:#5e6568;
	line-height:19px;
}

code {
	margin:0; padding:0;
	width:80%; height:auto;
	font:1.17em Georgia, "Times New Roman", Times, serif; color:#0f8eb3;
}

	pre {
		margin:0 auto; padding:5px 20px;
		background:#f4f1ec url(images/code.gif) repeat;
		border:1px solid #bbced7;
		font:0.92em Georgia, "Times New Roman", Times, serif; color:#3e3e3e;
		line-height:200%;
	}

blockquote {
	margin:0 auto; padding:5px 20px;
	width:80%; height:auto;
	background:#f8fbfc url(images/blockquote.gif) no-repeat top left; border:1px solid #edeff0;
}

img {
	margin:0; padding:0;
	border:0;
}

ins {
	color:#009999;
}

del {
	color:#990000;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h1 {
	margin:-10px 0 0 0; padding:0;
	font:bold 3.53em Verdana, Arial, Helvetica, sans-serif; color:#fefefe;
	position:relative; display:block;
}

	.post-content h1, .page-content h1 {
		margin:10px 0; padding:0;
		font:bold 2.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h1 a:link, h1 a:active, h1 a:visited {
		color:#fefefe;
		outline:0;
	}
	
	h1 a:hover {
		color:#d7d7d7;
	}

	h1 span {
		margin:10px 0 0 0;
		background:url(images/gradient.png) repeat-x;
		width:100%; height:20px;
		position:absolute; display:block;
	}

h2 {
	margin:0; padding:0;
	font:0.83em Verdana, Arial, Helvetica, sans-serif; color:#b9b9b9;
}

	.post-content h2, .page-content h2 {
		margin:10px 0; padding:0;
		font:bold 2.00em Arial, Helvetica, sans-serif; color:#53798b;
	}

h3 {
	margin:0; padding:0;
	font:bold 2.80em Arial, Helvetica, sans-serif; color:#30393d;
}

	.post-content h3, .page-content h3 {
		margin:10px 0; padding:0;
		font:bold 1.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color:#30393d;
	}
	
	h3 a:hover {
		color:#54798b;
	}
	
	h3.post-title, .single h3.post-title, h3.post-title-small {
		margin:0; padding:10px 0;
		width:380px; height:auto;
		border-bottom:4px solid #30393d;
	}
	
		.single h3.post-title {
			font-size:2.00em;
			width:275px;
		}
		
		h3.post-title-small {
			font-size:1.50em;
		}

h4 {
	margin:0; padding:0;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#fefefe;
}

	.post-content h4, .page-content h4 {
		margin:10px 0; padding:0;
		font:bold 1.17em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#footer h4 {
		margin:0 0 20px 0;
	}

h5, #searchform label {
	/* Sidebar Header */
	margin:0; padding:28px 0 0 20px;
	width:285px; height:55px;
	background:#f5fbfe url(images/sidebar-top.gif) no-repeat top center;
	font:bold 2.25em Arial, Helvetica, sans-serif; color:#587682;
}

	.post-content h5, .page-content h5 {
		margin:10px 0; padding:0;
		width:auto; height:auto;
		background:none;
		font:bold 1.00em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#tag_cloud h5, #searchform label {
		margin:0; padding:0;
		background:none;
	}

a:link, a:active {
	color:#f23183;
	text-decoration:none;
}

a:hover {
	color:#000;
}

a:visited {
	color:#f05898;
	text-decoration:none;
}

/* Header
/* -------------- */

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	margin:0; padding:13px 15px;
	font:bold 1.08em Arial, Helvetica, sans-serif; color:#34393e;
	display:block;
}

#navigation ul li a:hover {
	color:#000;
	font-weight:bold; text-decoration:underline;
}

#navigation ul.pages li.current_page_item a:link, #navigation ul.pages li.current_page_item a:active, #navigation ul.pages li.current_page_item a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	margin:-3px 0 0 0; padding:15px 15px 14px 15px;
	background:#171615 url(images/navigation-hover.gif) repeat-x bottom center;
	color:#f1f8ff; position:relative
}

a.rss:link, a.rss:active, a.rss:visited, a.rss:hover {
	margin:13px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url(images/rss.png) no-repeat top center;
	text-indent:-9999px; display:block; outline:0;
}

/* Main Content
/* -------------- */

.post-info {
	text-align:right;
	font:0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.post-info span {
		font-size:1.18em;
		display:block;
	}

		.post-info span a:link, .post-info span a:active, .post-info span a:visited {
			color:#1e1c1a;
			text-decoration:none;
		}
		
		.post-info span a:hover {
			color:#f23183;
		}
	
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0; padding:10px 20px;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}

.comment-count a:hover {
	background:#ea2f7e;
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em Arial, Helvetica, sans-serif;
	}

.post-intro strong {
	font:bold 1.33em Arial, Helvetica, sans-serif; color:#30393d;
	line-height:21px;
}

.continue-reading a:link, .continue-reading a:active, .continue-reading a:visited,
.cat-posts li.view-more a:link, .cat-posts li.view-more a:active, .cat-posts li.view-more a:visited {
	font:bold italic 1.17em Georgia, "Times New Roman", Times, serif; color:#bd4478;
}

.continue-reading a:hover,
.cat-posts li.view-more a:hover {
	color:#f2307f;
}

/* Drop Down
/* -------------- */

.category a:link, .category a:visited,
.category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom:-1px; padding:15px 25px 0 15px;
	display:inline-block;
	height:25px; outline:0;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#7f7d7e;
}

.active div {
	margin:0 0 -1px 0; padding:0 0 0 6px;
	width:auto; height:40px;
	background:url(images/cat-hover-left.gif) no-repeat top left;
	float:right; display:block; position:relative; z-index:10;
}

	.active a:link, .active a:visited {
		margin:0; padding:15px 25px 0 15px;
		width:auto; height:25px; display:inline-block;
		font:1.00em Georgia, "Times New Roman", Times, serif; color:#5c5659;
		background:url(images/cat-hover-right.gif) no-repeat top right;
	}
	
.cat-posts li.view-more {
	margin:0; padding-top:15px;
	text-align:right;
}

.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#30393d;
	display:block;
}
						
.cat-posts li a:hover {
	color:#bd4478;
}
												
	.cat-posts li span {
		font:0.92em Arial, Helvetica, sans-serif; color:#889194;
	}
	
/* Content Navigation
/* -------------- */

.navigation {
	font:normal 0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.navigation a:link, .navigation a:visited, .navigation a:active {
		font:bold 0.92em Georgia, "Times New Roman", Times, serif; color:#656c71;
	}
	
	.navigation a:hover {
		color:#35383a;
	}
	
/* Comments
/* -------------- */	

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	background:url(images/submit-comment.gif) no-repeat top center;
	display:block; outline:0; text-indent:-9999px;
	border:0;
}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}
	
/* Sidebar
/* -------------- */

#sidebar li {
	font:0.92em Arial, Helvetica, sans-serif;
}

	#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
		font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
	}
	
	#sidebar li a:hover {
		text-decoration:none;
	}
	
#sidebar .rss-date {
	margin:5px 0; padding:0;
	color:#709cb0;	
	display:block;
}

#sidebar .rssSummary {
	margin:5px 0; padding:0;
}

#sidebar li a.sidebar-read-more:link, #sidebar li a.sidebar-read-more:visited, #sidebar li a.sidebar-read-more:active,
#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
	margin:18px 0 0 25px; padding:0;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#a6b5bc;
	position:absolute;
}

	#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
		padding:1px 0 0 23px;
		line-height:16px;
		background:url(images/rss.png) no-repeat center left;
	}

#sidebar li a.sidebar-read-more:hover,
#sidebar li a.sidebar-read-more-rss:hover {
	color:#889297; text-decoration:none;
}

#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited,
#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {
	font:bold 1.35em Arial, Helvetica, sans-serif; color:#5a656a;
}

#featured-news .sidebar-content a:hover, #recent-news .sidebar-content a:hover {
	color:#475054;
}

	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span a:active,
	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active {
		margin:5px 0 0 0; padding:0;
		font:normal 1.00em Arial, Helvetica, sans-serif; color:#709cb0;
		display:block;
	}
	
	#featured-news .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#5e8293;
	}
	
#sponsored-ad p.sponsored-ad {
	font:0.92em Arial, Helvetica, sans-serif; color:#9caab1;
}

/* Footer
/* -------------- */
	
p.about-text {
	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#b2b2b2;
	line-height:17px;
}

p.copyright {
	margin:10px 0 0 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#404040;
}

/* Misc
/* -------------- */

.arial, .arial a {
	font-family:Arial, Helvetica, sans-serif;
}

/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/

.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	margin:0 auto; padding:0;
	width:940px; height:auto;
}

/* Various Columns
/* -------------- */

.col-580 {
	width:580px;
}

.col-340 {
	width:340px;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* 03 - HEADER
/* ----------------------------------------------*/

#header {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#171615 url(images/header.gif) repeat-x top center;
	border-bottom:1px solid #4a4d4c;
}

	#logo {
		margin:0; padding:60px 0;
		width:580px; height:auto;
		background:url(images/header-shade.gif) no-repeat top right;
		float:left;
	}
.logo{
padding-bottom:20px;
padding-left:15px;
padding-top:15px;
float:left;
width:500px;
}
.logo img{
border:0px;
}

.logotitle{
font-size:48px;
color:#FFFFFF;
font-weight:normal;
font-family:Impact, Verdana, Arial;
}
	
	#searchform-header {
		margin:78px 20px 0 0; padding:0;
		width:284px; height:auto;
		background:url(images/searchform-back.gif) no-repeat center left;
		float:right;
	}
	
		#searchform-header #s {
			margin:0 0 0 0; padding:6px 10px 5px 25px;
			width:165px; height:auto;
			border:0;
			background:none;
			float:left;
			font-size:0.92em; color:#aea592;
		}
		
		#searchform-header #go {
			float:right;
			margin:0;
		}
	
#navigation {
	margin:0; padding:0;
	background:#FFF url(images/navigation.gif) repeat-x bottom center;
	border-top:2px solid #393b3b; border-bottom:1px solid #FFF;
}

	#navigation ul.pages {
		margin:0 auto; padding:0;
		width:880px; height:auto;
		list-style:none; float:left;
	}
	
		#navigation ul li {
			margin:0 3px; padding:0;
			float:left; overflow:visible;
		}
		
	.rss {
		margin:0 30px 0 0; padding:0;
		width:16px; height:17px;
		float:right;
	}
	
/* 04 - DOCK
/* ----------------------------------------------*/
	
#latest-dock {
	margin:0; padding:0;
	background:#f4f6f8 url(images/dock.gif) repeat-x bottom center;
	border-bottom:1px solid #fbf9fa;
}

	.dock-back {
		padding:20px 0;
		background:url(images/dock-back.gif) no-repeat bottom center;
	}
	
		#dock {
			margin:0 auto; padding:0;
			width:940px;
			list-style:none;
			position:relative;
			text-align:center;
		}
		
			#dock li {
				margin:0; padding:0 0 18px 0;
				display:inline;
			}
			
				#dock li.dock-active {
					background:url(images/dock-shadow.png) no-repeat bottom center;
				}
			
				#dock li a:link, #dock li a:active, #dock li a:visited {
					margin:30px 7px 0 7px; padding:2px 0 0 0;
					width:75px; height:58px;
					background:url(images/dock-preview-back.png) no-repeat top center;
					display:inline-block;
				}
					
				#dock li span {
					margin:0; padding:0;
					width:980px; height:auto;
					position:absolute;
					display:none;
					top:0; left:0;
					text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#31393d;
				}
				
				.latest {
					width:980px; text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#31393d;
					position:absolute;
				}
		
/* 05 - MAIN CONTENT
/* ----------------------------------------------*/

#main-content {
	padding:20px 0;
	background:url(images/main-content.gif) no-repeat top center;
	border-top:1px solid #c6dee7;
	border-bottom:10px solid #d0dce2;
}

.post {
	margin:0 0 25px 0;
}

/* Archive Post
/* --------------- */

.archive {
	margin:0;
}
	
	.archive .post-meta {
		margin:0 0 17px 0;
	}
	
	.archive .post-info {
		font-style:italic;
	}
	
/* Small (Half) Post
/* --------------- */

.single {
	margin:0 15px 20px 0;
	width:275px; height:auto;
	float:left;
}

	.single .post-content {
		margin:0; padding:22px 17px 11px;
	}
	
	.single .post-image {
		height:180px;
	}
	
	.single .post-footer {
		padding:16px 23px;
	}
	
	.last {
		margin:0;
	}

/* Post Box
/* --------------- */
	
.post-box {
	margin:0; padding:0;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	border-bottom:1px solid #cfdbe1; border-top:0;
}

	.post-meta {
		margin:0 0 23px 0; padding:0;
		border-bottom:1px solid #FFF;
		position:relative;
	}
		
		.post-info {
			margin:0; padding:10px 5px;
			width:190px; height:auto;
			border-bottom:4px solid #889398;
			bottom:0; right:0;
			position:absolute;
		}

	.post-content, .page-content, .comment-content {
		margin:0; padding:22px 22px 11px;
		border:1px solid #FFF;
		border-bottom:1px solid #e8ebec;
		position:relative;
	}
	
		.page-content {
			padding:15px 22px 0;
		}
		
		.comment-count {
			margin:0; padding:0;
			width:auto; height:auto;
			background:#f23183;
			position:absolute; display:block;
			top:-10px; left:-10px;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}
			
	/* Post Footer
	/* --------------- */		
			
	.post-footer {
		margin:0; padding:23px;
		background:#fcfdfe;
		border-top:1px solid #FFF;
		position:relative; z-index:100;
	}
	
		.continue-reading {
			margin:0; padding:0;
			width:180px; height:auto;
			float:left;
		}
		
		.category-menu {
			margin:0; padding:0;
			width:350px; height:auto;
			float:right; text-align:right;
			position:absolute; top:10px; right:10px;
		}
		
			.indicator, .indicator-active {
				margin:0; padding:0;
				width:7px; height:5px;
				background:url(images/expand.gif) no-repeat center left;
				display:inline-block; vertical-align:middle;
			}
			
				.indicator-active {
					background:url(images/collapse.gif) no-repeat center left;
				}
		
			.dropdown {
				margin:0; padding:0;
				width:360px; height:auto;
				background:url(images/dropdown.png) no-repeat bottom center;
				text-align:left;
				display:none;
				position:relative;
			}
			
				.cat-posts {
					margin:0 auto; padding:10px 0 19px 0;
					width:322px; height:auto;
					list-style:none;
					border-top:1px solid #ebecec;
				}
				
					.cat-posts li {
						margin:0; padding:10px 15px;
						background:url(images/cat-post-li.gif) no-repeat bottom right;
					}
					
						.cat-posts li.view-more {
							background:none;
						}

/* Content Navigation
/* --------------- */	
						
.navigation {
	margin:0; padding:8px 10px;
	background:#dce8ee url(images/box-highlight.gif) repeat-x bottom center;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #d4e0e6;
}

/* WP Attachments
/* --------------- */

.wp-caption {
	margin:0 10px; padding:9px 5px 5px;
	background:#FFF;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #CCCCCC;;
	text-align:center;
}

	.wp-caption-text {
		margin:5px auto auto auto; padding:5px 0 0;
		font:0.92em Arial, Helvetica, sans-serif; color:#656c71;
	}
	
/* Inputs
/* --------------- */

.input {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}

	
/* Comments
/* --------------- */

.comment-content {
	padding:0;
	background:#f3f8fa;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		background:url(images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#f9fcfd url(images/white.gif) repeat-x bottom center;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:41px; height:40px;
					background:url(images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

/* 06 - SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	margin:0 0 0 15px; padding:0;
	width:305px; height:auto;
	list-style:none;
}

	#sidebar li {
		margin:0 0 20px 0; padding:0 0 56px 0;
		width:auto; height:auto;
		background:#f5fbfe url(images/sidebar-bottom.gif) no-repeat bottom center;
	}
	
		#sidebar #tag_cloud, #sidebar #search {
			padding:0;
			background:none;
		}
		
			#searchform {
				margin:0 auto; padding:0;
			}
			
	#sidebar #sponsored-ad {
		background:#ebf6fb;
	}
	
		#sidebar li ul, #sidebar .textwidget, #calendar_wrap {
			margin:0 auto; padding:0;
			width:245px; height:auto;
			list-style:none;
			background:#ebf6fb;
			overflow:hidden;
		}		
		
			#calendar_wrap {
				margin:0 auto;
				width:190px;		
			}
		
				#wp-calendar {
					margin:15px 0; padding:0;
					width:100%; height:auto;
				}
				
					#wp-calendar caption {
						font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
					}
					
					#wp-calendar thead tr th {
						font-weight:bold;
					}
					
					#wp-calendar td {
						font:0.92em Arial, Helvetica, sans-serif; color:#709cb0;
						border:1px solid #d2dce0; text-align:center;
					}
					
						#wp-calendar tfoot td {
							border:0;
						}
		
		#sidebar .textwidget {
			margin:0 auto 15px auto;
		}
		
			#sidebar li ul li  {
				margin:0 0 15px 0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
				.sidebar-preview {
					margin:0; padding:3px 0 0 4px;
					width:114px; height:85px;
					background:#FFF url(images/sidebar-preview-back.gif) no-repeat top center;
					float:left;
				}
				
				.sidebar-content {
					margin:0; padding:0;
					width:115px; height:auto;
					float:right;
				}
						
/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0; padding:30px 0;
	width:auto; height:auto;
	background:#171615 url(images/footer-stroke.gif) repeat-x top center;
	border-top:1px solid #171615; border-bottom:1px solid #1e1d1d;
}

	.footer-divider {
		background:url(images/footer-divider.gif) repeat-y top left;
	}

	#footer .categories {
		margin:0; padding:0;
		width:auto; height:auto;
		float:left;
	}
	
		.footer-cat {
			margin:0; padding:0;
			width:auto height:auto;
			list-style:none;
		}
		
			.footer-cat li {
				margin:5px 0; padding:0 0 0 9px;
				width:90px; height:auto;
				float:left;
				background:url(images/footer-cat-left.gif) no-repeat top left;
			}
			
				.footer-cat li a {
					margin:0; padding:0 9px 0 0;
					width:auto; height:23px; line-height:23px;
					float:left; display:block;
					background:url(images/footer-cat-right.gif) no-repeat top right;
				}
				
				.footer-cat li a:link, .footer-cat li a:active, .footer-cat li a:visited {
					font-family:Georgia, "Times New Roman", Times, serif; color:#a7a7a7;
				}
				
				.footer-cat li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {
					color:#FF00FF;
				}
				
			.footer-cat li:hover, .footer-cat li:hover a {
	  			background-position:0% -23px;
			 	color:#171615;
				cursor:pointer;
			 }
			
			.footer-cat li:hover a {
				background-position:100% -23px;
  			}
	
	#footer .about {
		margin:0; padding:0;
		width:580px; height:auto;
		float:right;
	}
	
#link-back {
	margin:0; padding:15px 0;
	background:#0c0b0b;
}

	.donators {
		margin:0; padding:0;
		width:282px; height:auto;
		float:left;
	}

		a.smashing:link, a.smashing:active, a.smashing:visited, a.smashing:hover,
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			margin:0; padding:0;
			width:154px; height:54px;
			background:url(images/smashing.gif) no-repeat top center;
			display:block; text-indent:-9999px; float:left; outline:0;
		}
		
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			width:128px;
			background:url(images/function.gif) no-repeat top center;
		}
		
/* Last Update 2.7.09 */
body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
background:#2B2F32 url(images/headerbg.gif) repeat-x top left;
font-size:12px;
}
.headerbg{
background:url(images/header.gif) no-repeat top right;
}
.wraper{
padding-left:0px;
padding-right:18px;
width:985px;
margin:0px auto;
}



.header{

}
.topnav{
border-top:3px solid #C4095A;
background:#2B2F32;
font-family:Georgia, "Times New Roman", Times, serif;
padding-top:5px;
padding-bottom:5px;
height:17px;
}

.topnav ul{
margin:0px;
padding:0px;
}
.topnav ul li{
margin:0px;
padding:0px;
list-style:none;
float:left;
}

.topnav ul li a{
border-right:1px solid #A7A6A6;
color:#A7A6A6;
display:block;
font-size:12px;
font-weight:bold;
line-height:16px;
margin:0;
padding:0 10px;
text-decoration:none;
}

.topnav ul li a:hover{
text-decoration:underline;
}

.clear{
clear:both;
}

.logo{
padding-bottom:20px;
padding-left:15px;
padding-top:15px;
float:left;
width:500px;
}
.logo img{
border:0px;
}

.logotitle{
font-size:48px;
color:#FFFFFF;
font-weight:normal;
font-family:Impact, Verdana, Arial;
}
.wraper2{
width:967px;
margin:0px auto;
background:#FFFFFF;
}
.rightcont{
width:306px;
float:right;
padding-right:2px;
}
.ad{}
.ad img{ border:0px;}

.sheading{
margin:0px;
padding:0px;
font-size:14px;
color:#A4A4A4;
padding:20px 0 3px 35px;
font-weight:bold;
}

.smainframe{padding-top:15px;}
.sframe{
background:#CFCBC5;
border:1px solid #BAB6AB;
padding-bottom:15px;
width:300px;
}
.ssubframe{
width:125px;
height:125px;
float:left;
padding-left:15px;
padding-top:15px;
}
.ssubframe img{
border:1px solid #A59B9B;
}
.catesuperframe{
padding-top:0px;
border:1px solid #E2E0E1;
margin-bottom:10px;
}
.catemainframe{

}
.cateframe{

padding-top:10px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
}

.cateframe ul{
margin:0px;
padding:0px;
}
.cateframe ul li{
padding:0px;
margin:0px;
list-style:none;
border-bottom:1px dotted #8C8C8C;
}

.cateframe ul li a{
padding:0px;
margin:0px;
display:block;
padding-left:20px;
background:url(images/buller1.gif) no-repeat 7px 7px;
font-size:12px;
padding-right:10px;
color:#575A5D;
text-decoration:none;
line-height:24px;
font-weight:bold;
}
.cateframe ul li a:hover{
text-decoration:underline;
}



.ajaxtitle{
}

.ajaxtitle a{
background:#C4095A;

display:block;
float:left;
text-decoration:none;
color:#FFFEFE;
font-size:13px;
font-weight:bold;
line-height:27px;
padding-left:21px;
padding-right:20px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.ajaxtitle a:hover{
background:#E4AD8E;
color:#C4095A;
}

.ajaxtitle a.selected{
background:#E4AD8E;
color:#C4095A;
}


.ajaxtitle a.selected:hover{
background:#C4095A;
color:#FFFEFE;
}

.featheading{
font-size:24px;
color:#404346;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0px;
padding:0px;
font-weight:normal;
border-bottom:1px solid #CCCCCC;
margin-left:5px;
margin-right:5px;
padding-bottom:3px;
padding-left:5px;
}
.featuredframe{
padding-top:10px;
float:left;
width:156px;
padding-left:6px;
}

.featuredframe2{
padding-top:10px;
float:left;
width:157px;
padding-left:4px;
}


.featborder{
border-bottom:1px solid #CCCCCC;
height:10px;
margin-left:5px;
margin-right:5px;
clear:both;
}
.featuredtitle{
color:#C4095A;
font-size:12px;
font-weight:bold;
margin:0px;
padding:0px;
padding-top:4px;
padding-bottom:3px;
}

.featuredtitle a{
color:#C4095A;
text-decoration:none;
}
.featuredtitle a:hover{
color:#C4095A;
text-decoration:underline;
}


.featuredtitle2{
color:#000000;
font-size:12px;
font-weight:bold;
margin:0px;
padding:0px;
padding-top:4px;
padding-bottom:3px;
}

.featuredtitle2 a{
color:#000000;
text-decoration:none;
}
.featuredtitle2 a:hover{
color:#000000;
text-decoration:underline;
}


.featpic{

}
.featpic img{
border:2px solid #000000;
}
.featdescription{
font-size:11px;
line-height:14px;
color:#2B2F32;
}
.readmore{
padding-top:3px;
width:149px;
}
.readmore a{
background:url(images/bullet2.gif) no-repeat 10px 4px;
font-size:11px;
color:#2860A8;
font-weight:bold;
text-decoration:none;
padding-right:10px;padding-left:20px;
}
.readmore a:hover{
text-decoration:underline;
}
.footerlinks{
text-align:center;
padding-top:20px;
}
.footerlinks a{
font-size:12px;
color:#252525;
text-decoration:none;
}
.footerlinks a:hover{
font-size:12px;
color:#252525;
text-decoration:underline;
}
.footerlinks span{
color:#2860A8;
font-weight:bold;
padding-left:5px;
padding-right:5px;
}
.footer{
background:url(images/footer.gif) repeat-x top left;
line-height:25px;
color:#CDCACA;
text-align:center;
margin-top:26px;
}

.footer a{
color:#CDCACA;
text-decoration:none;
font-weight:bold;
}
.footer a:hover{
color:#CDCACA;
text-decoration:underline;
}

.leftcont{
width:649px;
float:left;
overflow:hidden;
background:#ffffff;
padding-left:2px;
}
.slider{
width:308px;
height:403px;
float:left;
}
.popularajax{
width:332px;
float:right;
}

.cateframe3{
background:#FFFFFF;
padding-top:10px;
padding-bottom:10px;
height:163px;
}

.cateframe3 ul{
margin:0px;
padding:0px;
}
.cateframe3 ul li{
padding:0px;
margin:0px;
list-style:none;
}

.cateframe3 ul li a{
padding:0px;
margin:0px;
display:block;
width:192px;
padding-left:20px;
background:url(images/bullet.gif) no-repeat 10px 6px;
font-size:12px;
padding-right:10px;
color:#606F9C;
text-decoration:none;
line-height:18px;
}
.cateframe3 ul li a:hover{
text-decoration:underline;
}
.topslides{
padding-bottom:10px;
padding-top:7px;
border:1px solid #E0DEDF;
border-top:0px;
padding-left:7px;
margin-bottom:10px;
}
.latest{
margin:0px;
padding:0px;
font-size:24px;
border-bottom:1px dotted #AEADAB;
line-height:36px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#404346;
padding-left:10px;
font-weight:normal;
}

.latest span{
color:#C4095A;
}


.latest4{
margin:0px;
padding:0px;
border-bottom:1px dotted #AEADAB;
line-height:36px;
font-size:20px;
color:#AA0706;
font-weight:normal;
}


.posts{
overflow:hidden;
padding:12px 10px 5px;
border-bottom:2px solid #C4095A;
}
.posts .postsinfo{
	padding-bottom:6px;
	border-bottom:1px dotted #000000;
}
.posts .postsinfo .postsdate{
	width:52px;
	height:59px;
	background:transparent url(images/datebox.gif) no-repeat top left;
	float:left;
}
.posts .postsinfo .postsdate .day{
	width:45px;
	margin:10px 2px 0;
	color:#343434;
	text-align:center;
	font-size:20px;
}
.posts .postsinfo .postsdate .month{
	width:31px;
	margin-left:10px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
}
.posts .postsinfo .poststitles{
}
.posts .postsinfo .poststitles .posttitle{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#262626;
	margin:0px;
	padding:0px;
	font-weight:normal;
	padding-top:4px;
}
.posts .postsinfo .poststitles .posttitle a{
	color:#262626;
	text-decoration:none;
}
.posts .postsinfo .poststitles .posttitle a:hover{
	text-decoration:underline;
}
.posts .postsinfo .poststitles .categories{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
}
.posts .postsinfo .poststitles .categories span{
	color:#8F8F8F;
	line-height:10px;
}
.posts .postsinfo .poststitles .categories a{
	color:#8F8F8F;
	text-decoration:none;
	font-weight:normal;
}
.posts .postsinfo .poststitles .categories a:hover{
	text-decoration:underline;
}
.posts .postsinfo .poststitles .tags{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}
.posts .postsinfo .poststitles .tags span{
	color:#EF3C23;
	line-height:15px;
}
.posts .postsinfo .poststitles .tags a{
	color:#002D47;
	text-decoration:none;
}
.posts .postsinfo .poststitles .tags a:hover{
	text-decoration:underline;
}
.posts .postdescription{
	color:#3F3F3F;
	font-size:13px;
}
.posts .postdescription a{
	color:#BC090E;
	text-decoration:none;
}
.posts .postdescription a:hover{
	color:#BC090E;
	text-decoration:underline;
}
.posts .postdescription p{
	line-height:16px;
	
}
.posts .postdescription .alignleft{
	margin-right:6px;
	margin-top:10px;
	float:left;
}
.posts .postdescription .alignright{
	margin-left:6px;
	margin-top:10px;
	float:right;
}
.posts .postdescription img{
	padding:2px;
	border:1px solid #CCCCCC;
}
.posts .posticons{
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	padding:2px 0px 2px 0px;
	height:29px;
	background:transparent url(images/posts/stumble.png) repeat-x top left;
}
.posts .posticons .picon{
	border-right:1px dotted #666666;
	line-height:29px;
	padding-left:8px;
	padding-right:8px;
	width:auto;
	height:29px;
	float:left;
}
.posts .posticons .picon a{
	font-weight:bold;
	color:#3F3F3F;
	text-decoration:none;
}
.posts .posticons .picon a:hover{
	text-decoration:underline;
}

.stumble{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Arial;
	width: 100%;
	overflow: hidden;
	background: transparent url(media/blockdefault.gif) center center repeat-x;
}

.stumble li{
	display: inline;
}

.stumble li a{
	float: left;
	color: #3F3F3F;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px dotted #666666;
}

.stumble li a:hover, .stumble li .current{
	color: #3F3F3F;
	background: transparent url(images/posts/stumble_over.png) center center repeat-x;
}

.pages{
line-height:30px;
padding-right:5px;
text-align:right;
}
.pages a{
color:#FFFFFF;
text-decoration:none;
}
.pages a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.pages span{
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
}
.search{
width:307px;
height:39px;
float:right;
padding-left:24px;
padding-top:7px;
background:url(images/search.png) no-repeat top left;
}
.searchbox{
width:195px;
float:left;
height:19px;
border:1px solid #767676;
background:#2B2F32;
color:#DADADA;
height:18px;
padding-left:5px;
padding-top:2px;
}
.searchbutton{
border:1px solid #767676;
color:white;
float:left;
font-size:12px;
height:23px;
margin-left:5px;
padding-bottom:2px;
padding-left:0;
padding-right:0;
width:75px;
background:#141414;
}

.social{
padding-bottom:20px;
padding-top:5px;
border-bottom:3px solid #BC090E;
}
.social a{
display:block;
float:left;
padding:2px 10px;
margin-right:5px;
text-align:center;
border:1px solid #BEBEBE;
color:#191919;
font-size:11px;
text-decoration:none;
background:#ffffff;
}

.social a:hover{
border:1px solid #BEBEBE;
color:#ffffff;
background:#C6C1B4;
}

.social a.selected{
border:1px solid #BEBEBE;
color:#ffffff;
background:#605B5B;
}
.social a.selected:hover{
border:1px solid #BEBEBE;
color:#ffffff;
background:#941111;
}



#commentform {
	padding:10px;
	padding-top:0px;
	}

.footHeading {

border-bottom:1px dotted #000000;
color:#C4095A;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
font-weight:normal;
margin:0;
padding:4px 0 6px 10px;
}
.footHeading3{
border-top:1px solid #E8E8E8;
border-bottom:1px solid #E8E8E8;
color:#BC090E;
font-size:14px;
font-weight:bold;
margin-bottom:0;
padding:5px;
padding-left:10px;
padding-right:10px;
padding:7px;}

.contentArea .rightside { width:210px; float:left; background:#fff; }
.contentArea .rightside .footHeading { height:24px; }
.catHeading { height:24px; }


.wp-pagenavi{
text-align:right;
padding:5px 10px 5px 5px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CECCCC;
	color: #ffffff;
	background-color: #66645C;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #CECCCC;
	color: #ffffff;
	background-color: #941111;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #ffffff;
	background-color: #941111;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CECCCC;
	color: #ffffff;
	background-color: #941111;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #333333;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	border:1px solid #333333;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	border:1px solid #333333;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

p img { max-width:621px;}

.post2{

background:#F8F7F4;


border:1px solid #DCDBD7;

margin-bottom:2px;

padding:10px;

}

.comenttitle{

color:#000000;

font-size:14px;

padding-bottom:10px;

}


.comenttitle a{

color:#000000;

font-size:14px;

padding-bottom:10px;

text-decoration:none;

}

.comenttitle a:hover{

color:#141414;

font-size:14px;

padding-bottom:10px;

text-decoration:none;

}

.commentpic{

background:url(images/comments.png) no-repeat top left;

height:46px;

width:50px;

text-align:center;

float:left;

}

.commentpic img{

height:42px;

padding-top:2px;

width:46px;

}

.commenttext{

float:right;

width:561px;

}

.commenttime{

color:#5E5959;

padding-bottom:5px;
padding-top:3px;
font-size:11px;

}

.commenttime a{

color:#2860A8;

text-decoration:none;

}

.commenttime a:hover{

color:#2860A8;

text-decoration:underline;

}

.commentdetail{

color:#6C6C6C;

font-size:11px;

}

.commentdetail a{

color:#056E63;

font-size:11px;

text-decoration:none;

}

.commentdetail a:hover{

color:#19978A;

font-size:11px;

text-decoration:underline;

}

.commentdetail p{

margin:0px;

}

.lat{
padding-top:10px;
padding-bottom:10px;
padding-right:5px;
padding-left:5px;
}


.formtextbox{
width:378px;
border:1px solid #CECCCC;
margin-bottom:5px;
margin-right:4px;
font-size:11px;
height:16px;
padding-left:5px;
padding-top:2px;
}
.formtextarea{
width:614px;
padding-left:5px;
padding-right:5px;
padding-top:2px;
border:1px solid #CECCCC;
margin-bottom:5px;
font-size:11px;
}
#submit{
background:#941111;
font-weight:bold;
border:1px solid #605E54;
height:35px;
padding-bottom:3px;
color:#E8E6D7;
}


.breadcrumb3{
border-top:1px solid #3A3934;
height:22px;
line-height:20px;
text-align:left;
color:#5E5959;
border-bottom:1px dotted #666666;
background:#A7A6A6;
margin:0px auto;
font-weight:bold;
padding-left:10px;
}
.breadcrumb3 a{
color:#C4095A;
text-decoration:none;
font-weight:normal;
}
.breadcrumb3 a:hover{
text-decoration:underline;
}
.breadcrumb3 span{
color:#5D5941;
padding-left:5px;
padding-right:5px;
}

.recentframe3{
border-bottom:3px solid #BC090E;
padding-bottom:20px;
padding-top:20px;
padding-left:10px;
padding-right:10px;
}

.subscriberlinks{
padding-left:37px;
font-size:11px;
color:#A4A4A4;
}
.subscriberlinks a{
color:#AEA786;
text-decoration:none;
}
.subscriberlinks a:hover{
color:#AEA786;
text-decoration:underline;
}
.subscriberpic{
width:86px;
float:right;
}








.categoryframe{
background:#FFFFFF;
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
}

.categoryframe ul{
margin:0px;
padding:0px;
}
.categoryframe ul li{
padding:0px;
margin:0px;
list-style:none;
border-bottom:1px dotted #8C8C8C;
font-size:14px;
color:#434343;
font-weight:bold;
}

.categoryframe ul li a{
padding:0px;
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
padding-right:0px;
color:#434343;
padding-left:10px;
text-decoration:none;
line-height:30px;
font-weight:bold;
}
.categoryframe ul li a:hover{
text-decoration:underline;
}




.categoryframe ul li ul{
margin:0px;
padding:0px;

}
.categoryframe ul li ul li{
padding:0px;
margin:0px;
list-style:none;
background:#FEF4E9;
border-top:1px dotted #8C8C8C;
border-bottom:0px;
font-size:12px;
color:#434343;
font-weight:normal;
}

.categoryframe ul li ul li a{
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-right:0px;
color:#434343;
padding-left:20px;
text-decoration:none;
line-height:24px;
font-weight:normal;
background:url(images/bullet3.gif) no-repeat 10px 5px;
}
.categoryframe ul li ul li a:hover{
text-decoration:underline;
}



.subbg{
padding-top:0px;
border:1px solid #E2E0E1;
margin-bottom:10px;
background:url(images/subbg.gif) repeat-x top left;
}

.submainbg{
background:url(images/subs.gif) no-repeat 232px 10px;
}



.ajax2title{
background:#2B2F32;
}
.ajax2title a{
color:#DADADA;
background:#2B2F32;
display:block;
line-height:24px;
text-decoration:none;
float:left;
font-size:14px;
padding-left:10px;
padding-right:10px;
border-right:1px solid #D2D0D1;
}
.ajax2title a:hover{
color:#000000;
background:#ffffff;
}
.ajax2title a.selected{
color:#000000;
background:#ffffff;
}


.catesuperframe2{

border:1px solid #E2E0E1;
margin-bottom:10px;
padding-bottom:20px;
}

.footerbottom{
padding-bottom:10px;
background:url(images/footerbottom.png) no-repeat bottom left;
}
.footermid{
background:#1B1D1F url(images/footermid.gif) repeat-y top left;
padding-top:20px;
padding-bottom:20px;
}



.blogrolltitle{
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
margin:0px;
padding:0px;
padding-left:10px;
}




.blogrollsframe{
width:288px;
float:left;
}
.blogrollsframe ul{
margin:0px;
padding:0px;
padding-top:15px;
}
.blogrollsframe ul li{
padding:0px;
margin:0px;
list-style:none;

padding:0 8px;
height:23px;

}

.blogrollsframe ul li a{
padding:0px;
margin:0px;
display:block;
padding-left:16px;
background:#2E3235 url(images/bullet4.gif) no-repeat 7px 7px;
font-size:11px;
color:#999A9B;
text-decoration:none;
display:block;
line-height:18px;
border:1px solid #424141;

}
.blogrollsframe ul li a:hover{
background:#25282A url(images/bullet4.gif) no-repeat 7px 7px;

}



.blogrollsframe2{
width:360px;
float:left;

}
.blogrollsframe2 ul{
margin:0px;
padding:0px;
padding-top:15px;
}
.blogrollsframe2 ul li{
padding:0px;
margin:0px;
list-style:none;

padding:0px 8px;
height:23px;

}

.blogrollsframe2 ul li a{
padding:0px;
margin:0px;
display:block;
padding-left:16px;
background:#2E3235 url(images/bullet4.gif) no-repeat 7px 7px;
font-size:11px;
color:#999A9B;
text-decoration:none;
display:block;
line-height:18px;
border:1px solid #424141;

}
.blogrollsframe2 ul li a:hover{
background:#25282A url(images/bullet4.gif) no-repeat 7px 7px;

}


.blogrollsframe3{
width:600px;
float:left;
}

.tags{
padding:10px;
color:#767676;
margin-left:8px;
margin-right:8px;
background:#2E3235;
color:#999A9B;
margin-top:15px;
border:1px solid #424141;
}

.tags a{
color:#767676;
text-decoration:none;
}

.tags a:hover{
color:#767676;
text-decoration:underline;
}


.catesuperframe3{
padding-top:0px;
border:1px solid #E2E0E1;
margin-bottom:10px;
border-top:0px;
}


.comlabel{
display:block;
float:left;
font-family:arial;
font-size:13px;
padding-top:13px;
width:241px;
}

.fsize{
font-family:arial;
font-size:13px;
}
.combox{
width:386px;
float:left;
margin-bottom:0;
}

.related_post_title{
border-bottom:1px dotted #000000;
color:#C4095A;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
font-weight:normal;
margin:0;
padding:4px 0 6px 10px;
}

