/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	margin: 0; padding: 0; 
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
dd {font-weight:bold}
/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
img.party {
	border: 0;
}
.solarData{
	border: 0;
	margin: 38px 0 38px 0;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote.quote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#activity h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}
#wrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	background: url(images/globe.gif);
	clear: both;
	width: 100%;
	padding: 0; 
	margin: 0 auto;
}
#header {
	height: 140px;
	background: url(headerTallMiddle.jpg) repeat-x top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	height: 140px;
	background: url(WAARCheaderTallLeft.jpg) no-repeat left top;
	position: absolute;
	margin: 0;
	font: bolder 3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	padding-top: 38px; padding-left: 100px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	padding-top: 84px; padding-left: 100px;		
}

/* Menu */
#menu {
	clear: both;
	width: 100%;
	margin: 0; padding: 0;
	background: url(menuMiddle.jpg) repeat-x;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}
#menu td a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu td#current a {	
	background-color: #FFF;
	color: #333;
}
/* Main Column */
#main {
	padding: 0; margin: 0;
	margin-left: 15px 
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#photo-sidebar {
	width: 18em;
	margin: 0;
	vertical-align: top;
}	
#photo-sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#photo-sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#photo-sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#photo-sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#photo-sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

#sidebar {
	width: 18em;
	padding-left: 30px; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: url(footerMiddle.jpg) repeat-x bottom;
	clear: both;
	width: 100%;
	margin :0; padding :0;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* meeting minutes */
#meeting {
	padding: 0; margin: 0;
	margin-left: 15px 
}
#meeting h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}
#meeting p {
	padding: 0;		
	margin-top: 1em;
}
#meeting h3 {
	font: Bold 110% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding-top: 0;
}

.box{
border:8px ridge #FFD700;
background-color:#366;
width:25em;
padding:1.5em;
text-align:center;
vertical-align:middle;
color:white;
font-size:175%;
}

.chalkboard{
border:8px ridge silver;
background-color:#366;
padding:1.5em;
color:white;
font-size:125%;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.center{text-align:center;}
.clock {
	float: right; 
	margin-right:10px;
	margin-left:10px;
}
.logo-left {
	float: left;
	border :0;
	margin :0;
	padding :0;
}
.logo-right {
	float: right;
	border :0;
	margin :0;
	padding :0;
}
.NTS-right {
	float: right;
	border :0;
	margin-right :10px;
	margin-top :10px;
	padding :0;
}
.content-left {
	background: url(contentLeft.jpg) repeat-y left;
	vertical-align: top;
}
.content-right {
	 background: url(contentRight.jpg) repeat-y right;
	 vertical-align: top;	
	 padding-right: 20px;
	 width: 100%;
	 text-align: left;
}
.content-table { 
	margin: 0;
	padding: 0;
	border :0; 
	background: white;
} 
.content-right-photo {
	 background: url(contentRight.jpg) repeat-y right;
	 vertical-align: top;	
	 padding-right: 20px;
	 text-align: left;
}

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.red{ color: red;}
.blu{ color: blue;}

UL.requires {list-style-image:url(yes1.gif);color:black} 
.big{font-size:110%;font-weight:bold}
.bigCenter{
	font-size:125%;
	font-weight:bold;
	text-align:center;
}
.bigger{
	font-size:125%;
	font-weight:bold;
}
.bigger-blue{
	font-size:125%;
	font-weight:bold;
	color:blue;
	text-align:center;
}
.bullet
{
	vertical-align: middle;
	border: 0;
	margin-left: 0.3em;
}
.butt{margin-top:0px;margin-bottom:0px}
.butt-down{margin-bottom:0px;padding-bottom:0px}
.butt-up{margin-top:0px;padding-top:0px}
.clearall{clear:both}
.click{
	border:blue 2px solid;
	padding:2px;
}
.clubs{
	font-size:medium;
	text-align:center;
	font-weight:bold;
}
.date{vertical-align:top;width:17em}
.election{
	font-size:150%;
	font-weight:bold;
	border:6px #ccf double;
	line-height:150%;
}
.emphasisBox{
	background-color:yellow;
	border:3px solid blue;
	width:65%;
	font-size:larger;
	padding:1em;
}
.FD{
	float: left;
	margin-right: 3em;
	margin-left: 1em;
}
#fotd{
	font-family: Arial,verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:larger;
	color: #fff;
}
.indent{
	padding-left:3em;
	width:80%;
}	
.killScroll{margin-bottom:0px;}
.link {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: blue;
	text-decoration: underline;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
}
.moon{
	padding-right:2em;
}
.navbutton
{
	width:118px;
	height:20px;
	background-image:url(p1.gif);
	padding:2px;
	padding-left:10px;
	color:white;
}
.navblock
{
	float:right;
	width:50%;
	padding:0px;
	border:none;
	margin:0px;
	vertical-align:middle;
	height: 26px;
	text-decoration: none;
}
.netTitleTop{
	border: 1px #7485CA solid;
	border-bottom-style: none;
	padding-left:1em;
	padding-right:1em;
}
.netTitleBottom{
	border: 1px #7485CA solid;
	border-top-style: none;
	padding-left:1em;
	padding-right:1em;
}
.netTitle{border: 2px #7485CA solid;}
.net{
	border: 1px #7485CA solid;
	padding-left:1em;
	padding-right:1em;
}
.netDate{
	font-size:150%;
	font-weight:bold;
	text-align:center;
	padding:10px;
}
.netTable td{
	padding-right:2em;
}.FD{
	float: left;
	margin-right: 3em;
	margin-left: 1em;
}

.netName{width:15em;}
.netTime{width:8em;}
.officers{
	background-color:#ccf;
}
.officers1 {
	padding-right: 2em;
	text-align: right;
}
.officers2{text-align:left;}
.photo-table{
	padding-left:20px;
	padding-right:20px;
}
.small{font-family:arial,verdana,helvetica,sans-serif;font-size:small}
.smaller{font-family:arial,verdana,helvetica,sans-serif;font-size:smaller}
.space{line-height:140%;}
.spaced{margin-left:5em;}
.spacedup {
	margin-left:5em;
	vertical-align:top;
}
.spacedout {
	margin-left:5em;
	vertical-align:middle;
}
.spaceFlierLink{
	margin-left:4em;
	text-decoration:underline;
}
.twiar{
	font-family: Arial, verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.twiarLogo{
	border: 0px;
	width: 37px;
}
.twiarTicker{
	border: 0px;
	width: 390px;
	font-family: Arial, verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.twiarTable{
	border-collapse: collapse;
}
.veryBig {
	font-size: 150%;
	font-weight: bold;
}
.wx{border:none}
.iaqp{
	float: left;
	margin-right:2em;
}
.blend{border:1em white;}
/* begin styles for RSS Feed */

.rss_box {
         width: 100%;
         background-color: #ededed;
         border: 2px #7485CA solid;
}
.rss_title a {
        font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
        font-size: 18px;
        font-weight:bold;
        margin: 5px 0;
        padding: 0;
        letter-spacing: 1px;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight : bold; 
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
        text-decoration : none;
        border-bottom: 1px solid #ededed;
        color: #88b;
        }

.rss_item a:hover { 
        text-decoration : none;
        color: #e0861e;
        border-bottom: 1px dotted #e0861e;
        }
        
.rss_box ul { 
       margin-left: 15px;
        padding: 0;
        }
        
.rss_date {
        font-size: 9px;
        font-weight : normal;
        color: #F60;
        }

.rss_title { 
        font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
        font-size: 18px;
        font-weight:bold;
        margin: 5px 0;
        padding: 0;
        letter-spacing: 1px;
 } 

