/*
Theme Name: Australian Nomads
Theme URI: www.australiannomads.com.au
Description: An earthy themes for the Australian Nomads blog.
Version: 1.0
Author: Marianne Le Fevre
Author URI: http://www.designgeek.com.au
Tags: non
*/

/*COLOURS*/
.darkgray {color: #333}
.mediumgray {color: #777}
.lightgray {color: #BBB}

.color {color: #261300}

body {
	background: #261300 url("images/header/random.php") no-repeat top center;
	font-size: 13px; 
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	}

.clear {
	clear: both;
	}

a {
	color: #831F01;
	text-decoration: none;
	}

a:hover {
	color: #372008;
	text-decoration: underline;
	}

small {
	font-size: 10px;
	color: #777;
	}

h1 {
	color: #831F01;
	margin: 0;
	}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 18px;
	margin: 0 0 20px 0;
	}
	
h3 {
	padding: 0;
	margin: 30px 0 0;
	}
	
p {
	margin: 10px 0;
}

#page {
	margin: 0 auto;
	width: 700px;
	}

/*IMAGES*/
p img {
	background-color: #FFFFFF;
	max-width: 588px;
	max-height: 450px;
	padding: 5px;
	border: 1px solid #BBB;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/*HEADER*/
#header {
	color: #FFFFFF;
	height: 80px;
	padding: 220px 0 0 0;
	}

#header a {
	color: #FFFFFF;
}

/*MENU*/
#menu {
	color: #831F01;
	font-weight: bold;
	height: 25px;
}

#menu a {
	color: #831F01;
}

#menu a:hover {
	color: #372008;
	text-decoration: none;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	background-color: #FFFFFF;
	display: block;
	float: left;
	list-style: none;
	margin-right: 5px;
	padding: 3px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#searchform {
	float: right;
	}

#searchform input {
	color: #777777;
	border: none;
	padding: 3px 4px;
	font-family: "Trebuchet MS",Arial,Sans-Serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#searchform button {
	background-color: #372008;
	border: none;
	color: #FFF;
	font-family: "Trebuchet MS",Arial,Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}





/*CONTENT*/
#topframe {
	background: transparent url(images/paper_01.png) center top no-repeat;
	height: 20px;
	margin-top: 20px;
}

#content {
	background-color: #FFFFFF;
	clear: both;
	padding: 30px 50px 1px;
	}

.post {
	margin: 0 0 50px;
	}

.post hr {
	display: block;
	}

.post h1 {
	border-bottom: 1px dotted #700;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 1px;
}

.date {
	float: right;
	padding-top: 10px;
}

.category {
	clear: both;
	display: block;
	padding: 3px 0 10px;
}

.comments {
	float: right;
}

/*FOOTER*/
#footer {
	background: transparent url(images/paper_02.png) no-repeat center bottom;
	clear: both;
	margin-bottom: 30px;
	padding: 30px 100px 20px;
	}

#footer p {
	line-height: 1.2em;
	margin: 0 0 5px 0;
	text-align: center;
	}

.navigation{
	height: 18px;
	}

.navigation a {
	background-color: #831F01;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.navigation a:hover {
	text-decoration: none;
}


/*COMMENT*/
.commentlist {
	padding: 0;
}

.commentlist li .avatar { 
	/*float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;*/
	display: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	}
	
.commentlist p img {
	border: none;
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	list-style: none;
	border-bottom: 1px dotted #770000;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 10px;
	}



/*COMMENTFORM*/
#commentform ul {
	list-style: none;
	padding-left: 0px;
	margin: 0;
}

#commentform li {
	margin: 5px 0px;	
}

#commentform label {
	display: block;
}

#commentform input {
	width: 200px;
}

#commentform input, #commentform textarea {
	border: 1px solid #AAA;
	color: #333;
	font-family: "Trebuchet MS",Arial,Sans-Serif;
	font-size: 13px;
	line-height: 1.4em;
	padding: 3px 2px;
	margin: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#commentform ul.details {
	float: left;
	margin-right: 15px;
}

#commentform ul.comment {
	float: left;

}

#commentform textarea {
	width: 370px;
}

#commentform button {
	background-color: #831F01;
	border: none;
	color: #FFF;
	font-family: "Trebuchet MS",Arial,Sans-Serif;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 3px 0 7px 10px;
	}

html>body .entry li li {
	margin: 3px 0 3px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */