/*
Theme Name: Project Designs Blog Version 3
Theme URL: http://www.projectdesigns.org/blog
Description: Designed for the Project Designs Blog
Version: 3.0
Author: Ben Henschel
Author URL: http://www.projectdesigns.org
Copyright: 2007 - Don't take someone elses work...it's not cool.
*/
body
{
	background-color:#030303;
	color:#A0A0A0;
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
}

a img {border:none;}

#mainContainer
{
	width:800px;
	margin:50px auto;
}

/* Header
-----------------------------------------------------*/
#header {width:800px; margin-bottom:20px;}
a.logo {float:left; border:none !important;}

/*--------------------- NAV -------------------------*/
ul#nav {width:240px; float:right; margin-top:10px;}
ul#nav li {float:left; list-style-type:none; margin-left:10px;}
ul#nav li a:link, ul#nav li a:visited {color:#C1C1C1; text-decoration:none;}
ul#nav li a:hover, ul#nav li a:active {color:#EEEEEE;}
/*---------------------------------------------------*/

/*--- Twitter ---*/
.twitterContainer 
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/photo.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:250px;
	clear:both;
	margin-top:50px;
	
}

#twitter
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/twitter_bg.png);
	background-repeat: repeat-x;
	height:50px;
	position:relative;
	top:200px;
}

#twitter_update_list
{
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
}

#twitter_update_list li {list-style-type:none;}

#twitter_update_list a
{
	color:#3684A9;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
/*--- END Twitter ---*/

/* Main Content
-----------------------------------------------------*/
#mainContent
{
	width:600px;
	float:left;
	line-height:1.6em;
}

h1.theLatest
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/theLatest_header.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:600px;
	height:22px;
}

h1.theSingle
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/theSingle_header.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:600px;
	height:22px;
}

h1.theComments
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/theComments_header.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:600px;
	height:22px;
}

h1.byCategory
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/byCategory_header.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:600px;
	height:22px;
}

h1.byMonth
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/byMonth_header.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:600px;
	height:22px;
}

h1.theResults
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/theResults_header.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:600px;
	height:22px;
}

h2.title a
{
	font-size:18px;
	color:#EEEEEE;
	text-decoration:none;
	border:none;
}

h2.title a:hover {color:#3684A9;}

.postmetadata
{
	color:#3684A9;
	border-top:#282828 solid 1px;
	border-bottom:#282828 solid 1px;
	padding:10px;
	background-color:#171717;
}

.postedIn {float:left;}
.comments {float:right;}

#mainContent img
{
	border-top:#3684A9 solid 1px;
	border-bottom:#3684A9 solid 1px;
}

/*---------- Comment Style ----------*/
#comment
{
	width:550px;
	background-color:#171717;
	border:#282828 solid 1px;
	color:#EEEEEE;
}

#submit, input
{
	border:#282828 solid 1px;
	background-color:#171717;
	color:#EEEEEE;
}

.alt 
{
	background-color:#111111;
	padding:15px;
	border-top:#171717 solid 1px;
	border-bottom:#171717 solid 1px;
	margin-bottom:15px;
	margin-top:15px;
}

/* Category/Archive
-----------------------------------------------------*/
.title {color:#EEEEEE !important; font-size:14px; margin-bottom:2px;}
.title:hover {color:#3684A9 !important;}
.catArch_date {font-size:12px; color:#3684A9; font-weight:normal;}

/* Sidebar
-----------------------------------------------------*/
#sidebar
{
	width:175px;
	float:right;
}

h1.categories
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/categories_header.png);
	background-repeat:no-repeat;
	width:175px;
	height:22px;
	text-indent:-9999px;
}
h1.searchHeader
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/search_header.png);
	background-repeat:no-repeat;
	width:175px;
	height:22px;
	text-indent:-9999px;
}
h1.archives
{
	background-image: url(/blog/wp-content/themes/pdversion3/images/headers/archives_header.png);
	background-repeat:no-repeat;
	width:175px;
	height:22px;
	text-indent:-9999px;
}


li {list-style-type:none;}

#sidebar a:link, #sidebar a:visited
{
	color:#A0A0A0;
	text-decoration:none;
	border-bottom:#171717 solid 1px;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:4px;
	display:block;
}

#sidebar a:hover, #sidebar a:active {color:#EEEEEE; background-color:#171717; border-bottom:#000000 solid 1px;}
  
#search {background-color:#171717; border:#282828 solid 1px; color:#EEEEEE; margin-bottom:5px;}
#searchsubmit {background-color:#171717; border:#282828 solid 1px; color:#EEEEEE;}

/* General Link Style
-----------------------------------------------------*/
a:link, a:visited
{
	color:#3684A9;
	text-decoration:none;
	border-bottom:#255B76 dotted 1px;
}

a:hover, a:active {color:#EEEEEE;}


