/*
Theme Name: ces2_theme
Theme URI: http://charlesedwardscott.com/
Description: Theme for charlesedwardscott.com.
Version: 2.0
Author: Scott Johnson
Author URI: http://charlesedwardscott.com/

*/

* {
    padding: 0px;
	border: 0px;
	margin: 0px;
}
p {
    margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
#top-home {
	background-color: #666666;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
}
#top-drawing {
	background-color: #006699;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
}
#top-adventure {
	background-color: #CC3300;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
}
#blog {
	margin-top: 20px;
	margin-left: 20px;
	width: 320px;
	position: relative;
}
#entry-drawing, #entry-adventure {
    padding-bottom: 30px;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.text {
    margin-top: 10px;
	text-align: justify;
}
.title {
}
#h2-adventures {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background-color: #CC3300;
	margin-bottom: 30px;
	text-align: center;
}
#h2-drawing {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background-color: #006699;
	margin-bottom: 30px;
	text-align: center;
}
#frontis {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
	color: #666666;
	text-align: center;
	margin-top: 30px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#entry-drawing a:link {
	text-decoration: none;
	color: #006699;
}
#entry-drawing a:visited {
	text-decoration: none;
	color: #006699;
}
#entry-drawing a:hover {
	text-decoration: underline;
	color: #006699;
}
#entry-drawing a:active {
	text-decoration: none;
	color: #006699;
}

#entry-adventure a:link {
	text-decoration: none;
	color: #CC3300;
}
#entry-adventure a:visited {
	text-decoration: none;
	color: #CC3300;
}
#entry-adventure a:hover {
	text-decoration: underline;
	color: #CC3300;
}
#entry-adventure a:active {
	text-decoration: none;
	color: #CC3300;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
}
cite {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.says {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.comment-edit-link {
	visibility: hidden;
	line-height: 0px;
}
.commentmetadata {
    visibility: hidden;
	line-height: 0px;
}

.commentlist p {
    margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	margin-left: 5px;
}
#commentform p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	padding: 5px;
	background-color: #CCCCCC;
}
#commentform textarea {
	width: 300px;
	padding: 2px;
	border: solid 1px #000000;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin-top: 10px;
	float: right;
	background-color: #666666;
	color: #000000;
}
.alt {
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background-color: #CCCCCC;
}
.even {
	margin: 0px 0px 5px 0px;
	padding: 10px;
	background-color: #CCCCCC;
}
.commentlist {
	text-align: justify;
}
.commentlist li {
	list-style: none;
}

p img {
	padding: 0;
	max-width: 100%;
}
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;
}
