/*-------------------------------------------------
  Rolling Bones 4-H Club website CSS file
  Austen Furness - 8/20/2013
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	text-align:center;
        background: #173B0B;
	color: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 90%;
	padding: 4px 0;
	margin: 0;
	
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2
{
	font: arial, 130%, bold;
	color: green;
}
h3
{
	font: arial, 110%, bold;
	text-decoration: Underline;
}
h4
{
	font: arial, 110%, bold;
	text-decoration: Underline;
}

/* Standard Paragraph */
p
{
	font: arial, 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	color:black;
}

p.tabbed
{
	font: arial, 100%;
	margin-left: 10px;
	margin-top: 0em;
	margin-bottom: 0em;
	color:black;
}

p.left
{
	font: arial, 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	color:black;
	text-align:left;
}

/* FAQ Answer */
ans
{
	font: arial, 100%;
	margin-left: 5px;
}


/* Links */
#mainwrapper a:link, a:visited, a:active
{
	display: inline;
	width: auto;
	font-size: 100%;
	color: blue;
	text-decoration: underline;
        background: none;
	display: inline;
	font-weight: bold;
}
#mainwrapper a:hover
{
	font-size: 100%;
	color: green;
	text-decoration: underline;
}

#mainwrapper a.norm:link, a.norm:visited, a.norm:active
{
	display: inline;
	font-size: 100%;
	color: blue;
	text-decoration: underline;
}
#mainwrapper a.norm:hover
{
	display: inline;
	font-size: 100%;
	color: green;
	text-decoration: underline;
}

#mainwrapper a.small:link, a.small:visited, a.small:active
{
	display: inline;
	font-size: 80%;
	color: blue;
	text-decoration: underline;
}
#mainwrapper a.small:hover
{
	display: inline;
	font-size: 80%;
	color: green;
	text-decoration: underline;
}


/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	min-width: 840px;
        max-width: 1200px;
	height: 190px;
	background: #D8F6CE url(../images/rollingbonesheader.png) no-repeat;
        text-align: center;
	margin: auto;
}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	position: center;
        height: auto;
	min-width: 810px;
        max-width: 1170px;
        margin: auto;
        padding: 0px 20px 0px 10px;
        overflow: hidden;
        background: #D8F6CE;
}

#content
{
	width: auto;
	float: none;
        overflow: hidden;
        background: #D8F6CE;
	border-width: 0px;
        margin-right: 230px;
        padding: 0px 0px 0px 20px;
	text-align: justify;
	text-justify: auto;
}

#sidebar
{
	width: 175px;
	float: right;
        margin: 5px 0px 20px 0px;
	background: #dddcbd;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	text-align: justify;
	text-justify: auto;
}

/*-------------------------------------------------
  Main Navigation List
-------------------------------------------------*/
#navigation
{
	position: center;
        background: #D8F6CE;
	min-width: 820px;
        max-width: 1180px;
        height: 28px;
	border-width: 0px;
	padding:10px;
	text-align: center;
	margin: auto;
}

#navigation ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navigation li 
{
	float: left;
}

#navigation a:visited,a:link
{
	display: block;
	width: 114px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #00A000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}

#navigation a:hover,a:active
{
	color: black;
	background-color: #84BE6A;
}

#navigation li.current 
{
	color: black;
	background-color: #84BE6A;
}

/*-------------------------------------------------
  Sub Navigation List
-------------------------------------------------*/
#subnavigation
{
	position: left;
	width: 600px;
	height: 25px;
	font-size: 80%;
	border-width: 0px;
	padding:0px;
	text-align: center;

}

#subnavigation ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#subnavigation li 
{
	float: left;
}

#subnavigation a:link,a:visited
{
	display: block;
	width: 110px;
	color: black;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}

#subnavigation a:hover,a:active
{
	color: black;
	background-color: #84BE6A;
}

#subnavigation li.current 
{
	color: black;
        text-decoration:underline;
	background-color: #84BE6A;
}

/*-------------------------------------------------
  Localendar Settings
-------------------------------------------------*/
.localendar-close 
{
  position: absolute;
  top: 2px;
  right: 2px;
  margin:2px;
  border: none;
}
.localendar-mini td, th 
{
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-family: arial;
  font-size: 14px;
}
.localendar-label,.localendar-time,.localendar-title 
{
  font-family:arial;font-size:12px;
}
.localendar-label 
{
  font-weight:bold;font-size:12px;
}
.localendar-hasEvents 
{
  background:orange !important;
  cursor: pointer;
}
.localendar-selected 
{
  /* Uncomment to enable this feature
  background-color: yellow;
  */
}
.localendar-monthName
{
  background-color:#ffffff;
  color: #ccc;
  /* Uncomment this to hide the Month name
  display:none;
  */
}
.localendar-balloon
{
  text-align:left;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	min-width: 840px;
        max-width: 1200px;
        height: 50px;
        background: #D8F6CE;
	border-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}