/* Title : CSS for whiteboxerdesign.com
Author : Chris Kavinsky
URL : http://www.whiteboxerdesign.com
Version: 4
Date: November 2006

Description: The base stylesheet imports other stylesheets and provides basic styling for XHTML elements. */

@import url("../default/header.css");
@import url("../default/comments.css");
@import url("../default/colors.css");
@import url("../default/forms.css");
@import url("../default/footer.css");

html {
	margin: 0; 
	padding: 0;
	}
	
a {
	text-decoration: none;
	}

a img {
	border: none;
	}

body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .7em;
	background: #e8e1d9 url(../../../graphics/back_body.jpg) repeat-x;
	color: #504223;
	text-align: center;
	padding:0;
	margin:0;
	line-height: 1.3em;
	}
	
p {
	margin: 0;
	padding: 0 0 .6em 0; 
	line-height: 1.3em;
	}
	
ul {
	margin: 0;
	padding: 0 0 .75em 0; 
	}
	
h1, h2 {
	font-family: Caecilia-Heavy, "Caecilia Roman", " PMN Caecilia", Georgia, serif;
	font-weight:lighter;
	letter-spacing: 2px;
	line-height:1.5em;
	}
	
h1 {
	font-size: 2em;
	}
	
h2 {
	font-size: 1.4em;
	padding:0;
	}
	
h4, h5 {
	font-family: Caecilia-Bold, "Caecilia Roman", " PMN Caecilia", Georgia, serif;
	font-weight:normal;
	letter-spacing: 1px;
	}
	
h4 {
	font-size:1.2em;
	text-transform: uppercase;
	}
	
h3 {
	font:normal 1.4em/1.2em Caecilia-Bold, "Caecilia Roman", " PMN Caecilia", Georgia, serif;
	letter-spacing: 1px;
	padding:0;
	}
	
dl.interview {
	margin:.6em 0;
	padding:0;
	}
	
.interview dt {
	font-weight:bold;
	float:left;
	display:block;
	width:8em;
	text-align:right;
	}
	
.interview dd {
	margin:0 0 .8em 9em;
	padding:0;
	}
	
#content dl.interview dd ul {
	margin:.6em 1.2em;
	padding:0 1em;
	list-style:disc;
	}
	
#content dl.interview dd li {
	margin:0 1em;
	padding:0;
	}
	
	
#sidebar h5 {
	font-size:1em;
	text-transform: uppercase;
	margin:0;
	padding:0;
	}
	
#sidebar p {
	padding-bottom:.5em;
	margin:0;
	}
	
	
/* content layout */
	
#contentframe {
	width: 910px;
	margin: 0px auto;
	padding: 0;
	}
		
#content {
	float:left;
	width:610px;
	text-align:left;
	}
	
#content h3 {
	padding:15px 0 5px 0;
	margin:0;
	}
	
#content h4 {
	padding:10px 0 3px 0;
	margin:0;
	}
	
.container {
	width: 100%;
	float: left; _float: none;
	clear:both;
	margin:0 0 20px 0;
	}
	
.colright {
	float: right;
	width:295px;
	margin-left:5px;
	}

.colleft {
	float: left;
	width:295px;
	margin-right:5px;
	}
	
#content ul  {
	padding: 0 0 .75em 0; 
	margin:0 1em;
	}
	
#content li  {
	padding:0 0 2px 0;
	margin:0;
	}		

#content li strong {
	text-transform: uppercase;
	display: block;
	float: left;
	width: 7em;
	color:#b83d37;
	}
	
#arrows li  {
	list-style-type: none;
	list-style-image:url(/graphics/contentarrow.gif);
	margin:0 0 0 20px;
	padding:0;
	}	
	
.portfolio {
	border:4px solid #ada491;
	text-align:centered;
	margin:0 0 3px 0;
	}
	
.blogright {
	border:4px solid #ada491;
	float:right;
	margin:0 0 15px 15px;
	}	
	
	
#content table {
	border:1px solid #a2998a;
	margin:15px 0 5px 0;
	background-color:#d4cebe;
	}
	
#content th {
	text-align:left;
	padding:2px 10px;
	font-weight:bold;
	}
	
#content td {
	background-color:#fff;
	padding:5px 10px;
	}
	
	
	
	
	
/* sidebar layout */

#sidebar {
	width: 250px;
	float: right;
	margin: 30px 0 0 25px;
	text-align:left;
	background:#d4cebe;
	padding:10px;
	}

#sidebar h3 {
	font-size:1.25em;
	padding:2px 0 2px 0;
	margin:0;
	text-transform: uppercase;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image:url(/graphics/sidebararrow.gif);
	margin:0 0 0 20px;
	padding:0;
	line-height:1.2em;
	}

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

#sidebar form {
	margin: 0;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	margin-bottom:25px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar img.alignright {
	padding: 0px;
	margin: 0 0 5px 5px;
	border:4px solid #ada491;
	display: inline;
	}
	
#sidebar img.alignleft {
	padding: 0px;
	margin: 0 5px 5px 0;
	border:4px solid #ada491;
	display: inline;
	}

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

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

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

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

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

#headerimg .description {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	letter-spacing: 2px;
	}


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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em '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;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

#wp-calendar #prev 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;
	}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	}

.post {
	margin: 0 0 40px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

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;
	border:1px solid #ada491;
	padding:5px;
	}

img.alignright {
	padding: 4px;
	margin: 5px 0 5px 5px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 5px 5px 5px 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. */


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


/* End Entry Lists */


/* 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 */


/* 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: 5px 20px 15px 20px;
	font:normal .9em/1.1em Georgia, serif;
	letter-spacing: 1px;
	padding:5px 0 2px 0;
	border-top:1px dashed #cf832b;
	border-bottom:1px dashed #cf832b;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.floatclear {
	clear:both;
	}
	
.pullquoteright {
	float:right;
	width:200px;
	padding:10px;
	margin:0 0 20px 20px;
	background-color:#cf832b;
	color:#fff;
	font:italic normal 2em Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
	}
