/*
Theme Name: cschonsBlog
Theme URI: http://www.cschons.com
Description: The theme for my work site
Author URI: http://www.cschons.com


/*-------------The Post-------------*/

.post img{
	margin-right:12px;
	padding-bottom:6px;
}

h1 a:hover, h1 a:visited, h1 a {
color:#000;
}

.post {
	clear:both;
	margin:0 0 20px 0;
	padding:10px 0;
}

.post h2 {
	margin: 0px;
	padding:0;}

.postmetadata{
	margin:3px 0 0 0;
	padding:4px 0;
	border-top:2px solid #ccc;
	color:#999;
}


.post p {

}

.post a {

}

.post ul {
	margin:0px;
	padding:5px 5px 5px 25px;
}

.post li {
	list-style-type: square;
	padding:3 0 3 0;
	margin-left:0px;

}

.entry {
}

.entrytext .postmetadata {

}

.entrytext img {
	margin:3px 0;
}

.entrytext h3 {
	border-bottom:2px solid #ccc;
	margin:10px 0 4px 0;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}


.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

h2#comments, h3#comments {
width:400px;
	border-bottom:3px solid #ccc;
	padding:20px 0 4px 0;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background:#eeeeee;
	
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 400px;
	padding: 2px;
	background:#eeeeee;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	background:#eeeeee;
}

.author {
	background:#ffffcc;
}

.commentlist {
	width:400px;
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 0;
	padding:10px;
	list-style: none;
	color:#666;
	border-bottom:1px solid #ccc;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display:block;
	color:#999;
}
/* End Comments */




