/* --------------------------------------------------------
Theme Name: Aumlette
Description: The WordPress theme for Aumlette.me.uk
Version: 1.0
Date: 2008-07-11
Author: Suthira Buachaokoh
Author URI: http://aumlette.me.uk/
-------------------------------------------------------- */
/*  =reset the foundations */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit;
	font-family: inherit; 
	vertical-align: baseline; 
	background: transparent;  
}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {
	border-collapse: collapse; 
	border-spacing : 0;
}
caption, th, td {
	text-align: left; 
	font-weight : normal;
}
/* =html, =body */
html {
	background: #3A3A3C; 
	color: #000000;
}	
body {
	margin: 0 auto; 
	width: 980px; 
	font-family: Arial, 'Trebuchet MS', Helvetica, Tahoma, sans-serif;
	font-size: small;
	line-height:1.5;
}

html>body 		{font-size: small;}

/* =header */
#header {height: 185px; width: 100%;}
body#home #header 		{background: url("images/header-weblog-bg.png") center center no-repeat;}
body#work #header 		{background: url("images/header-work-bg.png") center center no-repeat;}
body#hobbies #header 	{background: url("images/header-hobbies-bg.png") center center no-repeat;}
body#recipes #header 	{background: url("images/header-recipes-bg.png") center center no-repeat;}
body#about #header 		{background: url("images/header-about-bg.png") center center no-repeat;}
body#archives #header	{background: url("images/header-archives-bg.png") center center no-repeat;}
body#error #header 		{background: url("images/header-error-bg.png") center center no-repeat;}
body#results #header 	{background: url("images/header-results-bg.png") center center no-repeat;}
/* =nav */
#nav {
	float: right; 
	display: inline; 
	list-style: none; 
	margin: 5px 0 0 0;
}
#nav li {float: left;}
#nav a {
	float: left;
	padding: 30px 0 0 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	border: none;	
}
#nav a:hover 	{background-position: 0 -30px;}
#thome a 		{width: 63px; background: url("images/nav-weblog.png") 0 -60px no-repeat;}
#tarchives a 	{width: 73px; background: url("images/nav-archives.png") 0 -60px no-repeat;}
#twork a 		{width: 52px; background: url("images/nav-work.png") 0 -60px no-repeat;}
#thobbies a 	{width: 73px; background: url("images/nav-hobbies.png") 0 -60px no-repeat;}
#trecipes a 	{width: 73px; background: url("images/nav-recipes.png") 0 -60px no-repeat;}
#tabout a 		{width: 61px; background: url("images/nav-about.png") 0 -60px no-repeat;}

body#home a.home:link, body#home a.home:visited, body#home a.home:hover,
body#archives a.archives:link, body#archives a.archives:visited, body#archives a.archives:hover,
body#work a.work:link, body#work a.work:visited, body#work a.work:hover,
body#hobbies a.hobbies:link, body#hobbies a.hobbies:visited, body#hobbies a.hobbies:hover,
body#recipes a.recipes:link, body#recipes a.recipes:visited, body#recipes a.recipes:hover,
body#about a.about:link, body#about a.about:visited, body#about a.about:hover {
	background-position: 0 0;	
}

/* =branding */
#branding {
	float: left; 
	width: 500px;
	margin: 50px 0 0 50px;
}
#branding a:link, #branding a:visited, #branding a:hover {
	float: left;
	width: 148px;
	height: 37px;
	background: url("images/aumlette-logo.png") no-repeat bottom left;
	text-decoration: none;
	overflow: hidden;
	text-indent: -99999px;
	border: none;
}
#branding p {
	clear: both;
	font-size: 85%;
	padding: 0 0 0 20px;
	color: #808080;
}

/* =search */
#formsearch {padding-bottom: 13px;}
#search {
	width: 310px;
	float: right;
	padding: 5px 10px 0 5px;
	margin: 15px 10px 0 15px;
}
#search p {
	margin: 0; 
	padding: 0;
}
#search label {
	padding: 0 8px 0 0; 
	text-align: right; 
	font-size: 100%; 
	font-weight: bold;
}
input.input-search 	{
	width: 250px;
	margin: 0 5px 0 20px;
	padding: 3px 2px;
	border:1px solid #bbb; 
}
input.searchbutton 	{
	display: inline; 
	margin: 0 0 -3px 0;
}
/* =sidebar-hr */
.sidebar-hr {
	clear: both;
	background: url("images/sidebar-hr.gif") center center no-repeat; 
	height: 5px;
}
.hr {
	clear: both;
	margin: 5px 0;
	border-bottom: 1px dashed #bbb;
}

/* =wrapper */
#wrapper {
	float: left; 
	width: 100%;
	background: #FFFFFF url("images/wrapper-bg.png") center center repeat-y; 
	text-align: left; 
}
.content-left {
	width: 545px; 
	float: left; 
	margin: -80px 0px 0 15px; 
	padding: 5px 20px 5px 40px; 
}
.content-right {
	width: 310px; 
	float: right; 
	padding: 0px 10px 5px 5px; 
	text-align: left;
	margin: -88px 10px 0 15px; 
}
.content-right ul.list {list-style-type: none;}
.content-right ul.list li {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.content-right ul.list li a:link, .content-right ul.list li a:visited, .content-right ul.list li a:hover {
	text-decoration: none;
	display: block;
	position: relative;
	font-weight: bold;
	padding: 5px;
	background: url("images/sidebar-hr.gif") bottom center no-repeat; 
}
.content-right ul.list li a:link, .content-right ul.list li a:visited {
	color: #4d4d4d;
}
.content-right ul.list li a:hover {
	color: #fff; 
	background: #9BA583;
}

.content-right ul.list li.current a:link, .content-right ul.list li.current a:visited {
	color: #AF121E;
}

.ingredients {
	width: 200px; 
	float: left; 
	margin: 0; 
	padding: 0; 
}
.method {
	width: 330px; 
	float: right; 
	padding: 0; 
	margin: 0; 
}
.ingredients ul {
	padding: 5px 0 5px 0;
	list-style-type: none;
	font-size: 85%;
}
.ingredients ul li {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: none;
	border-bottom: 1px dashed #ccc;
}
.column-right {
	width: 100px; 
	float: right; 
	text-align: right;
	margin: 0; 
	padding: 0;
}
.column-left {
	width: 435px; 
	float: left;
	text-align: left;	
	padding: 0; 
	margin: 0; 
}
.work-list, .hobbies-list {
	width: 170px; 
	float: left; 
	margin: 0; 
	padding: 0; 
}
.work-details, .hobbies-details {
	width: 350px; 
	float: right; 
	padding: 0; 
	margin: 0; 
}

.work-list ul, .hobbies-list ul {
	padding: 5px 0 5px 0;
	list-style-type: none;
	font-size: 85%;
}
.work-list ul li, .hobbies-list ul li {
	margin: 0 0 10px 0;
	padding: 0 0 5px 18px;
	background: url("images/icon-tick.gif") 0px 0px no-repeat; 
	border-bottom: 1px dashed #ccc;
}

.hobbies-list ul li {background: url("images/icon-pencil.gif") 0px 0px no-repeat; }
.hobbies-list ul.painting li {background: url("images/icon-paintbrush.gif") 0px 0px no-repeat; }

ul.post-list {
	padding: 5px 0 5px 0;
	list-style-type: none;
	font-size: 100%;
}
ul.post-list li {
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0px 0 5px 20px;
	background: url("images/icon-doc.gif") 0px 1px no-repeat; 
	border-bottom: 1px dashed #bbb;
}

ul a:link, ul a:visited, ul a:hover {
	text-decoration: underline; 
	font-weight: bold;
}
ul a:link, ul a:visited {color: #638907; }
ul a:hover {color: #973A48;}

dl.list-img {
	margin: 0 0 0px 0;
	list-style-type: none;
}
dl.list-img dt {
	float: left;
	font-size: 100%; 
	font-weight: bold; 
}
dl.list-img dt a {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #98A86D;
	background: #EFECE8;
}
dl.list-img dt a img {
	float: left;
}
dl.list-img dt a:hover {
	background: #9BA583;
}
dl.list-img dd {
	float: left;
	font-size: 85%; 
	color: #333;
	padding-top: 3px;
	padding-bottom: 10px;
	font-weight: normal; 
}
dl.portfolio {
	width: 270px;
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;
}
dl.portfolio dt {
	float: left;
	font-size: 100%; 
	font-weight: bold; 
}
dl.portfolio dt a {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #98A86D;
	background: #EFECE8;
}
dl.portfolio dt a img {float: left;}

/*dl.portfolio dt a:hover {
	border: 1px solid #98A86D;
	background: #9BA583;
}*/
dl.portfolio dd {
	float: left;
	font-size: 85%; 
	color: #333;
	padding-top: 3px;
	padding-bottom: 10px;
	font-weight: normal; 
}
ul.books {
	float: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.books li {
	float: left; 
	margin: 0 0 5px 3px;
}
ul.books li a {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #98A86D;
	background: #EFECE8;
}
ul.books li a img {float: left;}
ul.books li a:hover {background: #9BA583;}

/* =entry */
.entry {
	float: left;
	margin: 5px 0 10px 0;
	padding: 0 0 0px 0;
	border-bottom: 1px dashed #bbb;
}
.meta {
	float: left; 
	width: 80px;
	margin: 0;
}
.entry-content {
	float: left;
	text-align: left;
}
.entry-content p.post-date {
	color: #aaa;
	padding: 0 0 0 3px;
	margin-bottom: 10px;
	font-size: 85%;
}
.entry-content h2 {line-height: 1.2em; color: #F79321;}
.meta .date {
	width: 74px;
	height: 85px;
	float: left;
	text-align: center;
	color:#422413;
	text-transform: uppercase;
	display: inline;
	background: url("images/icon-calendar.png") left top no-repeat; 
}
.meta .date span.year {
	font-size: 80%;
	display: block;
	padding-top: 12px;
	line-height: 1em;
}
.meta .date span.day {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	display:block;
	color: #fff;
}
.meta .date span.month {
	font-size: 85%;
	display:block;
	font-weight: bold;
}
.entry-footer {
	clear: both;
	width: 100%;
	border-top: 1px dashed #bbb;
	padding: 5px 0 0 0;
}
.entry-footer .tag {
	width: 280px;
	float: left;
	margin: 0;
	padding: 6px 0 1px 35px;
	background: url("images/icon-tag.gif") left top no-repeat;
	display: inline;	
	height: 29px;
}
.entry-footer .numcomments {
	float: right;
    display: inline;
	padding: 6px 0 1px 38px;
	background: url("images/icon-comment.gif") left top no-repeat;
	height: 32px;
}
.entry div.entry-photo {
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
}
.entry div.entry-photo a img {float: left;}
.entry div.entry-photo a:link, .entry div.entry-photo a:visited {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #98A86D;
	background: #fff;
}
.entry div.entry-photo a:hover {
	float: left;
	border-bottom: 1px solid #9BA583;
	background: #9BA583;
}
/* =comments */ 
.comment-list {
	margin-top: 5px;
	padding: 10px 10px 5px 10px;
	background: #D4E8A3;
}
.alt {background: #E7F7BF;}
.comment-list img.avatar {
	float: right;
	border: 1px solid #98A86D;
	background: #fff;
	padding: 4px;
	margin: 0 0 5px 0;
}
.comment-list p.comment-metadata 	{float: left; margin-top: 8px;}
.comment-list p.comment-text 		{clear: both; margin-top: 0px;}
/* =comment-form*/
.comment-form {
	clear: both;
	font-size: 100%;
	width: 100%; 
	margin: 0;
	text-align: left;
	padding: 5px 0 0 0;
}
.comment-form p.field {
	float: left;
	padding: 0px 0px 5px 0px;
	margin: 0;
	display: inline;
	width: 100%;
}
.comment-form label {
	display: block; 
	float: left; 
	width: 80px; 
	color: #4F5444;
	text-align: right;
	margin: 0px 10px 0 0; 
	padding: 0 0 5px 0;
	font-weight: bold;
}
.comment-form .submit {
	margin: 0 10px 5px 90px;
	text-align: left;
}

.small 			{font-size: 80%;}
.hide 			{display:none;}
.highlight 		{color: #F79321;}
.required 		{color: #FF0000; font-size: 85%;}
.progname		{color: #757071; font-weight: bold;}
.progcomment 	{color: #174C7C; font-size: 85%;}
strong			{font-weight: bold;}
em 				{font-style: italic;}
p 				{margin-bottom: 15px;}

.info {
	font-size: 80%; 
	color: #415FAC; 
	background: url("images/icon-info.gif") no-repeat center left; 
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
	font-weight: normal;
}
h2 {
	font-size: 140%;
	color: #174C7C;
	font-weight: bold;
	line-height: 1.5em;
}
h2 a:link, h2 a:visited, h2 a:hover {
	border-bottom: none;
	text-decoration: none;
}
h2 a:link, h2 a:visited 	{color: #F79321;}
h2 a:hover 					{color: #638907;}
body#error h2 				{color: #FF0000;}


.content-right h2 {
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 120%; 
	text-indent: -9999px; 
	overflow: hidden; 
	background-position: center center; 
	background-repeat: no-repeat;	
	width: 175px; 
	height: 30px; 
}

.content-right h2.weblogentries		{background-image: url("images/h2-weblogentries.png");}
.content-right h2.recentposts		{background-image: url("images/h2-recentposts.png");}
.content-right h2.latesthobbies 	{background-image: url("images/h2-latesthobbies.png");}
.content-right h2.featuredwork 		{background-image: url("images/h2-featuredwork.png");}
.content-right h2.portfolios		{background-image: url("images/h2-portfolios.png");}
.content-right h2.thaifood 			{background-image: url("images/h2-thaifood.png");}
.content-right h2.otherfood 		{background-image: url("images/h2-otherfood.png");}
.content-right h2.acrylic	 		{background-image: url("images/h2-acrylic.png");}
.content-right h2.recipes	 		{background-image: url("images/h2-recipes.png");}
.content-right h2.work		 		{background-image: url("images/h2-work.png");}
.content-right h2.hobbies	 		{background-image: url("images/h2-hobbies.png");}
.content-right h2.pencil	 		{background-image: url("images/h2-pencil.png");}
.content-right h2.cookingresources	{width: 195px; height: 30px; background-image: url("images/h2-cookingresources.png");}
.content-right h2.recommendedbooks {
	width: 195px; 
	height: 30px; 
	background-image: url("images/h2-recommendedbooks.png");
}
h3 {
	clear: both;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #973A48;
}

h4 {
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	color: #F79321;
}
h5 {
	font-size: 100%;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #973A48;
}
a:link, a:visited, a:hover {
	text-decoration: underline; 
	font-weight: bold;
}
a:link, a:visited {color: #638907;}
a:hover {color: #973A48;}

a.more-link {
	margin-bottom: 15px;
	display: block;
}
a.more-link:link, a.more-link:visited {color: #973A48;}
a.more-link:hover {color: #638907;}

/* =footer */
#footer {
	clear: both; 
	background: url("images/footer-bg.png") center top no-repeat; 
	height: 70px;
}

#footer p { 
	text-align: right;
	width: 585px;	
	color: #808080;
	font-size: 80%;
	padding-top: 32px;
}

/* =img align */
img.withborder  {padding: 5px; border: 1px solid #98A86D; background: #EFECE8;}
img.withborder 	{margin-bottom:  10px;}
img.alignright 	{margin: 5px 0px 2px 10px;}
img.alignleft 	{margin: 5px 7px 2px 0px;}
.alignright 	{float: right;}
.alignleft 		{float: left;}

.imgpost {
	clear: both;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
.imgpost a img {
	float: left;
}
.imgpost a:link, #content .imgpost a:visited {
	float: left;
	display: block;
	margin: 5px 5px 5px 0px;
	padding: 6px;
	border: 1px solid #98A86D;
	background: #EFECE8;
}
.imgpost a:hover {
	background: #9BA583;
}
.imgpostleft {
	float: left;
	display: inline;
	margin-right: 5px;
}
.imgpostleft a img {
	float: left;
}
.imgpostleft a:link, .imgpostleft a:visited {
	float: left;
	display: block;
	margin: 5px 5px 5px 0px;
	padding: 6px;
	border: 1px solid #98A86D;
	background: #EFECE8;
}
.imgpostleft a:hover {
	background: #9BA583;
}
.imgpostright {
	float: right;
	display: inline;
	margin-left: 5px;
}
.imgpostright a img {
	float: left;
}
.imgpostright a:link, .imgpostright a:visited {
	float: left;
	display: block;
	margin: 5px 5px 5px 0px;
	padding: 6px;
	border: 1px solid #98A86D;
	background: #EFECE8;
}
.imgpostright a:hover {
	background: #9BA583;
}

/* =pre, =code */
pre, code {
	width: 500px;
	margin: 10px 0 15px 0;
	border: 1px solid #bbb; 
	padding: 12px 20px 12px 10px; 
	background: #F9F5B6 url("images/pre-bg.png") repeat-y top right;
	white-space:pre; 
	color: #069; 
	font-size: 90%; 
	font-family: "Consolas", "Courier New", "lucida console", Courier, mono, serif;
	line-height: 19px; 
	overflow: auto;
} 


/* =clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */