/*

Theme Name: Classic

Theme URI: http://wordpress.org/

Description: The original WordPress theme that graced versions 1.2.x and prior.

Version: 3.6

Author: Dave Shea

Tags: green, white, two-columns, right-sidebar, flexible-width, sticky-post, rtl-language-support, translation-ready

Default WordPress by Dave Shea || http://mezzoblue.com

Modifications by Matthew Mullenweg || http://photomatt.net

This is just a basic layout, with only the bare minimum defined.

Please tweak this and make it your own. :)

*/

/* Captions & aligment */

.aligncenter,div.aligncenter {
	display: block;
	margin:5px auto 10px auto;
}


.alignleft {
	float: left; margin:5px 20px 10px 0;
}

.alignright {
	float: right; margin:5px 0 10px 20px;
}
.fl {float:left;}
.fr {float:right;}

ol.related { margin:0; padding:0; }
ol.related li {float:left;display:block;width:100px;height:145px;overflow:hidden; list-style:none; padding:10px; text-align:center}
.related-article {width:100px;height:100px;overflow:hidden;}
.related-link{display:block;width:160px;height:36px;overflow:hidden;margin-top:5px;line-height:18px;}

.ddet_div {
  margin: 8px 0 0 12px;
  padding: 8px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD;
}

.wp-pagenavi span,.wp-pagenavi a{ display:block; float:left;} 