/*
Theme Name: Pancakes On The Run
Theme URI: http://www.betterprint.net.au/
Desscription: Custom template for Pancakes On The Run, a pancake catering business.
Author: Edwin Kwong
Author URI: http://e-kwong.com
Version 1.1
*/

/*CSS RESET*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/

/*WORDPRESS CLASSES*/

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/*TEXT AND COLORS*/
body {
	color: #333;
	font-family: lucida grande, "Lucida Grande", sans-serif;
}

#nav a {
	letter-spacing: -0.8px;
	color: #6A310C;
	text-decoration: none;
	font-weight: bold;
        font-size: 0.8em;
}

#nav a:hover {
	color: #FFCB5F;
}

p {
	line-height: 1.2em;
	margin-bottom: 1em;
}

#content ul {
	padding-left: 2em;
        padding-bottom: 1em;
	line-height: 1.5em;
}

#content ol {
        padding-left: 2em;
        padding-bottom: 1em;
        line-height: 1.5em;
}

#content ul li {
	list-style-type: disc;
}

#content ol li {
        list-style-type: decimal;
}

h1 {
        padding-bottom: 1em;
        font-size: 1.4em;
}

h2 {
	letter-spacing: -0.08em;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	line-height: 1em;
}

#content {
	padding-left: 118px;
	padding-right: 118px;
	line-height: 1.2em;
	padding-bottom: 20px;
	}
	
#footer {
	font-size: 11px;
	letter-spacing: -0.02em;
	text-align: right;
}

/*STRUCTURE*/
html, body {
	background: #B3B19F;
	margin: 0;
	padding: 0;
}

body {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

img {
	border: 0px;
}

#header {
	background: url('images/banner.jpg') no-repeat center bottom;
	width: 1024px;
	height: 378px;
}

#nav {
	background: url('images/navbg.jpg') no-repeat;
	height: 51px;
	padding-left: 100px;
	padding-top: 17px;
	margin-top: 0px;
}

#nav ul, #nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 15px;
	}

#contenttop {
	background: url('images/contenttopbg.jpg') no-repeat;
	height: 47px;
	margin-top: -18px;
}

#content {
	background: url('images/contentbg.jpg') repeat-y;
	min-height: 250px;
	margin-top: 0px;
}

#contentbot {
	background: url('images/contentbotbg.jpg') no-repeat;
	height: 35px;
}

#footer {
	/*background: #333333;*/
	height: 40px;
	width: 950px;
}
