/*  
Theme Name: Violeta's Vintage Kitchen
Theme URI:
Description: Custom theme for Violeta's Vintage Kitchen website
Version: 0.4
Author: Victoria Molovata
Author URI: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/******************************************
*   HTML Elements                         
******************************************/
	
body {
	background:transparent url(images/backgrounds/stripes11.png) repeat scroll left top;
	color: #333;
	padding: 10px 0 10px 0;
	}

body, select, input, textarea {
	font: 12px Arial,Helvetica,Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;	
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font: 0.9em  Georgia, Arial, Verdana, Sans-Serif;
	font-style: italic;
	color: #A9A9A9;
	}

small a:link, small a:active, small a:visited { 
	color: #A9A9A9;
	text-decoration: underline; 
	} 
small a:hover { 
	color: #A9A9A9;
	text-decoration: none; 
	}

#page-title small {
	font-size: 1.6em;
	font-style: italic;
	color: #C99081;
	padding: 0px;
}


/******************************************
*   Headlines                              
******************************************/

/* Blog title */
h1 {
	color: #FFFFFF;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}

/* Page/Post title, comment title, sidebar titles*/	
h2 {
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #F2EAD7;
	padding: 10px;
	margin: 20px 0px;
	}

#page-title h2 {
	font-size: 2.6em;
	font-style: normal;
	background: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.post h2 {
	margin-top: 0px;
}

#sidebar h2 {
	font-size: 1.4em;
	padding: 0px;
}

.single #page-title h2 {
	font-size: 2em;
	color: #C99081;
	background: none;
}

h3 {
	color:#840000;
	font: 1.4em Georgia, Arial, Helvetica, sans-serif;
	/*font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.3em;*/
	margin: 15px 0;	
}

#sidelist h3 {
	font-style: italic;
}

h4 {
	color:#840000;
	font: 1.2em Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 15px 0;	
}

.archive #content h4 {
	background-color: #F2EAD7;
	color: #FFFFFF;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:none;
	text-transform:none;
	padding: 10px;
	border: none;
	margin-bottom:10px;
}

h5 {
	color:#840000;
	font: 0.9em Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;	
}

/******************************************
*   Hyperlinks                         
******************************************/

/* Standard link behaviour */
a:link, a:active, a:visited { 
	color: #333;
	text-decoration: underline; 
	} 
a:hover	{ 
	color: #333;
	text-decoration: none; 
	}

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #840000; 
	text-decoration: underline;
	} 
.title:hover { 
	color: #840000; 
	text-decoration: none;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {color: #666666; text-decoration:underline; }
h3 a:hover {color: #666666; text-decoration:none; }

h4 a:link, h4 a:active, h4 a:visited  {color: #666666; text-decoration:underline;}
h4 a:hover {color: #666666; text-decoration:none;}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}

/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { 
	border:2px solid #E6E3D3; 
	padding:1px; 
}

.noborder {
	border:none; 
}

/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}

/******************************************
*   General Structure                         
******************************************/
#page-wrap {
    width:1000px;
	margin:0 auto;
    padding: 0;
	font-size:1em;
}  

#header-wrap {
    padding-bottom: 20px;
}

#header-wrap #logo {
	width: 250px;	
}

#content-wrap { /*the content wrapper container, everything is inside, except header*/
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 10px 25px 20px 25px;
	border:3px double #8E4C3F;
	}

/******************************************
*   Top Page Navbar style                  
******************************************/

#nav {
	background:#C99081;
    font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    letter-spacing:0.2em;
    font-weight:bold;
	}
	
#nav, #nav ul {
	list-style:none;
	line-height:1;

	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
    float: left;
	list-style:none;
	border-right:1px solid #fff;
	}

#nav .last li{
	border-right: none;
}
    
#nav a, #nav a:visited {
    display:block;
	font-weight:bold;
	color: #FFFFFF;
	padding:12px 17px;
	}

#nav a:hover, #nav a:active {
	background:#8E4C3F;
	text-decoration:none;
	}	

.current_page_item	a, #home .on, .current_page_parent a {background:#8E4C3F;}
li.current-cat,li.current-cat-parent {background:#8E4C3F;}	

/******************************************
*   Page Title                             
******************************************/

#page-title {
	margin-top: 20px;
	margin-bottom: 10px;
}

#page-title .title-left {
	width: 650px;
	margin: 0px;
}

.archive #page-title .title-left {
	float: left;
	width: 250px;
	margin-top: 10px;
	padding-left: 10px;	
}

#page-title .photos-right {
	float: right;
	width: 670px;	
}

#page-title .ngg-widget, #page-title .ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:0px;
	text-align:right;	
}

#page-title .ngg-widget img {
	border:1px solid #DDDDDD;
	margin:0px;
	padding: 1px;
	opacity: 0.70;
    filter: alpha(opacity=70); /* IE's opacity*/
	zoom:1;	
}

/******************************************
*   Content                        
******************************************/

#content {
	background: #FFFFFF;
	width:600px;
	float:left;
	}

.archive #content, .single #content, .page #content {
	width:650px;
}

/******************************************
*  Wide Content                        
******************************************/

#wide-content {
	background: #FFFFFF;
	width: 100%;
	float:left;
}
	
/******************************************
*   Post Formatting                       
******************************************/

.entry {
	padding-bottom:10px;
	text-align:justify;
	}

.single .entry, .page .entry {
	border-top:4px solid #F2EAD7;
	padding-top: 10px;
}

.gallery .entry {
	border-top: none;
	margin-top:10px;
}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:disc;
	margin-bottom:5px;
	margin-left:20px;
	}

.post ol li {
	margin-bottom:5px;	
	margin-left:30px;
	}
	


.postmetadata {
	font: 0.9em Georgia, "Lucida Sans","Lucida Grande",Verdana,Sans-serif;
	font-style:italic;
	color: #C99081;
	margin:0 0 20px 0;
	padding:5px 10px;
	border-bottom:1px solid #E6E3D3;	
	text-align: right;
	}

.postmetadata a:link, .postmetadata a:active, .postmetadata a:visited { 
	color: #A9A9A9;
	text-decoration: underline; 
	} 
.postmetadata a:hover { 
	color: #A9A9A9;
	text-decoration: none; 
	}

.postmetadata img {
	border: none;
	vertical-align: text-bottom;	
}


/******************************************
*   Home page Menu Box                       
******************************************/

.menubox {
     margin-top:50px;
     padding:10px 20px;
     border:2px dotted #C99081;
     position:relative;
     text-align:justify;
     background: url(./images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
}

.menubox img.menu-title {
	position:absolute;
	top:-35px;
	margin:0 auto;
	border:none;
}

.menubox h3 {
	font-style: italic;
	text-align:right;
	margin: 0px;
}

.menubox h3 a:link, .menubox h3 a:visited {
	color: #C99081;
}

.menubox .postmetadata {
	border: none;
	margin: 0px;
	padding: 0px;
}

/******************************************
*   Home page Feature box                      
******************************************/
.feature-box {
	background: #FFFFFF;
	width:290px;
	margin:20px 0px 0px 0px;
	padding: 0px;
	float:left;
}

.feature-box-with-bg {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;	
	border-bottom: 1px solid #F2EAD7;
}

#sidebar .feature-box {
	width: 306px;
	float: right;
}

.feature-box h2 {
	background: #FFFFFF;
	padding: 0px;
	border-bottom:4px solid #F2EAD7;
	margin: 10px 0px;	
}

.feature {
	padding: 0px 10px;
	text-align: justify;
	border-bottom: 1px solid #F2EAD7;
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;	
}

.feature img {
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.feature h3 {
	font-style: italic;
	margin: 10px 0px;
	padding: 0px;
	overflow: visible;
	zoom: 1;
}

.margin-right {
	margin-right: 20px;
	}

/******************************************
*   Archive entries                      
******************************************/
.sum-image {
	float: left;
	width: 160px;
}

.sum-image img{
	float: left;
	margin: 0 10px 10px 0px;
}

.sum-text {
	float: left;
	width: 490px;
}


/******************************************
*   Form Elements                       
******************************************/

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}


.button {
	padding: 1px;
    border: 1px solid #FFFFFF;
	background:#95B06B;
	color:#fff;
	}

.button:hover {
	background:#687E45;
	color:#FFF;
	text-decoration:none;
    border: 1px solid #FFFFFF;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/******************************************
*   Comments                       
******************************************/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

/******************************************
*   Sidebar                         
******************************************/

#sidebar {
	width: 270px;
	float:right;
	background-color: #F2EAD7;
}

.home #sidebar {	
	width: 306px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

/* General Sidebar*/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:none;
	padding: 10px;
	border-bottom: 4px solid #FFFFFF;	
}

.home #sidelist li {
	padding: 0px;
	border-bottom: none;
}

#sidelist li.about {
	padding: 5px;
}

#sidelist li.about img{
	border: none;
}

#sidelist li li {
	list-style:disc;
	padding: 0px 0px 5px 0px;
	border: none;
	margin: 0px;	
}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:disc;
	}
	
#sidelist .bullets li {
	list-style:disc;
	margin-bottom:5px;
	margin-left:22px;
	}

/******************************************
*   Float Properties                        
******************************************/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
    margin-top:20px;
	width: auto;
	font-size:0.9em;
	text-align:center;
	padding:15px 0;
    border:3px double #8E4C3F;
    background:#FFF;
	color:#C99081;
	}

#footer a {
	color:#C99081;
	}

#footer p {
	margin-top: 5px;
	margin-bottom: 0px;
}

/******************************************
*   Web 2.0 Navbar                         
******************************************/
/*

#web20navbar {
	position:absolute;
	top:10px;
	left: 10px;
	list-style:none;
	line-height:1;

}

#web20navbar li {
	width: auto;
}

#web20navbar li a {
	float: left;
	display: block;
	background-color: white;
	border:1px dotted #8E4C3F;
	padding: 0px 5px 0px 0px;
	margin: 0 0 5px 0;
	opacity: 0.70;
    filter: alpha(opacity=70);
	zoom:1;	
}

#web20navbar li a img {
	border: none;
} */

#web20navbar {
	position:absolute;
	top:10px;
	left: 10px;
	width: 118px; /* set width of menu */
} 

#web20navbar ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#web20navbar a{
	display: block;
	background-color: white;
	border:1px dotted #8E4C3F;
	padding: 0px 5px 0px 0px;
	margin: 0 0 5px 0;
	opacity: 0.70;
    filter: alpha(opacity=70);
	zoom:1;	
}

#web20navbar img {
	border: none;
}

/******************************************
*   Calendar                       
******************************************/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	/*width: 155px;*/
	width: 100%;
	}

#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 {
	color: #840000;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: normal;
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar tbody td a {
	/*background-color: #FFFFFF;*/
	color: #C99081;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none; 
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
    
/******************************************
*   Signatures                       
******************************************/

.signature img {
	margin: 10px 0 0 10px;
	border: none;
}

#sidebar .ngg-widget {
	padding:0px;
} 

img#wpstats{display:none}



/******************************************
*   NextGen Gallery                       
******************************************/

.ngg-album {
	width: 445px;
	float: left;
}

.ngg-widget img {
	border: 2px solid #E6E3D3;
	margin: 0px;
	padding: 1px;
}

.float-right {
	float: right;
}

.ngg-galleryoverview {
	/*padding-bottom: 10px;
	margin: 0px 45px;*/
	padding: 0px 0px 10px 45px;
	width: auto;
	border-bottom:4px solid #F2EAD7;	
}

.ngg-albumoverview {
	border-top:4px solid #F2EAD7;
	padding-top: 20px;
}

.ngg-description p {
	margin: 15px 0 5px 0;
}

#backtogallery {
	font: 1.2em Georgia, "Lucida Sans","Lucida Grande",Verdana,Sans-serif;
	font-style:italic;
	color: #C99081;
	margin:0px;
	padding:0px 5px 5px 0px;
	text-align: right;
	}

#backtogallery a:link, #backtogallery a:active, #backtogallery a:visited { 
	color: #A9A9A9;
	text-decoration: underline; 
	} 
#backtogallery a:hover { 
	color: #A9A9A9;
	text-decoration: none; 
	}

#backtogallery img {
	border: none;
	vertical-align: text-bottom;	
}

/******************************************
*   Contact Page
******************************************/
#contactdesc {
	width: 400px;
	float: left;
	
}

#mapviewer {
	margin-top: 10px;
	float: left;
}


/******************************************
*   Events Calendar
******************************************/
#sidelist .upcoming-events, #sidelist .todays-events {
	margin-bottom: 15px;
}

#sidelist .upcoming-events li, #sidelist .todays-events li {
	list-style: none;
}

#sidelist .upcoming-events li ul, #sidelist .todays-events li {
	padding-left: 20px;
}

#sidelist .upcoming-events a:link, #sidelist .todays-events a:link, 
#sidelist .upcoming-events a:active, #sidelist .todays-events a:active, 
#sidelist .upcoming-events a:visited, #sidelist .todays-events a:visited  { text-decoration:none; }

#sidelist .upcoming-events a:hover, 
#sidelist .todays-events a:hover {text-decoration:none; }