/*
Theme Name: ArtZone
Theme URI: http://www.debajit.com/
Description: This is based on a design that I had made for a college HTML assignment in 2001, for a digital art site called ArtZone
Version: 0.1
Author: Debajit Adhikary
Author URI: http://www.debajit.com/


[Add instructions here]

*/



/* NEW CSS STARTS HERE -------------------------------------------------*/

@import url("http://debajit.com/wp-content/themes/Art Zone/style/layout.css");
@import url("http://debajit.com/wp-content/themes/Art Zone/style/elements.css");
@import url("http://debajit.com/wp-content/themes/Art Zone/style/button-panel.css");
@import url("http://debajit.com/wp-content/themes/Art Zone/style/utility.css");


#reading .ac-logo {display:none} 
#reading .ac-title {display:block;margin-top:1em} 
#reading .ac-creator {display:block;} 
#reading .ac-item {margin-bottom:2.5em} 
#reading img {border: 1px solid #000; border-bottom:3px;} 

.vcard .adr,
.vcard .nickname
{
    display:none;
}
.vcard
{
    font-family: Tahoma,sans-serif;
    font-size:0.9em;
}

body
{
	margin: 0;
	padding: 0;
	
	font-family: Verdana, sans;
	

	background: #5c4e4c;
	color: #fff;
}


#dq_quote
{
	font-family: Verdana, sans;
	font-size: 0.7em;
	/*font-style: oblique;*/
	position: absolute;
	top: 10px;
	left: 754px;
	width: 240px;
}
#postNavigation
{
	font-family: Verdana, sans;
	font-size: 0.7em;
	position: absolute;
	top: 10px;
	left: 730px;
	width: 240px;
}
#postNavigation img
{
	position: relative;
	top: 1em;
}




.EntryHeader
{
	height: 100px;
	background: url("http://blog.debajit.com/images/entry-header.jpg") no-repeat left;
	margin: 0 0 0 0px;
	padding: 0 10px 0 50px;
}
h1
{
    margin:0;
    padding:0;
	font-family: 'Trebuchet MS', Tahoma, 'Luxi Sans', sans;
	font-weight: bold;
	font-size: 1.2em;
}
h1 a
{
	color: white;
	text-decoration: none;
}
h2
{
    padding:0;
	font-family: Tahoma, Luxi Sans, sans;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}


.Entry
{
	margin: 0 0 0 40px;
	font-family: Verdana,'Trebuchet MS', sans-serif;
	font-size: 0.8em;
}
.Entry a
{
	font-weight: bold;
        font-family: Tahoma, 'Luxi Sans', sans-serif;
}
.Entry ul
{
    list-style-image: url('http://blog.debajit.com/images/icons/update.gif');
    margin: 2em;
    padding: 0;
}
.Entry ul li
{
    padding: 0 0 1em 1em;
}
.Entry p
{
    margin: 0 0 2em 0;
}

.EndMarker
{
	font-size: 50%;
	float: right;
	background: black;
	display: inline;
}
.SiteSightWebsite
{
   	font-weight:	bold;
	font-family:	tahoma,Luxi Sans,sans;
	font-size:	13px;
	color:		#ffffff;
}
.SiteSightCategory, .SiteSightCategory a
{
    color: #999;
    font-weight:normal;
}
img#mesh
{
	position:		absolute;
	top:			60px;
	left:			502px;
	z-index:		5;
}


.postmetadata
{
	font-family: Verdana, 'Luxi Sans', Tahoma, sans-serif;
	font-size: 0.75em; 
	text-align: left;
	padding: 0 0 0 40px;
}
.List
{
	font-size: 0.7em;
	margin: 10px 0 30px 0;
	padding: 0 0 0 1.6em;

}
.ListItem
{
	padding: 0 4px 2px 0;
}







/* Added by Debajit for balloon-style comments */

.commentmetadata
{
	font-size: 0.9em;
}

ol.commentlist
{
	list-style-type: none;
	font-size: 0.75em;
}

ol.commentlist li
{
	background: /*#473737*/ #473A36 /*#473836*/ url("images/balloon-alt.jpg") no-repeat bottom right;
	color: #fff;
	/* border: 1px solid #E0E0E0; */
	padding: 10px;
	padding-bottom: 66px;
	margin: 2em;
	border: none;
}
/*
ol.commentlist li blockquote
{
    margin: 0 10px 10px 10px;
    padding: 1px 0 2px 1.8em;
    border-left: 5px solid #F9C8A5;
    background: transparent;
}
*/
ol.commentlist li.alt
{
	background: #302E2E url("images/balloon.jpg") no-repeat bottom left;
	color: #fff;
	/* border: 1px solid #E0E0E0; */
	padding: 10px;
	padding-bottom: 66px;
	margin: 2em;
	border: none;
}
/*
ol.commentlist li.alt blockquote
{
    margin: 0 10px 10px 10px;
    padding: 1px 0 2px 1em;
    border-left: 5px solid #F9C8A5;
    background: transparent;
}
*/



/* NEW CSS ENDS HERE -------------------------------------------------*/




/* Added by Debajit for random Quote of the Day */

/*
#dq_quote
{
	font-family:	Verdana;
	font-size:		1em;
	font-style:		oblique;
	color:	white;
	
	position: 		absolute;
	top:			0;
	right:			0;
	width:			24em;
	padding:		10px;
}	
*/



/*
.postmetadata 
{
	color: #fff;
	text-align: left;
}
.postmetadata ul, .postmetadata li
{
	display: inline;
zz	list-style-type: none;
	list-style-image: url('none');
}
.narrowcolumn .postmetadata
{
	padding-top: 5px;
}
.widecolumn .postmetadata
{
	margin: 30px 0;
}
*/




/* Colors */






/* 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
{
	background: #302E2E url('images/blockquote.jpg') no-repeat bottom left;
	color: #fff;
	padding-bottom: 46px;
	margin: 4em 2em 2em 2em; 
	padding: 18px 20px 32px 20px;
}



blockquote cite
{
	margin: 5px 0 0;
	display: block;
	background: transparent;
	border-left: 5px solid #ddd;
}

.center {
	text-align: center;
	}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
