/*
Theme Name: Chocolate & Vines v1
Theme URI: http://wordpress.org/
Description: Chocolate & Vines v1, matching their colors and style to create a sexy wordpress theme.
Version: 1
Author: Joshua Currier, NeonThoughts
Author URI: http://www.neonthoughts.com/
Tags:

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "UTF-8";

/*
* RESET
***********************************************************************************/
html, body, h1, h2, h3, h4, h5, div, img, p, ul, ol, li, a {
	border:0;
	margin:0;
	padding:0;
	text-align:left;
	}
ul { list-style:none; }	
p, li { font-size:12px; line-height:20px; }
	
a:link, a:visited, a:active {
	outline:none;
	text-decoration:none;
	}
a:hover {
	}

img { border:0; }

h1, h2, h3, h4, h5 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; }
h1 { font-size:30px; margin:0; }
h2 { color:#27130d; font-size:30px; margin:0 0 10px; }
h3, h3 a:link, h3 a:visited, h3 a:active { color:#48260b; font-size:19px; }

/*
* CLASSES
***********************************************************************************/
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.event-row { border-bottom:1px solid #e1ddc7; clear:both; margin:5px 0 0; padding:10px; }
.event-row-link { clear:both; margin:0; padding:10px; }
.event-row div, .event-row-link div {  margin:0; }
.event-row .title a, .event-row-link .title a, .home-post-link .title a { color:#48260b; font-size:16px; }
.event-row .date { color:#956249; font-size:14px; }
.event-row .time { color:#8e8c7e; font-size:14px; }

.crumbs { font-size:18px; margin:0 0 20px; }
.crumbs a:link, .crumbs a:visited, .crumbs a:active, #main a:link, #main a:visited, #main a:active { color:#48260b; }
.crumbs a:hover, #main a:hover { color:#699d52; }

.home-post { border-bottom:1px solid #e1ddc7; clear:both; margin:25px 0 0; overflow:auto; }
.home-post .pic { border:1px solid #e1ddc7; float:left; margin:0 10px 0 0; }
.home-post .post { float:right; margin:0; padding:0 0 20px; width:370px; }
.home-post .post h3 { font-size:18px; line-height:20px; margin:0; padding:0; }
.home-post .post p { margin:0; padding:0; }
.home-post-link { clear:both; margin:5px 0 0; padding:10px 0; }

.post-row { border-bottom:1px solid #e1ddc7; margin:25px 0 0; padding:0; }


/*
* STYLES
***********************************************************************************/
body { background:#230d1a url(images/bg.jpg) 0 0 repeat-x; margin:0; padding:0;  }

#wrapper {
	margin:0 auto;
	position:relative;
	width:780px;
	}
	
#header { margin:20px 0 0; overflow:auto; padding:0; }
	#navigation { background:url(images/bg-menu.gif) 0 0 no-repeat; float:left; margin:60px 0 0; padding:10px 0 0 265px; width:515px; }
	#navigation li { background:url(images/bg-btn.gif) 0 0 no-repeat; float:left; height:50px; width:127px; }
		.btn-top a:link, .btn-top a:visited, .btn-top a:active { display:block; color:#fff; font-size:18px; line-height:16px; padding:10px 0 0 15px; }
		.btn-desc a:link, .btn-desc a:visited, .btn-desc a:active { display:block; color:#fff; font:10px Arial, Helvetica, sans-serif; line-height:14px; padding:0 0 10px 15px; }
#slidebar { background:url(images/bg-slidebar.gif) 0 0 no-repeat; clear:both; height:225px; margin:0; padding:20px 30px; }
	#slidebar #hours { float:left; margin:30px 0 0; text-align:center; width:190px; }
	#slidebar #hours p, #slidebar h3 { text-align:center; margin:0; }
	#slidebar #hours h3, #sidebar h3 { border-bottom:1px solid #38142c; color:#361428; margin:20px 0 10px; text-align:center; }
	#slidebar #hours .days { color:#48260b; font:16px Georgia, "Times New Roman", Times, serif; }
	#slidebar #hours .time { color:#956249; font:16px Georgia, "Times New Roman", Times, serif; }
	#slidebar #social { margin:12px 0px 0px 21px; padding:0; }
	#slidebar #social li { float:left; margin:0 10px 0 0; }
	#slidebar #slider { border:1px solid #b6b4ad; float:right; height:220px; width:485px; margin:0; }

#main { background:url(images/bg-main.gif) 0 0 repeat-y; overflow:auto; margin:0; padding:20px 30px; }
#main p, #main h2  { text-align:left; }
#main p { font:12px Arial, Helvetica, sans-serif; line-height:20px; margin:10px 0 15px; }

#content { float:right; width:485px; }
#sidebar { float:left; width:190px; }
#menu { margin-bottom:30px; }
#menu p { font: bold 12px Georgia, "Times New Roman", Times, serif; text-align:center; }

#footer { background:url(images/bg-footer.gif) 0 0 no-repeat; clear:both; color:#f0f0f0; font:12px Georgia,"Times New Roman",serif; overflow:auto; padding:35px 10px 20px; }
	#footer ul, #footer p { margin:0; padding:0; }
	#footer ul li { display:inline; }
	#footer a:link, #footer a:visited, #footer a:active { color:#fff; text-decoration:none; }
	#footer a:hover { color:#699d52; }
	
	
/*
* IMAGES
***********************************************************************************/	
.img {
	display:block;
	text-indent:-2000em;
	text-decoration:none;
	z-index:1000;
	}
#logo { background:url(images/logo.png) 0 0 no-repeat; height:191px; position:absolute; left:32px; width:191px; }

#img-menu { background:url(/images/btn-menu.jpg) 0 0 no-repeat; border:1px solid #b6b4ad; height:110px; width:190px; }
#img-wifi { background:url(images/wifi.png) 0 0 no-repeat; height:25px; width:177px; margin:40px auto 15px; }

.ico-social { height:40px; width:40px; }
#ico-twitter { background:url(images/ico-twitter.jpg) 0 0 no-repeat; }
#ico-facebook { background:url(images/ico-facebook.jpg) 0 0 no-repeat; }
#ico-rss { background:url(images/ico-rss.jpg) 0 0 no-repeat; }



/*
* EASY SLIDER
***********************************************************************************/
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:485px;
	height:220px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:none;
	position:absolute;
	width:1px;
	height:1px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;
	}	
	
/*
* GOOGLE MAP
***********************************************************************************/
#map { border:1px solid #b6b4ad; }
#map p, #map h3 { margin:0; padding:0; }
#map p { line-height:16px; }



/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	





/* Begin Typography & Colors */
#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active { background-color:transparent; font-weight:normal; padding:0; color:#287186; }
.postmetadata a:hover { color:#f3d94c; }

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 960px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	clear:none;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */







/* Begin Form Elements */
#searchform {
	padding: 5px 3px;
	margin: 0 auto;
	width:275px;
	position:relative;
	left:-5px;
	}

#searchform #s {
	width: 200px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color:#2a2a2a;
	border:0;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background-color:#2a2a2a;
	color:#fff;
	margin: 15px auto;
	padding: 20px 20px 0;
	border: 1px solid #999;
	width:75%;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 captions */