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

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

#foot_blog{
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
#foot_blog a:link{
  color: #fff;
}
#bottomoblog {
  clear: both;
  padding: 18px 3px 5px;
  font-size: 80%;
  text-align: center;
  border: 5px solid #fff;
  overflow: auto;
}
#sb_box {
  margin: 20px auto;
  width: 800px;
}
#sb {
  padding: 3px 12px 15px;
}
.widget{
	float: left;
	width: 250px;
	text-align: left;
	padding: 0px 0px 8px;
}
.widgettitle{
  font-size: 110%
}
.post{
	margin: 10px 0;
	text-align: justify;
	clear: right;
}
.post h2{
	font-size: 150%;
	font-weight: normal;
	border-bottom:1px solid #fff;
}
.post h2 a{
  text-decoration: none;
}
.datetext {
	font-size: 90%;
	line-height: 1.5em;
	width: 50px;
	float: right;
	text-align: center;
	border: 1px solid #fff;
	padding: 5px;
	margin: 3px 15px 5px 5px;
	background-color: #00B2F5;
}
.datetext span.month {
	font-size: 90%;
	text-transform: uppercase;
	display: block;
}
.datetext span.day {
	font-weight: bold;
	font-size: 130%;
	display: block;
}
.entry{
	padding: 0px 15px 5px;
	font-size: 90%;
}
.postmetadata{
	text-align: center;
	font-size: 80%;
	color: #929292;
}
#respond{
  margin: 20px 0 0;
}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #666666;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	width: 500px;
	margin: 0 auto;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	border: 1px solid #fff;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentmetadata{
  font-size: 60%;
}	
.entry img{
  padding: 8px;
}
/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */