/* DLDS Style Sheet - Created by Danielle LeComte - danielle@costadesigns.com */

body {
	background:url(/images/site-images/body-bg-gradient.jpg) top left repeat-x #e3ded8;
	text-align:center;
	margin:20px auto;
}

#wrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
}

#topLeft {
	width:310px;
	float:left;
}

#topLeft #logo {
	background:url(/images/site-images/logo-bg.jpg) top left no-repeat;
	width:303px;
	height:215px;
	text-align:center;
	font:11px Arial;
	color:#fff;
	text-transform:uppercase;
}

#topLeft #logo .tag {
	padding:175px 0 0 0;
}

#topLeft #navBox {
	background:url(/images/site-images/nav-bg.jpg) top left repeat-y;
	width:303px;
	padding:0;
	margin:0;
}

#topLeft #nav {
	padding:0 19px;
	font:14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}

#topLeft #nav ul {
	padding:0;
	margin:0;
	display:block;
	list-style:none;
}

#topLeft #nav ul li {
	list-style:none;
	border-bottom:1px solid #460306;
	margin:2px 0 2px 0;
}

#topLeft #nav ul li a:link, #topLeft #nav ul li a:visited {
	color:#fff;
	text-decoration:none;
	line-height:19px;
	display:block;
	padding:2px;
}

#topLeft #nav ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(/images/site-images/nav-li-bg.jpg) top left no-repeat;
	line-height:19px;
	display:block;
	padding:2px;
}

#topLeft #nav ul li ul {
        padding:0;
	margin:0;
	display:block;
	list-style:none;
}

#topLeft #nav ul li ul li {
	list-style:none;
	border-top:1px solid #460306;
        border-bottom:0;
	margin:2px 0 2px 0;
}

#topLeft #nav ul li ul li a:link, #topLeft #nav ul li ul li a:visited {
	color:#fff;
	text-decoration:none;
	line-height:19px;
	display:block;
	padding:2px;
        margin-left:20px;
}

#topLeft #nav ul li ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(/images/site-images/nav-li-bg.jpg) top right no-repeat;
	line-height:19px;
	display:block;
	padding:2px;
}

#topRight {
	float:left;
	width:620px;
}

#topRight h2 {
	font:20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#460306;
	margin:10px 0 15px 15px;
	padding:0;
	font-weight:bold;
}

#topRight h3 {
	font:16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#460306;
	margin:10px 0 5px 15px;
	padding:0;
	font-weight:bold;
}
#topRight h4 {
	font:15px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#460306;
	margin:10px 0 5px 15px;
	padding:0;
	font-weight:bold;
}

#topRight p {
	font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#585858;
	line-height:22px;
	margin:5px 0 8px 15px;
}

#topRight ul {
	font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#585858;
	margin:5px 0 8px 35px;
}

#topRight li {
        padding:0;
        margin:0;
}

#topRight p img {
	border:1px solid #fff;
	margin-right:10px;
}

#topRight p span img {
        border:0;
}

#topRight a:link, #topRight a:visited {
	color:#b40e00;
	text-decoration:underline;
}

#topRight a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:1px #000000 dashed;
}

#wrapper .divider {
	margin:5px 0 5px 0;
}

#search {
	padding:0 19px;
	font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin:15px 0 0 0;
}

#search table {
	padding:0;
	margin:0;
}

#search form {
	padding:0;
	margin:0;
}

#search .submit input {
	border: 0;
	height:34px;
	padding:0;
	width:38px;
	margin:0;
}

#search input {
	color: #000000;
	background: #ffffff;
	border: 1px solid #460306;
	height:20px;
	padding:5px;
	width:180px;
	margin:0;
}

#listWrap {
	width:900px;
	margin:0 auto;
	text-align:center;
}

#list {
	width:300px;
	float:left;
	text-align:left;
	font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#list a:link, #list a:visited {
	color:#b40e00;
	text-decoration:underline;
}

#list a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:1px #000000 dashed;
}

#list #entries {
	padding:1px 15px 15px 15px;
	margin:0;
	list-style:none;
}

#list #entries h3 {
	font:14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#585858;
	font-weight:bold;
	padding:0;
	margin:5px 0 3px 0;
}

#list #entries .sub {
	font:11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#585858;
	font-style:italic;
	padding:0 19px 0 0;
	margin:0 0 3px 0;
}

#list #entries .spacer {
	margin:0 0 10px 0;
        border-bottom:1px dashed #cccccc;
}

#footer {
	background:url(/images/site-images/footer-bg.jpg) top center no-repeat;
	height:99px;
	width:927px;
	margin:8px auto;
	font:11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#footerLeft {
	width:550px;
	float:left;
}

#footerLeft p {
	padding:10px 0 0 15px;
	line-height:18px;
	margin:0;
}

#footerLeft #footerNav {
	margin:5px 0 0 15px;
}

#footerLeft ul {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

#footerLeft ul li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	line-height:18px;
}

#footerLeft ul li a:link, #footerLeft ul li a:visited {
	color:#ffffff;
	text-decoration:none;
	margin:0 5px 0 5px;
}

#footerLeft ul li a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:1px #000000 dashed;
	margin:0 5px 0 5px;
}
#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
	margin:0 5px 0 5px;
}

#footer a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:1px #000000 dashed;
	margin:0 5px 0 5px;
}

#footerLeft .line {
	color:#000;
	margin:3px;
}

#footerRight {
	width:377px;
	float:left;
	text-align:center;
}

#footerRight p {
	padding:10px 0 0 0;
}

.spacer {
	margin:0 0 10px 19px;
    border-bottom:1px dashed #cccccc;
}

.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}



/* CALENDAR STYLES */

.calendarBG {
 background-color: #000; 
}

.calendarBlank { 
 background-color: #86755e;
}

.calendarHeader { 
font-family:        "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #000; 
}

.calendarMonthLinks {
 font-family:        "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.2em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	16px;
 color: #fff; 
 background-color: #460306; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:        "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 font-size:         14px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:        "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}


















