/*------------------------------------------------------------------*/
/*  TheSinksDiscGolf.com  Casscading Style Sheet*/
/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/
/*----------------------- FONT ELEMENTS ----------------------------*/
/*------------------------------------------------------------------*/

/* Set face to Arial for entire site */
body 
    { font-family : arial;}
/*------------------------------------------------------------------*/



/*------------------------------------------------------------------*/
/* WEIGHTS AND STYLES                                               */
/*------------------------------------------------------------------*/

/* Elements that are BOLD */
.bodyTextBold,
.calendartext,
.calendartitle,
.calendartitle2,
.eventDateTitle,
.eventText,
.eventTitle,
.menuText,
.titleText,
.titleText2,
.sortTitle,
.titleTextReverse
    { font-weight: bold; }
/*------------------------------------------------------------------*/



/* Elements that are ITALIC */
.quoteBodyText, 
.quoteSubtitleText,
.quoteTitleText,
.subtitleText
    { font-style : italic; }
/*------------------------------------------------------------------*/


/*------------------------------------------------------------------*/
/* FONT COLORS                                                      */
/*------------------------------------------------------------------*/


/* Elements that are BLACK */
.bodyText,
.bodyText2,
.bodyTextBold,
.calendartext, 
.calendartitle, 
.calendartitle2, 
.eventText,
.eventTitle, 
.menuText,
.noEvent, 
.quoteBodyText, 
.quoteSubtitleText, 
.quoteTitleText,
.subtitleText,
.titleText,
.titleText2,
.todayNoEvent,
a:link
    { color : #000000; }
/*------------------------------------------------------------------*/


/* Elements that are WHITE */
.event,
.eventDateTitle, 
.titleTextReverse,
.todayEvent,
.sortTitle,
.flipPicture
    { color : #ffffff; }
/*------------------------------------------------------------------*/


/* Elements that are GREEN */
a:visited,
.additionalText
  /* GREEN { color : #84ad7a; } */
  /* amber  { color : #CB6745; } */
  { color : #84ad7a; } 
/*------------------------------------------------------------------*/



/*------------------------------------------------------------------*/
/* FONT SIZES                                                       */
/*------------------------------------------------------------------*/


/* Elements SIZE 4 */
.additionalText
    { font-size :  4px; }
/*------------------------------------------------------------------*/


/* Elements SIZE 8 */
.quoteSubtitleText
    { font-size :  8px; }
/*------------------------------------------------------------------*/


/* Elements SIZE 10 */
.subtitleText      
    { font-size : 10px; }
/*------------------------------------------------------------------*/


/* Elements SIZE 11 */
.size11,
.event, 
.noEvent, 
.todayEvent, 
.todayNoEvent 
    { font-size : 11px; }
/*------------------------------------------------------------------*/


/* Elements SIZE 12 */
.bodyText, 
.bodyTextBold,
.calendartext, 
.eventText, 
.quoteBodyText
    { font-size : 12px ;}
/*------------------------------------------------------------------*/


/* Elements SIZE 14 */ 
.calendartitle2, 
.eventTitle,  
.menuText
    { font-size : 14px; }
/*------------------------------------------------------------------*/


/* Elements SIZE 16 */
.bodyText2,
.eventDateTitle, 
.sortTitle,
.quoteTitleText   
    { font-size : 16px; }
/*------------------------------------------------------------------*/


/* Elements SIZE 18 */
.calendartitle,
.titleText, 
.titleTextReverse,
.flipPicture
    { font-size : 18px; }
/*------------------------------------------------------------------*/


/* Elements SIZE 24 */
.titleText2        
    { font-size : 24px; }
/*------------------------------------------------------------------*/


/*------------------------------------------------------------------*/
/* BACKGROUND COLORS                                                */
/*------------------------------------------------------------------*/

/* Elements with GREEN BACKGROUND */
body,
.event,
.eventDateTitle,
.titleTextReverse,
.sortTitle,
.flipPicture 
  /* GREEN  { background-color : #84ad7a; } */
  /* amber  { background-color : #DFC354; } */

/* this is what Ken had { background-color : #84ad7a; } */

/* Jesse gradient background attempt */ 

/*{*/
/*background-color: #A0BE9A;*/
/*background-image: url(images/gradientgrn.png);*/
/*background-repeat: repeat-x;*/
/*}*/


/* winter gradient background */
{
background-color: #C2BEB5;
background-image: url(images/gradientgray.png);
background-repeat: repeat-x;
}


/*------------------------------------------------------------------*/


/* Elements with YELLOW BACKGROUND */
.calendartitle, 
.calendartitle2,
.eventTitle, 
.todayNoEvent ,
.yellowBackground
    { background-color : #f4f07c; }
/*------------------------------------------------------------------*/


/* Elements with GREY BACKGROUND */
.noEvent           
    { background-color : #eeeeee; }
/*------------------------------------------------------------------*/


/* Elements with RED BACKGROUND */
.todayEvent        
    { background-color : #ff0000; }
/*------------------------------------------------------------------*/


/* Elements with WHITE BACKGROUND */
.calendartext      
    { background-color : #ffffff; }
/*------------------------------------------------------------------*/


/*------------------------------------------------------------------*/
/* CURSORS                                               */
/*------------------------------------------------------------------*/

/* Elements with HAND CURSOR */
.todayEvent, 
.event, 
.flipPicture
    { cursor : pointer; }
/*------------------------------------------------------------------*/


/* Elements with CROSSHAIR CURSOR */
AREA
    { cursor : crosshair; }
/*------------------------------------------------------------------*/


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-weight : normal;
font-size :  12px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-size :  12px;
font-weight : bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#f4f07c;
}


a.menuText:link,
a.menuText:visited{
text-decoration: none;
}


/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 98%;

	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
                    font-family: arial;
	font-size: 8pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
}

.rss_item  {
  font-family: arial;
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
                    font-family: arial;
	color:black;
	font-size: 12pt;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color: black;
}

.rss_date {
	font-size: 7pt;
	color: red;
	}

