/*  
Theme Name: Maggie
Theme URI: 
Description: Developed for La Cocina.
Version: 0
Author: Windesheim Design 
Author URI: http://www.windesheimdesign.com

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


/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background:url(images/backgrounds/bkg.gif);
background-repeat: repeat-x;
	color: #333;
	padding: 0px 0 25px 0;
	}

body, select, input, textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	}
	
p {	
	
margin: 10px 0 10px 0;
	line-height: 18px;
	padding-bottom: 10px;
	}


hr {
	display: block;
	height:4px;
margin:10px 0px 0px 0px;
	}

small {
	font-size: 10px;
	padding:3px 0px;
	}
	
table {
text-align: left;
font-size: 12px;
line-height: 15px; 	
}

ul{
	padding-left: 20px;
	list-style-type: none;
	line-height: 15px;
}
li{padding-bottom:5px;
}

/******************************************
*   Main or page navigation styles                       
******************************************/

/*Main Navbar page navigation */

#nav {
	background-image:url(images/black50p.png);
	color:#FFFFFF;
	font-size: 11px;
	}
#nav a:link, a:active, a:visited {
font-size: 11px;

}
	
#nav, #nav ul {
	list-style: none;
	font-size: 11px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	font-size: 11px;
	}

#nav li {
	float: left;
	list-style:none;
	font-size: 11px;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #ffffff;
	padding:6px 8px;
	font-size: 11px;
	}

#nav a:hover {
	color:#fdbf8f;
	text-decoration:none;
	font-size: 11px;
	}	

#nav a:active {
	color:#fdbf8f;
	text-decoration:none;
	font-size: 11px;
	}	

.current_page_item	a, #home .on  { 
	/*background-color:#333;*/
	color:#fdbf8f!important;
	text-decoration:none;
	font-size: 11px;
	}
	
	
	
/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-image:url(images/black50p.png);
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:13px;
	color:#fff;
	}

#nav li li a:hover, #nav li li a:active {
	background-image:url(../images/black50p.png);
	color:#a37f04;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

a.main:hover {background:none;}



/* Category navigation in Navbar */

#catnav {
	background-image:url(images/black50p.png);
	margin-top: 25px;
	padding: 5px;
	width: 250px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	float: right;
	line-height: 15px;
	}
	
#catnav, #catnav ul {
	list-style: none;
	}

#catnav a{
	text-decoration: none;
	border:none;
	color:#FFFFFF;
	}
	
#catnav a:hover {
	color:#f3e9af;
	text-decoration:none;
	}	

#catnav li {
	float: left;
	list-style:none;
	padding-bottom: 5px;
	width: 200px;
	}

#catnav a, #catnav a:visited {
	}
	

#catnav a:active {
	color:#fff;
	text-decoration:none;
	}	


	
/* Dropdown Menus for categories  */
		

#catnav li ul {/*first level dropdown*/
	display: none;
	}
	
#catnav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#catnav li:hover ul ul, #catnav li.sfhover ul ul {
	left: -999em;
	}

#catnav li li {
	display:none;
	}

#catnav li li a, #catnav li li a:visited {
	font-weight:normal;
	}

#catnav li li a:hover, #catnav li li a:active {background:#ddd;}	
	
#catnav li:hover ul, #catnav li li:hover ul, #catnav li li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul, #catnav li li li.sfhover ul {left: auto;}

/*a.main:hover {background:none;}*/
	
/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited, { 
	color:#333;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#333;
	text-decoration: none; 
	}

/* How the links in the leadstory area on the homepage look */
#leadcontainer a {color:}

/* Title area links */
.title:link, .title:active, .title:visited, .title:hover{ 
	color: #f57b20; 
	text-decoration: none;
	font-size: 18px;
	padding: 5px 0 5px 0;
	margin: 5px 0 10px 0;
	display:block;
	} 
.title:hover { 
	color: #f57b20; 
	text-decoration: underline;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {color:#a6ab66; text-decoration:none; font-size:"12px";}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {
color:#64003d; 
text-decoration:none; 
background-color:#d8d392;
padding: 5px 10px 5px 10px;
display:block;
}

/* Links in the sidebar */
#sidelist a:link, #sidelist a:active, #sidelist a:visited {
text-decoration:none;
font-size:11px;}
#sidelist a:hover {
font-size:11px;
text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	font-size:11px;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{color:#000;}

/* 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 
.commentmetadata a:hover {display:none;}

/* Links in the footer */
#footer a {text-decoration: none; font-size:10px} 
#footer a:hover	{text-decoration: underline;}


/****** Images ****************************/

img, a:link img, a:visited img{border:1px solid #999; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
#leadpic {float:left;margin: 0 20px 10px 0;padding:1px;border:1px solid #999;}
.home-cat-img {float:left; margin:0 6px 4px 0;}
img.imgtfe {margin:5px 12px 5px 0;}
	
		
/******************************************
*   Main Element Structure                         
******************************************/

#page { /* main container */
	width:940px;
	margin:0 auto;
	padding: 0px 20px 40px 20px;
	}

#branding {/* Where the logo is located */
	width:940px;
	height:150px;
	background:url(images/backgrounds/header2.png) no-repeat;
	}

#headerlink {
	padding-top:175px;
	padding-left: 625px;
}
#headerlink a #headerlink a:active, #headerlink a:visited{
	color:#202020;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}

#homeleadimage {
background:url(images/indexfeatured.jpg) no-repeat;
width: 940px;
height: 240px;
}
#homeleadimage2 {
background:url(images/header_exterior.jpg) no-repeat;
width: 940px;
height: 240px;
}
#homeleadimage3 {
background:url(images/header_products.jpg) no-repeat;
width: 940px;
height: 240px;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 240px;
	float:right;
	font-size:11px;
	}


/* The 4 columns on the homepage */

#homeleftcol {
	width:22%;
	border-right:1px solid #ccc;
	padding-right:12px;
	float:left;
	}
	
#homemidcol {
	width:23%;
	padding:0px 10px 0px 10px;
	float:left;
	}
	
#homerightcol {
	width:23%;
	border-left:1px solid #ccc;
	padding-left:10px;
	float:left;
	}
		
#homesidebarcol {
	width:23%;
	border-left:1px solid #ccc;
	padding-left:10px;
	float:right;
	}
				

	
/******************************************



*   Sidebar stuff except hyperlinks                        
******************************************/
	
#sidebar img {
border:0;

}

#sidelist li {

font-size:11px;
list-style:none}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {background:#eee;}

#sidelist .children li {
	background: #eee;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .recent li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_recent.gif) no-repeat;
	}

#sidelist .recent-comments li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_comments.gif) no-repeat;
	}

#sidelist .more li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_categories.gif) no-repeat;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/rss.gif) no-repeat;
	}
	
.aktt_tweets ul li{
padding: 5px 0 5px 0;
border-bottom:#999999 dotted 1px;
border-top:4px solid #ddd;

}	
	
/******************************************
*   All Headlines and related stuff                         
******************************************/



.cat-head {/* category headlines on the homepage */
	margin-bottom:10px;
	background-color:#ddd;
	padding:3px 2px 1px 4px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	}
	
.cat-head a:link, .cat-head a:visited{
color:#666666;
text-decoration:none;
}

h1 {
	color: #a37f04;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #64003d;
	font: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0 0 6px 0;
	padding: 18px 0px 10px 0px;
	}
	
.entry h2, .entry h2 a  {
	font-weight:bold;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	}
	

h3 {
	font: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#9fa615;
	}

#sidebar h2, #sidebar h3 a {
	font: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:15px 10px 5px 0;
	font-weight:bold;
	color:#9fa615;
	}

#sidebar h3, #sidebar h2 {
	background:url(images/bar_stripe.gif);
background-repeat: repeat-x;
	padding:15px 10px 5px 0;
	margin:20px 0 15px 0;
	color:#9fa615;
	}

h3#respond {
	border-top:4px solid #ddd;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	color:#444;
	font-size:14px;
	margin-top:18px;
	}
	
	
/******************************************
*   Content styles                    
******************************************/

/* some structural styles for the content area */

#content {/* main content (left of sidebar) */
	width:640px;
	float:left
	}

#pagecontent { /* content area in static pages (without sidebar) */
	width:820px;
	float:left;
	}

#homecontent-top {/* The upper area on the homepage */
	width:940px;
margin-top:0px;
	}
	
#homecontent-bottom {/* The lower area f the homepage */
	width:900px;
	margin-top:20px;
	}

#homecontent-topleft {/* The left side of the upper area (where the leadstory area is located) */
	width: 640px;
	float:left;
	}

#homecontent-topright {/* The right upper area (where the three feature boxes appear) */
	width: 240px;
margin-top: 235px;
float:right;
	}
	


/* The lead story on the homepage */

#leadcontainer {
	padding:15px 15px 15px 0px;
	width:592px;
	min-height:150px;
	}

#leadcontainer:hover {
	}

#leadcontainer .title {
	font:20px, Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #f57b20;
	}

#leadheader {
	display:block;
	}

#leadheader a {color:#ddd;}


.read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
.read-on a:hover {color:#f57b20!important;}

	
	
.description {
	font-weight: bold; 
	color:#999;
	}
		
.title, a.title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #a37f04;
	margin:5px 0 5px 0;
	padding-bottom: 10px;
	}
		
#homemidcol .clearfloat, #homeleftcol .clearfloat, #homerightcol .clearfloat {
	border-bottom:1px solid #ccc;
	padding:12px 0;
	margin-top: 15px;

margin-right: 0pt;

margin-bottom: 15px;

margin-left: 0pt;

line-height: 18px;
	}	

/* Pagination formats for the achives (previous and next links) */	

.navigation a {
	width: 120px;
	border: 1px dotted #ccc;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:11px;
	text-decoration:none;
	color:#666;
	}

.navigation a:hover {
	background-color:#eee;
	}

.preventries {
	float:left;
	}

.nextentries {
	float:right;
	}

/*Post Formatting*/

.entry {
	padding-top:20px;
	padding-bottom:28px;
	font-size:12px;
	line-height: 18px;

	}
.entry p {
padding-bottom: 10px;

}
	

.entry a:visited {
	color:#0000CC;
	font-size:12px;

	}
.entry a:link, a:active, a:visited {
	color:#0000CC;

	}
.entry h4 a:link, a:active, a:visited {
	color:#333333;
}

.post img {
border:0;

}

.post {
margin-bottom:28px;
}

.post a:link, a:active, a:visited {
	color:#0000CC;

	}
.post h4 a:link, a:active, a:visited {
	color:#64003d;

	}

.post blockquote {
	color:#666;
	padding:6px 14px;
	margin:18px 35px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:none;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	}	
		
.postmetadata {margin: 30px 0;}
	

/* Form Elements */

select {
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	width:100%
	}
	

#searchform {padding:5px 0px 0px 0px;

text-align:right;}

.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#999;
	border:1px solid #ddd;
	}

.searchbutton:hover {
	color:#666;
	background:#eee;
	border:1px solid #999;
	text-decoration:none;
	}

.searchfield {
	width:190px;
	padding: 1px 1px 1px 20px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
	}

.searchfield:hover, .searchfield:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
	}



.button {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#666;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

.button:hover {
	color:#333;
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	text-decoration:none;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

#commentform textarea {
	background:#eee;
	width: 100%;
	margin-top:5px;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

#commentform textarea:hover, #commentform textarea:focus {background:#fff;}

/* Store form elements */
.product-attr-custom select {
      width: 25%
      }

/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#eee;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	padding:2px 5px 2px 5px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

.commentlist cite { font-weight:bold; }	

.nocomments {display: none;}		

/* Float Properties*/

.clear {
	clear:both;
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:inline-block;
	}	

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 1000px;
height: 125px;
background:url(images/backgrounds/footer.png);
background-repeat: no-repeat;
	font-size:9px;
	padding-top:55px;
	color:#666;
text-indent: 25px;
	}

#footer a {
	color:#333;

	}

/******************************************
*   Float Fix                      
******************************************/
img.alignleft, div.alignleft
{
float:left;
margin:0 10px 10px 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 5px 5px;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;

/******************************************
*   Captions Fix                      
******************************************/

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

/*****************************************
*   Lightbox effect - Caroline 11/3/09
******************************************/
.lightbox-black-bg {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
      }
 
.lightbox-white-content {
	display: none;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	padding: 16px;
	border: 6px solid #64003d;
	background-color: white;
	z-index:1002;
	overflow: auto; 
      }

.lightbox-white-content .close {
      font-weight:bold;
      text-align:right;
      padding: 4px 0px;
      }


