/* 
Theme Name: Black Suit
Theme URI: http://blacksuitstudio.com
Description: The theme of Black Suit Studio.
Author: Amy Hollen
Author URI: http://blacksuitstudio.com
Version: 1.0
Tags: two columns, fixed width, black, gray, blue, right sidebar

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-image:url('images/darkbg.gif');
	background-color: #666666;
	color: #999999;
	text-align: center;
	}

#page {
	background-color: #333333;			/* PAGE BG COLOR */
	border-left: 10px solid #111111;
	border-right: 10px solid #111111;
	border-top: 1px solid #111111;
	text-align: left;
	}

#header {
	background-color: #444444;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #2b2b2b;
	/*border-top: 1px dashed #555;*/
	/*border-bottom: 1px dashed #555;*/
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	color: #666666;
       }

h1 {
	font-family: Garamond, Serif;
	font-weight: bold;
	}

h2, h3 {
        font-family: Palatino Linotype, Serif;
}

h1 {
	font-size: 3.4em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 1.7em;
	}
	
#sidebar {
	/*border-top: 0px dashed #555;*/			/* sidebar dashed line */
	border-bottom: 0px dashed #555;
	border-left: 3px dotted #555;			/* I added this, but it needs padding */

	}
	
#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #111111;			/* HEADER TITLE */
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #60adba;			/* LINKS-BEFORE */
	}

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: #0066CC;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 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: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #0066CC;			/* LITTLE LINKS-BEFORE */
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.date {
		font-size: 1.2em;
		height: 75px;
		width: 55px;
		padding: 0px;
		float: left;
		font-family: Palatino Linotype, Serif;
		line-height: 1.8em;
		color: #696969;
		margin: 5px 15px 0px 0px;
		clear: all;
		background: url(images/datecard.png);
		padding: 0px;
		color:#fff;
		text-align: center;
	}
	.month {display:block;}
	.day {font-size: 2em; display:block; margin-top: -4px;}

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0px 0 0px 0; 			/* hug the top! */
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 32px auto; 			/* top bar */
	height: 225px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.pagepost {
	margin: 0 0 40px;
	border-top: 0px dashed #555;	
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	border-top: 0px dashed #555;
	border-bottom: 3px dotted #555;			/* dashed top line */
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 50px 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	}

/* End Structure */


/*	Begin Headers */

h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin: 0px;
        padding: 30px 0 0 0; 
        /* border-top: 1px dashed #555; */
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* End Headers */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, .entrytext ul, .pagepost ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li, .entrytext li, .pagepost li {
	margin: 5px 0 5px 10px;
	}

.entry ul li:before, .entrytext ul li:before, #sidebar ul ul li:before, .pagepost ul li:before {
	content: "\00BB \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 ul, #sidebar ul ol {
	margin: 0;
	padding-left: 0px;
	}

#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: 5px 0 0 10px;
	}

#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;
	}

/* End Entry Lists */


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
        background-color: #333333;
        color: #B0B0B0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background-color: #333333;
        color: #B0B0B0;
	}

.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;
        color: #B0B0B0;	
        background-color: #333333;
        border: 1px ridge #ccc;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #333333;
        border: 1px ridge #ccc;
        color: #B0B0B0;
	}

#commentform #submit {
	margin: 0;
	float: right;
        border: 1px ridge #ccc;
	}

input {
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #B0B0B0;	
        background-color: #333333;
        border: 1px ridge #ccc;	}	

/* End Form Elements */


/* Begin Comments*/

.alt {
	margin: 0px;
	padding: 0px;
	}

.commentlist ol {
	padding: 0px;
	text-align: left;
	}

.commentlist li {
	margin-left: -40px;
	padding: 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px;
	}

#commentform p {
	margin: 5px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */


/* Begin Sidebar */

#sidebar
{
	padding: 32px 0 32px 20px;			/* sidebar padding */
	margin-left: 535px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */


/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000; 
	}

/* End Calendar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	/*border: 3px dotted #555;*/
	}

#textblock {
	border-bottom: 3px dotted #555;			/* since hr hates me */
	}
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.entry img, .entrytext img {
	margin: 0px;			/*originally 7px*/
	}
	
.gravatar img {
	float:right;
	margin-top:-15px;
}

.wp-caption {
   border: 1px solid #111111;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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 Various Tags & Classes*/

/* Start Gallery Tags */

.galleryblock {
   background-color: #222222;
   border: 0px solid #111111;
   padding: 0px;
   margin: 0px;
   width: 450px;
}

.imageblock {
   text-align: center;
   background-color: #222222;
   border: 0px solid #111111;
   padding-top: 15px;
   padding-bottom: 15px;
   margin: 0px;
   width: 450px;
}

.imagetitleblock {
   font-family: Palatino Linotype, Serif;
   font-weight: bold;
   text-transform: uppercase;
   color: #60adba;
   border-top: 2px solid #111111;
   border-bottom: 2px solid #111111;
   background-color: #1C1C1C;
   padding-top: 6px;
   padding-bottom: 6px;
   margin-top: 0px;
   margin-bottom: 0px;
   width: 450px;
   text-indent:15px;
}

.imagedescriptionblock {
   color: #666666;
   border: 0px solid #111111;
   background-color: #222222;
   padding-top: 10px;
   padding-bottom: 20px;
   margin-top: 0px;
   margin-bottom: 50px;
   margin-left: 15px;
   margin-right: 15px;
   width: 430px;
}

.imageclientblock {
   color: #666666;
   font-style: italic; 
   border-bottom: 3px dotted #555;
   padding-top: 0px;
   padding-bottom: 5px;
   text-indent:15px;
   width: 415px;
}

/* End Gallery Tags */



/* Start Show Tags */

.pastupcomingblock {
   font-family: Palatino Linotype, Serif;
   font-weight: bold;
   text-transform: uppercase;
   color: #60adba;
   border-top: 6px solid #111111;
   border-bottom: 4px solid #111111;
   background-color: #1C1C1C;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 0px;
   margin-bottom: 0px;
   width: 210px;
   text-align: center;
}

.showblock {
   background-color: #222222;
   border: 0px solid #111111;
   padding: 0px;
   margin: 0px;
   width: 210px;
}

.showlinkblock {
   text-align: center;
   background-color: #222222;
   border: 0px solid #111111;
   padding-top: 5px;
   padding-bottom: 5px;
   border-top: 2px solid #111111;
   margin: 0px;
   width: 210px;
}

.showtitleblock {
   font-family: Palatino Linotype, Serif;
   font-weight: bold;
   text-transform: uppercase;
   color: #60adba;
   border-top: 2px solid #111111;
   border-bottom: 2px solid #111111;
   background-color: #1C1C1C;
   padding-top: 6px;
   padding-bottom: 6px;
   margin-top: 0px;
   margin-bottom: 0px;
   width: 210px;
   text-indent:15px;
}

.showdescriptionblock {
   color: #666666;
   border: 0px solid #111111;
   background-color: #222222;
   padding-top: 10px;
   padding-bottom: 25px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 15px;
   margin-right: 15px;
   width: 180px;
}

.showmiscblock {
   color: #666666;
   font-style: italic; 
   border-bottom: 3px dotted #555;
   padding-top: 0px;
   padding-bottom: 5px;
   text-indent:0px;
   width: 180px;
}

/* End Show Tags */



/* Start Comment Tags */

.commentblock {
   background-color: #222222;
   border: 0px solid #111111;
   padding: 0px;
   margin: 0px;
   width: 450px;
}

.questionblock {
   font-family: Palatino Linotype, Serif;
   font-weight: bold;
   text-transform: uppercase;
   color: #60adba;
   border-top: 2px solid #111111;
   border-bottom: 2px solid #111111;
   background-color: #1C1C1C;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-top: 0px;
   margin-bottom: 0px;
   width: 450px;
   text-indent:15px;
}

.answerblock {
   color: #666666;
   border: 0px solid #111111;
   background-color: #222222;
   padding-top: 10px;
   padding-bottom: 25px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 15px;
   margin-right: 15px;
   width: 430px;
}

/* End Comment Tags */


/* Start Various Tags */

.imageborder {
   border: 2px solid #111111;
   padding: -2px;
   margin-bottom: 20px;
}

/* End Various Tags */


















/* GOOGLE CART */


/* Copyright 2008 Google. */

/** 
 * To customize cart's look -- copy the CSS selectors as is and 
 * use !important on your rules to make sure your rules have higher priority.
 */

.override .googlecart-add, .googlecart-buy, .googlecart-add-button,
.override .googlecart-buynow-button, #googlecart-widget-control {
  cursor: pointer;
}

/* base font size and family for the entire widget */
.override .googlecart-widget *,
.override .googlecart-widget {
  font-size: 16px;
  font-family: Arial, sans-serif;
}

/* widget and spacer are the same size */
.override #googlecart-widget,
.override #googlecart-widget-spacer {
  width: 18em;
  height: 2em;
}

/* do not hide other elements when under googlecart-widget-control */
.override #googlecart-widget-control #googlecart-widget {
  height: 0;
}

.override #googlecart-widget {
  position: absolute;
  z-index: 1000000;
  text-align: left;
  margin-right: 4px;
  margin-top: 2px;
  right: 0;
  top: 0;
  padding: 0;
}

.override #googlecart-widget-head {
  border: 1px solid #042b3f;
  background-color: #1987a5;
  width: 100%;
  height: 1.6875em;
  line-height: 1.6875em;
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
}

.override #googlecart-arrow {
  float: left;
  margin: .5em .4em 0 .5em;
  height: .56em;
  width: .56em;
  line-height: .56em;
  color:#ffffff;
}

.override #googlecart-title {
  font-size: .92em;
  font-weight: bold;
  margin-right: .5em;
  color: #042b3f;
}

.override #googlecart-summary {
  font-size: .8em;
  color: #ffffff;
}

.override #googlecart-widget-body {
  border: solid #042b3f;
  border-width: 0 1px 1px 1px;
  background-color: #60adba;
  width: 100%;
  height: 0;
  position: relative; /* Check this to detect if the CSS is loaded. */
  overflow: hidden;
  visibility: hidden;
}

.override #googlecart-widget-list {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}

.override .googlecart-widget-item * {
  border: 0 none;
}
/**
 * IE 6 does not show TR border. Show the border only when the widget
 * is open, to avoid IE 6 rendering bug.
 */
.override .googlecart-widget-item, .open .googlecart-widget-item td {
  border-bottom: 1px solid #60adba;
}

.override .googlecart-widget-quantity-column {
  padding: .4em .6em;
  vertical-align: top;
}

.override .googlecart-widget-quantity-box {
  text-align: right;
  padding: 0 2px 0 2px;
  font-size: .75em;
  width: 2em;
  border: 1px solid #042b3f;
  background-color: #ffffff;
  color: #042b3f;
}

.override .quirks .googlecart-widget-quantity-box {
  width: 2.5em;
}

.override .googlecart-widget-details-column {
  padding: .4em 0;
  vertical-align: top;
  width: 100%;
}

.override .googlecart-widget-title {
  display: block;
  color: white;
  font-size: .8em;
  font-weight: bold;
}

.override .googlecart-widget-short-details {
  font-size: .75em;
}

.override .googlecart-widget-long-details {
  font-size: .7em;
  margin-top: .4em;
}

.override .googlecart-widget-removed-message {
  padding: .4em 0;
  vertical-align: top;
  font-size: .7em;
  display: none;
  color: #042b3f;
}

.override .googlecart-widget-image-column {
  padding: .4em .4em;
  text-align: right;
  vertical-align: top;
}

.override .googlecart-widget-img {
  width: 2.5em;
}

.override .googlecart-widget-price-column {
  padding: .4em .6em .4em 0;
  vertical-align: top;
  text-align: right;
}

.override .googlecart-widget-price {
  font-weight: bold;
  font-size: .8em;
  color: #ffffff;
}

.override .googlecart-widget-remove {
  color: #042b3f;
  text-decoration: underline;
  cursor: pointer;
  font-size: .6em;
  -moz-user-select: none;
  -khtml-user-select: none;
}

.override .googlecart-widget-restore {
  display: none;
  color: #042b3f;
  text-decoration: underline;
  cursor: pointer;
  font-size: .6em;
  -moz-user-select: none;
  -khtml-user-select: none;
}

.override #googlecart-widget-emptymessage {
  border-bottom: 1px solid #1987a5;
  color: #042b3f;
  text-align: center;
  font-size: .8em;
  padding: 3px 0;
  height: 2em;
  line-height: 2em;
}

.override .removed .googlecart-widget-removed-message,
.override .removed .googlecart-widget-restore {
  display: block;
}

.override .removed .googlecart-widget-short-details,
.override .removed .googlecart-widget-long-details,
.override .removed .googlecart-widget-remove {
  display: none;
}

.override .removed .googlecart-widget-title,
.override .removed .googlecart-widget-price {
  color: #042b3f;
}

.override .removed .googlecart-widget-img {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.override .removed .googlecart-widget-quantity-box {
  border-color: #042b3f;
  background-color: #ffffff;
  color: #042b3f;
}

.override #googlecart-widget-foot {
  margin: .4em .3em .4em .6em;
}

.override #googlecart-widget-foot table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 none;
}

.override #googlecart-checkout-button {
  cursor: pointer;
  height: 31px;
  width: 88px;
  margin-left: .3em;
}

.override #googlecart-widget-foot td {
  padding: 0;
  border: 0 none;
  vertical-align: top;
}

.override .googlecart-widget-footertext {
  line-height: 100%;
  width: 100%;
}

.override .googlecart-widget-totalmessage {
  font-size: .8em;
  color: #ffffff;
}

.override .googlecart-widget-totalprice {
  font-size: .92em;
  font-weight: bold;
  color: #ffffff;
}

.override .googlecart-widget-disclaimer {
  font-size: .7em;
  color: #042b3f;
}

/** don't override the rules below unless you really know what you are doing **/

/* any table in the cart widget */
#googlecart-widget table {
  border: 0 none;
  margin: 0;
  /* table does not inherit text-align */
  text-align: left;
  font-size: 1em;
  line-height: 100%;
}

/* hidden row to work around FF 2 table rendering bugs */
#googlecart-widget-list-head, #googlecart-widget-list-head * {
  height: 0;
  border: 0 none;
  margin: 0;
  padding: 0;
}

#googlecart-widget-spacer {
  position: relative;
  display: block;
  z-index: 999999; /* one less than googlecart-widget */
}

/* when the widget is under spacer, it has no padding */
#googlecart-widget-spacer #googlecart-widget,
#googlecart-widget.nohead {
  margin: 0;
}

.googlecart-widget-initialized #googlecart-widget-head,
.googlecart-widget-initialized #googlecart-widget-body {
  display: block;
}

/* injecting the buy and add to cart images as backgrounds */
.googlecart-add-button {
  background: transparent url(add.png) no-repeat scroll center top;
  height: 31px;
  width: 88px;
}

.googlecart-buynow-button {
  background: transparent url(buy.png) no-repeat scroll center top;
  height: 31px;
  width: 88px;
}

/* IE fixes */

/* need these for IE7 rendering bug */
div.googlecart-buynow-button {  
  height: 31px;
  width: 88px;
}
div.googlecart-add-button {
  height: 31px;
  width: 88px;
}

/* IE 6/7 z-index fix
#googlecart-widget-control {
  z-index: 999998;
}

/* png transparency fix */
.ie-less-than-7 .googlecart-add-button {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://checkout.google.com/seller/gsc/beta/public/add.png", sizingMethod="crop");
}

.ie-less-than-7 .googlecart-buynow-button {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://checkout.google.com/seller/gsc/beta/public/buy.png", sizingMethod="crop");
}

/* this iframe is present in IE6 only, to address some z-index bugs */ 
.googlecart-widget-initialized #googlecart-widget-iframe {
  display: expression(googlecartWidget._IE6getIFrameHeight() > 0 ? "block" : "none");
  width: 100%;
  height: expression(googlecartWidget._IE6getIFrameHeight() + "px");
  position: absolute; /* so it is under the widget */
  filter: alpha(opacity=0);
}
