/* 

Theme Name: JDTechie theme
Theme URI: the-theme's-homepage
Description: My default theme for the website
Author: Matt Duane
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.
*/
body {
	/*background: url(../img/dawn_of_ubuntu.png) repeat scroll;*/
	background: url(http://blog.jdtechie.com/wp-content/themes/jdtechie/img/back.jpg) repeat scroll;
	margin: 0;
	padding: 0;
	font: 10pt Tahoma, Verdana;
	letter-spacing: 1px;
}

a { color: #39A255;  }
a:hover { text-decoration: none; color: #C6923D;}
a:visited { color: #blue; }

.container{
	margin: 0pt auto;
	width:980px;	
	margin-left: 150px;
}

#header{
	/*background: url(../img/hdr-bkg.png) repeat-x scroll;*/
	background: url(http://blog.jdtechie.com/wp-content/themes/jdtechie/img/stripes_green.png) no-repeat scroll;
	height:180px;
	margin-left: -5px;
	margin-top: 21px;
	width: inherit;
}

#wrapper{
	margin-top: 154px;
	position: relative; /* Changed this too */
	z-index: 12;
}

#secondHeader{
     margin-left: 10px;
}

#thirdHeader{
    margin-left: 25px;
	margin-top: 15px;
}

#thirdSection{
	margin-left: 25px;
}

#navigation{
	height:60px;	
}

#index, #index div, 
#aboutMe, #aboutMe div, 
#blog , #blog div, 
#projects, #projects div, 
#contactMe,  #contactMe div {
	height:80px;
	position:absolute;
	width:97px;
	float:left;	
}

#index, #aboutMe, #blog, #projects, #contactMe{
	background-image: url(http://blog.jdtechie.com/wp-content/themes/jdtechie/img/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	top:185px;
}

#index{
	background-position: 0px -25px;
	margin-left:16px;	
}

#aboutMe{
	background-position: -98px -25px;
	margin-left:115px;
}

#blog{
	background-position: -196px -25px;
	margin-left:214px;
}

#projects{
	background-position: -294px -25px;
	margin-left:313px;
}

#contactMe{
	background-position: -392px -25px;
	margin-left:412px;
}

#index div, #aboutMe div, #blog div, #projects div, #contactMe div {
	background-image: url(http://blog.jdtechie.com/wp-content/themes/jdtechie/img/white.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}	

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;	
}

.content-top{
	background: url(http://blog.jdtechie.com/wp-content/themes/jdtechie/img/top-green.png) no-repeat;
	position: relative; /* Changed this to have it fall behind */
	height: 20px;
	width:980px;	
	z-index: 10;
}
#content-bottom{
	background: url(http://blog.jdtechie.com/wp-content/themes/jdtechie/img/bottom-green.png) no-repeat;
	/*position: relative;*/
	clear: left;
	height: 20px;
	width:980px;
}

.content-middle{
	/*background: url(../img/content-bg-twopiece.png) no-repeat scroll;*/	
    background: url(http://blog.jdtechie.com/wp-content/themes/jdtechie/img/bg-green.png) repeat-y scroll;
	margin-left: 1px;
	/*padding: 10 10 10 10;*/
	padding-left: 15px;	
	width:960px; 	
	float: left;	
	position: relative;
	z-index: 11;
}

.content-middle h1{	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16pt;
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}


.content, p, ul{
    /*background: url(../img/bg-green.png);
	background-repeat: repeat-y;*/
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10 0 10 10;		
	width:650px;
	/*position: relative;*/
	left: 0px;	
	float: left;
	padding-right: 10px;
}


.content h2{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin: inherit;
	padding: inherit;
	margin-bottom: 5px;	
	padding-bottom: 2px;
	border-bottom: 1px solid #876329;
	color:  #876329;
	padding-top: 5px;
}

.content #perm_link {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #067022;
}

.storytitle {
	margin: 0;
	text-decoration: none;
	font-size: 16pt;
}

.post {
	width: inherit;
	/*padding: 0px 0px 35px 0px;*/
	margin-bottom: 40px;
}

.post-text {
	margin-top: 10px;
}

.post-text p {
	padding-bottom: 10px;
}

.post-text h3 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #876329;
	margin-left: 4px;
}

.post-text, .post-text p{

	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;	
	
}



/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#sidebar{	
	width: 200px;	
	float: left;
	padding-left: 1em;
}

.sidebar-title {
	background: #876329;
	/*color: #69B07B;*/
	color: #FFFFFF;
	border: solid 1px #876329;	
	width: 200px;
	font-weight: bold;
	text-align: center;
}

.sidebar-content{
	background: #FFFFFF;
	border:  solid #39A255;
	border-width: 0px 1px 1px 1px;
	color:  #39A255;
	width: 200px;
	height: 250px;
}

#follow-content{
	height: 40px;
	width: 190px;
	padding-left: 10px;
	padding-top: 10px;
}

.icons {
	border-style: none;
}

li.sidebar-archive{
	list-style-type: disc;
	/*margin-left: -30px;*/
}

ul.sidebar-archive {
	width: 150px;
	list-style-type: disc;
	margin-left: -15px;
	height: auto;
}