/*  
Theme Name: Boutique Cafe
Theme URI: http://www.boutiquecafe.com/
Description: Custom theme developed for BoutiqueCafe.com.
Version: 1.0
Author: James Muirhead
Author URI: http://www.creativejam.com/

	This theme was designed and built by James Muirhead.

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

*/


/* START - HACK FOR EXTENDING DIV AROUND A FLOAT */
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfloat {
height: 1%;
}
/* End hide from IE-mac */
/* END - HACK FOR EXTENDING DIV AROUND A FLOAT */



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7;
	background: url(images/background.jpg) repeat;
	background: url(images/bg_body.gif) repeat-y center;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: .1em solid #959596;
	text-align: left;
	}

#header  {
 }


#content {
clear: left;
	font-size: 1.2em;
	}

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

.narrowcolumn .entry, .widecolumn .entry {
margin-top: -.5em;
	line-height: 1.4em;
	position: relative;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	margin-left: 3.25em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer  {
 background-color: #eee;
 }


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

h1, h2, h3 {
	font-family: 'ITC Benguiat Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

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

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2  {
	color: #6ebe00;
	font-size: 1.4em;
	}
	
#sidebar h2 a, 
#sidebar h2 a:visited {
	color: #6ebe00;
	}

#sidebar h2 a:hover {
	color: #000;
	}

h3 {
	font-size: 1.4em;
	}

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

h2, h3   {
	color: #E52438; /*xmas*/
	color: #cc33cc;
	font-family: 'ITC Benguiat Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana;
	}

 
h2 a, h2 a:visited, h3 a, h3 a:visited   {
	color: #E52438; /*xmas*/
	color: #cc33cc;
	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #6EBF0B;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

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

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

div#post-9.post h2, div#post-11.post h2 {
padding: 0;
}
	
div#post-9.post h3, div#post-11.post h3 {
padding: 0;
margin: 1.5em 0 0;
}

div#post-9.post p.top, div#post-11.post p.top {
margin-top: 0.25em;
}
	
#sidebar p {
line-height: 150%;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
	.postmetadata {
	font-size: .9em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, a:visited  {
color: #E52438; /*xmas*/
color: #cc33cc;
text-decoration: none;
}


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


a:hover  {
 color: #000;
 text-decoration: underline
 }
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page  {
	background-color: white;
	margin: 1.5em auto;
	padding: 0;
	width: 78em;
	_width: 78.6em;
	border: solid 0.1em #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	}

#headerimg {
	margin: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 2em 4.5em;
_padding-bottom: 0;
	margin: 0 0 0;
	width: 38em;
_margin-bottom: -3em;
	}

.widecolumn {
	padding: 1em 0 2em 0;
	margin: .5em 0 0 10em;
	_margin-left: 10.5em;
	width: 45em;
	}
	
.post  {
text-align: justify;
margin: -3em 0 0 -2em;
 }
 
.narrowcolumn .post {
padding-top: 0;
padding-left: 3em;
}

.post  {
 background-repeat: no-repeat;
 background-position: 2.5em 0.3em;
position: relative;
 }
 
.widecolumn .post {
background-position: -.3em 5em;
}

.archive .post {
margin-top: -4em;
padding-bottom: 1em;
background-position: 2.5em .2em;
_background-position: 2.5em .7em;
}

.post#post-7 h2   {
padding-left: 1.75em;
padding-top: 1.75em;
background-image: url("images/icon_aboutus.gif");
background-repeat: no-repeat;
background-position: 0 0;
}

.post h2  {
	padding-top: 1em;
	padding-bottom: 0.2em;
	padding-left: 1.5em
	}

.post h3  {
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 2.5em
	}

.archive .post h3 {
	padding-top: 1.3em;
	padding-left: 1.5em
	}
 
.post.cat5  {
 background-image: url("images/icon_podcast.gif");
 }
 
.post.cat3  {
 background-image: url("images/icon_fashionshow.gif");
 }
 
.post.cat6  {
background-image: url("images/icon_chat.gif");
}

.post.cat7  {
background-image: url("images/icon_shopping.gif");
}

.post.cat11  {
background-image: url("images/icon_dailydish.gif");
}

.post.cat1018  {
background-image: url("images/icon_mompreneur.gif");
}

.narrowcolumn .post.cat1018  {
background-position: 2.6em -0.25em;
}

.widecolumn .post.cat1018  {
background-position: -0.5em 4.7em;
}

.post.cat14  {
background-image: url("images/icon_dariasfinds.gif");
background-position: 1.75em 0.25em;
}

.post.cat19  {
background-image: url("images/icon_photos.gif");
background-position: 3em 0.25em;
}

.widecolumn .post.cat11 {
background-position: -.2em 4.5em;
}

.widecolumn .post.cat14 {
background-position: -0.5em 4.75em;
}

.widecolumn .post.cat19 {
background-position: 0.1em 5em;
}

.post.cat11 h2 {
padding-left: 2.75em;
}

.post.cat19 h2 {
padding-left: 3em;
}

.widecolumn .post.cat14 h2 {
padding-left: 2em;
}

.widecolumn .post.cat1018 h2 {
padding-left: 2.3em;
}

.widecolumn .post.cat1018 small {
padding-left: 1.3em;
}

.post.cat11 small {
padding-left: 2.3em;
}

.post.cat19 small {
padding-left: 2em;
}

.narrowcolumn .post.cat14 small {
padding-left: 0.5em;
}

.widecolumn .post.cat14 small {
padding-left: 1.5em;
}

.narrowcolumn .post.cat11 {
background-position: 2.5em -.4em;
_background-position: 2.5em 0.3em;
}

.narrowcolumn .post.cat11 h3 {
padding-left: 3em;
}

.narrowcolumn .post.cat11 small {
padding-left: 2.3em;
}

.narrowcolumn .post.cat1018 h2 {
padding-left: 2.75em;
}

.narrowcolumn .post.cat1018 h3 {
padding-left: 3em;
}

.narrowcolumn .post.cat1018 small {
padding-left: 2.3em;
}

.narrowcolumn .post.cat19 h3 {
padding-left: 3.5em;
}

.post.cat4, .post.cat10  {
background-image: url("images/icon_news.gif");
}

.post, .post .entrytext {
position: relative;
}

.post.cat5 .entry, 
.post.cat5 .entrytext {
margin-top: 1em;
position: relative;
}


.post .entry div.btns, 
.post .entrytext div.btns {
clear: left;
padding: .25em 0;
height: 2em;
font-size: .9em;

height: auto;
}

.post .entrytext div.btns {
margin-left: 4.75em;
}

.post .entry div.btns div.btn, 
.post .entrytext div.btns div.btn {
font-size: .9em;
margin-right: 2.25em;
_margin-right: 2.1em;
float: left;
_display: inline;
} 

.post .entry div.btns div.btn img {
width: 9.7em;
_width: 9.8em;
height: 2.5em;
_height: 2.7em;
}

.post .entry div.btns div.btn.subscribe2, 
.post .entrytext div.btns div.btn.subscribe2 {
margin-right: 0;
}

.post div.btn_fashionshow {
margin: -1.5em 0 1em;
_margin: -.5em 0 1em;
text-align: center;
}

.post div.btn_fashionshow img {
width: 18.33em;
height: 3.75em;
}
 
.post small  {
display: block;
 margin-left: 2.75em;
 margin-bottom: -.5em;
 }

.archive .post small {
margin-left: 2.4em;
}
 
.postmetadata small {
padding-top: 0;
 margin-left: 0;
 }

.widecolumn .post {
padding-top: .1em;
margin: 0 0 0;
}

.widecolumn .postmetadata {
clear: left;
margin: 1.75em 0;
}

.narrowcolumn .post.cat5 .postmetadata {
margin-top: 1.5em;
}
	
.entrytext {
margin-top: -.6em;	
}

#sidebar {
float: right;
_display: inline;
padding: 0;
margin-top: -2em;
margin-right: 4.5em;
_margin-right: 4.5em;
width: 18em;
}

#sidebar form {
margin: 0;
}

#footer {
padding: 0 0 0 .1em;
_padding-top: 3em;
margin: 0 auto;
clear: both;
}

#footer p {
	margin: 0;
	padding: 1em 0 3em 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 7em;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 3em 0 0;
	}

h2.pagetitle {
font-weight: bold;
	margin: 1em 0 3.5em;
	text-align: left;
}

#sidebar h2 {
	margin: 0.5em 0 0;
	padding: .5em 0 0;
	}

h3 {
	padding: 0;
	margin: 3em 0 0;
	}

h3.comments {
	padding: 0;
	margin: 4em auto 2em ;
	}
/* 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: .4em;
	margin: 0 0 .2em .7em;
	display: inline;
	}

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

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
div#sidebar li#aboutpodcasts img.sideicon  {
	position: relative;
	z-index: 1;
	top: 3em;
	left: 11em;
	_left: 12.75em;
	_top: 3.75em;
	}

/* 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: 0;
	padding: 0 0 0 3em;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	} 

html>body .entry li {
	margin: .7em 0 .8em 1em;
	}

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

.entry ol {
	padding: 0 0 0 3.5em;
	margin: 0;
	}

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

.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: 1em;
	margin-top: 1.5em;
	border-top: .2em #ccc dotted;
	}
	
	#sidebar ul li.top {
	border-top: none;
	}
	
#sidebar ul li#aboutpodcasts {
margin-top: -1em;
}
	
#sidebar ul li#archives, #sidebar ul li li {
border-top: none;
}

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

#sidebar ul ul, #sidebar ul ol {
	margin: .5em 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 1em;
	}

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

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



/* Begin Form Elements */
#searchform {
margin: 1em auto 0;
padding: .5em .3em; 
text-align: left;
}

#sidebar #searchform #s {
width: 9em;
_width: 7em;
padding: .2em;
background-color: #eee;
}

#sidebar #searchsubmit {
	padding: .1em;
	}

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

select {
	width: 13em;
	}

#commentform input {
	width: 17em;
	padding: .2em;
	margin: .5em .5em .1em 0;
	}

#commentform textarea {
	width: 100%;
	padding: .2em;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

ol.commentlist {
margin-left: 0;
}

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

.commentlist li {
	margin: 1.5em 0 .3em;
	padding: .5em 1em .3em;
	list-style: none;
	}

.commentlist p {
	margin: 1em .5em 1em 0;
	}

#commentform p {
	margin: .5em 0;
	}

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

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

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

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

blockquote {
	margin: 1.5em 3em 0 1em;
	padding-left: 2em;
	border-left: .5em solid #ddd;
	}

blockquote cite {
	margin: .5em 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
	}
	
	.navigation .alignright, .navigation .alignleft {
padding-top: 1em;	
	}
	
	.pg .post h2 {
padding-top: 1.2em;
	}

	.pg .entrytext {
margin-top: -.5em;	
	}
/* End Various Tags & Classes*/


/* Begin Sidebar */
div#sidebar li.adserver {
margin-top: 3em;
}

div#sidebar li#adserver_1 {
margin-bottom: -1em;
}

div#adserver_3 {
margin: 1.5em 0 1.5em 0;
}

div#sidebar li#archives {
_margin-top: -2.5em;
}
/* End Sidebar */

