/*
Theme Name: Grape Thoughts Napkins
Theme URI: http://grapethoughts.com/
Description: Wine Tasting Theme with Napkins
Version: 1
Author: Judy Herilla
Author URI: http://karmoxie.com/
Tags: warm colors, custom header, fixed width, multiple columns, widgets

*/



/* Begin Typography & Colors */

* {
  margin, padding: 0;	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
/*	color: #fff ; */
}

#wp-calendar table,
#wp-calendar td,
#wp-calendar th {
color:#fff; 
}

body {
	background-color: #000;
	
	
}

body.page-template-frontpage-php #maincontent,
body.error404 #maincontent
  {
	/* background-image: url(images/napkins-ruffled545px.png); */
	background-image: url(images/napkins-ruffled1.png);
    background-repeat: no-repeat;
    min-height: 580px;
    Qwidth: 480px;
}

body.page-template-frontpage-php #maincontent p,
body.error404 #maincontent p
  {
	width: 400px;
}


#outercontainer {
	margin-top: 10px;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	/* border-color:#0F0; */
	/* border-width:thick; */
	/* background-image: url(images/background-repeatable-950w.jpg); */ 
	background-image: url(images/bkgnd1.jpg);
	background-repeat: repeat-y;
	
}

/* different backgrounds depending on template page */

body.page-template-frontpage-php #outercontainer,  
body.error404 #outercontainer,
body.page #outercontainer,
body.single #outercontainer

{
	 min-height: 600px; 
}

body.page-template-subpages-php #outercontainer,
body.page-template-archives-php #outercontainer,

  {
	min-height: 630px;
}


#header {
	width: 950px;
	height: 100px;
	position: relative;
	/* background-image: url(images/transition-top.jpg);
	background-repeat: no-repeat; */
}

#logo {
/*	background-image:url(images/logo-transparent_03.png);
	background-repeat: no-repeat;
	*/
	height: 108px;
	float: left;
	width: 190px; 
	 top: -30px;
	left: 5px;
	position: absolute; 
	z-index: 1000;
	
		
}


#header h1  {
	display: none;
	
}

#header h2 {
	color: #fff;
	position: relative;
	font-size: 18px;
	padding-left: 387px;
	padding-top: 32px;
	font-style: italic;
	
	}




#searchbar {
	position: absolute;
	top: -30px;
	right: 0px;
}

.search_input {
	float: left;
	
}

.search_button {
	position: relative;
	top: -5px;
	left: 0px;
	
}

#searchform {
	margin: 4px auto;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


#sidebar-corks {
	width: 125px;
	margin-left: 10px;	
	float: left;
	margin-top: 30px;
}

#innercontainer {
	clear:both;
	/* background-image:url(images/transition-mid.jpg);
	background-repeat: repeat-y; */
	width: 950px;
	/* overflow: hidden; */
}

body.page-template-frontpage-php #innercontainer, 
body.error404 #innercontainer {
	height: 482px;  
}





#scroll-page-top {
	background-image:url(images/napkin-top-png24.png);
	background-repeat: no-repeat;
	height:143px;
	width: 542px;
	margin-left: -1px;
}
	
#scroll-page-middle {
	background-image:url(images/napkin-middle-png24.png);
	/* height: 500px; */
	width: 546px;
	background-repeat: repeat-y;
}

#scrolled-content {
	width: 450px;
	padding: 10px 10px 0px 48px;
	color: #380808;
}

#scrolled-content a {
	text-decoration: underline;
	color: #8F4C41;
}

#scrolled-content a:hover {
	color: #380808;
}

#scrolled-content a:active {
	color: #380808;
}


#scroll-page h2{
	margin-left: 45px;
}

#scroll-page-bottom{
	background-image:url(images/napkin-bottom-png24.png);
	background-repeat: no-repeat;
	height: 238px;
	margin-top: -16px;
}






.openingtext {
/*	margin-top: 50px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 0px;
	*/
}

#nav {
	list-style: none;
	position:relative;
	width: 145px;
}

#nav li{
	margin-left:-50px;
	width: 145px;
}

#nav li a{
	display: block;
	
	text-decoration: none;
	font-size: 14px;
	text-align:center;
	line-height: 65px;
    height: 65px;
    width:145px; /*This Will Make Fixes Size Link (Use Image width)*/
	margin-top: 20px;
   
	 
	
}

#nav li a:link, a:visited { color: #532d27; }
#nav li a:hover, a:active { color: #532d27; } 

#nav li a.right-cork{
	 background: transparent url(images/newest-cork-leftup.png) no-repeat;
     background-position: 0 -75px; 
     ; 
}

#nav li a.right-cork:hover, #nav li a.right-cork:active { 
     background-position: 0 0px;
     font-weight: bold;
     /* background-repeat: no-repeat; */

}

#nav li a.left-cork{
	background: transparent url(images/new-corks-rightup.png) no-repeat;
    background-position: 0 -75px;
    
}

#nav li a.left-cork:hover, #nav li a.left-cork:active { 
     background-position: 0 0px;
     font-weight: bold;
/*     background-repeat: no-repeat; */

}




#maincontent {
	width: 580px;
	float: left;
	/* background-image:url(images/napkins.png); 
	background-repeat: no-repeat;*/
	/* height: 500px; */
	padding-top: 10px;
}

#maincontent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	
	font-style: italic;
	color: #1a0200;
}

#maincontent h2.leftindent {
	margin-left:95px;
}

body.home #maincontent p{
	width: 450px;
}

#maincontent p{
	/*width: 450px; */
	color: #1a0200;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar2{
	width: 200px;	
	float: right;
	color: #fff;
}




.entry p a:visited {
	color: #b85b5a;
	}

.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;
	}


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

a, h2 a:hover, h3 a:hover {
	color: #8F4C41;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

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


/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

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

.phonenumber {
	position: absolute;
	top: 41px;
	left:50px;
	font-size: 16px;
	color: #FFF;	
}

.number-extension {
	font-size: 11px;	
}
	
.post {
	margin: 10px 0 0px; 
	/* text-align: justify; */
	}

.post hr {
	display: block;
	}

.postarea {
	margin-top: -130px;
		
}

.postarea ul {
	margin-left: 25px;	
}

.postarea h1 {
	color: #380808;
	font-size: 18px;	
}
	

.widecolumn .post {
	margin: 0;
	}

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

.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;
}

#event_regis_attendee_verify tbody tr td{
	color: #000;	
	}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #C1C081;
	}

#footer p a{
	color: #8F4C41;
	}

#footer p a:hover{
	color: #C1C081;
	}
	
	
	
/* End Structure */



/*	Begin Headers */
h1 {
/* 	padding-top: 70px; */
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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



/* Begin Images */


ul.socialwrap {

	margin-left: auto;
	margin-right: auto;
	width: 200px;	
}

ul.socialwrap {

	margin-left: auto;
	margin-right: auto;
	width: 200px;	
}

body.home ul.socialwrap {
	display: none;
}


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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	Qlist-style: none;
	padding-left: 10px;
	Qtext-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020"; */	
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


 
.widget a{
	color: #8F4C41;
	}
	
.widget h2{
	font-size: 12px;
	}	

.widgettitle a:hover{
	color: #C1C081;
	}
	 


.widgettitle {
	font-size: 12px;
	text-align: center;
	}

.textwidget {
	font-size:12px;
	color: #C1C081;
	
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


body.home .entry {
	width: 480px;	
}

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

select {
	width: 200px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
	
#respond {
	color: #8F4C41;
	}	
	
#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;

	}
.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 Sidebar */
#sidebar
{
	float: left;
	padding: 20px 0 10px 0;
	width: 170px;
	color: #FFF;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */

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

#wp-calendar th {
	font-style: normal;
	font-size: 11px;
	text-transform: capitalize;
	}

#wp-calendar table td, #wp-calendar table td.pad:hover, #wp-calendar table.nav tr td {
	border:medium none;
	font-size:11px;
	padding:0px;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	color: #000;
	/* background-color: #660000; */
	background-color: #A3A26D;
	}
	
#wp-calendar caption{
	font-size:12px;
	}

#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;
	color: #fff;
	}

#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; }
	
	
.ec3_postday {
	
	color: #000;
	
	}	
	
/* End Calendar */



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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

/* theme your profile */
.form-table label,
.form-table li
 {
	color: #8F4C41;	
	 list-style-type:none;

}

.indicator-hint {
	clear: left;	
}
#pass1, #pass2{
	float: right;
	margin-top: 3px;	
}

#password {
	padding-top: 3px;
		
}

#registerform-tml-1 {
	text-align: left;	
}

.description {
	color: #8F4C41;
	clear: left;
	}
	
.testimonial {
	color: #C1C081;
	font-size:12px;
	
	}	
	
	
#your-profile  {
	color:#8F4C41;
	
}

	
#your-profile th, .daysofweek {
	color:#8F4C41;
	}
	
	 

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

hr {
	display: none;
	}

a img {
	border: none;
	}

#navigation {
	display: block;
	text-align: center;
	top: 151px;
/*	bottom: 60px; */
	position: absolute;
	}
	
#navigation .prev {
	float: left;
	margin-left: 10px;	
}

#navigation .next {
	/* float: right; */
	margin-right: 10px;	
}

	
/* End Various Tags & Classes*/

ul.enhanced-recent-posts li  {
	font-size: 12px;
	}


ul.enhanced-recent-posts li a {
	color: #C1C081;
	text-decoration: none;
	}
	
ul.enhanced-recent-posts li a:hover {
	color: #FFF;
	text-decoration: underline;
	}


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







/* WPEC styling */

.entry .wpsc_categories li {
float:left;
width:150px;
margin:0 35px 10px 35px !important;
padding:0;
text-align:center;
background:transparent !important;
list-type:none !important;
list-style-type:none !important;
list-style:none !important;
}

.wpsc_top_level_categories li {
float:left;
width:75px;
text-align:center;
font-size:10px;
margin:0 2px !important;
padding:0;
}
.widget_wpsc_categorisation ul.category_images li {
clear:none !important;
}

.wpsc_category_details  {
background-color:#C7AB7C;
color:#FFFFFF;
font-size:0.8em;
margin:0 0 8px;
padding:9px;
}

.freeshippingnotice {
	text-align: center;
	width: 100%;
	background-color: #99ff99;
	
		
}

.wpsc_category_details  a {
color:#8F4C41;
}
.wpsc_category_details  a:link, .wpsc_category_details a:visited {
color:#532D27;
}
.wpsc_category_details  a:hover {
color:#8F4C41;
text-decoration:none



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
