/*
Theme Name: that.dork.jordan 2009
Theme URI: http://www.thatdorkjordan.com
Description: Custom theme for that.dork.jordan. Loosely based on WordPress Default based on<a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Jordan Bouvier
Author URI: http://www.thatdorkjordan.com.com/
Tags: purple, two columns, widgets, variable width, awesomeness
*/

body {
	background-image: url(purple_plaid.png);
	background-repeat: repeat;
	background-color: #2a092a;
	margin-left: auto;
	margin-right: auto;
}

.header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	#margin-right: 5%;
	#margin-left: 5%;
	margin-top: 15px;
	color: #65b9ff;
	border-width: 2px;
	border-style: solid;
	height: 100px;
	min-width: 600px;
	max-width: 900px;
	#width: 90%;
	background-color: #2a092a;
}

.header_text a:visited, .header_text a:link, .header_text a:active {
	color: #65b9ff;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	margin-bottom: 0px;
	margin-right: 10px;
	font-size: 40px;
	letter-spacing: 5px;
	font-variant: normal;
	font-family: monospace, "Courier New", Courier, Monaco;
}

.main_container {
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	#margin-right: 5%;
	#margin-left: 5%;
	max-width: 900px;
	#width: 90%;
	min-width: 600px;
}

.tdj_sidebar {
	float: right;
	width: 25%;
}

.sidebar {
	float: right;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 25%;
	color: #65b9ff;
}

.sidebar_widget_title {
	font-size: 15px;
	padding: 3px;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	#font-family: monospace, "Courier New", Courier, Monaco;
	color: #65b9ff;
	border-style: solid;
	border-width: 2px;
	background-color: #2a092a;
	width: 97%;
}

.sidebar_widget {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	#font-family: monospace, "Courier New", Courier, Monaco;
	font-size: 13px;
	padding: 3px;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	margin-bottom: 10px;
	width: 97%;
	color: #65b9ff;
}

.sidebar_widget_text a:link, .sidebar_widget_text a:visited, .sidebar_widget_text a:active, .sidebar_widget_text li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	#font-family: monospace, "Courier New", Courier, Monaco;
	font-size: 13px;
	color: white;
	list-style: none;
	margin: 3px;
}

.sidebar_widget_text li, .sidebar_widget_text ul {
	margin-left: 0px;
	list-style: none;
}

.sidebar_widget_text ul li{
	text-indent: -40px;
}

.content {
	background-color: white;
	float: left;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	#width: 600px;
	width: 73%;
	#color: #2a092a;
}

.content li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.post_header {
	font-size: 20px;
	#font-family: monospace, "Courier New", Courier, Monaco;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 5px;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 20px;
	color: white;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #2a092a;
	border-width: 2px;
	background-color: #412546;
}

a:link.post_header_link, a:active.post_header_link, a:visited.post_header_link, a:hover.post_header_link {
	color: white;
	font-size: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	#font-family: monospace, "Courier New", Courier, Monaco;
	letter-spacing: 2px;
}

.post_date {
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	#font-family: monospace, "Courier New", Courier, Monaco;
	letter-spacing: normal;
	color: white;
}

.post_body {
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.5em;
	text-align: left;
	#padding: 7px;
	margin-left: 25px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 0px;
	border-color: #65b9ff;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-width: 0px;
}

.post_body  {
	text-indent: 10px;
	margin: 10px 10px 10px 10px;
}

img.alignleft {
	padding: 4px;
	margin: 0px 20px 2px 0px;
	display: inline;
        float: left;
        border-style: solid;
        border-width: 0px;
        border-color: #2a092a;
        clear: both;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
        border-style: solid;
        border-width: 0px;
        border-color: #2a092a;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
        border-style: solid;
        border-width: 0px;
        border-color: #2a092a;
}

.post_meta_data {
	font-size: 13px;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	text-align: left;
	border-top-color: #2a092a;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #2a092a;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 15px;
	margin-bottom: 50px;
	margin-right: 15px;
	margin-top: 5px;
	clear: both;
}

.comments_block {
	font-size: 13px;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-top: 5px;
	border-color: #65b9ff;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-width: 0px;
}

.comments_count {
	font-size: 15px;
	margin-bottom: 10px;
}

.comment {
	font-size: 13px;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	text-align: left;
	border-top-color: #2a092a;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #2a092a;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-top: 5px;
}

.navigation, .navigation a:link, .navigation a:active, .navigation a:visited {
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	#font-family: monospace, "Courier New", Courier, Monaco;
	letter-spacing: normal;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 20px;
	color: white;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	border-color: #2a092a;
	background-color: #412546;
}

.older_entries {

}

.newer_entries {
	float: right;
	text-align: right;
}

.comment_author {
	font-style: italic;
}
