 /*
Theme Name: Default
Theme URI: http://agjsystems.com
Description: The new OS template - Default
Version: 2.0
Author: Todd Lambert
*/

/* reset stuff */
	* {margin:0; padding:0;}
	:focus {outline: 0;}
/* reset */

/* body */
	body{
	font-family: helvetica, tahoma, arial, sans-serif;
	color: #634e46;
	background: #0f9cd8 url("graphics/bodybg.png") repeat-x top left;
	}
	
	body.mceContentBody {
  background: transparent;
	}

	
/* body */

/* layout */	
	
	/*#shell{max-width: 1016px;}*/
	#shell{width: 975px; overflow: hidden; margin: 0 auto; }
	
	#header {
	color: #634e46;
	padding:0 0 0 0;
	margin:0 0 6px 0;
	height:158px;
	background: transparent url("graphics/header.jpg") no-repeat 50% -2px;
	border:2px solid #432211;
	}
	
	#header h1{
	text-indent:-9999px;
	font-size:.1em;
	margin:0;
	padding:0;
	}

	#header h1 a{
	display:block;
	width:250px;
	height:110px;
	border:1px solid #FF0000;
	}
	

	#container{
	float:left;
	margin:0 0 0 0;
	width: 755px;
	max-width:1300px;
	padding: 38px 0 0 0;
	margin-top: 5px;
	border-right: 0px solid #FF0000;
	background: transparent url("") no-repeat top left;
	position:relative;
	}
	
	#container .box{margin-left:20px;}
	
	/*#ext div.box{margin-right:20px;}*/
	#ext div.box{margin-right:0px;}
	#ext {margin:0 0 0 0; padding:0 0 0 2.5em;}

	#main{
	background: transparent url("graphics/contentcenter.png") repeat-y top left;
	margin:0 0 0 0;
	padding:0 5px 10px 5px;
	border:0px solid #666;
	width:100%;
	float:left;
	}
	
	#contentinside {
	float:right;
	margin: 0 11px 0 0;
	padding: .5em 1.5em 0 .5em;
	border:0px solid blue;
	min-height:600px;
	width:500px;
	background-color: #FFF;
	display: inline;
	}
	
	#contentinside table,.mceContentBody table {
  width: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
	}
	#contentinside table td,.mceContentBody table td {
  padding: 5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
	}
	
	#sidebar {
	margin: 0 0 0 0;
	padding:1em 0 0 .5em;
	width:205px;
	border-right:0px solid red;
	z-index:44;
	text-align: center;
	
	}
	
	#menu{
	background-color: #EEE6D9;
	border:2px solid #443127;
	border-top:1px solid #443127;
	width:200px;
	margin:0 0 0 0;
	padding:0;
	}
	
	#menumeta {line-height: 16px; position:relative; text-align: center; margin:3px 0 5px 0;}
	#menumeta img{margin-right:20px; vertical-align: middle;}

	
/* layout */

/* formatting */

	
	#contentinside h2,.mceContentBody h2{
	color: #634e46;
	padding:10px 0 4px 0;
	margin:5px 0 12px 0;
	font-family: georgia, tahoma, verdana, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2em;
	}
	
	/* #contentinside h2:first-letter{
	color:#B49B68; font-weight:bold; margin:0 2px 0 0;
	}*/
	
	#contentinside h2 .first-word,.mceContentBody h2 .first-word {color:#B49B68; font-weight:bold;}
	
	#contentinside h3,.mceContentBody h3 {
	color: #634e46;
	font-family: helvetica, tahoma, verdana, sans-serif;
	font-weight: bold;
	clear:both;
	margin:0 0;
	}
	
	.box h3 {
	background: #B49B68 url("graphics/boxtop.png") no-repeat top left;
	font-size:1.8em;
	line-height:29px;
	padding:0 0 0 0;
	margin:0;
	height:28px;
	color:#fff;
	text-align: center;
	}
	
	
	#menubox h3 {
	background: #B49B68 url("graphics/menuboxtop.png") no-repeat top left;
	}
	
	.box{
	position:relative;
	margin: .5em;
	float:left;
	width:214px;
	text-align:center;
	padding-bottom:0;
	background: #FFF url("graphics/boxcontent.png") repeat-y bottom left;	
 	}
 	
 	.boxcontent{
	padding: 1em;
	min-height:200px;
	}
 	
 	.box p, ul li{text-align: left;}
 	.box li{margin:0 0 .8em 2em;}
 	
 	#menubox{
	background-color: #EEE6D9;
	width:210px;
	padding:0;
	background: #EEE6D9 url("") repeat-y bottom left;
	border:2px solid #443127;
	border-top:0px solid #443127;
	min-height: 150px;
	text-align:center;
	}
	
	#menubox li{margin:0 0 .8em 1.8em; background-color: #EEE6D9;}

	.breadcrumb{
	clear:both;
	border-top: 2px solid #F3F3F3;
	padding:.5em 0 0 0;
	margin:40px 0 0 0;
	font-size:.8em;
	}
	
	#topmenu{
	padding: 0;
	margin: 0 0 0 0;
	height: 3.9em;
	background: transparent url("graphics/contenttop.png") no-repeat top left;
	clear: both;
	color: #FFF;
	width:755px;
	position:absolute;
	top:0;
	}
	

	#footer{
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	height: 3.1em;
	background: transparent url("graphics/footerbg.png") no-repeat top left;
	clear: both;
	color: #443127;
	width:755px;
	clear:left;
	}
	#footer img {margin:0 .5em;}
	
	#copyright{
	float: right;
	text-align: right;
	padding: .8em 2em 0 0;
	}
	
	.details{
	float: left;
	padding: .8em 0 0 2em;
	}
	
	.inset {
	float: right;
	padding: .5em;
	margin: .5em;
	font-size: .8em;
	}


	
	.forms label{
	display:block;
	margin-bottom:0;
	border-bottom:1px solid #C6D2DA;
	}
	
	.forms label span {
	display:block;
	float:left;
	padding:3px 6px 0 0;
	margin:0 3px 0 0;
	width:auto;
	text-align:right;
	}
	
	.forms label span.req{
	color:red;
	border:0px solid red;
	}
	
	
	fieldset {
	margin: 0 0 20px 0;
	padding: 0 10px 15px 10px;
	background-color:#D4E6F0;
	border: 1px solid #AC9D75;
	overflow: auto;
	text-align:right;
	}
	
	legend {
	padding: 2px 5px;
	color: #634e46;
	font-size:1.8em;
	}

	
	
	.line {
	clear:both;
	border-top: 1px solid #F3F3F3;
	padding-top:.5em;
	margin-top:.5em;
	}
	
	body {font-size:62.5%;}
	h1 {font-size: 1.8em; margin: 0; padding: 0;} 
	h2 {font-size: 1.2em; margin: .9em 0; padding: 0;} 
	h3{font-size: 1.1em; margin: .8em 0; padding: 0;}
	
	.large {font-size: 205%;} 
	.larger {font-size: 250%;} 
	.largest {font-size: 300%;} 
	
	.small {font-size: 61%;} 
	.smaller {font-size: 58%;} 
	.smallest {font-size: 54%;} 
	
	.center {text-align: center;}
	.aligncenter {text-align: center; margin:0 auto;}
	.alignright {float:right; margin:0 0 10px 10px;}
	.alignleft {float:left; margin:0 20px 10px 0;}
	
	.wp-caption {font-size: .8em;}
	.size-medium, .size-full {border:1px solid #333; padding:2px; background-color:#B49B68; position:relative;}
	
	em{font-style:italic;}
	strong{font-weight:bold;}
	
	h3{
	color: #634e46;
	font-family: georgia, tahoma, arial, sans-serif;
	font-weight:normal;
	text-align: left;
	}
	

	#sidebar h3{
	height:30px;
	width:200px;
	font-size:1.8em;
	line-height:27px;
	font-weight: normal;
	text-align:center;
	font-family: georgia, tahoma, arial, sans-serif;
	color:#FFF;
	padding:0;
	margin:0;
	background: #B49B68 url("graphics/menuheaderbg.png") no-repeat top left;
	}
	
	#sidebar ul, #menubox ul{
	margin:0;
	padding:0;
	list-style: none;
	}
	
	#sidebar ul li, #menubox ul li{padding:0; margin:0; display:block;}
	
	#sidebar li a, #menubox li a{
	display:block;
	color:#443127;
	padding:0 0 0 2.2em;
	margin:0 0 0 0;
	line-height: 1.8em;
	font-family: georgia, tahoma, arial, sans-serif;
	font-size:1.2em;
	text-decoration: none;
	text-align:left;
	overflow: hidden;
	}

	#main #sidebar a, #main menubox a{text-decoration: none;}

	#sidebar li a:hover, #menubox li a:hover{
	display:block;
	color:#FFF;
	text-decoration:none;
	background: #A59671 url("graphics/menufleur.gif") no-repeat top left;
	}
	
	#sidebar li.current_page_item a, #menubox li.current_page_item a{
	display:block;
	background: #51321C url("graphics/menufleur.gif") no-repeat top left;
	color:#FFF;
	}

		
	#contentinside p,.mceContentBody p {
	margin:0 0 1em 0;
	}
	
	#contentinside {
	font-size: 1.3em;
	line-height: 1.6em;
	}
	
	.box p{
	font-size:1.2em;
	line-height:1.2em;
	position: relative;
	}
	
	#footer a{
	color: #443127;
	}

	#main a, .box a{color: #634e46; text-decoration:underline;}
	#main a:hover, .box a:hover {color: #634e46; text-decoration:underline;}

	
	img{
	border: none;
	text-decoration: none;
	}

	.tobmaps {position: absolute; top:0; left: -9999px;}

	dl, dd{padding: 0; margin: 0; font-size: 1em;}
	
	#contentinside ul,.mceContentBody ul{
	margin: .5em 0 1em 0;
	padding: 0;
	list-style-image: url(graphics/bullet-circle.gif);
	}
	
	#contentinside li,.mceContentBody li {
	margin: 0 0 .2em 2em;
	padding: 0;
	}

	input, select, textarea{background-color:#ECE6DA; color:#634e46; font-size:1.1em; font-weight:bold; 	border:1px solid #999; padding:.3px; margin:.2em 0;}
	
	.clear {clear:both;}
	
	.flickr-photos{
	padding:0 0 0 2em;
	margin: 1em 0 1em 0;
	text-align: center;
	}

.box .flickr-photos {
 margin: 0;
 padding: 0 0 10px;
}
.box .flickr-photos h3 {
 margin-bottom: 15px;
}
.box .flickr-photos h3 a {
 color: #FFF;
 text-decoration: none;
}
.box .flickr-photos a img {
 margin: 0 0 13px 17px;
}
	
	.flickr-photos img{
	float: left;
	text-decoration: none;
	margin: 0 0 .5em .5em;
	border:1px solid #333; padding:2px; background-color:#B49B68;
	}
	
	.more-photos{clear:both; padding:10px 0 0 0; display:block;}
	#photo img {
	border:1px solid #333; padding:2px; background-color:#B49B68;
	}
	
	.falbum-album {float:left; width:250px;}
	
	.falbum-recent{margin:1em 0 0 .5em;}
	
	.falbum-thumbnail-nods{float:left; margin: 0 0 10px 10px;}
	.falbum-thumbnail-nods a img { border:1px solid black;}
	
	#forecast { 
background: #FFF url("http://www.weatherforyou.net/fcgi-bin/hw3/hw3.cgi?config=png&forecast=zone&alt=hwizone7day5&place=ocean+springs&state=ms&country=us&hwvbg=&hwvtc=&hwvdisplay=&daysonly=2&maxdays=7") no-repeat bottom left;
width:500px;
height:165px;
border:0px solid #333;

}
	
/* formatting */

/* Link Lists */
	ul.linklist{
	margin:0 0 25px 0;
	padding:0 0 25px 0;
	list-style: none;
	border:0px solid #FF0000;
	}
	ul.linklist li{
	list-style: none;
  	float: left;
	width:220px;
	display:block;
	margin:0;
	padding:0 0 0 4px;
	}
	ul.linklist li a, ul.scrobbles li a{
	display:block;
	margin:0;
	padding:0;
	height:2em;
	line-height:2em;
	border-bottom:1px dotted #EEE;
	overflow:hidden;
	}
	
	ul.linklist li a:hover{background-color:#ECE6DA;}
	
	#contentinside ul.linklist a{font-size:.8em;}
	#contentinside ul.linklist{padding-bottom:2em;}
	
	.box ul.linklist, ul.scrobbles{
	margin:0;
	padding:0;
	list-style: none;
	}
	.box ul.linklist li, ul.scrobbles li{
	list-style: none;
	width:195px;
	float:none;
	padding:0;
	margin:0;
	}

	a[rel="external"], ul.linklist.ext a{
	background:transparent url("graphics/external.gif") right top no-repeat;
	padding-right: 16px; }
	
/* Link Lists */

/* navigation */
	ul#nav {
	width:750px;
	height:30px;
	background:transparent url(./graphics/topmenu.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	left:3px;
	}
	ul#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
	}
	ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:transparent url(./graphics/topmenu.png) no-repeat;
	}
	li#t-home a {width:150px;height:30px;}
	li#t-news a {width:150px;height:30px;} 
	li#t-events a {width:150px;height:30px;}
	li#t-directory a {width:150px;height:30px;}
	li#t-contact a {width:150px;height:30px;}	


	li#t-home a:link, li#t-home a:visited {background-position:0 0;}
	li#t-home a:hover, li#t-home a:focus {background-position:0 -30px;}
	li#t-news a:link, li#t-news a:visited {background-position:-150px 0;}
	li#t-news a:hover, li#t-news a:focus {background-position:-150px -30px;}
	li#t-events a:link, li#t-events a:visited {background-position:-300px 0;}
	li#t-events a:hover, li#t-events a:focus {background-position:-300px -30px;}
	li#t-directory a:link, li#t-directory a:visited {background-position:-450px 0;}
	li#t-directory a:hover, li#t-directory a:focus {background-position:-450px -30px;}
	li#t-contact a:link, li#t-contact a:visited {background-position:-600px 0;}
	li#t-contact a:hover, li#t-contact a:focus {background-position:-600px -30px;}	
/* navigation *