/*
Theme Name: whos
Theme URI: http://example.com
Description: Customised theme for WHO's the Caterer
Author: TML Web Design
Author URI: http://www.tmlwebdesign.co.nz
version: 1.0
*/

/* basics */

* {
	margin:0;
	padding:0;
}
body {
	background: #fff url(http://www.whosthecaterer.co.nz/wp-content/themes/whos/images/bg.jpg);
	background-position: 68% 0%; 
	background-repeat: no-repeat;
	font-family: "Georgia";
	font-size: 10px;
	margin: 15px auto 0px auto;
	padding: 0;
}
/* use the below in replace of the above if you want a centered background graphic */

/*
body {
background: url(http://74.53.53.194/~tmlweb08/dev/wp-content/themes/TML-2L/images/bg.gif) top no-repeat;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 12px;
margin: 0;
padding: 0
}
*/

h1 {
	font-size: 14px;
}
h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16px;
	font-weight: bold;
	color: #08122E;
	margin-top: 8px;
}
h2.archivetitle {
	margin: 15px 0 0 15px;
}
h3 {
	font-size: 12px;
	margin-top:10px;
}
h4 {
	font-size: 9px;
}
/* images and misc. */

img {
	border: none;
	padding: 5px;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 5px;
}
img.right {
	float: right;
	border: none;
	padding: 5px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color:#769f02;
	text-decoration:underline;
	border: none;
}
a:hover {
	color:#769f02;
	text-decoration: none;
	border: none;
}
/* container */

#container {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 6px;
	background:transparent;
	color:#322d1d;
	overflow: hidden;
}
/* header */

#header2 {
	width: 960px;
	height: 173px;
	color: transparent;
}
#header2 h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 120px 0 0 16px;
}
#header2 h1 a {
	color: #404040;
	text-decoration: none;
}
#header2 h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header2 h2 {
	font-family: "Georgia";
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #322d1d;
	margin: 83px 170px 20px 0px;
	padding: 0 0 0 18px;
}


*:first-child+html #header2 h2 { /* IE7 hack to position header h2 */
	font-family: "Georgia";
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #322d1d;
	margin: -40px 170px 20px 0px;
	padding: 0 0 0 18px;
	position: relative;
	z-index: 5;
}

.header2-right {
	float: right;
}

/* main menu */

#menu {
	background: transparent url(http://www.whosthecaterer.co.nz/wp-content/themes/whos/images/menu-bg.jpg) no-repeat;
	font-family: "Georgia";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	width: 960px;
	height:39px;
}
#menu ul {
	margin: 0;
	padding: 11px 0 10px 0;
	text-align: left;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	padding: 0px 20px 0px 20px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;

}
#menu ul li a:hover {
	color:#3f3925;
}
#menu .current_page_item a {
	color:#3f3925;
}

#chef {
	float: right;
	width: 65px;
	height: 126px;
	position: absolute;
}

/* content */
#content {
	float: left;
	width: 75%;
} 

.post {
	margin: 0px;
	padding:10px 10px 10px 0px;
	line-height: 15pt;
}
.post h2 {
	font-family: "Georgia";
	font-size: 18px;
	font-weight: bold;
	color: #322d1d;
	margin: 17px 0px 13px 0px;
}
.post h3 {
	font-family: "Georgia";
	font-size: 10px;
	font-weight: bold;
	color: #322d1d;
	margin: 0;
	padding: 0;
}
.post h2 a {
	font-family: "Georgia";
	font-size: 18px;
	font-weight: bold;
	color: #769f02;
	margin: 17px 0px 13px 0px;
	text-decoration: underline;
}
.post h2 a:hover {
	font-family: "Georgia";
	font-size: 18px;
	font-weight: bold;
	color: #769f02;
	margin: 17px 0px 13px 0px;
	text-decoration: none;
}

.post h5 {
	font-family: "Georgia";
	font-size: 16px;
	font-weight: normal;
	color: #322d1d;
	margin: 5px 0px 10px 0px;
}

.post h4 {
	font-family: "Georgia";
	font-size: 15px;
	font-weight: bold;
	color: #322d1d;
	margin: 5px 0px 2px 0px;
}

.post p {
	font-size: 12px;
}
.post a {
	color: #769f02;
	text-decoration:underline;
}

.post a:hover {
	color: #769f02;
	text-decoration:none;
}

.post ul {
	line-height: 15pt;
	font-size: 12px; 
	margin: 0px 0px 0px 20px;
}
.post li {
list-style-type: disc;
	
}
.entry p {
	margin:12px 0;
}
.postmetadata {
	clear: both;
	border-top: 1px dotted #A2A2A2;
	padding:6px 0;
	margin-top: 16px;
}
p.postmetadata {
	font-size: 10px;
	font-weight: bold;
}
.navigation {
	font-size:12px;
	font-weight: bold;
	float:left;
	width:100%;
}
.alignleft {
	float:left;
	margin:25px;
}
.alignright {
	float:right;
	margin:25px;
}
.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}
/* sidebar */

#sidebar {
	font-family: "Georgia";
	font-size:10px;
	width: 229px;
	float:right;
	margin: 12px 0 20px 0;
	padding: 0;
}

* html #sidebar { /* IE6 hack to move sidebar to the right */
	font-family: "Georgia";
	font-size:10px;
	width: 229px;
	float:right;
	margin: 12px -35px 20px 0;
	padding: 0;
}


#sidebar h2 {
	font-family: "Georgia";
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #4c9ed6;
	margin: 0 0 7px 0;
	padding: 0;
}

#sidebar h2 a{
	font-family: "Georgia";
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #4c9ed6;
	margin: 0 0 7px 0;
	padding: 0;
	text-decoration: none;
}

#sidebar h2 a:hover{
	font-family: "Georgia";
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #4c9ed6;
	margin: 0 0 7px 0;
	padding: 0;
	text-decoration: underline;
}

#sidebar a {
color: #4c9ed6;
font-weight: bold;
text-decoration: none;
}

#sidebar a:hover {
color: #4c9ed6;
font-weight: bold;
text-decoration: underline;
}

#sidebar p {
	color: #1a1a1a;
	font-size: 11px;
	margin:0;
	padding: 0;
	line-height: 11pt;
}
#sidebar img {
	padding: 0;
	margin: 0;
}
#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 150%;
	list-style-type: none;
}
#sidebar ul ul {
	margin: 2px 0 15px 0px;
	padding: 0;
}
#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	padding: 0 0 0 10px;
	list-style-type: square;
	color: #898989;
}
/* comments */
#commentssection {
	clear: both;
	padding: 0px 12px;
	margin: 0 10px 0 0;
}
#commentssection h3 {
	font-family: "Georgia";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #322d1d;
}
#commentform {
	margin: 0px 12px 10px 12px;
	padding:5px;
	border-top: 1px dotted #A2A2A2;
}
#commentform p {
	color: #322d1d;
}
#commentform a {
	color: #322d1d;
	text-decoration: underline;
	line-height: 14px;
}
#commentform h3 {
	font-family: "Georgia";
	font-size: 14px;
	font-weight: bold;
	color: #322d1d;
}
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}
#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 11px;
	margin:10px 5px 0 0;
	padding: 3px;
	border: 1px solid #B2B2B2;
}
#submit {
	font-family: "Georgia";
	font-size: 10px;
	padding: 2px;
	margin: 10px 0px;
	border: none;
	background-color: #000;
	color: #fff;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 5px;
	overflow: hidden;
}
ol.commentlist li.alt {
	background: none;
	font-family: verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 150%;
	font-family: "Georgia";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
ol.commentlist a {
	color:#769f02;
	text-decoration: underline;
}

ol.commentlist a:hover {
	color:#769f02;
	text-decoration: none;
}
cite {
	font-family: "Georgia";
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color:#769f02;
	text-decoration: underline;
}

cite a {
	color:#769f02;
	text-decoration: none;
}
/* search */

#searchform {
	padding: 6px 0 6px 0px;
	margin: 0;
	font-family: verdana, arial, times;
}
#searchform input#s {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #B7B7B7;
}
#searchform input#searchsubmit {
	font-family: verdana, arial, times;
	font-size: 10px;
	padding: 2px;
	margin: 0px 0px 10px 2px;
	border: none;
	background-color: #000;
	color: #fff;
}
/* footer */

#footer {
	background: transparent url(http://www.whosthecaterer.co.nz/wp-content/themes/whos/images/footer-bg.gif) no-repeat;
	clear: both;
	width: 960px;
	height: 159px;
	margin:-10px 0 46px 0;
	font-family: "Georgia";
	font-size: 11px;
}
#footer p {
	padding:140px 0px 0px 10px;
	margin: 0;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#breakfast-box {
	background: transparent url(http://www.whosthecaterer.co.nz/wp-content/themes/whos/images/breakfast-box.gif) no-repeat;
	width: 220px;
	height: 65px;
	margin: 20px 0px 10px 1px;
	padding: 92px 50px 10px 10px;
}

#lunch-box {
	background: transparent url(http://www.whosthecaterer.co.nz/wp-content/themes/whos/images/lunch-box.gif) no-repeat;
	width: 220px;
	height: 65px;
	margin: 0px 0px 10px 1px;
	padding: 92px 50px 10px 10px;
}

#celebrate-box {
	background: transparent url(http://www.whosthecaterer.co.nz/wp-content/themes/whos/images/celebrate-box.gif) no-repeat;
	width: 220px;
	height: 65px;
	margin: 0px 0px 10px 1px;
	padding: 92px 50px 10px 10px;;
}

#testimonials-box {
	background: transparent url(http://www.whosthecaterer.co.nz/wp-content/themes/whos/images/testimonials-box.gif) no-repeat;
	width: 220px;
	height: 65px;
	margin: 0px 0px 10px 1px;
	padding: 92px 50px 10px 10px;
}

#form {
float: left;
width: 320px;
margin: 0;	
}

#form-right {
	font-size: 12px;
	float: left;
	width: 280px;
	margin: 20px 0 0 70px;
}