/*  DO NOT REMOVE THIS INFORMATION!!!
Site Name: Riverfront Golf Club
Site URI: http://www.riverfrontgolf.com/
Version: 1.0
Author: Doran Consulting, LLC
Author URI: http://www.doranconsulting.com/
*/


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.7;
}
.modalReportsRequired {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.generic:hover
{
	cursor:pointer;
}

.generic2:hover
{
	border: 1px solid #3366CC;
	cursor: pointer;
	background-color: #95DDFF;
}
.generic3:hover
{
	cursor: pointer;
	background-color: #95DDFF;
}

.generictextbox
{
    padding: 5px;
    border: 1px solid #C0C0C0;
    margin-left: 0px;
}

/* ---------- Layout ---------- */

body {
color: #002831;
margin: 0px; 
padding: 0px;
font-family: arial, verdana, sans-serif;
font-size: 12px;
line-height: 1.2em;
letter-spacing: .05em;
background: #ffffff url('images/bg.gif') repeat-x;
}

#wrapper {
margin: 0 auto;
padding: 0px; 	
width: 800px;
color: #002831;
}

#container {
position: relative;
width: 100%;
}


/* ---------- Header ---------- */

#header {
float: left;
width: 100%;
height: 136px;
position: relative;
background: transparent url(images/header.jpg) no-repeat;
color: #ffffff;
}

#header a{
color: #ffffff;
}

#navbar {
position: absolute;
top: 92px;
left: 299px;
margin: 0;
padding:0;
font-size: 18px;
font-family: georgia, times, serif;
}

#navbar li {
margin-right: 1px;
list-style: none;
}

#navbar li a {	
display: block; 
text-align: center;
padding: 5px 5px 3px 5px; 
background: #a3081b;
color: #ffffff;
}

#navbar li a:hover {
display: block; 
text-align: center;
padding: 5px 5px 3px 5px; 
background: #a3081b;
color: #1c2653;
}

#home{
float: left;
}

#events{
float: left;
}

#info{
float: left;
}

#membership{
float: left;
}

#instruction{
float: left;
}

#contact{
float: left;
}

#navbar2 {
position: absolute;
top: 55px;
left: 310px;
margin: 0;
padding:0;
font-size: 11px;
font-family: georgia, times, serif;
}

#navbar2 li {
margin-right: 1px;
list-style: none;
}

#navbar2 li a {	
display: block; 
text-align: center;
padding: 5px 5px 3px 5px; 
background: transparent;
color: #ffffff;
}

#navbar2 li a:hover {
display: block; 
text-align: center;
padding: 5px 5px 3px 5px; 
background: transparent;
color: #ffffff;
text-decoration:underline;
}

#reserve{
float: left;
}

#scores{
float: left;
}

#weather{
float: left;
}

#birthday{
float: left;
}

#specials{
float: left;
}


/* ---------- Content ---------- */

#content {
float: right;
padding: 20px 0px 20px 0px;
width: 500px;
color: #002831;
text-align: left;
}

.entry {
padding: 10px 20px 10px 0px;
color: #002831;
line-height: 20px;
font-size: 12px;
}

.entry p{
margin: 0;
padding: 5px 0 5px 0;
}

.entry blockquote {
font-style: italic;
font-size: 16px;
color: #002831;
background: url(images/bq.jpg) no-repeat top left;
border: 0px;
margin: 10px 30px 10px 30px;
padding: 10px 10px 10px 30px;
}


.title {
padding: 0px 10px 0px 0px;
margin: 0px;
font-family: georgia, times, serif;
font-size: 20px;
color: #002831;
line-height: 100%;
}

.entry a:link { background-color: transparent; font-weight:bold; text-decoration: none; color: #a3081b; }
.entry a:visited { background-color: transparent; font-weight:bold; text-decoration: none; color: #a3081b; }
.entry a:active{ background-color: transparent; font-weight:bold; text-decoration: none; color: #a3081b; }
.entry a:hover { background-color: transparent; font-weight:bold; text-decoration: none; color: #c75f6c; }

/* ---------- Sidebar ---------- */

#sidebar {
float: left;
padding: 20px 0 20px 0;
margin: 0 0 20px 0;
width: 240px;
background: transparent ;
color: #002831;
text-align: left;
}

#sidebar p{
margin: 0 0 5px 0;
padding: 0;
font-size: 12px;
line-height: 18px;
}

.sidetitle{
padding: 10px 0 5px 0;
margin: 0 0 5px 0;
font-family:  georgia, times, serif;
font-size: 20px;
color: #1c2653;
}


/* ---------- Footer ---------- */

.spacer {
clear: both;
}

#footer {
float: left;
width:  100%;
height: 48px;
margin: 0px 0px -23px 0px;
font-size: 12px;
padding: 20px 0px 5px 0px;
background: transparent url(images/footer.jpg) repeat-x;
text-align: center;
color: #ffffff;
}

#footer a{
color: #fff;
}

#footer a:hover{
color: #fff;
text-decoration:underline;
}


/* ---------- General ---------- */

hr {
background-color: transparent; 
border: 1px solid #002831; 
border-style: none none solid; 
margin-bottom: 15px;
margin-top: 15px;
}

h3 {
letter-spacing: 0.1em;
font-family:  georgia, times, serif;
font-weight: normal;
}

h2 {
letter-spacing: 0.1em;
font-family:  georgia, times, serif;
font-weight: normal;
}

h1 {
letter-spacing: 0.1em;
font-family:  georgia, times, serif;
font-weight: normal;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

img {
margin: 0;
padding: 0;
border: 0;
}

li{
line-height: 18px;
}

a:link { background-color: transparent; text-decoration: none; color: #1c2653; }
a:visited { background-color: transparent; text-decoration: none; color: #1c2653; }
a:active{ background-color: transparent; text-decoration: none; color: #1c2653; }
a:hover { background-color: transparent; text-decoration: none; color: #1c317a; }



