

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #fff;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img {

border:none;

}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.6em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #728fa1;
	font-weight: bold;
}

/* Sructure */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 140px;
}
	#logo {
		float: left;
		width: 300px;
		height: 100px;
		padding: 25px 10px;
		padding-bottom: 0;
	}
	#logo h1 a {
		text-decoration: none;
		color: #fff;
		font-size: 26px;
		letter-spacing: -1px;
	}
	#logo h2 {
		color: #fff;
		font-size: 10px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: lighter;
		padding:5px 0px;
		line-height:1.4em;
	}
	#search {
		width: 295px;
		height: 60px;
		float: right;
		padding-top: 20px;
		padding-bottom: 13px;
	}

	#subscribe {
		width: 495px;
		height: 35px;
		background: url(images/subscribe-bar.gif) no-repeat;
		display: block;
		float: right;
		padding-top: 10px;
		padding-left: 85px;
	}
	
	#subscribe .promo_box {
	
		font-weight:bold;
		color:#ffffff;
		display: block;
		float: left;
		text-decoration:none;
		padding:8px 0px 0px 0px;
			
	}
	#subscribe a:link, a:visited{
	
		color:#fdcd24;

			
	}
	
	#subscribe a:hover {
	
		color:#fdcd24;
		text-decoration:underline;
			
	}
	
	/* #subscribe a.s-comments {
		width: 211px;
		height: 35px;
		background: url(images/s-comments.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		float: left;
	}
	#subscribe a.s-rss {
		width: 211px;
		height: 35px;
		background: url(images/s-rss.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		float: left;
			
	}
	
		*/
#nav {
	clear: both;	
}
	#nav ul {
		list-style: none;
		padding:0px 12px 0px 0px;


	}
	#nav ul li {
		float: left;
		display: block;
	}
	#nav ul li a {
		float: left;
		display: block;
		text-decoration: none;
		padding: 13px 20px 13px 20px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;


	}	
	
	#nav ul li a:hover {
		background: url(images/nav-hover.gif) repeat-x;
	}
		
	#nav .diggy_home {	
		float:right;
	}
	
	#nav .diggy_home a{	
		color:#cccccc;
	}
	
	
#content {
	clear: both;
	padding-top: 20px;
}
#sidebar {
	width: 220px;
	float: left;
}

    #sidebar img{
		border:0px;
		}
		
	div.sidebar {
		padding: 15px 15px 15px 5px;
		background: url(images/sidebar.gif) repeat-x bottom #fff;
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}
	#sidebar h2 {
		margin-top: 10px;
		padding: 5px 0;
		border-top: 1px solid #ccc;
		padding-left: 20px;
		background: url(images/bullet.gif) no-repeat left;
		color: #223f65;
		text-transform: uppercase;
		font-size: 14px;
	}
	#sidebar ul li {
		padding: 3px;
		padding-left: 20px;
		list-style: none;
	}
	#sidebar .banner {	
		border: 1px solid #ccc;
		padding:1px;
		text-align:center;
		margin:0px 0px 10px 0px;
	}
	#sidebar .banner h2 {
		margin-top: 0px;
		padding: 5px 0;	
		text-transform: uppercase;
		font-size: 16px;
		background:none;
		border:none;
	}
	#sidebar .green {
		color: #93bb3a;
		
	}
	#sidebar .blue{
		color: #223f65;
		
	}

#column {
	width: 650px;
	float: right;
	padding-left: 20px;

}
div.big-post {
	padding: 15px;
	padding-bottom: 13px;
	background: url(images/post.gif) repeat-x bottom #fff;
	border: 1px solid #ccc;
	width: 600px;
	float: left;
	margin: 5px;

}
	div.corner {
		float: right;
		width: 88px;
		height: 79px;
		background: url(images/corner.gif) no-repeat;
		display: block;
		margin-top: -16px;
		margin-right: -16px;
	}
	div.big-post h2 a {
		text-decoration: none;
		color: #333;
		font-size: 26px;
		line-height: 1.2em;
		letter-spacing: -1px;
	}
	
	div.newpost a:link {
		height:20px;
		width:100px;
	}
	
	div.newpost a:visited {
		background:none;
	}
	
	
	
	div.big-post h3 {
		text-decoration: none;
		color: #777;
		font-size: 12px;
		padding: 5px 0;
		text-transform: uppercase;
		font-weight: lighter;
		border-bottom: 1px dotted #ccc;
	}
	
	.readmore {
		padding: 11px;
		padding-left: 55px;
		font-size: 12px;
		text-decoration: none;
		color: #444;
		border-right: 1px solid #ccc;
	}
	
	a.readmore:link{		
		background: url(images/new_post.gif) no-repeat left;	
		color: #444;	
	}
	
	a.readmore:visited{		
		background: url(images/readmore_diggy.gif) no-repeat left;
		color: #444;
	}
	
	div.small-post {
	padding: 15px;
	padding-bottom: 13px;
	background: url(images/post.gif) repeat-x bottom #fff;
	border: 1px solid #ccc;
	width: 600px;
	margin: 5px;
	float: left;
	vertical-align: top;
}
	div.small-post h2 a {
		text-decoration: none;
		color: #333;
		font-size: 19px;
		line-height: 1.2em;
		letter-spacing: -1px;
	}
	div.small-post h3 {
		text-decoration: none;
		color: #777;
		font-size: 12px;
		padding: 5px 0;
		text-transform: uppercase;
		font-weight: lighter;
		border-bottom: 1px dotted #ccc;
	}
#footer {
	clear: both;
	background: url(images/footer.gif) repeat-x bottom;
	height: 90px;
	text-align: left;
	padding-top: 20px;
}
#footer-wrapper {
		width: 900px;
		padding-top: 15px;
		padding-left: 40px;
		color: white;
		margin-left: auto ;
  		margin-right: auto ;

}
#footer-wrapper .footer_table td{

		font-size:10px;
		padding:0px 0px 0px 0px;
		line-height:1.3em;

}
#footer-wrapper .footer_table u{

		font-size:12px;

}
#sidebar li {
	list-style: none;
}
#comments {
	width: 380px;
	padding: 20px 0;
	display: block;
}
#comments form input {
	width: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
#comments form textarea {
	width: 540px;
	height: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
}
#comments h3#comments {
	font-size: 18px;
	width: 470px;
	color: #215a7c;
	padding-left: 10px;
}
#comments ol.commentlist {
	list-style: none;
}
#comments ol.commentlist li {
	width: 490px;
	clear: left;
	background: #f1f1f1;
	line-height: 1.4em;
	font-size: 13px;
	border-bottom: 1px dashed #ccc;
	color: #555;
	margin: 10px 0;
}
#comments ol.commentlist li a {
	text-decoration: none;
	color: #888;
}
table#wp-calendar {
	padding: 3px;
}
table#wp-calendar caption {
	font-size: 18px;
	padding: 5px 0;
}
table#wp-calendar td {
	padding: 7px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
	table#wp-calendar td:hover {
		background: #eee;
	}
small.post {
	padding: 10px;
	color: #777;
	line-height: 1.7em;
}
	 
/* Wordpress CSS Defaults */

.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}