/*
Theme Name: JRadDesigns
Theme URI: http://jraddesigns.com/
Description: Wordpress theme based on JRadDesigns
Version: 1.0
Author: Justin Radomski
Author URI: http://justinradomski.me/
Tags: jraddesigns, dark, fixed width, two columns, simple
*/


/*-- Essential Items --*/
body {
	background: #131313 url('images/bg.png');
	margin: 0;
	font-family: Lucida Grande, Lucida Sans Unicode;
	font-size: 12px;
	color: #c7c7c7;
	text-shadow: 0px 2px 3px #000000
}

h2 {
	font-size: 16px;
	color: #d7d7d7;
	text-shadow: 0px 2px 3px #000000;
	z-index: 10px
}

	h2 a:hover {
		text-decoration: none;
	}

h4 {
	margin-bottom: 4px;
	margin-top: 0px;
}

menu {
	padding: 0;
	margin: 0;
}

a {
	color: #d7d7d7;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #d7d7d7;
	text-decoration: underline;
	border: none;
}

a img {
	border: none;
}

textarea {
	background: #eeeeee;
}

/*-- Universal Items --*/

.content {
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	width: 768px;
	background: url('images/content-bg.png') no-repeat center top;
}

.field {
	background: #eeeeee;
}

.logo {
	background: url('images/logo.png');
	margin-bottom: 16px;
	margin-top: 32px;
	border: 0 none;
}

.nav {
	background: url('images/nav-bg.png') no-repeat 0 center;
	width: 768px;
	text-align: center
}

.navlinks {
	background: #131313 url('images/navlinks-bg.png') center;
	margin-left: auto;
	margin-right: auto;
	width: 340px;
	list-style-type: none
}

	.navlinks li {
		display: inline;
		margin-left: 2px;
		margin-right: 2px;
		padding: 0;
	}

	.navlinks a {
	font-size: 14px;
	text-shadow: 0px 2px 3px #000000;
	color: #c7c7c7;
	text-decoration: none;
	}
		
.sidebar {
	min-height: 424px;
	display: inline-block;
	background: url('images/sidebar-bg.png') no-repeat 0 center;
	width: 200px;
	padding-top: 8px;
	padding-left: 12px;
	margin-left: 16px
}

	.sidebar h2 {
		margin-bottom: -4px;
	}
	
	.sidebar h4 {
		margin-top: 16px;
		margin-bottom: -8px;
	}
	
	.sidebar li {
		margin-left: -24px;
	}

.main {
	vertical-align: top;
	display: inline-block;
	width: 536px;
	padding-top: 8px;
}

	.main img {
		max-width: 512px;
		-webkit-box-shadow: 0px 2px 3px #0a0a0a;
		-moz-box-shadow: 0px 2px 3px #0a0a0a;
		-khtml-box-shadow: 0px 2px 3px #0a0a0a;
	}

.footer {
	background: url('images/copyright-bg.png') no-repeat 0 center;
	width: 768px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px
}

.copyright {
	background: url('images/bg.png') center;
	width: 200px;
	margin-left: auto;
	margin-right: auto
}

.footerlinks {
	float: left;
	margin-top: -8px;
	padding-bottom: 16px;
}

.latest-tweets {
}

	.latest-tweets li {
		list-style-type: none;
		margin-left: -40px;
		margin-bottom: 8px;
	}

	.latest-tweets a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.latest-tweets a:hover {
		text-decoration: underline;
	}
	
.search {
	width: 150px;
}

.navigation {
	display: block;
	text-align: center;
	font-size: 11px;
	text-shadow: none;
	margin-bottom: 48px;
}

	.navigation a {
		background: #111111;
		padding-top: 2px;
		padding-bottom: 3px;
		padding-left: 8px;
		padding-right: 8px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-top: 2px solid #0e0e0e;
		border-left: 1px solid #0e0e0e;
		border-right: 1px solid #0e0e0e;
		border-bottom: 1px solid #0e0e0e;
	}
	
	.navigation a:hover {
		text-decoration: none;
	}
	
	.navigation a:active {
		color: #c7c7c7;
		border-top: 2px solid #0d0d0d;
		border-left: 1px solid #0d0d0d;
		border-right: 1px solid #0d0d0d;
		border-bottom: 1px solid #0d0d0d;
		background: #0e0e0e;
	}

.commentlist{
	background: #111111;
	padding-top: 16px;
	padding-bottom: 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-top: 2px solid #0e0e0e;
	border-left: 1px solid #0e0e0e;
	border-right: 1px solid #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
}

.submit {
	color: #c7c7c7;
	background: #111111;
	border-top: 2px solid #0e0e0e;
	border-left: 1px solid #0e0e0e;
	border-right: 1px solid #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	cursor: hand;
	cursor: pointer;
}

	.submit:active {
		color: #c7c7c7;
		border-top: 2px solid #0d0d0d;
		border-left: 1px solid #0d0d0d;
		border-right: 1px solid #0d0d0d;
		border-bottom: 1px solid #0d0d0d;
		background: #0e0e0e;
	}

.engineering {
	background: url('images/engineering.png');
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 210px
}

.avatar {
	float: right;
	margin-right: 14px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.alignright {
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}