/* --------------------------------- */
/*       CSS by GANDR Web Design     */  
/*	      www.gandrwebdesign.com     */
/* --------------------------------- */

body,
html {
    margin:0;
    padding:0;
    background: url("http://lakejamesedinburgtexas.com/images/interface/bg.jpg") repeat-x top left;
    background-color:#e9ecd7;
    font-size: 87%;
    font-family: 'georgia', times, serif;
    line-height: 1.5;
    color: #241b1d;
    }
    
body {
    min-width:750px;
    }

/* ----- The Basics ----- */ 
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

h1 { 
	text-indent: -9999px;
	background: url("http://lakejamesedinburgtexas.com/images/interface/ljhoa.png") no-repeat top left;
	margin: 0;
	width: 250px;
	height: 100px;
	}

h2 {
	font-size: 1.5em;
	margin: .5em 0 0 0;
	padding-left:15px;
	color:#65754d;
	letter-spacing:2px;
	font-weight:normal;
}

h2 a{
	color:#65754d;
	border-bottom:1px dotted #65754d;
	}

h3 { 
	font-size: 1.17em; 
	margin: .83em 0 
	}

p {
	font-size:1em;
	margin:0 0 1.5em 0;
	padding-left:15px;
}

a{
        text-decoration:none;
	color: #241b1d;
	}
	
a:hover{
	color:#000;
	}
	
img{
        padding:0;
        margin:0;
	border:none;
	}
	
img.floatleft{
	float:left;
	padding:12px 15px 0 15px;
	}
	
img.floatright{
	float:right;
	padding:12px 15px 0 15px;
	}
	
img.update-right{
	padding:12px 0 8px 16px;
	}
	
span.classifieds{
	color:#65754d;
        text-decoration:underline;
	}
	
/* ----- The Candy Wrapper ----- */    
#wrap {
	background-color: #d5d9bc;
    margin:0 auto;
    width:890px;
    }

/* ----- The Website's Noggin ----- */    
#header {
    background: url("http://lakejamesedinburgtexas.com/images/interface/bg.jpg") repeat-x top left;
    height:115px;
    }
	
#header img{
	padding:0;
	margin:0;
	border:none;
	}
	
/* ----- The Navigation Pit ----- */    	
#nav {
	height: 30px;
	width: 100%;
	background-color: #eee;
	background: url("http://lakejamesedinburgtexas.com/images/interface/nav-back.png") repeat-x top left;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
	}
	
#nav li {
	list-style: none;
	display: inline;
	}
	
#nav li a {
	text-decoration: none;
	padding: 5px 10px;
	color: #241b1d;
	}

#nav li a:hover {
	color: #241b1d;
	background-color: #e9ecd7;
	}

/* ----- Main Content Area ----- */
#place-holder{
	float:left;
	padding:0;
	margin:0;
	min-height:320px;
	}

#flash {
    background-color: #fff;
    background: url("http://lakejamesedinburgtexas.com/images/interface/lake-james-texas-sunset.jpg") no-repeat top left;
    margin:0;
    padding:0;
    float:left;
    width:640px;
    min-height:320px;
    }

#content {
    background-color: #fff;
    margin:0;
    padding:0;
    float:left;
    width:640px;
    min-height:320px;
    }
	
#inner-content{
        margin:12px;
	padding-bottom:12px;
	}
	
#inner-content h2{
	margin-top:25px;
	margin-bottom:25px;
	}
	
#inner-content p{
	padding-right:15px;
	}

/* ----- The News Column ----- */
#news {
	background-color: #d5d9bc;
    float:left;
    width:250px;
    min-height:320px;
    }
	
#news h2{
	text-transform:uppercase;
	font-size:1.25em;
	padding-bottom:12px;
	}
	
#news li{
	list-style:none;
	padding:0 8px 0 15px;
	margin:0;
	background: url("http://lakejamesedinburgtexas.com/images/interface/bullet.png") no-repeat left;
	}
	
#news ul{
	border-bottom:1px solid #fff;
	padding:0 0 12px 15px;
	margin:0;
	}

 #news li a{
	color:#241b1d;
	}
	
#news p{
	padding-right:8px;
	}

/* ----- Home Update and it's 3 little children ----- */
#links-right {
	background: url("http://lakejamesedinburgtexas.com/images/interface/br.gif") no-repeat bottom right;
	float:left;
	width:320px;
	min-height:180px;
	border-left:1px solid #65754d;
	}
	
#links-middle {
	float:left;
	width:319px;
	min-height:180px;
	border-left:1px solid #65754d;
	}
	
#links-left {
	background: url("http://lakejamesedinburgtexas.com/images/interface/bl.gif") no-repeat bottom left;
	float:left;
	width:249px;
	min-height:180px;
	}
	

#links {
	border-top:1px solid #65754d;
	background-color: #fff;
    min-height:180px;
    clear:both;
    }
    
#links p {
    padding:10px 10px 0 15px;
    margin:0;
    }
    
/* ----- People have feet, so do websites. ----- */
#footer{
	background-color:#e9ecd7;
	padding-top:35px;
	}
	
#footer p{
	font-size:.95em;
	color: #241b1d;
	}
	
#footer a:hover{
	color:#65754d;
	border-bottom:none;
	}
	
#footer a{
	font-size:1em;
	font-weight:bold;
	color:#65754d;
	border-bottom:1px dotted #65754d;
	}

/* ----- Simple Table ----- */
table.center{
	width:85%;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
	}
	
th{
	text-align:left;
	text-decoration:underline;
	color:#65754d;
	}