/*
Theme Name: Middletown Country Club
Theme URI: 
Description: Custom WordPress theme for Middletown Country Club.
Version: 
Author: Inverse Paradox
Tags: 

*/

/* ------------------------------------------------------
   basic defaults
 ------------------------------------------------------ */
 body {
 	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 11px;
	background: #edebdf url(images/page-bg.jpg);
 }
 html, body {
 	height: 100%;
}
a {
	color: #5d2b48;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
 
 
/* ------------------------------------------------------
   whole page
------------------------------------------------------ */


#pageshadow {
 	min-height: 100%;
 	background: url(images/shadow-bg.png) repeat-y center top;
}
#pagearea {
 	margin: 0 auto;
 	width: 930px;
	background: #fff;
	border: 7px solid #e6e3d6;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
	 overflow: hidden;
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
 /* ------------------------------------------------------
   header
------------------------------------------------------ */
#header {
	height: 123px;
	background: url(images/header-bg.gif) no-repeat 0 0;
}
#header .tree {
	float: left;
	margin: 15px 0 0 28px;
	width: 113px;
	height: 100px;
	display: inline;
}
#header .tree a {
	display: block;
	width: 113px;
	height: 100px;
	background: url(images/logo-tree.gif) no-repeat 0 0;
}
#header .text {
	float: left;
	margin: 42px 0 0 25px;
	width: 370px;
	display: inline;
}
#header h1, #header h2 {
	margin: 0;
}
#header .text h1 a {
	display: block;
	width: 370px;
	height: 23px;
	background: url(images/logo-text.gif) no-repeat 29px 0;
	overflow: hidden;
	text-indent: -9999px;	
}
#header .text h2 {
	padding: 3px 0 0 0;
	width: 385px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	font-variant: small-caps;
}
#header .text h2 a {
	text-decoration: none;
	color: #5d2b48;
}
#header .times-specials {
	float: right;
	margin: 4px 31px 0 0;
	width: 248px;
	height: 115px;
	display: inline;
}
#header .times-specials a {
	display: block;
	overflow: hidden;
	width: 248px;
	height: 115px;
	background: url(images/times-specials.gif);
	text-indent: -9999px;	
}

/* ------------------------------------------------------
   nav
------------------------------------------------------ */
#nav {
	height: 32px;
	background: #5d2b48;
}
#nav ul,
#nav ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li.first {
	float: left;
	margin: 0 11px;
	position: relative;
	display: inline;
}
#nav li.first a.first {
	float: left;
	height: 25px;
	padding: 7px 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#nav li.first a.first:hover {
	background: #411e32;
}
#nav ul ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	background: #ebe8db;
	z-index: 2000;
}
#nav li.second a.second {
	display: block;
	padding: 6px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #402032;
	text-decoration: none;
}
#nav li.second a.second:hover {
	background: #d2c4cc;
}
#nav li.first:hover ul,
#nav li.first.sfhover ul {
	display: block;
}
#nav li.first:hover a.first,
#nav li.first.sfhover a.first {
	background: #411e32;
}

/* ------------------------------------------------------
   banner
------------------------------------------------------ */
#banner {
	height: 201px;
	overflow: hidden;
	z-index: 50;
}


/* ------------------------------------------------------
   main column
------------------------------------------------------ */
#maincol {
	float: left;
	margin: 25px 31px 0 32px;
	width: 557px;
	display: inline;
}
#maincol h1 {
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5d2b48;
	font-weight: normal;
	font-variant: small-caps;
}
#maincol p {
	line-height: 150%;
}
#maincol .column1 {
	float: left;
	width: 263px;
}
#maincol .column2 {
	float: right;
	width: 263px;
}
#maincol .post {
	margin: 0 0 30px 0;
}
#maincol .post h1 {
	margin-bottom: 5px;
}
#maincol .post h1 a {
	text-decoration: none;
}
#maincol .post .date {
	font-size: 12px;
	font-weight: bold;
}

/* ------------------------------------------------------
   right column
------------------------------------------------------ */
#rightcol {
	float: right;
	width: 248px;
	margin: 31px 31px 15px 0;
	background: #f7f6f0;
	display: inline;
	z-index: 1000;
}
#content.home #rightcol {
	position: relative;
	top: -30px;
	margin-top: 0;
}
#rightcol h2 {
	height: 23px;
	margin: 0;
	padding: 7px 15px 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #5d2b48;
}
#rightcol ul {
	margin: 12px 0;
	padding: 0 15px;
	list-style-type: none;
}
#rightcol li {
	margin: 12px 0;
	line-height: 150%;
}
#rightcol p {
	margin: 12px 0;
	padding: 0 15px;
	line-height: 150%;
}

/* ------------------------------------------------------
   footer
------------------------------------------------------ */
#footer {
	padding: 50px 0 15px 0;
	background: #5d2b48 url(images/footer-top.gif) no-repeat 0 0;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #cbc4c7;
}
#footer .text {
	float: left;
	width: 650px;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 10px;
	text-align: center;
}
#footer .text p {
	margin: 15px 0 15px 0;
	line-height: 15px;
}
#footer #map {
	float: right;
	margin: 0 31px 0 0;
	width: 244px;
	height: 152px;
	border: 2px solid #2e1524;
	display: inline;
	overflow: hidden;
	background: #808080;
}


/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}