@charset "utf-8";
/* CSS Document */

/* Global Styles*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2f2f2f;
	margin:0;
}
a{
	color:#2f2f2f;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#ff0096;
}
:focus {
	outline-style:none;
	outline-width:0;
}
html,div, ul, li, p, h1, h2, h3, th, tr, td, table, blockquote{
	margin:0;
	padding:0;
}
ul{
	list-style-type: none;
}	
html{
	height:100%;
	margin-bottom:1px;
}	
.clear{
	clear:both;
	margin:0;
	padding:0;
}
.center{
	text-align:center;
}
select{
	/*border: 1px solid #7f9db9;
	color:#969696;
	font-size:11px;
	height:21px;
	padding-top:2px;*/
}
images{
	border:none
}
.left{
	float:left;
}
.right{
	float:right;
}

/*Main*/

div#page{
	width:945px;
	margin:0 auto;
}

/*Header*/
div#header{
	width:945px;
	height:97px;
	margin-top:16px;
	background: #444 url("images/smash-logo.gif") no-repeat;
}
a#home{
	width:320px;
	height:97px;
	display:block;
	float:left;
}
ul#nav{
	width:304px;
	float:right;
	margin-top:18px;
	font-size:11px;
}
ul#nav li.section{
	float:left;
	width:157px;
	padding-left:8px;
}
ul#nav li.second{
	float:right;
}
ul#nav li.section p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a2a0a0;
	margin-bottom:4px;
}
ul#nav li li{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-bottom:1px;
}
ul#nav a{
	font-weight:normal;
}
ul#nav a{
	text-decoration:none;
	color:#FFF;
}
ul#nav a:hover{
	/*text-decoration:underline;*/
	color:#ff0096;
}
/*Search*/
#searchform input#s {
color:#222222;
}
input#search-input {
	background-color:#444;
	border:none;
	color:#FFF;
	font-size:11px;
	margin:0 0 0 -1px;
	padding:0;
	width:145px;
	cursor:default;
}
input#search-input:hover{
	color:#FF0096;
}

/*Footer*/
div#footer{
	background: url("images/bg-dotted-line.gif") top repeat-x;
	font-size:11px;
	color:#7a7878;
	padding:11px 0 11px 8px;
	margin-top:33px;
}

/*Main Content*/
img#splash{
	margin-top:7px;
}

/*Left Column*/
div.left-column{
	width:624px;
	float:left;
	position:relative;
}
h2, h3.widget-title{
	color:#7a7878;
	font-size:11px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:11px 0 5px;
	background: url("images/bg-dotted-line.gif") bottom repeat-x;	
}
h3.widget-title{
	text-transform:uppercase;
}
h2.new-post, p#pagination{
	padding-left:167px;
	margin-bottom:-1px;
	text-transform:uppercase;
}
span#previous a, span#next a{
	color:#7a7878;
	font-weight:normal;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:11px 0 5px;
}
span#previous a{
	background: url("images/bg-previous.gif") no-repeat .1em;
	float:left;
	padding-left:10px;
}
span#previous a:hover{
	background: url("images/bg-previous-on.gif") no-repeat .1em;
	color:#ff0096;
}
span#next a{
	background: url("images/bg-next.gif") no-repeat right .3em;
	float:right;
	padding-right:7px;
}
span#next a:hover{
	background: url("images/bg-next-on.gif") no-repeat right .3em;
	color:#ff0096;
}

/*Left Sidebar Details*/
div.post-details{
	width:144px;
	float:left;
	font-size:12px;
}
div.post-details p{
	background: url("images/bg-dotted-line.gif") bottom repeat-x;
	padding:11px 0 11px 8px;
	line-height:1.6;
}
div.post-details p.date{
	padding:12px 0 12px 8px;
}

/*Posts*/
h1{
	font-size:14px;
	color:#444;
	margin-bottom:10px;
}
div.post{
	background: url("images/bg-dotted-line.gif") top repeat-x;
	padding-bottom:30px;
}
div.post-content{
	float:right;
	padding:13px 0 0 0;	
	width:457px;
}
div.post-content p{
	width:448px;
	margin-bottom:19px;
	line-height:1.3;
}
a.more, a.post-edit-link{
	background: url("images/bg-more.gif") no-repeat .1em;
	padding-left:10px;
	font-size:11px;
	float:left;
}
a.source{
	background: url("images/bg-more.gif") no-repeat right .3em;
	float:right;
	padding:0 10px 0 0;
}
a.more:hover{
	background: url("images/bg-more-on.gif") no-repeat .1em;
}
a.source:hover{
	background: url("images/bg-more-on.gif") no-repeat right .3em;
}
a.link{
	background: url("images/bg-link.gif") no-repeat right .3em;
	float:right;
	padding-right:14px;
	font-size:11px;
}
a.link:hover{
	background: url("images/bg-link-on.gif") no-repeat right .3em;
}
div.post-content blockquote p{
	color:#7a7878;
	margin:19px 0 19px 80px;
	width:378px;
}

	

/*Right Column*/
div#right-column{
	width:304px;
	float:right;
	font-size:11px;
}
div#right-column h2, div#right-column h3{
	padding-left:7px;
	margin-bottom:14px;
}
div#right-column p, li.recentcomments{
	padding-left:8px;
}
li.widget-container{
	padding-bottom:17px;
	list-style:none;
}
div.comment-block{
	margin-bottom:17px;
}
p.time{
	margin-bottom:3px;
}
p.author, li.recentcomments{
	margin-bottom:3px;
}
p.comment{
	color:#7a7878;
}
/*Comments Section*/
div#comments-section{
	width:945px;
}
div#comments-section p.comments-date, div#comments-section p.last{
	font-size:11px;
	line-height:1.2;
}
div#comments-section div.post-content p{
	padding-top:11px;
	margin:0;
}
div#comments-section p.last, div.post-details p.last{
	background:none;
	padding-bottom:0;
	margin:0
}
div#comments-section div.post-content{
	padding:0;
}
input{
	margin:0 0 13px 8px;
	font-size:11px;
	padding:3px;
}
textarea{
	border: 1px #bbbbbb solid;
	margin:0 0 13px 8px;
}
input.left{
	border: 1px #bbbbbb solid;
	height:16px;
	width:142px;
}
p.input-info{
	float:left;
	margin-top:-3px;
}
p.last{
	margin-top:10px;
}
p.input-info span{
	color:#7a7878;
}
textarea{
	width:288px;
	height:158px;
	font-size:11px;
	padding:3px;
}

/*About page*/
div.about-section{
	padding-bottom:0;
}
div.about-section p.email{
	padding-top:6px;
	margin-bottom:13px;
}
div.post-details p.about-topic{
	background: url("images/bg-dotted-line.gif") top repeat-x;	
}

/*Archives*/
div.archives{
	width:457px;
}
div#archives-filter{
	width:457px;
}
div.filter{
	width:144px;
	float:left;
}
div.filter-pad{
	margin-right:16px;
}
div.archives h3{
	background: url("images/bg-dotted-line.gif") bottom repeat-x;
	padding:0 0 5px 8px;
	font-size:12px;
	font-weight:normal;
	margin-bottom:17px;
}
div.archives p.selected{
	font-weight:bold;
}
div.archives div.filter p{
	margin:0 0 3px 8px;
	/*width:144px;*/
}
div.archives p a{
	font-weight:normal;
}
div.archives h1{
	font-size:12px;
	margin-bottom:0;
}
div.archives p.time{
	margin-bottom:3px;
	font-size:11px;
}
div#results div.post{
	width:465px;
	float:right;
	padding-bottom:0px;
}
div#results{
	padding-bottom:30px;
}
/*About page*/
div.about-section{
	padding-bottom:0;
}
div.about-section p.email{
	padding-top:6px;
	margin-bottom:13px;
}
div.post-details p.about-topic{
	background: url("../images/bg-dotted-line.gif") top repeat-x;	
}
/*Smart Archives Reloaded Styles*/
.year-list, .month-list {
	width: 100% !important;
	float: left !important;
	text-indent: 0 !important;
}
.month-list {
	margin:26px 0 0 0;	
}
.archive-list{
	margin-top:31px;
}
.year-list li, .month-list li {
	list-style: none !important;
	float: left;
	clear: none !important;
	font-size: 12px;
}

.year-list li:before, .month-list li:before {
	content: '' !important;
}

.year-list a {
	float: left;
	padding: 0 7px 0 0;
	color:#7A7878;
}
.year-list a:hover{
	color:#FF0096;
}
.month-list li{
	color:#7A7878;
	padding:0 10px 10px 0;
}

.year-list .current {
	background: url(img/archive-year-pointer.png) no-repeat center bottom;
	color: #000;
}

.month-list .current, .month-list .current a {
	background: none;
	color: #000;
}

.archive-list li {
	list-style: none !important;
	margin-bottom: 10px;
}

.archive-list li h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Fancy */
#smart-archives-fancy a {
	outline: none !important;
}

.pane {
	float: left;
	clear: both;
	display: none;
	width: 100%;
}

.month-heading {
	margin: 20px 0 10px;
}

span.month-archive-link {
	font-size: 70%;
	font-weight: normal;
}

/* Block */
#smart-archives-block {
	float: left;
	width: 100%;
}

h2.month-heading{
	display:none;
}
div.hr{
	background: url("images/bg-dotted-line.gif") bottom repeat-x;
	position:absolute;
	top:149px;
	left:1px;
	height:1px;
	width:100%;
}


div.statements blockquote {
  margin:10px;
  padding: 0px; 
  padding-left:15px; 
} 


div.statements p {
  line-height: 16px; 
  margin: 4px;
} 

