/*
Theme Name: All Laced Up
Theme URI: http://www.lesliedicken.com
Description: All Laced Up Theme for Leslie Dicken 
Version: 1.0
Author: Lisa Paitz Spindler
Author URI: http://www.amberleafcreative.com
*/

body {
    background: #000000 url(images/planet.jpg) no-repeat 700px 50px;
    font-family: "Trebuchet MS", serif;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
}

#header {
	width: 600px;
	height: 140px;
	margin: 25px 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        background: #000000 url(images/header_jk.jpg) no-repeat left top;
}



/* Header */

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 40px;
	letter-spacing: -2px;
        display: none;
}

#header h2 {
	margin: 0px;
	padding-top: 38px;
	font-size: 14px;
	letter-spacing: -4px;
}

#header a {
	text-decoration: none;
	color: #333333;
}




#folio {
    width: 100%;
    height: 26px;
    margin:0; 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    background: #000000 url(images/folio_jkbg.jpg) repeat-x;
    position:absolute;
    left:0px;
    top:0px;
    padding-top: 2px;
    padding-left: 5px;
}

#folio a {
    text-decoration: none;
}

#folio a:hover{
    text-decoration: underline;
}
a {
	color: #4682B4;
        text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/* Content */

#content {
	width: 700px;
	margin: 20px 20px;
	padding: 20px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 460px;
	background-color: #F0FFFF;
	padding: 20px 20px;
	border: 3px solid #666666;
	color: #333;
}

#colOne .search {
	background-color: #000000;
	margin: 0px;
	padding-bottom: 10px;
	height: 50px;
}

#colOne h2 {
        font-size: 1.6em;
}

#colTwo {
	float: left;
	width: 180px;
}

#colTwo ul { margin: 0px; padding: 0px; }
#colTwo ul li { margin: 0px; padding: 0px; font-size: 12px; color: #fff; list-style-type: none; }
#colTwo ul ul { margin: 0px 0px 10px 0px; padding: 0px; }
#colTwo ul ul li { margin: 0px; padding: 0px; list-style-type: none; color:  #E0EEEE;}

#colTwo a {
	color: #B9D3EE;
}

#colTwo h1, #colTwo h2 {
	background: none;
	padding: 3px 0 5px 3px;
	text-transform: uppercase;
	font: 13px "Trebuchet MS" , serif;
	font-weight: bold; 
	border-bottom: 1px solid #8B7B8B; 
	color: #F8F8FF;
