/*
Theme Name: JLMMini
Theme URI: 
Description: Simple design, meant for informational sites.
Author: Erik Wiedeman
Author URI: http://www.driftingminds.com/
version: 1.0
Tags: multi-colored, simple
*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
.down {
	margin-top:20px;
}

body{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	background:#993900;
	font-size:11px;
	color:#000;
}

#page{
	width:1000px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:70px;
}

#header_title{
	padding:33px 0 0 10px;
	background:url(images/orange/logo.png) no-repeat 10px 33px;
	width:471px;
	height:85px;
}

#header_title h1{
	color:#ffffff;
	font-size:60px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:10px 0 0 20px;
	font-style:italic;
	letter-spacing:-3px;
}

#header_title h1 a{
	color:#ffffff;
}

.description{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	position:relative;
	top:-10px;
	padding:0 0 0 140px;
	color:#ffffff;
	display:block;
	letter-spacing:0;
	font-weight:normal;
}

/* MENU */

#menu{
	float:right;
	background:url(images/orange/menu_bg.gif) repeat-x;
}

#menu_items{
	background:url(images/orange/menu_left_bg.gif) no-repeat;
	float:left;
}

#menu_items ul{
	height:48px;
	float:left;
	background:url(images/orange/menu_right_bg.gif) no-repeat right top;
	padding:0 15px 0 25px;
}

#menu_items li{
	float:left;
	display:block;
	color:#ffffff;
	font-size:13px;
	padding:20px 3px 0 3px;
	font-family:"Myriad Pro", sans-serif;
	text-transform:uppercase;
}

#menu_items a {
	color:#000;
	padding:10px 6px 9px 6px;
	background:#FFF;
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;
}

#menu_items a:hover {
	text-decoration:none;
	padding:10px 6px 9px 6px;
	background:#999;
	color:#FFF;
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;
	text-shadow: #000 1px -1px 2px;
}
#menu_items a.select {
	padding:10px 6px 9px 6px;
	color:#FFF;
	background:#900;
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;
}

/* BODY */

#body{
	width:100%;
	float:left;
	background:url(images/orange/body_bg.gif) repeat-y;
}

#body_top{
	width:100%;
	float:left;
	background:url(images/orange/body_top_bg.gif) no-repeat;
}

#body_end{
	width:100%;
	float:left;
	background:url(images/orange/body_end_bg.gif) no-repeat bottom left;
	padding:0 0 40px 0;
}

#body_left{
	width:718px;
	float:left;
	padding-bottom:40px;
}

#body_right{
	width:282px;
	float:right;
}

/* FOOTER */

#footer{
	width:100%;
	height:63px;
}

#footer_text{
	padding:8px 0 0 0;
	text-align:center;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer_text a{
	color:#FFF;
}

.entry .linebreak {
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
	border-bottom:1px solid #000;
	font-weight:normal;
}
.entry .linebreak a {
	color:#990000;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	padding:0 0 0 12px;
	background:url(images/li_ar.gif) no-repeat 5px 7px;
	float:right;
}
.entry .linebreak a:hover {
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
}