@charset "utf-8";
/*   
Theme Name: Dothan Service League 
Description: Custom Template for Dothan Service League
Author: Anthony Staffiero
Author URI: blankisblank.com

.
Copyright 2009 Blank LLC
.
*/

html {
       overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #04334f;
}
a img {
	border: 0;
}
/* -----Header Elements----- */

a:active {
    outline: none;
}
a:focus {
    -moz-outline-style: none;
}

li#rss a:hover {
	background: none !important;
}
.wrapper {
	width: 802px;
	margin: 5px auto;
}
#header li a:hover {
	background-image: url(images/hover-back.png);
	height:55px;
	padding-top: 55px;
}
#header li a:active {
	background-image: url(images/hover-back.png);
	height:55px;
	padding-top: 55px;
}

div#header {
	margin-bottom: 5px;
	width: 802px;
	height: 155px;
	background:url(images/header-bg.jpg) center no-repeat;
}
a#header {
	float:none;
}
#header li{
	display: inline;
	list-style:none;
	padding: 0;
	padding-top: 55px;
	margin-right: -4px;
	margin-top: 20px;

}
#header ul {
	margin-top: -120px;
	margin-left: 365px;
	padding: 0px;

}
li#rss {
	padding: 0 4px 0 4px;
}
#slogan {
	margin-left:433px;
	margin-top:42px;

}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#content {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
	position: relative;
	min-height: 500px;
}
#left-column {
	margin: 0 230px 0 0;
	position: relative;
    z-index: 1;
}
.glossymenu{
    margin-left: -10px;
    margin-top: 30px;
    overflow: hidden;
	width: 202px;
	float: right;
	height: 710px;
	position: relative;
	z-index: 1;
	margin-right: 10px;
}
#footer {
	clear: both;
	width: 100%;
}

/* ----- Body Elements ----- */
#main {
    background: url("images/body-bg-middle.png") repeat-y scroll center center transparent;
    overflow: hidden;
    position: relative;
    width: 802px;
}

#bg-mid {
	width: 802px;
	height: 100%;
	position: absolute;
	background: url(images/body-bg-middle.png) center repeat-y;
	overflow:hidden;
	z-index:-2;
}
#bg-top {
	width: 802px;
	height: 45px;
	background: url(images/body-bg-top.png) center no-repeat;
	position: absolute;

}
#bg-bottom {
	width: 802px;
	height: 193px;
	background: url(images/body-bg-bottom.png) center no-repeat;
	position: absolute;
	bottom:0;

}
/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: none;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	font-size: 12px;
	margin: 5px;
	font-family: arial;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* ----- Home Elements ----- */
.more-link {
	clear: both;
}
.header-img {
	margin-top:47px;
}
.header-img2 {
	margin-top: 20px;
}
.about-img {
	border: solid 1px #57778a;
}
.about-txt {
	float: right;
	padding-right:10px;
	width: 310px;
	margin-bottom:20px;
}
.about-img-bx {
	padding-left: 22px;
	float: left;
    overflow: hidden;
    padding-left: 22px;
    padding-top: 10px;
}
.about-txt p{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav-btns {
	clear: both;
	border-top: solid 1px #dddede;
	margin-left: 22px;
	padding-top:10px;
}
#nav-btns ul {
	list-style: none;
	margin:0;
	padding:0;
}
#nav-btns ul li {
	float: left;
	margin-right:31px;
}
/* ----- End Home Elements ----- */

.post-categories {
	margin: 0;
	padding: 0;
	list-style:none;
}

#left-column img {
	margin-bottom: 10px;
}

.date-suffix {
	vertical-align: super;
	font-size: 16px;
}
/* ----- upcoming events block ----- */
.events-block {
	background: url(images/news-block.png) center no-repeat;
	padding:8px 15px;
	height:38px;
	width:524px;
	margin-bottom: -1px;
	overflow: hidden;
}
.events-block p{
	font-size: 12px;
	margin: 0;
}
.events-block p a{
	text-decoration: none;
	color: #04334f;
}
.events-container {
	margin-bottom:48px;
	margin-left: 22px;
}
/* Slider Menu */



.glossymenu a.menuitem{
background: url(images/header_side.jpg) no-repeat left bottom;	
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
font: bold 18px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
border: none;
width: auto;
padding: 9px 0 9px 20px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 10px;
right: 10px;
border: none;
}

.glossymenu a.menuitem:hover{
	

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: url(images/box-background.jpg);
width: 200px;
margin: 0 1px;
}

.glossymenu div.elementcontainer{
	margin-bottom: 12px;
	
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	padding-left: 1em;
	padding-top: .25em;

}
.glossymenu div.submenu li.cat-more a{
	align: right;
	font-weight: bold;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #04334f;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
text-decoration: underline;
colorz: white;
}
/* Footer */
#footer {
	clear: left;
	padding-left:22px;
	padding-top:4px;
	text-align:left;
		
}
#footer ul {
	padding: 0;
}
#footer li {
	display: inline;
	list-style:none;
	margin-right: .25em;
}
#footer li#last{
	border-right: 0;
}
#footer li#first{
	padding-left: 0;
}
#footer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #04334f;
	text-decoration:none;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #04334f;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a {
	text-decoration: none;
	color: #04334f;
}
/* Post Related */

.entry {
	width: 560px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
	float: left;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: hidden;
}
.entry p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #04334f;
	margin: 0 0 1em;
	padding: 0 25px 0 0;
}
	
.entry caption {
	font-size 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.entry table {
	width: 80%;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5%;
	margin-right: 5%;
}
.entry td {
	margin: 10px;
}
.entry a {
	text-decoration: underline;
	color: #04334f;
}
.entry a:hover {
	text-decoration: underline;
	color:#69F;
}
.entry h4 {
	margin-bottom: 1.2em;
}
.entry h4 a, .entry h4 a:hover{
	text-decoration: none;
	font-size: 30px;
	color: #c49000;
	padding-left: 0;
	padding-bottom: .01em;
	margin: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode" , sans-serif;
}
.entry li img {
padding:0;
}
.entry img {
padding:20px 8px 0 0;
margin:0;
align:left;
overflow: hidden;
max-width: 559px;
width: expression(this.width > 559 ? 559: true);
}
.wp-caption {
	text-align: center;
}
p.wp-caption-text {
	font-size: 11px;
	color: #607a92;
	padding-bottom: 20px;
}
.entry li {
	display: inline;
	padding: 0;
	margin: 0;
}
.entry ol {
	padding: 0 0 2em 0;
	margin: -15px 0 0 0;
}
.entry .subtitle {
	font-size: 11px;
	color: #607a92;
	margin: 0;
	padding-bottom: 24px;	
	vertical-align:middle;
}
.entry .post-categories {
	display:inline;
	margin: 0;
	padding: 0;
}
/* Sponsors Box */
.ad-box {
	width: 202px;
	margin: 0;
	padding: 0;
}
.ad-box ul {
	padding: 0;
	margin: 0;
}
.ad-box li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
/* Cforms */
}
.linklove {
	display: none;
}
#fadeshow1, #fadeshow2, #fadeshow3, #fadeshow4, #fadeshow5{
	display: inline;

}
#fadeshow2, #fadeshow3, #fadeshow4, #fadeshow5{
	margin-left: 115px;
}
ul#slideshow-list {
	margin:0 0 90px -20px;
}
#slideshow-list li {
	list-style:none;
	display:inline;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
#content h4{
	margin-bottom: 14px;
	margin-top: 14px;
	clear: both;
}
#content table{
	margin-bottom: 14px;
	margin-left:15px;
}
#content table td{
	padding-right: 10px;
}
#content .stripNav ul li {
	margin-right: 0;
}
#content .stripNav {
	margin: 0;
}
#content .stripNav li a.current {
    background: none repeat scroll 0 0 #3C5979;
	color: #fff;
}
#content .stripNav li a:hover {
	background: #56748e;
	color: #fff;
}
#content .stripNav li a {
	color: #56748e;
}


