/*
Theme Name: Dog Day
Description: Customized theme for Dog Day on the Green
Author: Small Web Solutions
Author URI: http://smallwebsolutions.com
*/

body {
	margin:0;
	padding-top:0px;
	background:#b2bc1d;
	font-family:"Tahoma", sans-serif, "Trebuchet MS";
	color:#333333;
	}
p {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
	
}
a:selected {
	color:#ffffff;
	text-decoration:none;
	
}
	
a.more {
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

/* Home Page Menu */
#mainmenuhome{
	padding:0px 0px 0px 0px;
	font-family:Tahoma, sans-serif, "Trebuchet MS";
	margin:0px;
	display:block;


	}
#mainmenuhome ul {
	margin:0px;
	padding:0px 0px 0px 0px;
}

#mainmenuhome ul li {
	margin:0px;
	list-style:none;  
	/*float:left;*/
	display:inline; /*this is needed for center-placed menu*/
	margin-left:2px;
	font-size:11px;	
	font-weight: bold;
	}

#mainmenuhome ul li a {
	text-decoration:none;
	text-align:center;	/*this is needed for center-placed menu*/
	color:#999999;
	padding-left:6px;
	padding-right:6px;
	position:relative;
}

#mainmenuhome ul li a:hover, #mainmenu ul li a.active {
	color:#ffffff;
	text-decoration:none;	
	
}

#mainmenuhome ul li a span {
	display:none;
}

#mainmenuhome ul li a:hover span, #mainmenu ul li a.active  span{
	display:inline;
	position:absolute;
	right:-1px;
	top:0px;

}

/*Home Page Text & Titles*/

#description {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:none;
	font-weight: normal;
	color:#336600;
	padding: 10px 15px 0px 15px;
	}
.hometitles {
	font-family:"Myriad web",Tahoma,Verdana,sans-serif;
	font-size: 14px;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	color:#336600;
	font-variant:small-caps;
	
	}
.homecopy {
	font-family:"Myriad web",Tahoma,Verdana,sans-serif;
	font-size: 13px;
	padding: 10px 12px 0px 10px;
	font-weight: normal;
	color:#333333;
}
.homecopy a {
	color:#336600;
	text-decoration:none;	
	}
.homecopy a:hover {
	color:#336600;
	text-decoration:none;

	}


#blogfeed {
	font-family:"Myriad web",Tahoma,Verdana,sans-serif;
	font-size: 13px;
	color:#333333;
	width:330px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#blogfeed a {
	text-decoration:none;
	color:#336600;
}
#blogfeed a:hover {
	color:#336600;
	text-decoration:underline;	
	
}

#blogfeed a span {
	display:inline-block;
	display:-moz-inline-stack;
}

#blogfeed ul li a:hover span{
	display:inline;
	position:absolute;
	right:-1px;
	top:0px;

}
.excerpt {
	font-size:12px;
	margin-top:0;
}
.newstitle {
	font-size: 13px;
	color:#666666;
	width:330px;
	margin:0px;
	font-weight: bold;
	text-transform: none;
		}
#weatherWidgetDisplay {
	font: 9px Arial, "Helvetica Neue",Helvetica, Geneva, sans-serif;
	line-height: 14px;
	color: #333333;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 10px;
}

#weatherWidgetDisplay a {
	text-decoration:none;
	color: #333333;
}

#weatherWidgetDisplay a:hover {
	color: #336600;
	text-decoration:none;
}
.copyright {
	font-size: 10px;
	color:#333333;
		}
a.copyright {
	text-decoration:none;
	color:#333333;
}
a.copyright:hover {
	color:#336600;
	text-decoration:none;
	
}
/*The SFC home search form*/
#searchform {
	margin: 0;
	padding: 0; 
	text-align: left;
	font-size: 10px;
	}
#searchform #s{
	width: 140px;
	height: 18px;
	/*padding: 2px;*/
	border: 1px solid #336600;
	background: #ffffff;
	color: #000000;
	}
#searchform #searchsubmit {
	width: 58px;
	height: 22px;
	margin: 0 0 0 5px;
	border: 1px solid #333333;
	background: #00713d;
	color: #f9f51e;
	font-size: 10px;
}

/*The SFC signup form*/
#signupform {
	margin: 0;
	padding: 0; 
	text-align: left;
	}
#signupform #s{
	width: 115px;
	height: 18px;
	/*padding: 2px;*/
	border: 1px solid #336600;
	background: #ffffff;
	color: #000000;
	}
#signupform #signupsubmit {
	width: 56px;
	height: 22px;
	margin: 0 0 0 3px;
	border: 1px solid #333333;
	background: #00713d;
	color: #f9f51e;
	font-size: 10px;
}
#homeblock {
	width: inherit;
	height: 100%;
	background-color:#f9f5ae;
	border: solid;
	border-width: 1px;
	border-color: #00713d;
	padding-bottom: 15px;
}
#homeblock-logo {
	width: inherit;
	height: 100%;
	background-color:#f9f5ae;
	border: solid;
	border-width: 1px;
	border-color: #00713d;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:960px; 
	height:30px; 
	font-family:"Tahoma", sans-serif, "Trebuchet MS"; 
	font-size:13px; 
	position:relative; 
	z-index:100; 
	border-right:1px solid #00713d;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:961px; 
	w\idth:960px;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu ul ul {
	width:96px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:96px;
	position:relative;
	}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	text-align:center; 
	font-weight:bold; 
	color:#f9f5ae; 
	width:85px; 
	height:30px; 
	border:1px solid #00713d;
	border-width:1px 0 1px 1px; 
	background-image:url(images/button-off.png);
	/*background:#000000;*/
	padding-left:5px; 
	padding-right:5px; 
	line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:96px; 
	w\idth:85px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#cccccc url(images/drop.gif) bottom right no-repeat;
	}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#00713d; 
	url(images/drop.gif) bottom right no-repeat;
	}
.menu ul ul :hover > a.drop {
	background:#00713d; 
	url(images/drop.gif) bottom right no-repeat;
	}
/* align the links for the second level */
.menu ul ul a, .menu ul ul a:visited {
	text-align:left;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#cccccc;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#000000;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:31px; 
	left:0; 
	width:110px; 
	border-top:1px solid #00713d;
	}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left:131px; 
	top:-1px; 
	width:110px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-131px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#cccccc; 
	background-image: url(images/mainmenubkg-over-2.jpg);
	color:#336600; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:150px;
	border-width:0 1px 1px 1px;
	border-color: #000000;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:150px;
	}

/* style the top level hover */
.menu a:hover{
	color:#fff; 
	/*background:#cc0000;*/
	background-image: url(images/button-on.png);
	}
/* style the second level hover */
.menu ul ul a:hover{
	color:#f9f5ae; 
	/*background:#cc0000;*/
	background-image: url(images/mainmenubkg-over.jpg);
	}
/* style the third level hover */
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	/*background:#cc0000;*/
	background-image: url (images/mainmenubkg-over.jpg);
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
	}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}


