/*  
Theme Name: Elum Blog 1.0
Theme URI: http://elumdesigns.com/blog
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author:  
Author URI: http://elumdesigns.com/

*/



/* Begin Typography & Colors */
body {
	background-color: #413732;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif; 
	color: #f1eadd;
	text-align: center;
	}
	a
	{
		color: #bae2e9;
	}
#container
{
	text-align: left;
}
	
#blog_content
{
	background: #6b5c54;
	float: right; 
	width: 546px;
}

#blog_header {
	padding: 30px 0;
	background: #6B5C54;
	border-bottom: 1px solid #b0d5db;
}

#blog_header #blog_headerimg {
	background: #5c4f48;
	display: block;
	text-align: right;
	
	
	}
#blog_header h1 {
	margin: 0 30px;
	}
#blog_header h1 a{
	background: url(images/elum-blog.png) no-repeat;
	display: block;
	overflow: hidden;	
	height: 20px;
	text-indent: -12345px;
	width: 157px;
}

#blog_header .description{ 
	display: none;
}

#blog_content{ 
	float:left;
	font-size: 1.2em;
	border-right: 1px solid #b0d5db;
	padding: 30px;
	position: relative;
	width: 500px; 
	}
	
	.post
	{
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	}
	.post small
	{
		display: block;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 10px;
		
	}
	
	.post h2 
	{
	margin: 0;
	
	}	
	.post h2 a
	{	
		color: #b0d5db;
		font-size:	14px;
		font-weight: bold;
		text-decoration: none;
	}
	.post img
	{
		border: 1px solid #b0d5db;
		margin-top: 10px;
		margin-bottom: 14px;
	}
	
 	hr
	{
		background: #b0d5db;
		height: 1px;
		border: 0;
		border-collapse: collapse;
		margin: 12px 0;		
	}
	
#blog_footer
{
	
	border-top:1px solid #B0D5DB;
	background: #5C4F48;
	clear: both;
	height: 70px;
}
/* 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-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry_footer
{
}

.entry_footer .comments
{
float: right;}

.entry_footer .comments a
{
background: url(images/comments.png) no-repeat;
font-size: 10px;
padding-left: 20px;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	} 

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

#blog_content_sidebar ul li {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

#blog_content_sidebar ul li a
	{
	color: #bae2e9;
	text-transform: uppercase;
	text-decoration: none;
	}

#blog_content_sidebar ul li h2 {
		/*display: block;
	height: 25px;
	width: 136px;
	overflow: hidden;

	text-indent: -12345px;*/
}
	/*
#blog_content_sidebar ul li#categories-1 h2 {
	background: url(images/categories.title.png) no-repeat;	
	}

#blog_content_sidebar ul li#archives h2 {
	background: url(images/archives.title.png) no-repeat;	
	}
#blog_content_sidebar ul li#recent-posts h2 {
	background: url(images/recent-posts.title.png) no-repeat;	
	}
	*/

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

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

#blog_content_sidebar ul ul ul,
#blog_content_sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li,
#blog_content_sidebar ul ol li {
	list-style: none;
	}

#blog_content_sidebar ul ul li,
#blog_content_sidebar ul ol li {
	display: block;
	list-style: none;
	list-style-position:inside;
	margin: 3px 0 0;
	padding: 0;
	}

#blog_content_sidebar ul ul li.current-cat a,
#blog_content_sidebar ul ol li.current-cat a{
	color: #fff;
	text-decoration: underline;
	}
/* End Entry Lists */
	

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

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

#blog_content_sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

h3#respond{
	margin: 10px 0;
	width: 173px;
	}

h3#comments{
}
#commentform {
	color: #f1eadd;
	}

#commentform div.commentform-col{
	float: left;
	width: 250px;
	}

#commentform label {

	display:block;
	}

#commentform input {
	
	background: #f1eadd;
	border: none;
	border-collapse: collapse;
	color: #6b5c54;
	width: 210px;
	padding: 2px;
	margin: 0px 5px 1px 0;
	}

#commentform textarea {
	background: #f1eadd;
	border: none;
	border-collapse: collapse;
	color: #6b5c54;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 
	width: 240px;
	padding: 5px;
	}

#commentform #submit {
	display: block;
	height: auto;
	clear: both;
	margin: 10px auto;
	width: auto;
	}
/* End Form Elements */



/* Begin Comments*/
 
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	background: url(images/quotes.png) no-repeat;
	margin: 15px 0 3px;
	padding: 5px 10px 3px 30px;
	list-style: none;
	}

.commentlist p {
	margin: 0 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	} 
/* End Comments */



/* Begin Sidebar */
#blog_content_sidebar
{
	float: right;
	padding: 20px 0 0 0;

	width: 198px;
	
	}

#blog_content_sidebar 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 */
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;
	}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

 