/*
Theme Name: burgersandbeers
Theme URI: http://example.com
Description: A Blank Wordpress theme with left sidebar
Author: TML Web
Author URI: http:/www.tmlwebdesign.co.nz
version: 1.0
*/
/* basics */

* {
	margin:0;
	padding:0;
}
body {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: #fff url(images/header_bk.jpg) repeat-x;
}
h1 {
	font-size: 14px;
}
h2 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	font-weight: bold;
	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;
	margin: 0px;
}
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:#d12128;
	text-decoration:none;
	border: none;
}
a:hover {
	color:#d12128;
	text-decoration: underline;
	border: none;
}

/* container */


#container {



	width: 960px;



	margin: 0px auto 0px auto;



	padding: 0px;



	background:transparent;

	color:#000;



	overflow: hidden;



}



/* header */






#blogheader {
	width: 960px;
	height: 250px;
background:  transparent url(images/nav_bk.jpg) top right no-repeat;
	color: #000;
}
#blogheader img{
	margin: 0;
	float: right;
	padding: 30px 0px 0px 0px;
}

#header {
	width: 960px;
	height: 500px;
background:  transparent url(images/nav_bk.jpg) top right no-repeat;
	color: #000;
}



#header h1 {

	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 120px 0 0 16px;
}

#header h1 a {
	color: #404040;
	text-decoration: none;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}

#header img.logo{
	margin: 0;
	padding: 5px 0px 0px 80px;
}

#header img{
	margin: 0;
	float: right;
	padding: 30px 0px 0px 0px;
}

#header h2 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #404040;
	margin: 0;
	padding: 0 0 0 18px;
}

#logo{
	float:left;
	width:455px;
	height:92px;
}

#contact{
	width: 183px;
	height: 180px;
	float:right;
}
#banner{
	clear:both;
	width: 312px;
	padding: 0px;
	margin: 0px;
	height: 415px;
	float: left;
}
#banner img{
	float: left;
}
#blogbanner{
	clear:both;
	width: 350px;
	padding: 0px;
	margin: 0px;
	height: 250px;
	float: left;
}
#blogbanner img{
	margin-top: 30px;
}
#intro{
	float: right;
	width: 450px;
	color: #000;
	margin-top: 100px;
}
#intro img{
	float:left;
}

#bannertext{
	float: right;
	margin: 0px auto;
	width: 600px;
	height:150px;
	color: #000;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-top: 80px;
	line-height: 180%;
}
#bannertext img{
	margin: 0px auto 20px auto;
	float: left;
}
#bannertext em{
	color: #d32027;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 50px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
	font-style: normal;
	}
/* main menu */
#menu{
	width: 610px;
	height: 45px;
	color: #e20035;
	margin: 45px auto 0px auto;	
	padding-right: 0px;
	display: inline;
	float: right;
}
* html #menu{
	width: 610px;
	height: 45px;
	color: #fff;
	margin: 42px auto 0px auto;	
	padding: 0px 0px 0px 0px;
	float: right;
	display: inline;
}
#menu ul{
	margin: 2px auto 0px auto;
	float: right;
	padding-left: 0px;
	font-family: arial, times, serif;
	font-size: 15px;
	text-transform: uppercase;
}

span.speaking{
	color: #d12128;
	font-size: 10px;
	font-family: arial, times, serif;
	text-transform: lowercase;
	margin-top: 0px;
	display: list-item;
	list-style: none;
}
span.top{
	margin-bottom: -5px;
}
* html #menu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin: 2px auto 0px auto;
	float: left;
	padding: 0px;
	font-family: arial, times, serif;
	font-size: 15px;
	width: 610px;
	text-transform: uppercase;
}
#menu ul li{
	display: inline;
	padding: 0px;
}
#menu ul li a{
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 8px 7px 0px 6px;
	text-decoration: none;
	border-right: 1px solid #333333;
	margin: 0px;
}


/* content */


#content {
	float: right;
	width: 960px;
}

.post {
	margin: 0 10px;
	padding:10px 0px 10px 0px;
	float: right;
	line-height: 150%;
	width: 600px;
}

.post h2 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.post h3 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: none;
}
.post p {
	font-size: 14px;
}
.post a {
	text-decoration:underline;
}
.post ul {
}
.post li {
}
.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: normal;
}
.navigation {
	font-size:11px;
	float:left;
	width:100%;
}
.alignleft {
	float:left;
	margin:25px;
}
.alignright {
	float:right;
	margin:25px;
}
.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}

/* sidebar */

* html #sidebar {

	font-family: "Lucida Sans Unicode", sans-serif;
	line-height: 150%;
	width: 255px;
	float:left;
	margin: 12px 0 20px 0px;
	padding: 0px 0px 0px 20px;
}
#sidebar {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size:14px;
	line-height: 150%;
	width: 320px;
	float:left;
	margin: 12px 0 20px 0px;
	padding: 0px 0px 0px 20px;

}

#sidebar h2 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	text-align: left;
	color: #D12128;
	margin: 15px 0 0 0 ;
	padding: 0;
}
#sidebar p {
	margin:0;
	padding: 0;
}
#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;
		width: 600px;
	float: right;
	margin: 0;
}
#commentssection h3 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
#commentform {
	margin: 0px 0px 10px 0px;
	padding:5px;
	border-top: 1px solid #eee;
	width: 600px;
	float: right;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: underline;
	line-height: 14px;
}
#commentform h3 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}
#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	margin:10px 5px 0 0;
	padding: 3px;
	border: 1px solid #B2B2B2;
}
#submit {
	font-family: "Lucida Sans Unicode", sans-serif;
	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;
	border-top: 1px solid #eee;
	font-size: 10px;
}

ol.commentlist li.alt {
	background: none;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 150%;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

ol.commentlist a {
	color:#000;
}

cite {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: underline;
}

/* search */


#searchform {
	padding: 6px 0 6px 0px;
	margin: 0;
	font-family: "Lucida Sans Unicode", sans-serif;
}

#searchform input#s {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 0px 1px 10px 0px;
	border: 1px solid #B7B7B7;
}

#searchform input#searchsubmit {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 0px 0px 10px 2px;
	border: none;
	background-color: #000;
	color: #fff;
}


#facebook {
	clear: both;
	width: 960px;
	margin: 0px auto;
	float: center;
}
#facebook img{
	float: right;
}
/* footer */

#footer {
	clear: both;
	width: 100%;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	height: 150px;
	background: #fff url(images/footer.gif) repeat-x;
	text-align: left;
}
#footer ul{
	width: 960px;
	padding: 105px 10px 20px 0px;
	margin: 0 auto;
	color: #fff;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	display: block;
	text-align: left;
	float: center;
}



#footer h2 {
	padding:0;
	margin: 0;
	color: #ffcc66;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
}



#footer p {
	padding: 60px 10px 20px 0px;
	margin: 0;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.container {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0;
	color:#ffcc66;
	overflow: hidden;
}

#bannerhome{
	clear:both;
	width: 960px;
	height: 281px;
}
#bannerhome img{
	float: right;
	padding: 20px 0px;
}


#headerhome {
	width: 960px;
	height: 535px;
	background:  transparent url(images/nav_bk.jpg) top right no-repeat;
	color: #000;
}
#contacthome{
	width: 183px;
	float:right;
}
#introhome{
	float: left;
	width: 350px;
}
#introhome img{
	float:left;
}
#footerhome {
	clear: both;
	width: 100%;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	height: 90px;
	background: #fff url(images/footer.gif) repeat-x;
	text-align: left;
	position: fixed;
	bottom: 0;
}
form{
	padding-top: 20px;
}