/* 
Theme Name: australia, here i come
Theme URI: www.iamdownunder.com
Description: A designed by me, wordpress theme
Version: 1.0
Author: Joyce Dekker
Author URI: www.iamdownunder.com
Tags: white, one column

License: GNU General Public License (GPL) version 3

*/

html, body  {
	background-color: #e9aaa5;
	background-image: url(http://www.iamdownunder.com/wordpress/wp-content/themes/sketchart/images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.p {
	line-height: normal;
}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #ce8179;
}

a, a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, .date, .description, .ctitle, .fin,
 	.entry > p:first-child:first-line, .error, .navigation, .more-link, .comment-author, .comment-meta {
	font-family: "Helvetica", Arial, Times, serif;
	font-weight: normal;
	color: #666;
}

.title {
	font-family: "Helvetica", Arial, Times, serif;
	font-size: 18px;
	line-height: 16px;
    margin-top: 5px;
    text-transform: uppercase;
	color: #886346;
}

.date {
	font-size: 9px;
	line-height: 14px;
    text-transform: uppercase;
	color: #886346;
}

.underline {
	height: 16px;
	font-size: 9px;
	line-height: 0;
	margin-top: 5px;
	text-transform: uppercase;
	text-align: right;
	color: #000;
	background: url(http://www.iamdownunder.com/wordpress/wp-content/themes/sketchart/images/content_line.jpg) no-repeat bottom;
}


#wrapper {
	width: 1024px;
	margin: 0px;
}

#header {
	width: 1024px;
	height: 276px;
	margin: 0px;
	float: left;
	display: inline;
	background-color: #e9aaa5;
}

#sidebar {
	width: 315px;
	height: 492px;
	margin: 0px;
	float: left;
	display: inline;
	background-image: url(http://www.iamdownunder.com/wordpress/wp-content/themes/sketchart/images/welcomenote.jpg);
}

#content {
	width: 475px;
	height: 492px;
	margin: 0;
	float: left;
	display: inline;
	background: url(http://www.iamdownunder.com/wordpress/wp-content/themes/sketchart/images/content.jpg) no-repeat;
}

#entry_content {
	width: 450px;
	margin-top: 30px;
	padding: 5px;
	float: left;
	display: inline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	font-size: 0.7em;
	line-height: 15px;
	color: #606060;
	background: url(http://www.iamdownunder.com/wordpress/wp-content/themes/sketchart/images/content_bg.gif) top center repeat-y;
}

#navigation {
	width: 234px;
	height: 492px;
	margin: 0px;
	float: left;
	display: inline;
}

#footer {
	font-size: .7em;
	line-height: 0.9em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	color: #ce8179;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer_contact {
	padding: 1em 0 1em 1em;
}

#entry_content p {
	margin: 1.2em 0 2em 0;
}

h3#comments {
	margin-bottom: 1em;
	clear: both;
}


ul.commentlist .navigation {
	border: 0;
}

ul.commentlist .comment.bypostauthor .vcard img {
	border: 1px solid #FF9900;
}

ul.commentlist .comment .comment-author.vcard img{
	border: 1px solid #000;
}

.nocomments {
	font-style: italic;
}

#comments, #respond {
	margin: 0 0 0 0;
	border: 0;
}

.nav {
	font-size: .9em;
	border-top: 1px solid #EEE;
	font-variant: normal;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}