/*
Theme Name: GeorgieBoyClub
Description: GeorgieBoyClub Theme
Version: 1.0
Author: Victoria Lantz
Author URI: http://www.victorialantz.com/
*/

body {
	margin: 20px;
	background: #142946;
	font-family: Arial;
	font-size: 13px;
	color: #142946;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #142946;
}

a:hover {
text-decoration: underline;
color: #142946;
}

a:link {
	text-decoration: underline;
	color: #142946;
}
a:visited {
	text-decoration: underline;
	color: #142946;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	background: #FFFFFF url(images/rvuaction_header.jpg) no-repeat left top;
	margin-top:5px;
}


/* Menu */

#menu {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	background: #938b78;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 10px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 695px;
	padding: 10px 35px 0 10px;
}

#content_home {
	float: right;
	width: 880px;
	padding: 5px 20px 0 10px;
}

.post {
}

.post .title {
	height: 30px;
	margin-bottom: 3px;
	padding: 3px 0px 4px 4px;
	background: #2e4974;
	color: #FFFFFF;
}

.post .title a {
	background: none;
	color: #FFFFFF;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	margin-top:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 0px;
	padding: 0 0 20px 0px;
	line-height: 160%;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 26px;
	margin-bottom: 10px;
	padding: 3px 0px 4px 4px;
	background-color: #2e4974;
	font-size: 20px;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 200%;
}


/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0 0px 0;
	background: #938b78;
	font-family: Arial;
	color: #ffffff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#commentform {
}

#comment {
	width: 600px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
	display: none;
}

 #Menu1 {
position:absolute; 
margin-left:7%;
top:104px;
visibility:hidden;
z-index:1;
}

/*ie 6 fix*/
* html #Menu1
{
   top:104px;
}

  #Menu2 {
position:absolute; 
margin-left:26%; 
top:104px;
visibility:hidden;
z-index:1;
}

/*ie 6 fix*/
* html #Menu2
{
   top:104px;
}

  #Menu3 {
position:absolute; 
margin-left:54%; 
top:104px;
visibility:hidden;
z-index:1;
}

/*ie 6 fix*/
* html #Menu3
{
   top:104px;
}

	/*dropdown*/
table.nav
{background-color: #938b78;
border-collapse: collapse;
border-spacing: 0px;}

table.nav tr
{height: 25px;
}

.nav {color:#ffffff; text-align:left; padding:0px 0px 0px 0px; font: 14px Arial;}
.nav a {color:#ffffff; text-decoration:none; }  
.nav a:hover {color:#ffffff; text-decoration:none; }


