@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #e9d1a1;
	/*background-image: url(bg3.gif);*/
	background-image: url(content_bg_new.jpg);
	background-repeat: no-repeat;
  	background-position: top center;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #99CCFF;
	background-image: url(top_header.jpg);
	background-repeat: no-repeat;
  	background-position: top right;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header p {
    margin: 0;
	padding: 10px 0; 
	color: #663300;
	font-weight: bold;
}
#header a {
	color: #663300;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

#sidebar1 a{
	color: #663300;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:dashed 1px #663300;
} 

#mainContent .date {
	color: #cc9933;
}

#mainContent a {
	color: #663300;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #663300;
	margin-top: 10px;
}

#bloglist {
	border: 1px dashed #663300;
	margin: 10px 0 10px 0;
}
#bloglist li { 
	list-style-type: square;
}

#bloglist li a {
	padding: 0.4em 0 0.4em 0.5em;
}


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #CC9966;
	text-align: center;
} 

#footer a{
	color: #663300;
}
.twoColFixRtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*
.external {
background-image: url(externallink.gif) right center no-repeat;
padding-right: 100px;
}


#mainContent .external {
background: url('externallink.gif') right center no-repeat; 
padding-right: 15px; 
} 
*/

a[href^="http:"] {
display:inline-block;
padding-right: 20px;
background:transparent url(externallink.gif) center right no-repeat;
}

a[href^="http://www.wildwestland.co.uk"] {
        background: transparent;
        padding-right: 0px;
}

a[href^="http://www.amazon.co.uk"] {
        background: transparent;
        padding-right: 0px;
}

a[href^="http://rcm-uk.amazon.co.uk"] {
        background: transparent;
        padding-right: 0px;
}

/* section content styles */

#weather {
padding: 8px;
margin: 0 0 20px 20px;
width: 200px;
float: right;
border: 1px dashed #663300;
text-align: center;
}
#weather h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 100%;
color: #663300;
}
#weather h2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 80%;
color: #000;
}
#weather p {
font-family:Arial, Helvetica, sans-serif;
font-size: 70%;
color: #000;
}
#weather a {
   background: trans;
   color: #313F57;
   display: block;
   width: 150px;
   /*border-left: 5px solid #663300;*/
   padding-left: 10px;
}




#pics {
background-color: #8F8F8F;
padding: 10px;
}
#pics p {
font-family:Arial, Helvetica, sans-serif;
font-size: 70%;
color: #663300;
}
#pics a {
   background: trans;
   color: #313F57;
   display: block;
   width: 150px;
   border-left: 5px solid orange;
   padding-left: 10px;
}

#news {
padding: 10px;
}
#news p {
font-family:Arial, Helvetica, sans-serif;
font-size: 80%;
color: #663300;
margin-top: 0em;
margin-bottom: 0.5em;
}

#news img {
border: 0;
}


/* START TABBER STYLES */


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px dashed #663300;
 font: 90% Verdana, Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 
}

ul.tabbernav li a
{
 padding: 3px 1em;
 margin-left: 3px;
 border:  1px dashed #663300;
 border-bottom: none;
 background: #e9d1a1;
 text-decoration: none;
 
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover {
 color: #ffffff;
 background: #CC9966;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #fff;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 15px 10px 15px 10px;
 border: 1px dashed #663300;
 border-top:0;
 font: 110% Verdana, Arial, Helvetica, sans-serif;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 height: 320px; 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 overflow:auto; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:100px;
 overflow:auto;
}







