/* JLT's Main Layout class' */

/*comment form*/
#respond {
	float:left;
}



#jlt_nav {
	float:left;
	position: static;
	top:100px;

}
.sidebar_nav {
	float: left;
	position: relative;
	left:10px;
}

.sidebar_nav li {

}


.sidebar_nav a:hover {
	text-decoration : none;
	color : #990000;
	font-size : 18pt;
	letter-spacing : -2pt;
	word-spacing : 1px;
         border-bottom : 1px;
         border-bottom-style : dashed;
         border-bottom-color: #990000;
}

.sidebar_nav a {
	text-decoration : none;
	color : #990000;
	font-size : 18pt;
	letter-spacing : -2pt;
	word-spacing: 1px
}

ul{
	list-style : none;
	display: block;
}

h2 {
	text-decoration : none;
	color : black;
	font-size : xx-large;
	letter-spacing : -2pt;
	word-spacing : 1px
}

h2 a {
	color: black;
}

body {
	font-family : arial;
}
#jlt_header {
         float: left;
         width: 600px;
}
#jlt_headerimg {
	background-image: url('/wp-content/themes/justlikethatproductions/images/jlt_header.png');
	background-repeat: no-repeat;
	width: 390px;
	height: 101px;
	float:left;
	padding-bottom: 20px;
}

#jlt_footer {
	position : relative;
	float : left;
	color: black;
	font-weight: bold;
}

#jlt_footer a, .footlink a {
	color : white;
	font-weight: bold;
}

#jlt_content{
	float : left;
         width : 600px;
	color : black;
}

#jlt_content img{
	border : 0;
}
#jlt_outer {
	margin-left: auto;
	margin-right: auto;
}

.jlt_entry {
	width: 800px;
	float: left;
	border: 1px;
	padding-bottom: 10px;
	border-bottom-color: #990000;
	border-bottom-style: dashed; 

}

.jlt_entry li{
	list-style: none;
	display: inline;
}
.navigation a {
	color :white;
}

#jlt_content a {
	color :#990000;
	text-decoration : none;
}

#jlt_content a:hover {
	color :#990000;
	border-bottom: #990000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
