/*  
Theme Name: Girl With A Glass
Theme URI: http://wpthemes.info
Description: Theme designed by Chris Glass and Developed for web by Kevin McGrath
Version: 2.0
Author: Kevin McGrath
*/

* {
	padding: 0;
	margin:0;
}
p {
	margin: 0.7em 0;
	line-height:1.8em;
}
dl {
	margin:1em 0;
}
dt {
	font-weight:bold;
}
dd {
	margin:0.5em;
	padding:0;
}
.clear {
	clear:both;
	height:20px;
}
blockquote {
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;
}
fieldset {
	border:0;
}
body {
	background-image: url(img/background-tile.gif);
	margin: 0;
	background-color: #A21500;
	background-attachment: fixed;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#951a20;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Verdana, Arial, Serif;
	color: #951a20;
}
/*MAIN BOUNDING BOX*/
#bounds {
	margin: 0 auto;
	padding:0;
	width:1090px;
	height: 100%;
}
#container {
	margin: 0px auto;
	padding:0px;
	width: 1090px;
	position: relative;
	text-align: left;
	background-image: url(img/bkg-shad.png);
	background-repeat: repeat-y;
}
/*MENU STYLES*/
#navigation {
	background: transparent;
	margin: 20px auto 0 auto;
	overflow: hidden;
	width: 1050px;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul li {
	float: left;
	margin: 0 5px 0 0;
	list-style-type: none;
}
#navigation ul li a {
	width:60px;
 //width:84px;
	padding: 2px 12px;
 //padding:0;
 //padding-left:8px;
	display: block;
	font-weight:bold;
	color:#951a20;
	text-decoration: none;
	letter-spacing:0px;
	font-size:1.2em;
	line-height: 26px;
 //line-height:30px;
	background-image: url(img/menu-tab-idle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
#navigation ul li.page-item-2515 a, #navigation ul li.page-item-2190 a {
	width:90px;
	background-image: url(img/menu-tab-90-hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
*/

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	color: #333;
	background-image: url(img/menu-tab-hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
#navigation ul li.page-item-2515 a:hover, #navigation ul li.page-item-2515 a:active, #navigation ul li.page-item-2515.current_page_item a,
#navigation ul li.page-item-2190 a:hover, #navigation ul li.page-item-2190 a:active, #navigation ul li.page-item-2190.current_page_item a {
	color: #333;
	background-image: url(img/menu-tab-90-idle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
*/

#navigation ul li.search {
	font-size: 0.9em;
	right: 0;
	position: absolute;
	top: 0;
}
#navigation ul li.search input#searchsubmit {
	border: #999 1px solid;
	font-size: 0.9em;
	background: #ddd;
	margin: 0 0 0 2px;
	color: #265e15;
	padding: 2px;
}
#header {
	clear: both;
	float: left;
	margin: 10px 5px;
	width: 450px;
}
#header h1 {
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant:small-caps;
	letter-spacing:0px;
	font-weight:normal;
}
#header h1 a {
	text-decoration:none;
	border:0;
}
#header h1 a:hover, #header h1 a:active {
	border-bottom:#963 1px solid;
}
#header #desc {
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;
}
#headerimage {
	clear: both;
	color: #fff;
}
html #headerimage {
	margin-top: 0;
}
#content {
	margin: 0;
}
html #content {
	height: 1%;
}
#content h4 {
	font-size: 1.1em;
	margin: 1em 0 0 0;
}
#content h5 {
	font-size: 1em;
	margin: 1em 0;
}
#content-main ul {
	margin:0 1em;
	padding:0 1em;
	list-style-image:url(img/bullet.png);
}
#content ol {
	list-style-type:decimal;
	margin:1em;
	padding-left:2em;
}
#content-main {
	float: left;
	width: 520px;
	margin: 20px 10px;
}
#content .post {
	clear:both;
	padding:0 0 5em 0;
	background-image: url(img/flourish-divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content-main h2 {
	font-size: 2.6em;
	margin: 1em 0 0;
	font-weight:normal;
	line-height:1.4em;
	letter-spacing:0px;
}
#content h3 {
	text-transform:uppercase;
	font-size: 1.1em;
	color:#666;
	font-weight:normal;
	letter-spacing: 1px;
}
#content .entry {
	margin:1em 0;
	padding-right:1em;
}
img.right {
	float: right;
	margin:10px 0 0 10px;
}
img.left {
	float: left;
	margin:0 10px 10px 0;
}
/*CONTENT IMG STYLES*/
#content-main img {
	margin:5px 10px 10px 10px;
	border:#ddd 1px solid;
}
#content-main.bookInfo img {
	margin:5px 10px 10px 10px;
	border:none;
}
#content-main.bookInfo img a{
	margin:5px 10px 10px 10px;
	border:none;
}
#content a:link img, #content a:visited img, #content a:hover img, #content a:active img {
	border:none;
	background:none;
	padding:none;
	margin:5px 10px 10px 10px;
}
img.wp-smiley, #wpstats, img.noborder, a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}
/*IMG CAPTIONS*/
.wp-caption {
	margin:5px 10px 10px 0px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	border: 1px solid #ddd;
}
.wp-caption p.wp-caption-text {
	text-align: right;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#CCC;
}
.entry p a:link, #content p .entry a:visited {
	border-bottom:#963 1px dashed;
}
.entry p a:hover, #content p .entry a:active {
	border-bottom:#963 1px solid;
}
#content .entry li {
	margin:0 0 0.3em 0;
	padding:0;
	line-height:1.6em;
	list-style-position: inside;
}
#content .post-info, #content .postmetadata {
	clear:both;
	/*edit by kmcgrath 11.25.2008 - reduce tag size*/
	font-size:0.7em;
	/*end edit - default 0.9em*/
	color:#999;
	margin:0;
	padding:0;
}
#content .post-info, #content h2.pagetitle {
	padding-bottom:5px;
}
.postnav {
	display: block;
	margin: 10px 0 60px;
}
.alignleft {
	float:left;
	text-align:left;
}
.alignright {
	float:right;
	text-align:right;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 225px;
	font-size:0.9em;
	margin:110px 30px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar-l {
	float: left;
	width: 245px;
	font-size:0.9em;
	margin:5px 0 0 30px;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li {
	margin-bottom:8px;
}
#sidebar ul ul {
	list-style:none;
	margin:0.5em 0 0 1em;
}
#sidebar ul ul ul {
	margin:0 0 0 1em;
}
#sidebar li.sidebox {
	padding:1px 10px;
	margin:0 0 1em 0;
}
li#sidelinks ul {
	margin:0;
	padding:0;
}
#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	background:none;
}
#footer {
	clear: both;
	margin: 0;
	padding:0;
	width: 1090px;
	text-align: left;
	height: 140px;
	background-image: url(img/bkg-shad-foot.png);
	background-repeat: repeat-y;
}
#footer p {
	float: left;
	width: 50%;
	line-height: 1.2em;
}
#footer p.right {
	float: right;
	margin: 1em 0;
	width: 50%;
	text-align: right;
	font-size: 0.9em;
	color:#999;
}
#comments, #respond {
	margin: 0;
	padding:1em 0 0 0;
}
#commentform {
	margin:10px 0;
	padding:10px;
	background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum {
	font-size:1.5em;
	font-weight:bold;
	margin:0 5px 0 0;
}
.nocomments {
	text-align:center;
	color:#999;
	font-size:0.9em;
}
#container .commentlist {
	margin: 1em 0;
	padding: 0;
	border-top: #ddd 1px solid;
}
#container .commentlist li {
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
}
#container .commentlist li.alt {
	background:#f9f9f9;
}
#container .commentlist li.authorcomment {
	border:#fc9 1px solid;
}
#container .commentlist li .cmtinfo {
	font-size:1em;
}
#container .commentlist li cite {
	font-style:normal;
	font-weight:bold;
}
#container .commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#content .commentsfeed {
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback {
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox, textarea {
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea {
	width: 90%;
	padding:10px;
/*	line-height:2em;
	height: 20em;
*/
}
input.textbox:focus, textarea:focus {
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
#submit {
	padding:3px 5px;
}
.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em {
	font-style:normal;
	float:right;
	font-weight:normal;
	color:#999;
}
#header, #content, #sidebar, #footer, .widget {
	overflow: hidden;
}
/*Signup Form in Header*/
#SignUp {
	font-size: 0.9em;
	padding:0;
}
#SignUp input {
	font-family:arial;
	border: #fff 1px solid;
	background: #fff;
	margin: 5px 0px 5px 5px;
	color: #000;
	padding: 0px;
	float:left;
	width:95px;
	font-weight:bold;
	font-size:90%;
	text-transform:uppercase;
}
#SignUp .sub-button {
	width:78px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:90%;
	margin:0;
	color: #fff;
	padding: 0px;
	background-image: url(img/subscribe-button.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight:bold;
	position: relative;
	float:right;
}

/*CATEGORY LIST SIDEBAR LEFT*/
.categorylist {
	margin-top:115px;
}
.categorylist .cat-item {
	font-size:1.4em;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;

	margin:5px 30px 5px 25px;
	font-weight:bold;
	padding-left:10px;
	line-height:2em;
}
.categorylist .children .cat-item {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px 5px 10px;
	font-weight:bold;
	padding-left:10px;
	line-height:2em;
}

/*SHADOW AND CURVE TOP*/
#container-top {
	margin: -20px 0 0 0;
	width: 1090px;
	height:40px;
}
#container-top-l {
	margin:0;
	padding:0;
	width:40px;
	height:40px;
	background-image: url(img/cont-top-l.png);
	background-position: right bottom;
	float:left;
}
#container-top-c {
	margin:0 auto;
	padding:0;
	width:1010px;
	height:40px;
	background-image: url(img/cont-top-repeat.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	float:left;
}
#container-top-r {
	margin:0;
	padding:0;
	width:40px;
	height:40px;
	background-image: url(img/cont-top-r.png);
	background-position: left bottom;
	float:right;
}
#logo {
	margin:0 30px;
}

/*LINK LIST SIDEBAR*/
.linkcat h2 {
	margin: 5px 0;
	font-size:1em;
	text-transform:uppercase;
	color:#666;
	font-weight:bold;
	letter-spacing: 1px;
}
.linkcat li {
	line-height:1em;
	list-style-type: none;
}
/*SIDEBAR LINE BREAK*/
#sb-brk {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}
/*SUBSCRIBE SIGN UP SIDEBAR*/
#signup-box {
	width:180px;
  //width:180px !important;
	height:120px;
	padding:10px;
	margin:0;
	background-image: url(img/signup-box.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#signup-bound {
	margin:0px auto;
	padding:0px;
	width:180px;
	height:24px;
	background:#FFF;
}
#signup-texttop {
	color:#221e1f;
	margin:10px auto;
	//margin:20px auto 10px;
	text-align:center;
	text-transform:uppercase;
	font-size: 1.1em;
	color:#666;
	font-weight:normal;
	letter-spacing: 1px;
}
#signup-textbottom {
	color:#333;
	margin:15px 0;
	text-align:center;
	font-size:2em;
}
.disclaim {text-align:center;margin:10px 0 0 0;font-size:0.9em;color:#666666;}
/*SOCIAL LINKS SIDEBAR*/
#social {
	margin:5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.social-link {
	font-size:1em;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	height:28px;
}
.social-link img {
	margin:6px 10px 6px 0;
	vertical-align: middle;
}
/*BOTTOM SHADOW*/
#container-bot {
	margin: 0 0 40px 0;
	width: 1090px;
}
#container-bot-l {
	margin:0;
	padding:0;
	width:40px;
	height:40px;
	background-image: url(img/cont-bot-l.png);
	background-position: right bottom;
	float:left;
}
#container-bot-c {
	margin:0 auto;
	padding:0;
	width:1010px;
	height:40px;
	background-image: url(img/cont-bot-repeat.png);
	background-repeat: repeat-x;
	background-position: center top;
	float:left;
}
#container-bot-r {
	margin:0;
	padding:0;
	width:40px;
	height:40px;
	background-image: url(img/cont-bot-r.png);
	background-position: left top;
	float:right;
}
/*FOOTER*/
#footer-content {
	margin: 20px 30px 0 265px !important;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
}
#footer-content ul li {
	text-transform:uppercase;
	padding: 0 10px;
	border-right:1px #000 solid;
	float:left;
	list-style-type:none;
}
#footer-content .noborder {
	border:none;
}
/*FOOTER SEARCH*/
#searchbox {
	height:25px;
	background:#fff;
	margin:30px 275px 0 275px;
	border:1px #000 solid;
}
#searchbox .search-input {
	border:1px #fff solid;
	float:left;
	width:440px;
	margin:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#searchbox .search-button {
	margin: 3px;
	width:80px;
	height:19px;
	border:none;
	background:#fff;
	background-image: url(img/subscribe-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#fff;
	font-size:90%;
	font-weight:bold;
}
#logo-sml {
	float:left;
	height:60px;
	width:60px;
	margin: 30px 60px;
	background-image: url(img/girl-logo-sml.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*SPONSORED AD*/
#spons-ad {
	margin-top:-16px;
	padding:20px 10px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	min-height:70px;
}
#spons-ad img {
	margin-top:-10px;
}
#spons-caption {
	text-align:center;
	color:#ccc;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
}
/*EVENTS CALENDAR WIDGET*/
#events-calendar-list {
	font-family:Arial, Helvetica, sans-serif;
}
.event-date {
	font-weight:bold;
}
.event-title {
	font-weight:bold;
}
.event-desc {
	font-weight:normal;
	margin-bottom:10px;
}
/*About Girl Area Font*/
.about-girl {
	letter-spacing: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;}
#printlink {
	float:right;
}
.WP-PrintIcon{
	float:left;
	margin: 0;
	padding: 0;
}

/*SHOPPING CART LEFT SIDEBAR*/
/* Sidebar */
#leftCart {
	width: 225px;
	margin:30px 0 20px 25px;
	padding:1px 10px;
	font-size:0.9em;
	font-family:Arial,Helvetica,sans-serif;
}
#leftCart li {
	margin-bottom:8px;
}
#leftCart p img {
	margin:0;
	padding:3px;
	background:none;
}
#leftCart h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
color:#666666;
font-size:1.1em;
font-weight:normal;
letter-spacing:1px;
text-transform:uppercase;
}

.storeSupport {text-align:right;font-size:0.9em;}

.shopCartBTN {
float:right;
height:23px;
width:114px;
background:url(img/cart.png);
background-position:center center;
background-repeat:no-repeat;
margin:0 20px;}

/*SIDEBAR AD*/
.sidebarAd{
	width:200px;
	height:250px;
	margin:0 0 20px;
	background-image:url(http://girlwithaglass.com/blog/wp-content/uploads/2010/04/banner_200x240b1.jpg) !important;
	background-repeat:no-repeat;

}