/*typography*/

#text p, #text ul, #text ol, blockquote {
	margin:	15px 0;
}

#text h2, #text h2, #text h3 {
	margin: 15px 0 9px 0;
}

#text ol, #text ul {padding-left: 30px;}
#text ol {list-style: decimal;}
#text ul {list-style: disc;}

blockquote {
	background: url(../images/blockquote-back.gif) repeat-y;
	padding-left: 30px;
	margin: 30px 0;	
}

#text h1 {
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3c;
}

#text h2 {
	font-weight: bold;
	color: #4581be;
}

#text h3 { margin: 42px 0 10px 0; padding: 0; font-size: 18px; line-height: 18px; color: #333; font-weight: bold; }

#text h4 { margin: 24px 0 5px 0; font-size: 12px; text-transform: uppercase; line-height: 12px; font-weight: bold; }

h1.pagetitle {padding-top: 20px;}

body {
	background: #e4e4e4 url(../images/body-gradiant.png) repeat-x;	
	font-family: arial;
	font-size: 14px;
	color: #696969;
}

a {
	font-weight: bold;
	color: #4581be;
	text-decoration:none;
}
a:hover {
	color: #99975C;
}

#wrap {
	width: 960px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	height: 1%;
	background: url(../images/content-back.gif) repeat-y;
}

#nav {
	background: url(../images/top-background.png) no-repeat;
	overflow: hidden;
	height: 1%;
	margin-left: -5px;
	margin-right: -5px;
	height: 36px;
	font-size: 13px;
	padding-left: 5px;
}

#nav li {
	float: left;
	background: url(../images/nav-divider.gif) right center no-repeat;
}

#nav li#last {background: none;}

#nav a {
	color: #656565;
	text-decoration: none;
	display: block;
	height: 26px;
	float: left;
	font-weight: normal;
	padding: 10px 20px 0 20px;
}

#nav a:hover, #nav .current a {
	color: #4581be;
} 

#nav .current a {
	font-weight: bold;
	background: url(../images/current-page-marker.gif) center bottom no-repeat;
}

#searchform {
	position: absolute;
	top: 0;
	width: 180px;
	right: 12px;
	font-size: 13px;
	padding: 9px 5px 10px 0;
	background: url(../images/search-back.png) right 6px no-repeat;
}

#searchform input {
	background: none;
	width: 123px;
	border: 0;
	margin-left: 5px;
	color: #696969;
	float: left;
}

#searchform label {
	float: left; 
	display: block; 
	width: 50px; 
	padding-top: 2px; 
}

#banner-ad {
	position: absolute;
	right: 30px;
	top: 60px;
	border: 1px solid black;
}

#header {
	background: url(../images/header-back.jpg) left bottom repeat-x;
	margin: 0 5px;
}

#header h1 {
	height: 112px;
	width: 409px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -5000px;
}

#footer {
	height: 103px;
	background: url(../images/footer-back.jpg);
	margin: 0 0px;
	position: relative;
	clear: both;
	font-size: 12px;
	color: #acacac;
}

#footer #attribution {
	position: absolute;
	top: 14px;
	width: 180px;
	text-align: center;
	left: 721px;
	font-size: 10px;
}

#footer a {color: #d5d5d5;}

#footer #copyright {
	position: absolute;
	left: 55px;
	top: 32px;
	line-height: 10px;
	font-size: 10px;
}

#footer span {color: #fff;}

#sidebar {
	float: left;
	width: 300px;
	border-left: 1px solid #ccc;
	margin-left: -1px;
	padding: 10px 9px 20px 9px;
}

#sidebar ul {
	margin: 12px 0;
}

#sidebar ul.subscribe {
	border: solid 1px #ccc;
	background-color: #e4e4e4;
}

#sidebar ul.subscribe li.subs {
	list-style: none;
	padding-left: 0px;
	margin: 10px 0 10px 15px;
	background: none;
	display:block;
}

#sidebar ul li.subs a.feed {
	font-weight: bold;
	font-size: 18px;
	float: left;
}

#sidebar h3, #popular-posts h3 {
	font-weight: bold;
	font-size: 19px;
	color: #000;
	margin: 20px 0 0 0;
	padding-left: 2px;
}

#sidebar li {
	font-size: 13px;	
	padding: 3px 0 3px 25px;
	background: url(../images/bullet.gif) 8px 7px no-repeat;
}

#sidebar li a {
	text-decoration: none;
	font-weight: normal; 
	color: #696969;
}

#sidebar li a:hover {
	font-weight: bold;
	color: #4581be;
	text-decoration: underline;	
}

#popular-posts {
	overflow: hidden;
	height: 1%;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#popular-posts div {
	width: 300px;
	padding: 0 16px 0 0;
	border-right: 1px dotted #848484;
}

#popular-posts .right {
	width: 245px;
	border: 0;
	padding: 0 0 10px 16px;
}

#popular-posts ul {padding: 0; list-style: none; margin: 5px 0 0 0;}

#popular-posts ul a {
	color: #3c3c3c;
	font-size: 13px;
}

#popular-posts ul a:hover {color: #4581be;}

#popular-posts li {
	line-height: 17px;
	padding: 10px 0;
	border-bottom: 1px dotted #848484;
}

#popular-posts li.last {border: 0;}

#popular-posts span {
	font-size: 12px;
	color: #848484;
}

#popular-posts h3 {
	padding: 0;
	margin: 0;
}

#sidebar #recent-posts {
	margin: 0 -9px;	
}

#metric {
	text-align: center;
	padding-top: 30px;
	background: url(../images/metric-background.png) no-repeat top center;
	margin-top: 20px;
	height: 200px;
	padding-left: 40px;
}

#popular-posts ul a {
	color: #3c3c3c;
	font-size: 13px;
}

#popular-posts ul a:hover {color: #4581be;}

#popular-posts span {
	font-size: 12px;
	color: #848484;
}

#recent-posts li {
	padding: 10px 13px;
	background: none;
	border-bottom: 1px dotted #919599;
}

#popular-posts ul a {
	color: #3c3c3c;
	font-size: 13px;
}

#popular-posts ul a:hover {color: #4581be;}

#popular-posts span {
	font-size: 12px;
	color: #848484;
}

#recent-posts li.odd {background: #f1f8ff;}

#popular-posts ul a {
	color: #3c3c3c;
	font-size: 13px;
}

#popular-posts ul a:hover {color: #4581be;}

#popular-posts span {
	font-size: 12px;
	color: #848484;
}

#recent-posts li a {
	font-weight: bold;
	display: block;
	color: #3c3c3c;
	text-decoration: underline;
	line-height: 20px;
}

div.column1 { float: left; width: 47%; padding-right: 3%; /*clear: bottom;*/ }
div.column2 { float: right; width: 47%; padding-left: 3%; /*clear: bottom;*/ }

#main-content {
	margin-left: 5px;
	width: 625px;
	float: left;
	display: inline;/*ie6*/
}

a.more-link {
	padding-right: 13px;
	background: url(../images/read-more.gif) right 3px no-repeat;
}

#featured {
	background: url(../images/featured-back.gif) -1px 0;
	overflow: hidden;
	height:1%;
	width: 620px;
	position: relative;
	border-bottom: 3px solid #fff;
}

#featured .col {
	float: left;
	width: 205px;
}

#featured h4 {
	background: url(../images/featured-back.png) no-repeat;
	height: 31px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
	width: 190px;
	line-height: 17px;
	padding-top: 13px;
}

#featured h4.twolines {
	height: 40px;
	padding-top: 4px;	
}

#featured p.excerpt {
	color: #dbecfe;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 19px 0 19px;
}

#featured .more-button {
	background: url(../images/featured-line.gif) 42px 19px no-repeat;	
	margin: 0 19px;
	padding: 10px 0;
}

.post {
	margin: 10px 0 30px 0;
}

.post p em { font-style:normal; padding: 2px 4px; -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; -moz-border-radius: 3px; -webkit-border-radius: 3px; background:#111 none repeat scroll 0 0; background-color:#ffc; }

code { padding: 2px 4px; -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; -moz-border-radius: 3px; -webkit-border-radius: 3px; background:#e4e4e4 none repeat scroll 0 0; }

#popular-posts ul a {
	color: #3c3c3c;
	font-size: 13px;
}

#popular-posts ul a:hover {color: #4581be;}

#popular-posts span {
	font-size: 12px;
	color: #848484;
}

#text h2.post-title {
	color:#3c3c3c;
	font-size: 26px;
	font-weight: bold;
	line-height: 27px;
	margin: 20px 0 0 0;
}

h2.post-title a {
	color:#3c3c3c;
	text-decoration: none;
}

h2.post-title a:hover , p.byline a:hover {color: #4581BE;}

p.byline {
	color: #808080;
	font-size: 12px;
	padding: 5px 0 7px 0;
	position: relative;
	border-bottom: 1px dotted #999;
	margin: 0 0 15px 0!important;
	height: 1%;/*ie6*/
}

p.byline a {
	color: #3c3c3c;
	text-decoration: none;
}

p.byline .comments {
	position: absolute;
	right: 0;
	top: 5px;
}

#text {
	padding: 0 20px 20px 20px;
	border-right: 1px solid #ccc;
	line-height: 22px;
}

#content-banner {
	border-top: 1px solid #ccc;	
	position: relative;
	padding: 17px 0 20px 20px;
}

#content-banner ul {
	position: absolute;
	width: 170px;
	right: 0;
	top: 20px;
	font-size:12px;
}

#content-banner li {
	padding: 4px 0;
}

#content-banner li img {
	float: left;
	padding-top: 4px;
}

#content-banner ul a {
	margin-left: 5px;
	line-height: 16px;
	font-style: italic;
	color: #323131;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#content-banner2 {
	position: absolute;
	float: right;
	z-index:0;
	right:50px;
    top:36px;
}





p.meta {
	border: 1px dotted #999;
	border-width: 1px 0;
	padding: 25px 0;
	margin-top: 15px;
}

.navigation {
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: 18px 0;
}

.navigation a {
	overflow: hidden;
	text-indent: -5000px;
	height: 30px;
	display: block;
}

.navigation .alignleft a {
	background: url(../images/previous-button.png);
	width: 88px;
}


.navigation .alignright a {
	background: url(../images/next-button.png);
	width: 55px;
}

.alignleft {float: left; padding-right: 5px; }
.alignright {float: right; padding-left: 5px; }

#text #comments, #text #comments ul {list-style: none;}

#text #comments {padding: 0;}

#text #comments li {
	padding: 0;
}

#text #comments p {margin: 10px 0;}

#comments li li {
	padding: 0  0 0 40px;	
	background: url(../images/comment-arrow.gif) 10px 30px no-repeat;
}

#comments-heading {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

p.comment-data {
	background: #d4e9ff;
	position: relative;
	padding: 5px;
	overflow: hidden;
	line-height: 33px;
	height:1%;
}

li li p.comment-data {background: #e4e4e4;}

p.comment-data strong {color: #454545;}

p.comment-data em {
	font-size: 12px;
}

p.comment-data .date {
	position: absolute;
	top: 6px;
	right: 10px;
}

img.avatar {
	margin-right: 17px;
	float: left;
}

.reply {
	text-align: right;
	font-size: 12px;	
}

#commentform {
	border-top: 1px dotted #999;
	margin: 0 -20px;
	padding: 10px 10px 10px 30px;
	position: relative;
}

#commentform label {
	width: 4em;
	font-size: 16px;
	color: #454545;
	display: block;
	float: left;
	padding-top: 4px;
}

#commentform .textarea label {
	float: none;
	width: auto;	
}

#commentform .textarea {
	background: url(../images/textarea.png) left bottom no-repeat;
}

#commentform textarea {
	margin-top: 10px;
	height: 90px;
	width: 560px;
	background: none;
	border: 0;
	font-family: arial;
	font-size: 12px;
	padding: 10px;
}

#commentform p.text-field input {
	float: left;
	height: 26px;
	width: 217px;
	background: none;
	padding: 7px 6px 0 6px;
	border: 0;
}

#commentform p.text-field {
	overflow: hidden;
	height: 1%;
	background: url(../images/input-back.png) 4em 0 no-repeat;
}

p.submit {
	overflow: hidden;
	height: 1%;
	width: 580px;
}

#commentform p.subscribe-to-comments label {
	width: 550px;
	text-align: right;
	padding-right: 10px;  
}

#comment-info {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	font-size: 16px;
	border-left: 1px dotted #999;
}

#comment-info p {
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px dotted #999;
}

#comment-info span {
	font-size: 14px;
}

#comment-info strong {color: #252424;}

#comment-info a {font-weight: normal;}

#advert{
	width: 257px !important;
	margin-left: -10px;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
	padding-left: 10px;
	overflow: hidden;
}

#advert img {
	display: block;
	float: left;
	display: inline;
}

blockquote.pullquote { float: right; width: 233px; margin-top: 0px; margin-bottom: 10px; padding: 0 3px 5px 5px; font-size: 16px; font-weight: bold; line-height: 18px; border-bottom: 1px solid #e8e8e8; text-align: right; }

blockquote.pullquote p { margin-bottom: 0; text-align: right; }

