html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #191919;
	color: #000;
	padding-bottom: 20px;
}
p {
	margin: 20px 0;
}
a { 
	color: #7f0708;
	text-decoration: underline;
}
a:hover {
	color: #470101;
}
#header {
	width: 100%;
	height: 50px;
	background-color: #fff;
}
#inner-header {
	width: 986px;
	margin: 0 auto;
}
#navigation{
	float: right;
	height: 50px;
	padding-right: 5px;
}

#navigation ul li{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	height: 50px;
        line-height: 50px;
	padding-right: 15px;
	list-style-type: none;
}

#navigation ul li a{
	display: inline;
	color: #191919;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	display: block;
}

#navigation ul li a:hover{
	color: #7f0708;
	text-decoration: underline;
}
#wrapper {
	width: 986px;
	margin: 30px auto;
	background: #fff;
}
#banner-holder {
	width: 986px;
	height: 90px;
	background: #333232;
}
#subnav {
	width: 986px;
	height: 30px;
	background: #f3f3f3;
	border-bottom: solid 1px #e0dede;
	clear: both;
}
#subnav ul {
	padding-left: 10px;
}
#subnav ul li{
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	list-style-type: none;
	border-right: solid 1px #e0dede;
}

#subnav ul li a{
	color: #191919;
	text-decoration: none;
}

#subnav ul li a:hover{
	color: #7f0708;
	text-decoration: underline;
}
#content {
	width: 986px;
	background: #fff;
	color: #191919;
}
#main {
	width: 646px;
	float: left;
	margin: 20px 40px 20px 20px;
	display: inline;
}
#sidebar {
	width: 260px;
	float: right;
	margin: 20px 20px 20px 0;
	display: inline;
}
#feeds {
	float: right;
	margin-top: 12px;
}
.feedInfo {
	font-size: .8em;
	height: 30px;
	line-height: 30px;
	margin: 0;
}
.feedInfo img {
	margin-bottom: -5px;
}
.feedLinks {
	margin-top: 40px;
}
.feedLinks  a {
	font-size: 12px;
}
.feedLinks p {
	margin: 10px 0;
}	
.feedLinks h5 {
	background-image: url(http://designm.ag/images/rss32.png);
	background-repeat: no-repeat;
	background-position: left center;	
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
}
.sub-links { 
	height: 20px; 
	line-height: 20px;
	display: block;
}
.sub-rss {
	background-image: url(http://designm.ag/images/rss20.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 25px;
	display: block;
} 
.sub-mail {
	background-image: url(http://designm.ag/images/mail20.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 25px;
	display: block;
}
#bsapremium {
	margin-bottom: 13px;
}
#newsList {
	margin: 20px 0;
	font-size: 12px;
}
#newsList h5 {
	background-image: url(http://designm.ag/images/news32.png);
	background-repeat: no-repeat;
	background-position: left center;	
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
}
#sidebar ul li { list-style-type: none; padding: 0 ; display: block; border-bottom: solid 1px #D7D7BB; }
#sidebar ul li a { padding: 5px 10px 5px 0; display: block; text-decoration: none; color: #000; }
#sidebar ul li a:hover { color: #7f0708; text-decoration: underline; }
.newsTitle { display: block; font-weight: bold; margin: 0; padding: 0; }
#popular {
	margin-top: 20px;
}
#popular h5 {
	background-image: url(http://designm.ag/images/popular32.png);
	background-repeat: no-repeat;
	background-position: left center;	
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
}
#friends h5 {
	background-image: url(http://designm.ag/images/friends32.png);
	background-repeat: no-repeat;
	background-position: left center;	
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
}
#search {
	margin-top: 20px;
}
#search h5 {
	background-image: url(http://designm.ag/images/search32.png);
	background-repeat: no-repeat;
	background-position: left center;	
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
	margin-bottom: 10px;
}
h1 {
	width: 200px;
	float: left;
}
h2, .post h1 {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	color: #7f0708;
	margin-bottom: 5px;
}
h2 a, .post h1 a {
	color: #7f0708;
	text-decoration: none;
}
h3 {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	margin: 30px 0 10px 0;
	clear: both;
}
h4 {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	margin: 30px 0 10px 0;
}
h2 a:hover, .post h1 a:hover {
	text-decoration: underline;
}
h5 {
	font-size: 16px;
	font-weight: bold;
}
.post img {
	background: #f3f3f3;
	padding: 5px;
	border: solid 1px #e0dede; 
}
.post ul, .post ol {
	margin-left: 20px;
}
.post ul li, .post ol li {
	margin-left: 20px;
}
.clear {
	clear: both;
}
.info {
	color: #333232;
	clear: both;
	margin: 0 0 20px 0;
	display: block;
}
.sponsored {
	margin: 20px 0;
	font-weight: bold;
}
.readMore {
	clear: both;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: dotted 2px #e0dede;
}
.readMore a {
	padding: 5px;
	color: #fff;
	background: #7f0708;
	text-decoration: none;
}
.readMore a:hover {
	background: #470101;
}
#footer {
	color: #fff;
	background: #191919;
	margin: 20px 0 0;
	padding-bottom: 30px;
}
#footer p {
	display: block;
	clear: both;
	margin: 50px 0 0 0;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}
#footerCol1 {
	width: 302px;
	float: left;
	margin: 0 40px 0 0;
	display: inline;
}
#footerCol1 h5 {
	background-image: url(http://designm.ag/images/brush32.png);
	background-repeat: no-repeat;
	background-position: left center;	
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
}
#footerCol2 {
	width: 302px;
	float: left;
	margin: 0 40px 0 0;
	display: inline;
}
#footerCol2 h5 {
	background-image: url(http://designm.ag/images/resources32.png);
	background-repeat: no-repeat;
	background-position: left center;	
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
}
#footerCol3 {
	width: 302px;
	float: left;
	margin: 0;
	display: inline;
}
#footerCol3 h5 {
	background-image: url(http://designm.ag/images/bulb32.png);
	background-repeat: no-repeat;
	background-position: left center;	
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
}
#footer h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;}
#footer ul li {
	list-style-type: none;
	border-bottom: solid 1px #3f3f3f;
}
#footer ul li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}
#footer p {
	margin: 30px 0 0 0;
}

#categoryHeading {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 40px 0;
}
.smn { margin-top: 20px; margin-left: 15px; }

blockquote { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; border-left: solid 3px #333; padding-left: 20px; }
.category-news #submittedby { display: inline; }
.category-news #categoryExcerpt { display: none; }
.category-news .info { display: none; }
.newsInfo { display: none; }
.category-news .categoryPost h2 a { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-align: left; display: block; font-style: normal; }
.category-news .newsInfo { display: block; text-align: left; margin-bottom: 30px; }
.category-news .readMore { display: none; }
#catarch { margin: 0; padding: 0; }
#catarch li { width: 100%; list-style-type: none; float: left; } 
#galleryexcerpt { display: none; }
.category-gallery .categoryPost { width: 300px; float: left; }
.category-gallery #galleryexcerpt { display: block; }
.category-gallery .categoryPost h2 a { width: 225px; font-size: .65em; display: block; text-align: left; margin-bottom: -10px; font-style: normal; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.category-gallery .categoryPost .info { display: none; }
.category-gallery .readMore { display: none; }

.imgMarg{margin:20px 0}
.mailfriend{margin: 20px 0; height: 25px; line-height: 25px; padding-left: 50px; background-image:url(http://designm.ag/images/jobmail.png);background-repeat:no-repeat;background-position:left center; display: block;}
.alignleft{float:left;margin:0 10px 10px 0}
.alignright{float:right;margin:0 0 10px 10px}
.creditdata { padding-bottom: 30px; font-style: italic; }
#job-content h2 { margin-top: 20px; }
blockqoute { font-family: Georgia, "Times New Roman", Times, serif; color: #333; padding-left: 40px; }

/* Comments
/* -------------- */	

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	display:block;
	border:0;
}
.comment-count {
	background: #fff;
	font-weight: bold;
	padding-bottom: 10px;
}

.author {
}

	.author a:link, .author a:active, .author a:visited {
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
	}
	
.author span {
	display:block;
}

.comment-text {
	line-height:19px;
	clear: both;
}
	
.comment-content {
	padding:0;
	background:#f3f3f3;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		border-bottom:1px solid #e0dede;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#ebeaea;
	}
	
	.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 #e0dede;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #e0dede;
		}
	
	
		.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 10px 2px;
					width:41px; height:40px;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

