	  /*
	  Theme Name: Comics Blog
      Theme URI: http://comics.successless.org/
      Description: Wheeeeee!
      Version: 1.0
      Author: Dylan Abbott
      Author URI: http://www.successless.org/
      */




body { 	background-color: #fff; 
		color: #000;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-family: 'helvetica' 'arial' 'sans-serif';
		font-size: 90%;
			}
		
		
#content {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
			}

			
#header {
		height: 200px;
		margin-bottom: 24px;
			}
			
		#header img {
			border: none;
				}
			
#posts {
		width: 500px;
		padding: 12px;
		line-height: 1.3em;
			}	
			
		.post {
			margin-bottom: 48px;
				}
				
		.post img {
			/*float: left;*/
			margin: 2em;
			border: 1px solid #999;
			padding: 4px;
				}
				
		.post h2 {
			color: #0058ed;
			font-size: 28px;
			line-height: 1em;
				}
		
				
		.post-meta {
			color: #666;
			font-size: 90%;
				}
				
		.post-tail {
			display: block;
			width: 100%;
			border-top: 1px solid #0058ed;
			padding: .75em;
			color: #666;
			font-size: 90%;
				}

				
			.comment { 
				background-color: #ddf;
				padding: 2em;
				margin-top: 1em;
				font-size: 90%;
				color: #333;
					}
			
			.comment_meta {
				display: block;
				width: 100%;
				border-top: 1px dotted #666;
				padding: .5em;
				font-size: 90%;
					}
			
#sidebar {
		width: 200px;
		float: right;
		padding: 12px;
			}
			
		.sidebar_section {
			border-bottom: solid 1px #666;
			padding-bottom: 1em;
			font-size: 12px;
				}
				
				.sidebar_section h3 {
					color: #333;
					font-size: 18px;
						}
						
				.sidebar_section h4 {
					color: #555;
					font-size: 14px;
					/*line-height: 1em;*/
						}
				
				.sidebar_section ul {
					margin-left: 0;
					padding: 0;
						}
				
				.sidebar_section li {
					margin: 0 0 0 0;
					padding: .3em;
					border-bottom: dotted 1px #999;
					list-style-type: none;
					list-style-position: inside;
						}
						
				.sidebar_section li:hover {
					background-color: #eef;
					color: #33f;
						}
						
		input {
			background-color:#fff;
			border:1px solid #666;
			color:#666;
				}

		textarea {
			background-color:#fff;
			border:1px solid #666;
				}
						
										
#footer {
		float: left;
		width: 100%;
		border-top: 16px solid #5089ea;
		background-color: #0058ed;
		height: 125px;
		color: #fff;
			}
			
		#footer_content {
			width: 800px;
			margin-left: auto;
			margin-right: auto;
			padding: 12px;
			font-size: 11px;
					}
					
					
a:link { color: #00f; text-decoration: none; }
a:hover { color: #0058ed; text-decoration: underline; }
a:active { color: #ccf; text-decoration: underline; }
a:visited { color: #006; text-decoration: none; }


#footer a:link { color: #ccf; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline; }
#footer a:active { color: #eef; text-decoration: underline; }
#footer a:visited { color: #006; text-decoration: none; }
