/*
Theme Name: Christian Cox September 2008
Theme URI: http://christiancox.com/
Description: Template for christiancox.com.
Version: 1.0
Author: Christian Cox
Author URI: http://christiancox.com/
Tags: sifr, web standards

*/



/* Begin Typography & Colors */
.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 {
	
	}

small {
	margin: 0 0 0 29px;
	font-family: Georgia, Times, serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #958f8b;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, Times, serif;
	}


.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 {
	font-family: Georgia, Times, serif;
	}

.commentmetadata {
	font-weight: normal;
	}


#rightCol ul ul li, #rightCol 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;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Georgia, Times, serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
pre, pre span
{
	font-family: 'Courier New', Courier, Fixed;
	color: #888;
}

pre
{
	font-size: 0.75em;
}

#footer a
{
	color: #999;
}

/* End Typography & Colors */



/* Begin Structure */
.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;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.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: both;*/
}

.clear {
	clear: both;
}

pre
{
	margin-left: 24px;
	margin-right: 15px;
	background: #cfc9bf;
	padding-top: 10px;
	padding-bottom: 10px;
}	
/* 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. */

html>body .entry ul {
	margin: 0 0 25px 27px;
	padding: 0;
	list-style: none;
	}

html>body .entry li {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	}



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

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

#rightCol ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	line-height:1;
	}

#rightCol ul p, #rightCol ul select {
	margin: 5px 0 8px;
	}

#rightCol ul ul, #rightCol ul ol {
	margin: 5px 0 0 0;
	}

#rightCol ul ul ul, #rightCol ul ol {
	margin: 0 0 0 0;
	}

ol li, #rightCol ul ol li {
	list-style: decimal outside;
	}

#rightCol ul ul li, #rightCol ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	.aktt_tweets ul li
	{
		font-size: 0.75em;
		line-height: 1.4 !important;
		padding-bottom: 12px !important;
		color: #a49380 !important;
	}
	
		.aktt_tweets a
		{
			font-size: 1em !important;
		}
/* End Entry Lists */



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

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

#rightCol #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#respond
{
	margin-left: 80px;
	width: 500px;
}
		

#commentform
{
	width: 500px;
	padding-left: 80px;
	color: #847f7a;
}

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

#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;
	color: #847f7a;
	}
	
	.commentlist a
	{
		font-size: 1em;
		color: #7a5d3b;
		text-decoration: underline;
	}
	
		.commentlist a:hover
		{
			color: #8b6e4c;
			text-decoration: 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;
	}
	
#comments
{
	width: 500px;
	padding-left: 80px;
}
/* End Comments */



/* Begin Sidebar */
#rightCol
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#rightCol 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: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
a:focus, a:active
{
	-moz-outline-style: none;
	border: none;
	outline: none;
}

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: block;
	padding-left: 70px;
	margin-top: 10px;
	height: 30px;
	width: 540px;
	}
	
.navigation a
{
	color: #8f8980;
}

.pagetitle
{
	margin: 19px 0 10px 0;
	padding: 0 0 0 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8f8980;
	width: 525px;	
}
/* 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 */

h1 a, h2 a, h3 a
{	
	text-decoration: none;
}
