/*  
Theme Name: dunxtheme
Theme URI: http://www.dung-cart.com
Description: My hack of the default theme.
Version: 1.0
Author: Duncan McMillan
Author URI: http://www.dung-cart.com
*/

/********************
 
 Layout
 
 ********************/

body {
	margin:0px;
	}

#page {
	padding-top:20px;
	}

#headerbar {
	height:27px;
	padding-top:3px;
	}

#headercontent, #page, #footer {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	}

#sidebar, #localnav {
	width:176px;
	}

#footer {
	clear:both;
	margin-top:10px;
	padding:10px 0px;
	}

#sidebar {
	float:right;
	}

#localnav {
	float:left;
	}

#content {
	position:static;
	float:left;
	width:506px;
	margin:0px 10px;
	padding:0px 10px;
	}

form {
	margin:10px 0px;
	padding:0px;
	}

input, textarea {
	margin:0px;
	padding:0px;
	}

#searchform #s {
	width:90px;
	}

#commentform #comment {
	width:484px;
	}

#logolinks {
	margin-top:10px;
	}

.entry {
	margin:10px 0px;
	}

.navigation {
	margin-bottom:10px;
	}

/********************
 
 Typography
 
 ********************/

/*  Typeface */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Helvetica, Arial;
	}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h1, h2, h3, h4, h5, h6, #localnav p {
	font-family:'Trebuchet MS', 'Lucida Grande', Helvetica, Arial;
	}

#headerbar .description, .postmetadata, .photocaption, form p {
	font-family: 'Lucida Grande', Helvetica, Arial;
	}

/* Size & Leading */

h1, h2 {
	font-size:1.8em;
	}

h3 {
	font-size:1.6em;
	}

h4 {
	font-size:1em;
	}

p, .navigation {
	font-size:1.3em;
	line-height:1.5em;
	}

small, .postmetadata, .photocaption, form p {
	font-size:1em;
	line-height:1.1em;
	}

#headerbar .description {
	font-size:.6em;
	}

/* Deal with nested li tags */

ul {
	font-size:1.2em;
	}

ul li, li li, ul li ul, ul li ul li {
	font-size:1em;
	}

/* 1 / 1.2 = 0.833 */
li p, ul p {
	font-size:0.833em;
	}

/* 1 / 1.2 = 0.833 => 1.8 * 0.833 = 1.5 */
li h1, li h2, ol h1, ol h2, ul h1, ul h2 {
	font-size:1.5em;
	}

.commentlist li {
	font-size:1.2em;
	line-height:1.3em;
	}

.commentmetadata {
	font-size:0.8em;
	}

.commentlist p {
	font-size:1em;
	}

/* Style */

h1, h2, h3, h4, small, #headerbar .description {
	font-weight:normal;
	}

#sidebar li, #localnav li {
	list-style:none;
	}

#sidebar ul ul li:before, #localnav ul ul li:before {
	content: "\00BB \0020";
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	}

/* Spacing */

h1, h2, h3, h4 {
	padding-bottom:3px;
	}

.photocaption {
	margin-bottom:10px;
	}

.postmetadata, .postmetadata alt {
	margin-bottom:20px;
	}

#headerbar .description {
	margin-left:5px;
	}

h1, p {
	margin:0px 0px 10px 0px;
	}

h2, h3 {
	margin:0px;
	}

#sidebar li, #localnav li {
	padding:0px 0px 5px 0px;
	text-indent:0px;
	margin:0px;
	padding:0px 0px 3px 0px;
	}

#sidebar ul, #localnav ul{
	padding:0px;
	text-indent:0px;
	margin:0px;
	padding:0px;
	}

/* Justification */

#footer {
	text-align:center;
	}

/********************
 
 Graphics & Colours
 
 ********************/

body {
	background-color:#FFF;
	}

#headerbar {
	background-color:#000;
	}

#sidebar, #localnav {
	/* background-color:#CCCC99; */
	}

#headercontent, #headercontent a  {
	color:#FFF;
	}

#content, #footer {
	border-color:#999;
	border-style:dotted;
}

#content {
	border-width:0px 1px;
	}

#footer {
	border-width:1px 0px 0px 0px;
	}

#searchform, #commentform {
	padding:5px;
	background-color:#EEE;
	border:#999 solid 1px;
	}

.photo {
	padding:2px;
	border:#000 solid 1px;
	}

a {
	text-decoration:none;
	color:#069;
	}

a:hover {
	color:#69C;
	}