/*  
Theme Name: Diya Studio Blue
Description: Diya Studio theme based on 'Simply Basic' by Ash Haque
Version: 2
Author: Mustafa Zafar
Author URI: http://odo.edgema.com

The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by/2.5/
*/


@import '/assets/css/blueprint/screen.css';
@import '/assets/css/diyastudio.css';

/*
Override Blueprint classes in DiyaStuio.css.
Add blog relevant styles below...
Always keep Grid.css
*/		
/*	.top {
		background: #eee;
		width: 100%;
		padding: 10px 15px 10px 15px;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
        background-image: url(/assets/bgHeader.jpg);
		}

	#wrapper {
		background: #FFF url(bgShadowPixel.gif);
		width: 960px;
		margin: 0 auto;
		padding: 30px 0;
		text-align: left;
		font-size: 13px;
        line-height: 18px;
	    min-height: 100%;
        height: 100%;
        height: auto;
	    border: 0px solid #930;
	    border-bottom: 0px solid #fff;
		}
			
	#contentBlog h2 a {
			color: #400;
			font-size: 19px;
			text-transform: capitalize;
			line-height: 11px;
			} */		
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
			margin: 10px 0;
			padding: 25px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(images/quote.gif) top left no-repeat;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	div#sidebarposts li {
	    list-style: none;
	    margin: 0 0 4px;
	    padding: 0;
	    }