/*   
Theme Name: Chad's News
Theme URI: http://www.cloman.com/
Description: A modified version of the blogger.com 'minima blue' theme
Author: Chad Cloman
Author URI: http://www.cloman.com/chad/
Version: 1.2.12

This theme has heavily borrowed elements from the blogger.com Minima Blue template
by Douglas Bowman (www.stopdesign.com) and the Wordpress 2.0 default theme by
Michael Heilemann (http://binarybonsai.com/). Feel free to borrow in return.

*/


/***********/
/* General */
/***********/

body, html {
	background-color: #135;
	color: #ccc;
	}

body {
	font: small/140% "Trebuchet MS",Arial,Helvetica,sans-serif;
/*	font: small "Trebuchet MS",Verdana,Helvetica,sans-serif; */
	text-align: center;
	margin: 20px;
	padding: 0; 
	}

a:link {
	color:#9bd;
	text-decoration:none;
	}

a:visited {
	color:#b8b;
	text-decoration:none;
	}

a:hover {
	color:#ad9;
	text-decoration:underline;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}

small {
	font-size: 90%;
	line-height: 1.5em;
	}

cite {
	text-decoration: none;
	}

code {
	font: 1.1em/100% "Courier New",Courier,monospace;
	}

h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

small, .postmetadata, strike {
	color: #b0b0b0;
	}

blockquote {
	border-left: 2px solid #579;
	padding-left: 0.5em;
	}

.update {
	font-weight: bold;
	color: #ff9090;
	text-decoration: underline;
	}

/* Disable Firefox default */
abbr, acronym {
	border-bottom: none;
	}

/* Then re-enable it for posts only */
.post abbr, .post acronym {
	border-bottom: 1px dotted;
	}

/**********/
/* Header */
/**********/

#header {
	border:1px solid #468;
	margin: 0 0 20px 0;
	padding: 0; 
	width: 760px;
	}

#blog-title {
	margin:5px 5px 0;
	padding:20px 20px .25em;
	border:1px solid #357;
	border-width:1px 1px 0;
	font-size: 200%;
	line-height:1.2em;
	color:#eee;
	text-transform:uppercase;
	letter-spacing:.2em;
	text-align: center;
	}

#blog-title a, #blog-title a:link, #blog-title a:visited {
	color:#eee;
	text-decoration:none;
	}

#blog-title a:hover {
	color:#ad9;
	}

#description {
	margin:0 5px 5px;
	padding:0 20px 20px;
	border:1px solid #357;
	border-width:0 1px 1px;
	letter-spacing:.2em;
	font:small-caps 100%/1.8em "Trebuchet MS",Helvetica,sans-serif;
	text-transform: capitalize;
	color:#79b;
	text-align: center;
	}


/********/
/* Body */
/********/

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0 0 30px 15px;	 /* see #sidebar and .sblock for bottom margin */
	width: 510px;
	}

.post {
	text-align: left;
	border-bottom:1px dotted #357;
	}

.post-title, .page-title, .e404-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	line-height:1.4em;
	color:#fc6;
	text-align: left;
	}

.post-title a, .post-title a:link, .post-title a:visited {
	color: #fc6;
	}

.post-title a:hover {
	color: #fff;
	text-decoration: none;
	}

.entry {
	text-align: justify;
	}

.postmetadata {
	clear: left;
	}

.archive-title, .search-title {
	color: #579;
	font-size: 150%;
	}

.postmetadata {
	text-align: left;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 3ex;
	margin-bottom: 8ex;
	}

#commentform textarea, #commentform input {
	background-color: #357;
	color: #ccc;
	font: small Arial,Helvetica,sans-serif;
	}

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

#commentform textarea {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
	}

#commentform #submit {
	margin: 5px 0 0;
	padding: 0;
	float: right;
	}

#commentform p {
	margin: 5px 0;
	}

#respond, #comments {
	color: #579;
	font-size: 140%;
	padding: 0;
	margin: 5ex 0 1ex 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.one-comment {
	margin: 0 0 4ex 0;
	padding: 0;
	}

.one-comment p {
	margin-left: 1.5em;
	}

.one-comment .commenter, .one-comment .commentmetadata {
	margin-left: 0;
	}

.commenter {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.commentmetadata {
	margin-top: 0;
	padding-top: 0;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist li {
	list-style: none;
	}

.entry dfn a,
.entry dfn a:link,
.entry dfn a:visited,
.entry dfn a:hover,
.entry dfn a:active {
	color: #9bd;
	font-style: normal;
	text-decoration: none;
	}

@media screen {
	.entry dfn a { cursor: help; }
}

.post img {
	padding: 0;
	border: 3px solid black;
	background-color: #aaa;
	max-width: 100%;
	color: #fff;  /* for the 'alt' text */
	font-weight: bold; /* for the 'alt' text */
	}

.post-left-img {
	float: left;
	margin: 0 10px 5px 0;
	}

.post-center-img {
	display: block;
	margin: 0px auto 10px;
	text-align:center; 
	}

.post-link {
	font-size: 90%;
	}

.post-link-hdr {
	font-weight: bold;
	}

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

.post h2 {
	font-family: Arial,Helvetica,sans-serif;
	}


/***********/
/* Sidebar */
/***********/

#sidebar {
	padding: 0;
	margin: 0 0 20px 555px;  /* The 20px combines with the .sblock 10px to form 30px, which is the same as .narrowcolumn */
	width: 190px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul,
#sidebar li#archives-3 select,
#sidebar li#categories-3 select {
	margin-left: 10px;
	}

#sidebar ul ul ul {
	margin-left: 10px;
}

#sidebar li {
	list-style-type: none;
	text-indent: 0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	}

#sidebar .sblock,
#sidebar .widget_search,
#sidebar .widget_links,
#sidebar .widget_categories,
#sidebar .meta_enhanced,
#sidebar .chads_widget,
#sidebar .widget_text {
	border-bottom:1px dotted #357;
	margin: 0 0 10px 0;  /* see #sidebar and .narrowcolumn for bottom margin */
	padding: 0 0 10px 0;
	}

#sidebar h2 {
	font:bold 78%/1.4em "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color: #579;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

#searchform {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 0;
	margin: 0 8px 0 0;
	background-color: #ccc;
	}

#sidebar #searchsubmit {
	padding: 0 2px;
	}

#sidebar li#archives-3 select,
#sidebar li#categories-3 {
	margin-top: 5px;
	}

#sidebar li#archives-3 select,
#sidebar li#categories-3 select {
	width: 170px;
	border: solid thin #579;
	background-color: #357;
	color: #ccc;
	}

.profile-data {
	float: right;
	font-size: 78%;
	line-height: 1.6em;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align: right;
	}

.profile-data,
.profile-data a,
.profile-data a:link,
.profile-data a:visited {
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	}

.profile-data a:hover {
	color:#fff;
	text-decoration:underline;
	}
	

.profile-img {
	padding: 4px;
	border: 1px solid #357;
	margin: 2px 8px 0 0;
	}


/**********/
/* Footer */
/**********/

#footer {
	padding: 1ex 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	border-top: 1px solid #579;
	}

#footer p {
	font:78%/1.6em "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align: center;
	}


/****************/
/* Archive List */
/****************/

#two-column-table th {
	width: 50%;
	font-size: 150%;
	}

#two-column-table td {
	vertical-align: top;
	}

table#two-column-table,
#two-column-table tr,
#two-column-table td,
#two-column-table th,
#two-column-table thead,
#two-column-table tbody {
	border: none;
	}


/********************/
/* Print Only Rules */
/********************/

@media print {

	body, html { background-color: white; color: black; }

	/* This doesn't work on certain browsers, but it should */
	div#page div#content div.post { page-break-inside: avoid; }
	
	#commentInputArea, #sidebar, #share-this-chad { display: none; }
	
	#page, #header, #footer, .narrowcolumn { width: 100%; max-width: 1000px; }
	
	.narrowcolumn { margin-left: 0; margin-right: 0; }

	#commentform textarea,
	#commentform input,
	.post img,
	#sidebar #searchform #s,
	#sidebar #archive-dropdown,
	#sidebar #category-dropdown
	{
		background-color: white;
	}
	
	a, a:link, a:visited, a:hover, a:active,
	#blog-title a, #blog-title a:link, #blog-title a:visited, #blog-title a:hover,
	.post-title a, .post-title a:link, .post-title a:visited, .post-title a:hover,
	.entry dfn a, .entry dfn a:link, .entry dfn a:visited, .entry dfn a:hover, .entry dfn a:active
	{
		color: black;
	}

	small,
	.postmetadata,
	strike,
	.update,
	#blog-title,
	#description,
	.post-title,
	.page-title,
	.e404-title,
	.archive-title,
	.search-title,
	#commentform textarea,
	#commentform input,
	#respond,
	#comments,
	.post img,
	#sidebar h2,
	#sidebar #archive-dropdown,
	#sidebar #category-dropdown,
	.profile-data
	{
		color: black;
	}

	blockquote,
	#header,
	#blog-title,
	#description,
	.post,
	#sidebar .sblock,
	#sidebar #archive-dropdown,
	#sidebar #category-dropdown,
	.profile-img,
	#footer
	{
		border-color: black;
	}

}


