/*
Theme Name: Bronco Branding Australia
Theme URI: http://www.broncobrandingaustralia.com/
Description: Custom Wordpress Theme created specifically for Bronco Branding Australia
Version: 1.0
Author: David and Meredith Freeman
Author URI: http://www.outbackqld.net.au/
Tags: 

  Bronco Branding Australia v1.0
  
  Graphic design by Meredith Freeman, execution as a Wordpress theme by David Freeman.

*/
/* Globally reset margin and padding */
* { margin: 0; padding: 0; }

/* Global/body setup */
body
{
	 margin: 0;
	 padding: 0;
  background: url('images/sitebg.jpg');
	 background-color: #ffffcd;
	 font-family: 'Times New Roman', Serif;
  font-size: 10px;
	 min-width: 1000px;
  color: #5b3605;
}
a:link, #sidebar a:link
{
  color: #5b3605;
}
a:visited, #sidebar a:visited
{
  color: #cc9933;
}
a:hover, a:active, #sidebar a:hover, #sidebar a:active
{
  color: #ff9952;
}
/*****************************************************************************************************/
/* PAGE -                                                                                            */
/*        #page is a container - it sets the width of the content area and also puts it in the       */
/*        centre of the browser.                                                                     */
/*****************************************************************************************************/
#page 
{
  width: 900px;
	 margin: auto;
  padding: 0;
	 background-color: #ffffcd;
	 border: none;
	 text-align: left;
	 background: url('images/content.jpg') repeat-y top;
}
#page-header
{
  width: 900px;
  height: 18px;
	 margin: auto;
  padding: 0;
	 background-color: #ffffcd;
	 border: none;
	 text-align: left;
	 background: url('images/page-top.jpg') no-repeat bottom;
}
#page-footer
{
  width: 900px;
  height: 18px;
	 margin: auto;
  padding: 0;
	 background-color: #ffffcd;
	 border: none;
	 text-align: left;
	 background: url('images/page-base.jpg') no-repeat top;
}
/*****************************************************************************************************/
/* HEADER -                                                                                          */
/*          #header is the overall container for the header area.                                    */
/*****************************************************************************************************/
#header 
{
  width: 840px;
	 height: 237px;
	 margin: 0px 30px 0 4px;
	 padding: 0;
	 background: #ffffcd url('images/title.png') no-repeat top right;
	 background-color: #ffffcd;
}
#headerimg 	
{
	 width: 100%;
	 height: 237px;
	 padding-top: 5px;
  padding-left: 9px;
}
/*****************************************************************************************************/
/* SIDEBAR -                                                                                         */
/*           #sidebar is the container for all the stuff that happens in the navigation sidebar.     */
/*****************************************************************************************************/
#sidebar
{
  width: 160px;
  float: left;
  margin: 0 0 0 4px;
	 padding: 5px 0px 0px 20px;
	 font-size: 10px;
  font-weight: bold;
	 background: #ffffcd url('images/sidearrow.png') no-repeat top right;
}
#sidebar h2
{
  font-size: 20px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 35px;
  background: url('images/sidearrow.png') no-repeat top right;
}
#sidebar ul, #sidebar ul ol 
{
  margin: 0;
  padding: 0;
}
#sidebar ul li 
{
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
}
li.page_item
{
  font-size: 34px;
}
#sidebar ul li.cat-item
{
  font-size: 20px;
}
#sidebar ul p, #sidebar ul select 
{
  margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol 
{
  margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol 
{
  margin: 0 0 0 10px;
}
#sidebar ul ol li 
{
  list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li 
{
  margin: 3px 0 0 0;
  padding: 0;
}
#sidebar #searchform #s 
{
  width: 108px;
  padding: 2px;
}
#sidebar #searchsubmit 
{
  padding: 1px;
}
#sidebar form 
{
  margin: 0;
}
/* Calendar Widget */
#wp-calendar
{
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 8px;
}
#wp-calendar th, td
{
  padding: 3px;
}
#wp-calendar caption 
{
  font-weight: bold;
  letter-spacing: .1em;
  padding: 5px; 
}
#wp-calendar #prev
{
  text-align: left;
  font-size: 8px;
}
#wp-calendar #next
{
  text-align: right;
  font-size: 8px;
}
#wp-calendar #today
{
  border: thin solid black;
}
/*****************************************************************************************************/
/* CONTENT - set attributes for the container that holds the main content area                       */
/*****************************************************************************************************/
#content 
{
  width: 662px;
	 float: right;
	 padding: 0px 10px 10px 40px;
  font-size: 14px;
  background:url('images/content-mid.png') top repeat-y;
}
#content-bg
{
  min-height: 325px;
  width: 640px;
	 padding: 0;
  background: url('images/content-bkg.png') bottom left no-repeat;
}
#content-heading
{
  width: 682px;
	 float: right;
	 padding: 0px 10px 0px 20px;
  font-size: 14px;
  background: url('images/content-top.png') top no-repeat;
  height: 18px;
}
#content-footer
{
  width: 682px;
	 float: right;
	 padding: 0px 10px 0px 20px;
  font-size: 14px;
  background: url('images/content-base.png') bottom no-repeat;
  height: 19px;
}
.post
{
  padding: 0px 0px 30px 0px;
}
.post h2
{
  font-size: 20px;
  padding: 0px 0px 0px 0px;
}
.post .postmetadata
{
  font-style: italic;
  font-size: 10px;
}
.post .entry p
{
  padding: 5px 0px 5px 0px;
}
/* Comments */
.alt 
{
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 10px;
}
.commentlist li, #commentform input, #commentform textarea 
{
  font: 10px;
}
.commentlist li 
{
  font-weight: bold;
}
.commentlist li .avatar 
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}
.commentlist cite, .commentlist cite a 
{
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}
.commentlist p 
{
  font-weight: normal;
  line-height: 14px;
  text-transform: none;
}
.commentmetadata 
{
  font-weight: normal;
}
h3.comments 
{
  padding: 0;
  margin: 40px auto 20px ;
}
#commentform input 
{
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}
#commentform textarea 
{
  width: 600px;
  padding: 2px;
}
#commentform #submit 
{
  margin: 0px 30px 0px 0px;
  float: right;
}
.commentlist 
{
  padding: 0;
  text-align: justify;
}
.commentlist li 
{
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}
.commentlist p 
{
  margin: 10px 5px 10px 0;
}
#commentform p 
{
  margin: 5px 0;
}
.nocomments 
{
  text-align: center;
  margin: 0;
  padding: 0;
}
.commentmetadata 
{
  margin: 0;
  display: block;
}
/*****************************************************************************************************/
/* FOOTER -                                                                                          */
/*          There isn't all that much to the footer area.  It's basically some credits to WordPress  */
/*          and the like.  As a result, there aren't all that many styles to deal with.              */
/*****************************************************************************************************/
#footer 
{
  background: #ffffcd;
	 padding: 0;
	 margin: 0 auto;
	 width: 890px;
	 clear: both;
}
#footer p 
{
  margin: 0;
	 padding: 20px 0;
	 text-align: center;
  font-size: 12px;
}
#footer a:link
{
  color: #5b3605;
}
#footer a:visited
{
  color: #cc9933;
}
#footer a:hover, #footer a:active
{
  color: #ff9952;
}
/*****************************************************************************************************/
/* GENERAL -                                                                                         */
/*          These are styles that apply site-wide.                                                   */
/*****************************************************************************************************/
hr 
{
  display: none;
}
.clear 
{
  clear: both;
}
.alignleft
{
  float: left;
}
.alignright
{
  float: right;
}
small
{
  font-style: italic;
  font-size: 10px;
}
