/*
Theme Name: Clean Press
Theme URI: http://daverigotti.com/clean-press-wordpress-theme
Description: Clean Press is a simple theme by <a href="http://daverigotti.com">Dave Rigotti</a> that places focus on the content of the blog rather than the design and is based off of <a href="http://www.azeemazeez.com/blogs/white-as-milk/">this theme</a> and re-released under permsission.
Version: 1.1
Author: Dave Rigotti
Author URI: http://daverigotti.com
Tags: blue, white, fixed width, two columns, widgets, clean, simple, professional


/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*Background Color of the page*/
  body {background-color:#e0dbd3;}

/*Body text color*/
  body {color:#8e7d6e;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Links color*/
  a {color:#2499b2;
	text-decoration: none;}

/*Links hover color*/
  a:hover {color:#128097}

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/



/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 	Arial, Helvetica, serif;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content .entry p {
	margin:			1.5em 0 0;
	line-height:	1.4em;
	}

#content .entry, #content .entry {
	line-height: 1.4em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-size: 11px;
	}

h1, h2, h3 {
	font-size:			24px;
	font-weight: normal;
	margin: 0;
	}

h3 {
	text-transform: uppercase;
	font-size: 11px;
	margin: 1em 0 .4em;
}

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;
	}

.borderBottom {
  border-bottom:1px solid #d1c7bd;
  padding-bottom:1em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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 {
	}

.commentmetadata {
	font-weight: normal;
	}


.about {
	width: 158px;
	padding: 5px;
	background-color:#FBFFE4;
	border: 0px solid #c7b19d;
	font-size:1em;
	float:left;
	margin:0 0 10px 0;
	text-align:justify;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
       text-decoration:none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */
html {}

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background: 	#f2eee8;
	width:			860px;
	text-align:		left;
	margin:			20px auto 0;
	padding:		24px 34px 30px 0;
	}

#header {
	margin: 0 0 0px 1px;
	padding: 0;
}

#content {
	float: right;
	padding: 0 0 20px 10px;
	margin: 0;
	width:			542px;
	}

#sidebar {
text-align:left;
	width:			220px;
	margin:			0 0 0 34px;
	float: 			left;
	display: inline;
}

.post {
  border-top:1px solid #d1c7bd;
  padding-bottom:4px;
	}

.post h2 {
  padding-top:14px;
  padding-bottom:2px;
}

.post h3 {
	text-transform: none;
	font-size: 16px;
	margin: 1em 0 0;
}

.post hr {
  display: block;
}

.post p {
  margin-top: 1.4em;
}

#content .post {
  margin: 0;
}

#content .postmetadata {
  font-size:11px;
padding-top:14px;
}

#tags {
font-size:11px !important;
}

#content .postmetadata {
	margin: 10px 0;
	}

#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding-bottom:24px;
}

/* End Structure */



/* 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. */

.entry ul {
	list-style: square;
	margin: 0 1em 1.5em;
	padding: 0 .5em;
	line-height: 1.4em;
}

.entry ul li {
	margin: 0;
	padding: 0;
}

.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: 0;
	}

#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 0px 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 1px;
	}

#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: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
margin:0px;
	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 */


/* 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: #fff; }
/* 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: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


.navigation {
	display: none;
	}

/* End Various Tags & Classes*/


/* Captions */
.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 */



/* ---------------------------- CUSTOM LAYOUT ---------------------------- */

.smallPrint {
	font-size:			11px;
}

.clearboth {
	clear:			both;
}

#leftCol	{
	width:			192px;
	margin:			0 34px;
	float: 			left;
	display:		inline;
}

#rightCol	{
	float: 			right;
	width:			600px;
}

#indented {
	padding: 0 27px;
}

h1#logo	{
	margin:			24px 0 0;
	background:		transparent url(/images/global/logo.gif) no-repeat;
	width:			222px;
	height: 		103px;
}

h1#logo	a {
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	display: block;
}

#ad {
	border-top:		1px solid #d1c7bd;
	border-bottom:		1px solid #d1c7bd;
	padding-top: 5px;
	margin-top: 30px;
	text-align: center;	
}

/* ---------------------------- NAV ---------------------------- */

div#nav {
	width:			570px;
	height:	    	31px;       
	padding: 0;
	border: 0;
	margin: 32px 0 63px 30px;
	position: relative;
	 }

div#nav ul {
	width:			403px;
	height:	    	31px;       
	list-style:		none;
	background: #f2eee8 url(/images/global/nav.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	 }

div#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
	position: absolute;
	top: 0;
	 }

div#nav ul li, div#nav ul a {
	height: 31px;
	display: block;
	overflow: hidden;
	 }

div#nav ul li a {
	text-indent: -9999px;
	text-decoration: none;
	 }

	li#homeNav {width: 73px; left: 0;}
	li#whoNav {width: 98px; left: 73px;}
	li#storiesNav {width: 63px; left: 170px;}
	li#shopNav {width: 51px; left: 233px;}
	li#contactNav {width: 119px; left: 284px;}

	li#homeNav a:hover {background: transparent url(/images/global/nav.gif) 0 -31px no-repeat;}
	li#whoNav a:hover {background: transparent url(/images/global/nav.gif) -73px -31px no-repeat;}
	li#storiesNav a:hover {background: transparent url(/images/global/nav.gif) -170px -31px no-repeat;}
	li#shopNav a:hover {background: transparent url(/images/global/nav.gif) -233px -31px no-repeat;}
	li#contactNav a:hover {background: transparent url(/images/global/nav.gif) -284px -31px no-repeat;}
	 /* You are here - main nav */

	body#home li#homeNav a {background: transparent url(/images/global/nav.gif) 0 -31px no-repeat;}
	body#who li#whoNav a {background: transparent url(/images/global/nav.gif) -73px -31px no-repeat;}
	body#stories li#storiesNav a {background: transparent url(/images/global/nav.gif) -170px -31px no-repeat;}
	body#shop li#shopNav a {background: transparent url(/images/global/nav.gif) -233px -31px no-repeat;}
	body#contact li#contactNav a {background: transparent url(/images/global/nav.gif) -284px -31px no-repeat;}

#cartNav {	
		background: url('/images/global/btn_cart.gif') no-repeat top left;
		width: 99px;
		height: 31px;
		position: absolute;
		top: 0;
		right: 0;
}

#cartNav a {	
		display: block;
		width: 99px;
		height: 31px;
		text-indent: -9999px;
		text-decoration: none;
		overflow: hidden;
}

/* ---------------------------- FORM ----------------------------  */

#mailingList {
	padding: 68px 0 0;	
}

#mailingList input {
	margin-bottom: 10px;
}

#mailingList h2	{
	font-size: 		24px;
	margin-bottom: 0;
}

#mailingList h2 span.med	{
	display:		block;
	font-size: 		18px;
}

#mailingList label	{
	font-size: 		11px;
	text-transform: uppercase;
	font-weight: bold;
}

#mailingList p	{
	line-height: 1.4em;
}

/* ---------------------------- FOOTER ----------------------------  */

#footer {
	width:			826px;
	text-align:		left;
	margin:			1em auto;
}

#footer .copyright	{
	font-size: 		11px;
	color: #998d7f;
	margin: 0;	
	width: 50%;
}

#footer .copyright span	{
	font-size: 		13px;
	display: block;
	margin-top: .2em;
}

#tsFB, #tsTwitter {
	font-size: 		11px;
	display: block;
	float: right;
	padding: 3px 25px;
	background: transparent url(/images/global/icon_fb.gif) no-repeat;
}

#tsTwitter {
	background: transparent url(/images/global/icon_twitter.gif) no-repeat;
	padding: 3px 20px;
}

#content .entry p.caption {
  margin-top: 0;
	font-size: 11px;
}

.floatLeft { float: left;}
.floatRight { float: right;}
.floatContainer { 
float: left;
width: 525px;
border-top:1px solid #D1C7BD;
border-bottom:none;
background-color:transparent;
}

blockquote {
border-left:1px solid #D1C7BD;
}
