/* ---------------BASIC STYLE--------------- */


body {
	font-family: Times New Roman, Times, serif;
	color: #444;
	}


small {
	font-size: .85em;
	}

small, #leftsidebar ul ul li, #leftsidebar ul ol li, #rightsidebar ul ul li, #rightsidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited, a:active {
	color: #444;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}	


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {
	margin: 1.5em 0;
	padding: 0 1.5em 0 2.5em;
	color: #666;
	background: #fff url('images/quote.gif') no-repeat 1em 0;
	border: none;
	font-style: italic;
	}

blockquote cite {
	margin: 0.4em 0 0;
	display: block;
	}

.clearing {
	clear: both;
	}


h1, h2, h3, h4 {
	font-family:'Century Gothic','Lucida Grande','Trebuchet MS',Verdana,Sans-Serif;
	font-weight: normal;
	}
	
hr {display: none;}

/* ---------------LAYOUT STYLE--------------- */

#page {
	background: #fff
	text-align: left;
	margin: 0 auto;
	padding: 0;
	}

#header {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 0.1em solid #444; 
	}

#content {
	}

.topcontentbox, #adsense_top, #adsense_mid, #adsense_pre_comments, #spacer, #sidebars, #topsidebar, #leftsidebar, #rightsidebar, #pagebottom, #footer {
	display: none !important;
}


/* ---------------HEADER STYLE--------------- */

#spacer {
	}

#header h1 {
	font-size: 1.5em;
	}

#description {
	}

/* ---Main Menu in Header--- */

ul#menu {display: none;}

/* ---------------POST STYLE--------------- */

.post {
	}


.archivestitle {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight:normal;
	text-align: center;
	}

.post h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight:normal;
	}


.postmeta {
	color: #505050;
	font-size: 0.85em
	}


.entry {
	margin-top: 1em;
	}

.entry img {
	padding: .3em;
	border: .05em solid #ccc !important;
	text-align: center;
	display: block;
	margin: 0 auto;
	clear: both;
	}


.entry ol, .entry ul {

	}

.entry ol li, .entry ul li {
	}


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

#content .postmetadata {
}

.entry-tags {
	display: block;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* the following are declared twice because IE6
   doesn't seem to like [align=...] on CSS */


img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	
img.alignright {
	padding: 0.2em;
	margin: 0 0 0.1em 0.4em;
	display: inline;
	}


img[align="right"] {
	padding: 0.2em;
	margin: 0 0 0.1em 0.4em;
	display: inline;
	}

img.alignleft {
	padding: 0.2em;
	margin: 0 0 0.1em 0.4em;
	display: inline;
	}

img[align="left"] {
	padding: 0.2em;
	margin: 0 0 0.1em 0.4em;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

.sharethis {
	clear: both;
	margin: 1em 0;
	}

.stbuttontext {display: none;}



/* ---------------COMMENTS STYLE--------------- */

.comments {
	margin-top: 2em;
	}


.metalinks {
	display: none;
	}

.nopassword {
	text-align: center;
	}

#commentlist, #pinglist {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#commentlist li, pinglist li {
	list-style: none;
	margin: 0.5em;
	padding: 0.5em;
	}

#commentlist li .counter, #pinglist li .counter {
	display: none;
	}

#commentlist li .comment-content {
	font-size: 0.95em;
	}


.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 1em 0;
	}

#commentlist li .comment-meta {
	display: block;
	font-size: 0.75em;
	color: #666;
	}

#commentlist li img {
	padding: 0;
	border: none;
	}

#commentlist li img.gravatar {
	float: right;
	}

#commentlist li .commentauthor {
	font-weight: bold;
	}


li.bypostauthor {
	background: #f0f0f0;
	}


#pinglist li img {
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	}

#respond {display: none;}

.comments form {display: none;}

/* ---------------MISC STYLE--------------- */

.navigation {display: none;}

