/*
Theme Name: WinePRess
Theme URI: http://wordpress.org/
Description: The WinePRess theme.
Version: 1.0
Author: Scott Weiss
Author URI: http://www.thedesignboutique.com/
Tags: custom
*/



body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #231f20;
	background: #808736;
	margin: 0px auto;
}

img {
	border-width: 0px;
}
td {
	padding: 0px;
	vertical-align: top;
}
h1 {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0px 0px 1em;
	text-transform: uppercase;
}
p {
	line-height: 1.5em;
	margin: 0px 0px 1.3em;
}
p.testText {
	margin: 0px 0px .3em;
}
p.testAuthor {
	font-size: 11px;
}
li {
	line-height: 1.3em;
	margin: 0px 0px 1em;
}
a, a:visited {
	color: #808736;
	text-decoration: underline;
	outline: 0;
}
a:active, a:hover {
	text-decoration: none;
	outline: 0;
}
a:focus {
	outline: 0;
}



#cntnr  {
	margin: 0px auto 20px auto;
	width: 1118px;
}
.bgHome #cntnr {
	background: #808736 url(images/bg_home.gif) no-repeat center top;
	height: 616px;
}

.bgHome #cntnr #logo {
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
}
.bgSec #cntnr #bgSec {
	padding: 0px 0px;
	width: 1118px;
}
.bgSec #cntnr #main #contentSec {
	padding: 0px 159px;
}
.bgSec  #cntnr  #main  #contentSec  #contentSecTable #bgLeft {
	background: url(images/bg_left.gif) repeat-y;
	width: 36px;
}
.bgSec #cntnr #main #contentSec #contentSecTable #bgRight {
	background: url(images/bg_right.gif) repeat-y;
	width: 36px;
}
.bgSec #cntnr #main #contentSec #contentSecTable #logoSec {
	background: #FFF;
	vertical-align: bottom;
}

.bgSec #cntnr #main #contentSec #contentSecTable #contentSecMain {
	background: #FFFFFF;
	width: 573px;
	padding-top: 12px;
	padding-left: 40px;
	padding-right: 12px;
	height: 460px;
}
.bgSec #cntnr #main #contentSec #contentSecTable #contentSecMain ul {
	margin: 0px 0px 0px 16px;
	padding: 0px;
}


.bgSec #cntnr #bgBot {
	padding: 0px 0px;
	width: 1118px;
}


#cntnr #footer {
	margin: 0px auto;
	width: 1118px;
}
.bgHome #cntnr #footer #nav {
	margin: 350px auto 20px;
}
.bgSec #cntnr #footer #nav   {
	margin: 7px auto 0 332px;
	float: left;
}

#cntnr  #footer  #nav  ul  {
	margin: 0px;
	padding: 0px;
	width: 454px;
}
#cntnr  #footer  #nav  li  {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#copyright {
	float: right;
	font-size: 13px;
	color: #cccccc;
	margin: 11px 165px 0 0;
	text-align: right;
}
#copyright a, #copyright a:visited {
	color: #cccccc;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	color: #cccccc;
	text-decoration: underline;
}
#credit {
	text-align: center;
	font-size: 12px;
	color: #A8AD61;
	margin: 60px auto;
}
#credit a, #credit a:visited {
	color: #A8AD61;
	text-decoration: none;
}
#credit a:hover, #credit a:active {
	color: #A8AD61;
	text-decoration: underline;
}

