/*  
Theme Name: Diggish
Theme URI: http://designcrack.com/v2/digg-ish-wordpress-theme-v10/
Description: A theme with a very slight resemblance to Digg... but not too much.
Version: 1.0
Date: January 29, 2007
Author: Brandon Thomas Baunach
Author URI: http://designcrack.com/v2/about/
Notes: If you need any help or have any comments or feedback, please email me at brandon@designcrack.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*-----------------Main Styles------------------------*/
*{
	margin:0;
	padding:0
	}
body {
	color: #333333;
	font-size: 12px;
	font-family: "trebuchet MS", Georgia, Arial;
	background-color: #ffffff;
	text-align: center;
	font-style: normal;
	}
h1, h2, h3	{
	text-transform: uppercase;
	}
img {
	border: none;
	}
a {
	text-decoration: none;
	color: #0066FF;
	}
a:hover {
	color: #bbbbbb;
	}
blockquote {
	padding: 0px 10px 0px;
	font-family: "trebuchet MS", Georgia, Arial;
	font-size: 12px;
	font-variant: small-caps;
	margin: 10px 30px 10px;
	text-align: justify;
	border-left: 1px solid #ff6600;
	}
#position {
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
#page {
	float: right;
	width: 900px;
	background:#ffffff;
	padding: 0px 10px 10px;
	text-align: left;
	}
#header {
	float: right;
	height: 80px;
	background-image: url(../../blog/Copy%20of%20digg-ish-V1-0/images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/*-----------------Header Styles------------------------*/

#headertop {
	width: 100%;
	height: 50px;
}
#headerleft {
	float: left;
	width:300px;
	background-color: transparent;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
#headerleft li{
	display: inline;
	font-size: 10px;
	}
#headerleft li a, #headerleft a:visited {
	display: inline;
	padding: 0 3px 0;
	margin: 0 2px 0;
	border: 1px solid #dddddd;
	}
#headerleft li a:hover{
	color: #ff6600;
	border: 1px solid #ff6600;
	}
#logo {
	float: left;
	width:125px;
	height: 35px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	background-image: url(../../blog/Copy%20of%20digg-ish-V1-0/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	}
#logo h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0;
	}
#logo h1 a {
	text-indent: -9999px;
	display: block;
	width: 125px;
	height: 30px;
	}

#headerright {
	float: right;
	width:300px;
	background-color: transparent;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
	}
#headermenuleft {
	float: left;
	width:400px;
	background-color: transparent;
	margin-left: 20px;
	margin-top: 5px;
	}
#headermenuleft li{
	display: inline;
	font-size: 12px;
	}
#headermenuleft a{
	padding-right: 10px;
	}
#topfeature {
	float: right;
	background-color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 200px;
	}
#headerbottom {
	float: right;
	width: 900px;
	height: 50px;
	background-image: url(../../blog/Copy%20of%20digg-ish-V1-0/images/top-bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 20px;
}

/*-----------------Sidebar Styles------------------------*/
#sidebar {
	float: right;
	width:340px;
	}
#feature {
	float: right;
	width:340px;
	height: 300px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;	
	}
#sidebarleft {
	float: left;
	width:160px;
	background-image: url(../../blog/Copy%20of%20digg-ish-V1-0/images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 60px;
	padding-bottom: 20px;
	overflow: hidden;
	/*margin: 10px 10px 10px;*/
	}
#sidebarright {
	float: right;
	width:160px;
	background-image: url(../../blog/Copy%20of%20digg-ish-V1-0/images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 60px;
	padding-bottom: 20px;
	overflow: hidden;
	/*margin: 10px 10px 10px;*/
	}
#sidebarright h2, #sidebarleft h2, #sidebarright h3, #sidebarleft h3{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	}
#sidebarright p, #sidebarleft p{
	margin-bottom: 5px;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	}
#sidebarright li, #sidebarleft li{
	margin-bottom: 5px;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 5px;
	list-style-type: none;
	}
	
/*-----------------Content Styles------------------------*/
#content {
	float: left;
	width: 530px;
	}

/*-----------------Page Styles------------------------*/
#contentpage {
	margin-left:10px;
	overflow: hidden;
	}
#contentpage h3{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	font-size: 12px;
	}
#contentpage a {
	font-style: italic;
	}
#contentpage p {
	margin-bottom: 10px;
	text-align: justify;
	}
#contentpage img {
	margin: 10px 10px 10px;
	}
#contentpage li {
	margin-left: 20px;
	}
/*-----------------Navigation Styles------------------------*/
#navigation {
	float: left;
	width: 530px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbbbbb;
	}
#alignleft {
	float: left;
	width:140px;
	height:40px;
	text-align: left;
	}
#alignright {
	float: right;
	width:140px;
	height:40px;
	text-align: right;
	}
#alignleft a, #alignright a{
font-size: 12px;
}

/*-----------------Post Styles------------------------*/
#post {
	float: left;
	width: 530px;
	text-align: left;
	}	
#postleft {
	float: left;
	width: 80px;
	height: 100px;
	text-align: center;
	/*margin: 10px 10px 10px 10px;*/
	background-image: url(http://www.shopfeatheryournest.com/blog/postleft.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
#postleft h1{
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin: 10px auto 0px;
	}
#postleft h2{
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin: 0px auto;
	}
#postright {
	text-alight: left;
	float: right;
	margin-left: 10px;
	width: 430px;
	overflow: hidden;
	}
#posttitle {
	float: left;
	padding: none;
	/*margin-bottom: 10px;*/
	width: 430px;
	}
#posttitle h3{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	font-size: 12px;
	}
#postinfo {
	margin-bottom: 20px;
	}
#postinfo p{
	color: #bbbbbb;
	font-size: .8em;
	line-height: 1.1em;
	}
#postinfo p strong{
	color: #0066CC;
	font-weight: bold;
	}
#postinfo p a{
	color: #bbbbbb;
	text-decoration: none;
	}
#postinfo p a:hover{
	color: #0066CC;
	text-decoration: none;
	}
#postcontent {
	float: left;
	margin-bottom: 20px;
	width: 430px;
	}
#postcontent a {
	font-style: italic;
	}
#postcontent p {
	margin-bottom: 10px;
	text-align: justify;
	}
#postcontent img {
	margin: 10px 10px 10px;
	}
#postcontent li {
	margin-left: 20px;
	}

/*-----------------Comment Styles------------------------*/
#commentsdiv {
margin-bottom: 20px;
}
#commentsdiv h3{
margin-bottom: 10px;
}
#commentsdiv li{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
}
#commentsdiv li{
margin-bottom: 10px;
}
.alt {
background-color: #eeeeee;
}
#commentsdiv p{
margin-bottom: 10px;
}
/*-----------------Footer Styles------------------------*/
#footer{
	float: right;
	width: 900px;
	height: 300px;
	background-image: url(../../blog/Copy%20of%20digg-ish-V1-0/images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: 1px solid #cccccc;
}
#footerleft {
	float: left;
	width:160px;
	height: 200px;
	background-color: transparent;
	margin: 10px 10px 10px;
	padding-right: 20px;
	border-right: 1px solid #dddddd;
	overflow: hidden;
	}
#footerleft h3, #footerleft h2 #footerleft li h2{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	font-size: 1em;
	}
#footerleft li, #footerright li, #footerright2 li {
	list-style-type: none;
	padding-left: 10px;
	}
#footerright {
	float: left;
	width:160px;
	height: 200px;
	background-color: transparent;
	margin: 10px 10px 10px;
	padding-right: 20px;
	border-right: 1px solid #dddddd;
	overflow: hidden;
	}
#footerright2 {
	float: left;
	width:160px;
	height: 200px;
	background-color: transparent;
	margin: 10px 10px 10px;
	padding-right: 20px;
	border-right: 1px solid #dddddd;
	overflow: hidden;
	}
#footerright h3, #footerright2 h3, #footerleft h2, #footerright li h2 {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	font-size: 10px;
	}
#footerbottom {
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 10px;
	width: 860px;
	border-top: 1px solid #cccccc;
}
/*-----------------Various Other Tags------------------------*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
