/*  
Theme Name: RAJ Blue Lines 
Theme URI: http://www.thedingo.net
Description: Blue lined theme 
Version: 1.0
Author: Ryan Jaynes
Author URI: http://www.thedingo.net

*/

body
{
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	background: url(http://www.thedingo.net/blog/wp-content/themes/rajbluelines/images/background.jpg) top left no-repeat #181b21;
}
a:link, a:visited
{
	text-decoration: none;
	color: white;
}
a:hover
{
	text-decoration: underline;
}
#header
{
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 150px;
}
#header h1
{
	width: 100%;
	text-align: left;
}
#blogdesc
{
	text-align: right;
	width: 250px;
	float: right;
	font-weight: bold;
	color: white;
}
#pageholder
{
	width: 850px;
	text-align: left;
	margin: 0px auto;
}
#container
{
	margin-left: 15px;
	float: left;
	width: 675px;
}
.title
{
	height: 24px;
	border-bottom: 2px solid #273a52;
	padding: 3px;
}
.thedate
{
	font-weight: bold;
	float: right;
	border-left: 0px solid #505050;
	padding: 0px 0px 0px 0px;
	width: 25px;
	height: 30px;
	color: silver;
	/* background: url(http://www.thedingo.net/blog/wp-content/themes/dingo/images/calendar-date.png) top left no-repeat; */
}
	.thedate .day
	{
		float: left;
		text-align: center;
		width: inherit;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0px;
	}
	.thedate .month
	{
		float: left;
		clear: left;
		font-size: 8px;
		text-align: center;
		text-transform: uppercase;
		line-height: 8px;
		width: inherit;
	}
.posttitle
{
	font-weight: bold;
	font-size: 16px;
	float: left;
}
.post
{
	background-color: #505050;
	color: #FAFAFA;
	padding: 10px;
	clear: both;
}
	/* Custom Post Content */
	.updates
	{
		background-color: #462b30;
	}
	.brazilian-jiu-jitsu
	{
		background-color: #b4d7b9;
	}
	.car-stuff-BROKEN
	{
		background: url(http://www.thedingo.net/blog/wp-content/themes/dingo/images/bg-carstuff.gif) white no-repeat top left;
	}
	/* -------------------------------- */
	
.postmetadata
{
	background: #303030;
	color: #cfe3ec;
	border-bottom: 1px solid #00346b;
	padding: 5px;
	margin-bottom: 10px;
	overflow: auto;
}
	.postmetadata .textright
	{
		float: right;
	}
	.postmetadata .textleft
	{
		float: left;
	}
.sidebar { float: left; width: 150px; color: silver; }
	.sidebar ul	{ list-style-type: none; }
	.sidebar ul li h2 { font-size: 14px; border-bottom: 1px solid gray;}
	.sidebar ul > li
	{
		margin-left: -25px;
	}
	#calendar
	{
		color: #888888;
	}
	#calendar a
	{
		font-weight: bold;
	}
li > h2
{
	color: silver;
}
#footer
{
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
	border-top: 1px solid #551C22;
	background-color: #331C25;
	font-size: .8em;
	color: white;
	text-align: right;
	padding-top: 5px;
	margin: 10px auto 0px auto;
}
	#footer .righttext
	{
		float: right;
		margin-right: 15px;
	}