/*  
Theme Name: Victoria Tea
Theme URI: http://thommeredith.com/
Description: Built exclusively for Bolton Design and Victoria Tea Designs
Version: 1.0
Author: Thom Meredith
Author URI: http://thommeredith.com/


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

*/


/* Firefox fix, no dotted hover for anchor tags */
a:active
{
outline: none;
}
:focus
{
-moz-outline-style: none;
}


/* Victoria Tea Specific Start */

body{
	background-image:url(img/blueDiag.gif);
	margin:0;
	padding:0;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
color:#546470;
}

a {
	text-decoration:none;
	color:#A22831;
}

a:hover {
	color:#5B8DB0;
}

#page {
	width:850px;
}

#logo {
	position:relative;
	margin:0;
	padding:0;
	background-image:url(img/logoSm.gif);
	width:426px;
	height:182px;
}

#logo span {
	display:none;
	}



#nav {
position: relative;
left: 40px;
top: 20px;
font-size:13px;
letter-spacing:.15em;
padding-bottom: 0px;
}

#nav ul {
	padding-bottom:2px;
	padding-top:2px;
	padding-left:0;
	margin-top:0; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left:0;
	width:100%;
	line-height:15px; /* fixes Firefox 0.9.3 */
}

#nav ul li {
	display:inline;
	padding-left:0;
	padding-right:0;

}

#nav ul li a {
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	color:#5B8DB0;
}

#nav ul li span {
	padding-left: 10px;
		padding-right: 10px;
	background:url(img/divider.gif) no-repeat center;
}


#nav ul li a:hover {
	color:#A22831;
}

#content {
	padding-left: 25px;
	margin-bottom: 10px;
	width: 800px;
	padding-top: 15px;
	}

.contentT {
background:url(img/contentT.gif) no-repeat;
padding-top:5px;
padding-bottom:5px;
}
.contentBG {
background:url(img/contentBG.gif) repeat-y;
padding-top:5px;
padding-bottom:5px;
}
.contentB {
background:url(img/contentB.gif) no-repeat bottom left;
padding-top:5px;
padding-bottom:5px;
}

.innerBox {
	width: 750px;
	padding:10px;
	margin: 10px;
	margin-bottom: 0;
	background-color: #F4F7FB;
	border: solid 2px #E7EFF4;
}

#content a img {
	padding:4px;
	margin:9px;
}

#content img {
	margin-left: 10px;
	}

.innerBox a img{
background:url(images/thumbCornerDown.gif);
}

#content a:hover img {
background:url(images/thumbCornerOver.gif);
}

#bottom {
font-size:11px;
width:825px;
background:url(img/rule.gif) no-repeat top;
margin-left:25px;
padding-bottom: 20px;
}

#bottom ul {
	padding-bottom:2px;
	padding-top:2px;
	line-height:15px; /* fixes Firefox 0.9.3 */
	float: left;
	padding-left:0;
	margin-left:0;
	margin-top:10px;
}

#bottom ul li {
	display:inline;
	padding-left:0;
	padding-right:0;

}

#bottom ul li a {
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	color:#5B8DB0;
}

#bottom ul li span {
	padding-left: 10px;
		padding-right: 10px;
	color:#5B8DB0;
}


#bottom ul li a:hover {
	color:#A22831;
}


a#email   {
		padding-left:10px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	color:#5B8DB0;
	position: absolute;
	left: 700px;
	top:200px;
	font-size: 12px;
	width: 150px;
	padding-left: 15px;
	background:url(img/email.gif) no-repeat left;
	}

a#email:hover {
	color:#A22831;
	background:url(img/email2.gif) no-repeat left;
}


.photo {
	position:relative;
	top:6px;
	left:0px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
   	background:url(img/photoBG.gif) no-repeat left;
   	padding: 26px 32px 92px 32px;
	clear:both;
	}

.photo[class] {
		background:url(img/photoBG.png) no-repeat left;
	}
	
.photo img {
	clear: both;
	
}

#copyright {
	position:relative;
	text-align: right;
	margin-left: 400px;
	font-size: 11px;
	color:#5B8DB0;
	padding-top:14px;
	line-height:15px; /* fixes Firefox 0.9.3 */
}

#emailpage {
	width: 100%
	height: 100%

}

/* Victoria Tea Specific End */


#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;
		margin-left:40px;
	}

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

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


small {
	font-size:12px;
	line-height: 20pt;
	font-weight:bold;
	color:#5B8DB0;
	text-transform:uppercase;
	}




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

h2 {
	font-weight: normal;
	font-size: 24px;
	color:#5B8DB0;
border-bottom: solid 2px #F4F8FB;
	}

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



h3 {
	padding: 0;
	margin:0;
	font-size: 12px;
	font-weight: bold;
	color:#546470;
	}

h3 a, h3 a:link {
		color:#546470;
}



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 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;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

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

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

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar {
	margin-left: 442px;
	border-left: #A22831 dotted 1px;
	padding-left: 13px;
	min-height: 400px;
	}
	
#sidebar h2, #sidebar li {
		padding: 0;
		margin: 0;
		padding-bottom: 5px;
}

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

#sidebar span {
	background: #FFF ;
		display: block;
			padding: 13px;
				min-height: 300px;

		}

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

#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;
	}
	
#celebsWearing {
	font-size: 12px;
}

#celebsWearing p{
	margin: 0;
	padding: 0;
}


#celebsWearing .left{
	float: left;
	padding-left: 25px;
}

#celebsWearing .right{
	margin-left: 150px;
	
	}

.archive {
font-size:12px;
}

.archive p {
	margin:0;
	padding:0;
	padding-bottom: 10px;
}

.post {
	float: left;
	width:420px;
}

.stores {
	float: left;
	width: 440px;
}

.stores h3 {
	font-weight: normal;
	border-bottom: solid 2px #E7EFF2;
}

.stores h3:before {
	content: url(img/diamond.gif);
	color: #889DAC;
}
.stores h3:after {
	content: url(img/diamond.gif);
	color: #889DAC;
}

.stores p {
	font-size: 12px;
}

.stores a {
	font-weight: bold;
color:#546470;
}

.stores a:hover {
	font-weight: bold;
color:#A22831;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

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

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



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

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

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

#commentform p {
	margin: 5px 0;
	}

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

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


