/* 
	Theme Name: Venue
	Theme URL: 
	Description: Customizable
	Author: Custom

*/


/* body*/
.subscribeBox{
	background-image:url(images/email_graphic.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:219px;
	height:43px;
	padding-left:0px;
	padding-top:80px;
	position:relative;
}
.subscribeBox form,
.subscribeBox form input {
	margin:0px;
}
.subscribeBox form .textarea {
	position:absolute;
	top:81px;
	left:15px;	
	width:153px;
}
.subscribeBox form .submit {
	position:absolute;
	top:80px;
	left:175px;
}

body {
	color: #666;
	background: url(images/bgtilebluefade.gif) repeat-x;
	background-color:#37516d;

	/* background: url(images/bgtilegreenfade.gif) repeat-x;
	background-color:#69913d; */
	margin: 0;
	padding: 0 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* end */

#nav {
	font-size:15px;
	width:270px;
	height: 320px;
}
#nav ul {
	position: relative;
	left:-999em;
	font-weight:normal;
	margin-left:80px;
}
#nav a, #nav a:hover {
	color:#cbb480;
	font-weight: normal;
	padding:0px 10px;
}
#nav li {
	line-height: 30px;
	margin-top:5px;
	display:block;
	font-weight: normal;
	background: url(http://www.venueatthegrove.com/wp-content/themes/venue/images/menu-bg.png) no-repeat;
}
#nav a,#nav a:visited {
	display:block;
	font-weight: normal;
	height: 30px;
}
#nav a:hover, #home .on {
	background: url(http://www.venueatthegrove.com/wp-content/themes/venue/images/menu-hov.png) no-repeat;
	height: 30px;
}
#nav li ul {
	position: absolute;
	left:-999em;
	width: 170px;
}
#nav li li {
	width:170px;
	font-weight: normal;
	border-bottom: #220d00 solid 2px;
	background:#3f250b;
	margin-top: 0;
}
#nav li li a, #nav li li a:visited {
	font-weight:normal;
	background:#3f250b;
	height: 30px;
}
#nav li li a:hover, #nav li li a:active {
	background:#3f250b;
	color: #fff;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul{
	left: auto;
}

/* headings*/



h1 {
	color: #41642f;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1 a {
	text-decoration: underline;
	color: #41642f;
}
h1 a: hover {
	color: #855a24;
}
h2 {
	color: #855a24;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	font-size: 20px;
	text-decoration: none;
}
h2 a {
	color: #855a24;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	font-size: 20px;
	text-decoration: none;
}
h2 a: hover {
	color: #855a24;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	font-size: 20px;
	text-decoration: none;
}
h3 {
	color: #230C00;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #41642F;
	font-weight: normal;
	font-size: 12px;
}
h3 a, h4 a {
	color: #000000;
	font-weight: normal;
}
h3 a: hover, h4 a: hover {
	color: #069;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a: hover {
	color: #41642e;
	text-decoration: none;
}
/* end */

/* links*/


.entry a {
	text-decoration: underline;
}
.entry p {
	padding: 0 0 15px;
}
.entry a: hover {
	color: #003AAA;
	text-decoration: underline;
}
a.commentlink {
	padding-left: 0px;
}
.entry .filedunderindex a {
	text-decoration: none !important;
	border-bottom: #ccc 0px solid !important;
}
.entry .filedunderindex a: hover {
	text-decoration: underline;
	color: #C22463;
}
small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #41642e;
}
small a {
	color: #999;
	text-decoration: underline;
}
/* end */


/* paragraphs, lists, blockquote	etc*/


pre, code {
	font: 1.1em verdana, Arial, Helvetica, sans-serif;
}
kbr {
	color: #009193;
}
p {
	margin: 0;
	padding: 0 0 18px 0;
}
ul {
	margin: 0 0 0 1.4em;
	padding: 0 0 10px 0;
}
ul ul {
	padding: 0;
}
blockquote {
	background: #F4F5F7 url(images/blockquote.gif) no-repeat;
	border: 1px dashed #CCCCCC;
	margin: 5px 0pt;
	padding: 8px 12px 8px 36px;
}
pre {
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 4px;
	border: 1px dashed #CCCCCC;
}
pre, code, kbr {
	font-family: verdana, Arial, Helvetica, sans-serif;
}
code, kbr {
	padding: 0 2px;
}
abbr, acronym {
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: help;
}
#top {
	background: url(images/top.gif) no-repeat;
	padding-left: 16px;
}
#s {
	background: #fff;
	padding-left: 10px;
	margin-left: 10px;
}
/* end */



/* Next post link*/


.nextright {
	float: right;
	font-size: 0.9em;
}
.nextleft {
	float: left;
	font-size: 0.9em;
}
/* end */

/* container*/

#container {
	margin: 0px auto;
	padding: 2px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	border: solid 1px #875a23;
}
.tborder {
	border: solid 1px #ded3b0;
}
#commentspopup #container {
	width: 455px;
	padding: 0 15px;
}
/* end */

/* header*/


#header {
	/*background: url("http://www.venueatthegrove.com/wp-content/themes/venue/images/header1.jpg") no-repeat;
	color: white;*/
	height: 290px;
	width: 660px;
	margin: 10px;
	border: solid 4px #cbb480;
}
.singlecol #content, #content2 a {
	font-weight: normal;
}
#header a, a: hover {
	text-decoration: none;
	color: white;
}
#header small {
	color: white;
}
#header h1 {
	color: white;
	margin: 10px;
}
/* end */


/* post title */ 

.post-title {
	border-bottom: 1px solid #855a24;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em !important;
	line-height: 1.2em;
	margin: 10px 10px 10px 0px !important;
	text-decoration: none;
	width: 655px;
}
.post-title2 {
	border-bottom: 1px solid #855a24;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em ! important;
	line-height: 1.2em;
	padding: 0 5px 0 0;
	margin: 10px 0px 5px 0px !important;
	width: 465px;
}
#time {
	color: #41642f;
	text-decoration: none;
	margin-bottom: 20px;
}
#content2 #time a, #time a:hover, #time a:active, #time a:visited {
	color: #41642f;
	text-decoration: none;
}
/* end */


/* left side*/

#leftside {
	background: #5a3d15 url(images/leftimg.jpg) top no-repeat;
	margin: 0;
	padding: 0;
}
#leftmenu {
	width: 270px;
	/*height: 320px;*/
	margin: 0 0 0 10px;
}
#leftinfo {
	background: url(images/leftxt.png) left top no-repeat;
	margin: 25px 0 0 30px;
	padding: 200px 0 0 20px;
	color: #ded3b0;
	font-size: 12px;
	line-height: 1.5em;
	border-left: #230b00 solid 1px;
	height: 135px;
}
#logo {
	/*background: url(images/logo.png) no-repeat;*/
	height: 125px;
	padding: 0;
	margin: 10 0 0 7;
}
#fblogo {
	margin-top: 5px;
	border: 0;
}

#twlogo {
	margin-top: 5px;
	border: 0;
}
/* end */

#welcome {
	width: 400px;
	padding-right: 10px;
}
.prices {
	border:#bea787 solid 2px;
	width: 275px;
	font-size:11px;
}
#events {
	width: 190px;
}
.events-top {
	background: url(images/events-top.png) left top no-repeat;
	height: 50px;
	padding: 0;
	margin: 0;
	width: 190px;
}
.events-mid {
	background: url(images/events-mid.png) left repeat-y;
	width: 190px;
	font-size: 11px;
	color:#fff;
	padding-left: 25px;
}
.events-bot {
	background: url(images/events-bot.png) left top no-repeat;
	height: 45px;
	width: 190px;
	font-size: 11px;
	color: #fff;
	padding-left: 60px;
	padding-bottom: 5px;
}
.events-bot a {
	color: #fff;
}
.contact {
	font-size: 12px;
	font-weight: normal;
	color: #855a24;
	margin-left: 30px;
}
/* content*/

#content {
	float: left;
	margin: 10px 15px 0 10px;
	background: none;
	font-size: 12px;
	display: inline;
	text-align: left;
	min-height: 400px;
	width: 660px;
	color: #666;
	padding-left: 15px;
}
#content2 {
	float: left;
	padding: 0 5px 0 10px;
	background: none;
	font-size: 12px;
	text-align: left;
	min-height: 400px;
	width: 475px;
}
#content h1 {
	color: #41642f;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#content a {
	color: #855a24;
	text-decoration: none;
}

#content2 a {
	color: #855a24;
	text-decoration: none;
}
#content a: hover {
	color: #41642f;
	text-decoration: none;
}
#content2 a: hover {
	color: #41642f;
	text-decoration: none;
}
#content h2 {
	color: #855a24;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	font-size: 20px;
	font-size: 1.5em;
}
#content2 h2 {
	color: #855a24;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	font-size: 20px;
	font-size: 1.5em;
}
#content, #content2 h3 {
	margin: 10px 0 18px 0;
	font-size: 1.3em;
	font-weight: Bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	line-height: 1.4em;
	color: #333333;
}
#content, #content2 h4 {
	margin: 10px 0 18px 0;
	font-size: 1.1em;
	font-weight: Bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	line-height: 1.4em;
	color: #333333;
}
#content, #content2 h5 {
	margin: 10px 0 18px 0;
	font-size: 1em;
	font-weight: Bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	line-height: 1.4em;
	color: #333333;
}
#content, #content2 h6 {
	margin: 10px 0 18px 0;
	font-size: 0.8em;
	font-weight: Bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	line-height: 1.4em;
	color: #333333;
}
.singlecol #content {
	float: left;
	width: 470px;
}
#commentspopup #content {
	float: none;
	padding-top: 0;
}
/* end */


/* post navigation */

#post_nav {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: Bold;
	line-height: normal;
	margin: 15px 0pt 25px;
	padding: 5px 0pt;
	overflow: hidden;
}
#post_nav .back {
	display: Block;
	float: left;
	width: 45%;
}
#post_nav .fwrd {
	display: Block;
	float: right;
}
/* end */


/* single post */

#single_post_nav {
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0pt 25px;
	padding: 5px 0pt;
}
#single_post_nav .back {
	display: Block;
}
#single_post_nav .fwrd {
	display: Block;
}
/* end */

/* Entry*/
#content li, #content2 li, .entry li, .entry2 li {
	margin-bottom: 3px;
	margin-left: 25px;
	padding-left: 5px;
	list-style-image: url(images/bullet.png);
}
#content li a: hover {
	color: #41642f;
	text-decoration: underline;
}
.entry a.more {
	padding-left: 12px;
}
.contenttitle {
	color: #C22463;
	font-weight: normal;
	font-family: verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	font-size: 1.9em;
	background: #f9f9f9;
	border-bottom: 2px #f3f3f3 solid;
	border-top: 2px #f3f3f3 solid;
}
.entry {
	margin: 15px 0 2px 0;
	padding-left: 15px;
	padding: 0;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.entry2 {
	margin: 15px 0 2px 0;
	padding-left: 5px;
	text-decoration: none;
}
.entry .info {
	position: relative;
	margin-top:-3px;
	padding: 3px;
	font-size: 0.9em;
}
.entry.single {
	clear: Both;
}
.entry.single .info {
	margin: 0 0 22px 0;
}
.entry .info a {
	margin: 0 2px;
	padding: 0 2px;
}
.entry .info em {
	padding-right:6px;
	font-style: normal;
}
.entry .author, .entry .editlink a {
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 1px solid;
	border-right: none
}
/* end */

/* POST META */

#postmeta {
	text-transform: uppercase;
	color: #999999;
	font-family: arial;
	font-size: 0.8em;
	margin-bottom: 5px;
	overflow: hidden;
	margin-top: 5px;
}
#postmeta a, a: visited {
	color: #003366;
}
#postmeta a: hover {
	color: #069;
}
.postmetabox {
	padding: 3px;
}
/* end */


/* edit link style code */

#elink {
	color: #069;
	font-size: Bold;
}
/* end */


/* comments */

#comments {
	font-family: verdana;
	margin-top: 15px;
	margin-left: 15px;
}
/* end */

/*Readers Comment Title*/

#comments h4 {
	font-size: 1.4em !important;
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
.comment {
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
	padding: 0px;
	width: 450px;
	overflow: hidden;
}
#comments .comment .ucomment p {
	margin: 0px !important;
	padding: 0px;
}
.ucomment {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #DDDDDD;
}
#comments .comment .ucomment p {
	margin: 0px !important;
	padding: 0px;
}
.mcomment {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #DDDDDD;
	background: #none;
}
#comments .comment .mcomment p {
	margin: 0px !important;
	padding: 0px;
}
.tcomment {
	margin: 0px;
	padding: 0px;
}
#comments .comment .tcomment p {
	margin: 0px !important;
	padding: 0px;
}
.ucomment_meta {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999999;
	display: inline;
}
.ucomment_meta_dt {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999999;
	display: inline;
	width: 10px;
}
.avatar img {
	float: left;
}
/* end */

/* AddComment Comment Adding Form Style code*/

#addcomment {
	margin-top: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	/* margin: 10px; Commented for IE fix*/
	font-size: 0.9em;
	font: verdana, Arial, Helvetica, sans-serif;
	width: 400px;
}
#addcomment h4 {
	font-size: 1.4em !important;
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: Bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
#addcomment p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.form-item {
	width: 170px;
	float: left;
}
#addcomment input {
	width: 150px;
	margin: 0px;
	padding: 4px;
	height: 16px;
}
#addcomment textarea {
	width: 400px;
	font: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 190px;
	padding: 5px;
}
#addcomment #comment-name {
	display: Block;
}
#addcomment .desc {
	color: #999999;
	font-size: 0.8em;
	text-transform: capitalize;
	font: verdana, Arial, Helvetica, Sans-Serif !important;
	width: 180px;
}
#addcomment input#submit {
	background-color: #4F8ACE;
	border-color: #93BFEE rgb(50, 92, 142) rgb(50, 92, 142) rgb(147, 191, 238);
	border-style:solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	padding: 2px;
	width: 110px;
}
#search {
	background: url(images/search-bg.jpg);
	margin-bottom: 15px;
}
#side-title {
	background: url(images/side-title.png) no-repeat;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#side-title h1 {
	padding: 6px 0 0 8px;
	text-transform: uppercase;
	color: #DED3B0;
	font-size: 10px;
	font-weight: normal;
}
div.search input#searchbtn, input#comment-submit, input#searchsubmit {
	background-color: #230c00;
	border-color: #230c00;
	border-style:solid;
	border-width: 1px;
	color: #DED3B0;
	font-family: arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.nocomments {
	font-weight: Bold;
	color: #003366;
}
/* end */

/* content misc*/

html>body .editlink {
	bottom:6px;
} /*for ie*/
.entry .info .editlink a, .minientry .editlink a, #comments li .editlink a {
	display: Block;
	height: 14px;
	width: 14px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px; /* IEWin */
	line-height: 0; /* IEWin */
	text-indent:-9999px;
}
.entry .info .editlink a: hover, .minientry .editlink a: hover, #comments li .editlink a: hover {
	background: none;
}
/* end */

/* footer*/

#footer {
	height: 160px;
	color: #666;
	font-weight: normal;
	background: #f7f4eb url(images/footer-bg.jpg) bottom right no-repeat;
	clear: both;
	padding: 0px 5px 5px 15px;
	font-size: 0.9em;
	text-align: left;
	vertical-align:bottom;
}
#footertxt {
	margin-top: 100px;
	float: left;
	color: #c0ac91;
	font-size: 10px;
}
#footer a {
	color: #41642e;
	text-decoration: none;
}
#footer strong {
	font-weight: normal;
}
#footer a: hover {
	color: #41642e;
}
#rclink {
	margin-top: 5px;
	float: left;
	color: #855a24;
	font-size: 10px;
}
#footer #rclink a, a:hover {
	color: #855a24;
}
.alignright {
	float: right;
}
/* end */

/* sidebar */
.sidebar_box {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*position: relative;
	overflow: hidden;*/
}
/* end */

/* left sidebar*/

#sidebar_l {
	/*float: left;*/
	width: 300px;
	font-size: 0.9em;
}
/* end */

/* right sidebar*/
#sidebar_r {
	float: right;
	width: 190px;
	margin-left: 15px;
	font-size: 0.9em;
}
#sidebar_r2 {
	float: right;
	width: 180px;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 10px;
}
#sidebar_r2 li {
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 1.5em;
	color: #855A24;
	list-style-image:url(images/side-bullet.png);
}
#sidebar_r2 a {
	color: #855A24;
	text-decoration: underline;
}
/* end */

/* captions & aligment */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end */

