/*

Theme Name: Pork Buns
Author: Step vs Josh
Template: blankslate

*/



body {
	margin: 0;
	font: normal 80%/140% Verdana, sans-serif;
	background: #f0191c url(../../../bg-top.jpg) no-repeat top center;
}

li {
	list-style: none;
}

hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {	font-size: 1.6em;
	margin-bottom: 20px;}

h2 {	font-size: 1.3em;
	margin-bottom: 20px;}

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

a:hover {
	text-decoration: none;
	color: #d67f0a;
}

#wrapper {
	position: relative;
	width: 1000px;
	padding: 0px;
	margin: 225px auto 0 auto;
	background: #f0191c url(../../../bg.jpg) repeat-y center;   
}

#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header {
	background: #f0191c url(../../../bg.jpg) repeat-x center;
	position: relative;
	height: 50px;
        width: 1000px;
}

#content {
	width: 686px;
	float: left;
	min-height: 455px;
	padding: 38px;
	background: #FFFFFF;
	margin-left: 119px;
}

#sidebar {
	width: 180px;
	min-height: 455px;
	float: right;
	padding: 40px 15px 15px 10px;
}

#header ul {
	position: absolute;
	background: #000;
	width: 762px;
	left: 119px;
	bottom: 0px;
	font: 15px tahoma, arial, verdana, san-serif;
	list-style: none;
	margin-top: -6px;
	padding: 0; 
}

#header li {
	display: inline;
}

#header li a {
	float: left;
	display: block;
	padding: 8px 14px 8px 14px;
	color: #ffffff;
        background-color: #000000;
	text-decoration: none;
	margin-right: 0px;
	border-bottom: none;
}

#header li a:hover {
	color: #fff;
        background-color: #d67f0a;
	border-bottom: none;
}

#header li.current_page_item a {
	color: #fff;
        background-color: #d67f0a;
	border-bottom: none;
}

#topsearch {
	position: absolute;
	right: 14px;
	top: 35px;
	width: 218px;
	height: 42px;
	text-align: center;
}

#topsearch input {
	width: 145px;
	height: 21px;
	background: url(https://tasteoftheorient.com.au/wp-content/themes/porkbuns/images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
}

#topsearch button {
	width: 33px;
	height: 35px;
	background: url(https://tasteoftheorient.com.au/wp-content/themes/porkbuns/images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}

.post {
	margin: 0 0 20px 0;
	background: url(https://tasteoftheorient.com.au/wp-content/themes/porkbuns/images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 10px 0;
}

.post h2 {
	margin: 0 0 .2em;
	font-size: 1.6em;
}

.post-info {

	background: url(https://tasteoftheorient.com.au/wp-content/themes/porkbuns/images/hr.gif) 0% 0% no-repeat;

	padding: 5px 0;

	font-size: 90%;

	margin: 10px 0;

	color: #999;

}



.post-info a {

	color: #999;

}



.post-info a:hover {

	color: #d67f0a;

}



.post-info .setting {

	padding:3px;

	padding-left:20px;

	margin-right: 5px;

}



.entry-content p {

	margin: 0 0 1em 0;

}



.entry-content a {

	color: #b0610d;

}



.entry-content a:hover {

	color: #000;

        text-decoration: underline;

}



.post-entry span.more-link {

	display: block;

	margin: 10px 0;

}



.post-entry span.more-link a {

	color: #864901;

}



.post-entry span.more-link a:hover {

	color: #d67f0a;

}



.post-entry h3 {

	font-size: 1.25em;

	padding: 0 0 .5em;

	margin: 0 0 .5em;

	border-bottom: 1px solid #f5f5f5;

}



.post-entry ul, .post-entry ol {

	margin: 0 0 1em;

}



.post-entry ul {

	margin-left: 1.5em;

}



.post-entry ul li, .post-entry ol li {

        list-style: disc;

	padding: .2em 0;

}



.post-entry ol {

	margin-left: 2em;

}



.post-entry ol li {

	list-style: decimal;

}



.post-entry blockquote {

	margin: 1.5em;

	padding: 1em;

	color: #999;

	font-style: italic;

	border-top: 1px dotted #ccc;

	border-bottom: 1px dotted #ccc;

	clear: both;

}



img.centered {

    padding: 5px;

    display: block;

    margin-left: auto;

    margin-right: auto;

    background-color: #f5ecd2;

    }



img.alignright {

    padding: 5px;

    margin: 5px;

    display: inline;

    background-color: #f5ecd2;

}



img.alignleft {

    padding: 5px;

    margin: 5px;

    display: inline;

    background-color: #f5ecd2;

}



.alignright {

    float: right;

}



.alignleft {

    float: left;

}



.post-meta {

	font-size: 95%;

	color: #999;

}



.post-meta a {

	color: #999;

}



.post-meta a:hover {

	color: #84755c;

}



/* WP 2.6 REQUIRED ELEMENTS



- - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.aligncenter, div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

}



.alignright {

   float: right;

}



.wp-caption {

   text-align: center;

   background-color: #f5ecd2;

   padding-top: 5px;

   margin: 5px;

}



.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;

}

#sidebar h2 {
	margin: 0 5px 0 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	text-indent: -5px;
}

#sidebar p {

        padding-left: 8px;

	font-size: 0.9em;

}



#sidebar li ul {

	margin: 0 0 2em 0;

}



#sidebar li ul li {

	border-bottom: 1px dotted #ccc;

	padding: 3px 0;

	padding-left: 8px;

	margin-right: 5px;

	background: #fff;

}



#sidebar li ul li:hover {

	background: #f5ecd2;

}



#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #f5ecd2;
}



#sidebar li ul li.current_page_item a {
	color: #5a5a5a;
}

#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}

#sidebar li ul li {
	color: #222;
}

#sidebar li a {
	color: #5a5a5a;
}

#sidebar li a:hover {
	color: #333333;
}

#footer {
	height: 100px;
	background: #f0191c url(../../../bg-footer.jpg) no-repeat top center;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 13px;
	width: 1000px;
	padding: 25px 0 0 0;
	margin: 0 auto;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#fadeshow1 {
	margin: 0 auto;
	text-align: center;
}