/*
Theme Name: RES PUBLICA
Theme URI: http://www.back.net.au
Description: Custom built theme for Res Publica
Version: 1.0
Author: Stephen Glachan @ BACK
Author URI: http://www.back.net.au
Tags: clean, custom, res publica, back creative, public relations

	Based on WPBLANK v1.1 (http://annalinnea.net/)
	Based on Kubrick v1.5

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* decides which side the sidebar is on */
/*@import url("layouts/sidebar_left.css"); */

/* CUSTOM ADDITIONAL STYLES */
/*@import url("style-custom.css");*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
.sidebar, #entry-meta-single {border:2px solid red;}
/*#respond {border:2px solid yellow;}*/
/*#footer, #header {border:2px solid blue;}
#footer {margin:0px auto 0px auto;}*/
/*li.depth-1 {border: 2px solid orange;}*/
/*.navigation {border:2px dashed black;}*/
.post-wrap, .post{margin:0px;}
/* - BASIC STUFF - */
body {background:#FFF;font:9pt/11pt Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding:0 20px;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}
.required{vertical-align:super !important;}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
#comments{margin-left:-5px !important;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:25px; overflow:auto;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* -- MISC --*/
.clear-both{clear:both;}

 
