/*
Theme Name: Dallas Drinking Club - A Custom WordPress Theme
Theme URI: http://www.dallasdrinkingclub.com
Description: A custom theme for the Dallas Drinking Club website.
Author: Weston Wilson
Author URI: http://www.truerender.com
Version: 1.0
.
This theme is copyright 2009 TrueRender, Inc. and can not be redistributed or resold in any way
without written consent from TrueRender, Inc.
.
*/

/* Fix up IE6 PNG Support */
img, #page{ behavior: url(images/iepngfix_mod.htc); }

a img {
	border: 0px none;
}

body {
	margin:0px; padding:0px;
	background-color: #504236;
	font-family: Lucida Sans, Lucida, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	line-height: 19px;
}

a {
	color: #5c3723;
}

a:HOVER, a:ACTIVE {
	color: #3a709f;
}

.container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.fcontainer {
	position: relative;
	display: inline-block;
}

#root {
	position: relative;
	background-color: #c5ccd2;
	background-image: url(images/pagegradientbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#page {
	position: relative;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
	width: 818px;
	background-image: url(images/pagebodybg.png);
	background-repeat: repeat-y;
}

#header {
	position: relative;
	width: 802px;
	height: 200px;
	background-image: url(images/headerimg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 8px 0px 8px;
}

#header .title {
	position: absolute;
	width: 265px;
	height: 40px;
	top: 130px;
	left: 130px;
	z-index: 2;
}

#footer {
	width: 800px;
	font-size: 9px;
	padding-top: 20px;
	color: #afbdc9;
}

#footer a {
	color: #afbdc9;
}

#footer a:HOVER, #footer a:ACTIVE {
 	color: #ffffff;
}

ul#menu {
	position: absolute;
	margin: 0px; padding: 0px;
	top: 160px;
	left: 6px;
	width: 600px;
	height: 38px;
	line-height: 38px;
	z-index: 3;
}

ul#menu li {
	display: inline;
}


ul#menu li a.about {
	position: absolute;
	left: 0px;
	display: inline-block;
	width: 92px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/menu_about.gif);
	background-position: 0px -0px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	cursor: pointer;
}

ul#menu li a.about:hover {
	background-position: 0px -38px;
}

ul#menu li a.photos {
	position: absolute;
	left: 100px;
	display: inline-block;
	width: 102px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/menu_photos.gif);
	background-position: 0px -0px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	cursor: pointer;
}

ul#menu li a.photos:hover {
	background-position: 0px -38px;
}

ul#menu li a.forum {
	position: absolute;
	left: 210px;
	display: inline-block;
	width: 88px;
	height: 38px;
	overflow: hidden;
	background-image: url(images/menu_forum.gif);
	background-position: 0px -0px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	cursor: pointer;
}

ul#menu li a.forum:hover {
	background-position: 0px -38px;
}

.glass_detail {
	position: absolute;
	top: 0px;
	right: 9px;
}

.imageSlideshow {
	position: absolute;
	top: 370px;
	left: -310px;
	padding: 10px 15px 10px 15px;
	z-index: 30;
	border: 10px solid #504236;
	background-color: #ffffff;
}

.block {
	float: left;
	width: 496px;
	border: 10px solid #504236;
	background-image: url(images/blockbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin:30px;
	color: #504236;
}

.block_full {
	float: left;
	width: 700px;
	border: 10px solid #504236;
	background-image: url(images/blockbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin:30px;
	color: #504236;
}

.block_inside {
	border: 1px solid #ffffff;
	padding: 5px;
}

.block_right {
	float: left;
	width: 160px;
	border: 10px solid #504236;
	background-image: url(images/blockbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin: 30px 30px 30px 0px;
}

.block_right ul{
	margin: 1px;
	padding: 0px;
	list-style: none;
}

.block_right li{
	margin-left: 5px;
	padding: 0px;
}

.block_right H3{
	color: #504236;
}

.footer_block {
	float: left;
	width: 496px;
	text-align: center;
	margin:30px;
}

.footer_right {
	float: left;
	width: 180px;
	margin: 30px 30px 30px 0px;
}

.footer_right ul {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}