/*  
Theme Name: Red Herring Theme
Theme URI: http://www.nattywp.com/
Description: Red Herring Theme <br> - Designed by <a href="http://www.graphiccontent.co.uk">Graphic Content</a>  
Version: 1.5
Tags: 2 columns, business, fixed width, widgets, gravatar support, valid XHTML, valid CSS, right sidebar
Author: Graphic Content
Author URI: http://www.sabiostar.com/
2008, NattyWP. All rights reserved
*/

/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}
#menu{
	font-family: Arial, sans-serif;
	width:800px;
	height:20px;
	margin:0 auto;
	font-weight:bold;
	background:transparent url(images/topmenu_bg.png) no-repeat;
	border-right:0px solid #000;
	border-left:0px solid #000;
}
#menu ul{
	padding-left:120px;
}
#menu li {
	padding-top:5px;
	display: block;
	float: left;
	padding-left:18px;
}

#menu li a {
	display: block;
      
	color:#ffffff;
	font-size:12px;
      
}

#menu li a:hover{
color:#000000;
text-decoration:none;
}

#menu li.current_page_item {
	background:transparent url(images/active_page1.gif) no-repeat;
	background-position:10px 0px;
	color: #000000;
}

#menu li.current_page_item a:hover {
	text-decoration: none;
}

a {
colour:#878787;	
text-decoration: none;
}
a:link {
	color: #878787;
}
a:visited {
	color: #878787;
}
a:hover, a:active {
	color: #000;
	text-decoration:none;
}


body {
	background:#ffffff url("images/bg.jpg");
      background-position:top center;
      background-repeat:repeat;
      
	color:#ffffff;
	font:12px arial,verdana,sans-serif;
}

.page { 
	margin:0 auto;
	background: #fff url(images/page_back.jpg) repeat;
	text-align:center;
	width:800px;
      colour:#000000;
	border-right:0px solid #000;
	border-left:0px solid #000;
	}

#header {
	background: url("images/header.jpg") no-repeat;
    width: 800px;
    height: 106px;
    margin:0 auto;
	}

.header-title {
	font-family: Arial, sans-serif;
	font-size:21px;
	font-weight:bold;
    padding-top: 100px;
	text-align:left;
	padding-left:115px;
	}
.header-title a{
	color:#000000;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
	text-decoration:none;
	}
.header-title a:hover{
	text-decoration:underline;
	}
.header-description {
	color:#ffffff;
	font-family:Arial, sans-serif;
	font-size:18px;
    padding: 45px 0px 0px 100px;
	}

#content {
	float:right;
	padding:0px 0px 0px 0px;
	width:640px;
      margin:0px 20px 0px 0px;
	}

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

#content ul { 
    margin-top: 0px;
    margin-left: 10px;
              }
	
#sidebar1 {
	float:left;
	margin:0px 0px 0px -10px;
	width:150px; 
	background:#transparent;
	}
	
#footer {
	background: url(images/footer_bg.gif) 
    right center no-repeat;
      colour:#878787;
      font-size:12px;
	height:115px;
	clear:both;
	text-align:right;

                          }

/* End Main-Layout */



/* Begin Content*/
h5,h6{
	color:#88725b;
	font:12px Arial, sans-serif;
	margin:0px 0 0 0;
	}

h2{ font-family:Arial, sans-serif;
	font-size:12px;
	color:#88725b;
    margin:5px 0 3px 0;
	}

h3{ color:#88725b;
    font-family:Arial, sans-serif;
    font-size:20px;
    text-decoration: none;
    margin:10px 0 0 0;
    padding-bottom:5px;
	}

h4{ color:#88725b;
    font-family:Arial, sans-serif;
    font-size:15px;
    text-decoration: none;
    margin:20px 0 0 0;
    padding-bottom:10px;}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover{
	color:#88725b;
	text-decoration:none;
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#e88601;
	text-decoration:none;
}

.post-date {
	width: 1px;
	padding-top:5px;
}
.post-month {
	font-size: 0px;
	font-family:Arial, sans-serif;
	color: #828282;
	text-align: center;
	display:block;
}
.post-day {
	font-size: 0px;
	font-family:Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;

}
.post { 	
	color:#878787;
      font-size: 11px;
	text-align:justify;
    background:#transparent url(images/content_bg.jpg) right top no-repeat;
    border:#646464 0px dashed;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	width:600px;
	}

.postmetadata {
	color:#555;
	font-size:.85em;
	padding:2px 0 0 0;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#878787;
	text-decoration:none;
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:140%;
	margin:2px 0 0 0;
	}
	
.entrytext p, .entry p{
	margin:0 0 15px 0;
	}

/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
    color: #333;
	}
	
.commentlist li {
	font-weight:bold;
	}
.commentlist li.alt {
background:#ffffff;
padding:10px 0px 5px 0px;
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
    color: #333;
	}

.commentmetadata {
	font-weight:normal;
    color: #333;
	}

.commentlist {
	padding:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal;
	}

.commentlist p {
	margin:10px 5px 10px 0;
	}

#commentform p {
	margin:5px 0;
	}

.commentmetadata {
	margin:0;
	display:block;
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px;
	}

#sidebar1 ul li {
font-size:10px;
font-family: Arial, sans-serif;
text-align:right;	
list-style:none;
	padding:0px 10px 10px 0px;
	color:#ffffff;
	}

#sidebar1 ul li ul li{
	margin-left: 10px;
	padding:2px 0px 0px 0px;
	color:#ffffff;
      font-family: Arial, sans-serif;
      font-weight:;
      background:#transparent url("images/cat_back.png") no-repeat;
	}

#sidebar1 ul li ul li a:link, #sidebar1 ul li ul li a:visited, #sidebar1 ul li ul li a:active{
	text-decoration: none;
font-family: Arial, sans-serif;
	color:#c1b197;
}

#sidebar1 ul li ul li a:hover{
	font-weight:bold;
      font-family: Arial, sans-serif;
	color:#88725b;
      
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0;
	}

#sidebar1 #searchform #s {
	width:130px;
	padding:2px;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #666666;
	}

#sidebar1 #searchsubmit {
	padding:1px;
        margin-left:3px;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #999999;
	}

.entry form { 
	text-align:center;
	}

select {
	width:130px;
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	}

#commentform textarea {
	width:98%;
	padding:2px;
	border:1px solid #ddd;
	}

#commentform #submit {
	margin-right:3px;
	float:right;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #66666;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1.1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em;
	}

acronym, abbr {
	border-bottom:1px dashed #333
	}

blockquote {
	border-left:5px solid #f2f2f2;
	margin:15px 0 0 0;
	padding:0 0 0 15px;
	}

blockquote cite {
	margin:5px 0 0;
	display:block;
	}

.center {
	text-align:center;
	}

hr {
	clear:both;
	display:none;
	}

a img {
	border:none;
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	}
/* End Various Tags & Classes*/
/* WP 2.6 FIX */
.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;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.widgettitle {

background-colour:#000000;
colour: #ffffff; 
}

#videoplayer {

padding: 0px 0px 0px 0px;
}

#sidebarlogos {

padding: 5px 0px 0px 5px;

}


#nav {
	font-family: Arial, sans-serif;
	width:800px;
	height:45px;
	margin:0 auto;
	font-weight:bold;
	background:transparent url(images/topmenu_bg.png) no-repeat;
	border-right:0px solid #000;
	border-left:0px solid #000;
      list-style: none;
  }
	
#nav ul {
  margin-left: 380px;
  padding: 0;
  }


#nav li {
	padding-top:0px;
	display: block;
	float: left;
	padding-left:8px;
  }

#nav a {
  display: block;
  line-height: 20px;
  margin-left: 0;
  padding: 0 20px 0 5px;
  font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
  letter-spacing: 2px;
  }

#nav li a:hover {
  color: #504333;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  margin-left:5px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  
  margin: 0;
  padding: 0;
  
  }
	
#nav li li a {
position: relative;
  line-height: 15px;
  color: #fff;
  border: 2px solid #88725b;
  background: url(images/boxbg.gif) repeat;
  margin: 0;
  letter-spacing:0px;
  padding: 2px 5px 2px 5px;
  }
	
#nav li li a:hover {

  border: 2px solid #88725b;
  background: url(images/boxbg.gif) repeat;
  padding: 2px 5px 2px 5px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#flashhome {

margin: -17px 0px 0px -3px;
width: 662px;
}

#homecontent {
background: #fff;
width: 600px;
padding: 10px 15px 10px 15px;
margin:10px 0px 0px 12px;
}

#sidebarlogo {

margin: -10px 0px 0px 0px;
}

#centrepieces {
background:url(images/centre_pieces.jpg) no-repeat;
}

.showcase {
position:center;
float: left;
padding-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

.showcase1 {
float: left;
padding-left: 10px;
margin-bottom: 30px;
}

#pagephotos {
width: 600px;
margin-left: 25px;
padding-top:20px;
}

#foottext {
padding-top: 100px;
padding-right:5px;
font-size: 9px;
}

.ngg-gallery-thumbnail {width:110px; float:left; padding-bottom:15px;}

.ngg-navigation {float:left; width:100px;}

#post-1666 {padding-left:55px;}

.slideshowlink {display:none;}

.piclenselink {display:none;}

a.page-numbers {padding:2px; font-size:1.2em;}

.ngg-navigation span {padding:2px;font-size:1.2em; color:#c1b297; font-weight:bold;}