/*
Theme Name: Isotype
Theme URI: http://isotype.org/
Description: The default Isotype theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.2
Author: Lorenzo De Tomasi
Author URI: http://isotype.org/
Tags: black, custom header, fixed width, two columns, widgets

	Isotype v0.2
	 http://isotype.org/theme

	This theme was designed and built by Lorenzo De Tomasi,
	whose blog you will find at http://isotype.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@import url("structure.css");
@import url("typography.css");
@import url("nav_top.css");
@import url("header.css");
@import url("content.css");
@import url("comments.css");
@import url("events.css");
@import url("metadata.css");
@import url("footer.css");
@import url("posts_list.css");
@import url("portlets.css");
@import url("rpr-banner.css");

#ml_email {
 width: 10em;
}
/* Featured content gallery */
#mygallery {
 border-left: 0px none;
 border-right: 0px none;
}
/* Nav posts and pages */
#content .breadcrumb {
 float: left;
 clear: left;
 margin-top: 2px;
 margin-left: 15px;
 height: 12px;
 padding: 0;
}
#content .breadcrumb>li {
 display: inline;
}
#content .breadcrumb>li:after {
 content: " « ";
}
#content .breadcrumb>li:last-child:after {
content: "";
}
#content .breadcrumb>li>a {
 font-weight: normal;
 color: #cb1009;
}
#content.post ul.nav_posts, #content.page ul.nav_posts {
 float: right;
 clear: right;
 margin-top: 2px;
 margin-right: 15px;
 height: 12px;
 padding: 0;
 text-align: right;
}
#content.post ul.nav_posts li, #content.page ul.nav_posts li {
 display: inline;
 padding: 0;
 margin: 0;
 list-style: none;
}
#content.post ul.nav_posts li:last-child {
 padding-right: 0;
}
#content ul.nav_posts img, #content ul.nav_news img {
 border: 0px none;
 margin: 0;
 padding: 0;
}