/*   
Theme Name: The Ridings
Theme URI: http://www.focusdevelopment.co.uk
Description: This Wordpress theme is made exclusivly for The Ridings Guest House
Author: Stephen Mansell
Author URI: http://www.focusdevelopment.co.uk
Template:
Version: 1.0
.
V1.0 - January 2009
.
*/

body {
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: 100%;
  background: url("images/body_bg.jpg") repeat-x #c6c6c6;
}

a {
  text-decoration:none;
}

a:active, a:hover {
  text-decoration: underline;
}

a img{
border:0px;
}

p {
  color: #6f6054;
  line-height: 21px;
}

h2 {
  color: #970100;
}

li {
  color: #6f6054;
}

#container {
  width: 790px;
  margin: auto;
  text-align: left;
}

#header {
  position: relative;
}

#header h1 {
  text-indent: -9999px;
  background: url("images/title.png") no-repeat;
  margin: 20px 0 0 160px;
  width: 464px;
  height: 65px;
}

#header h2 {
  float: left;
  text-indent: -9999px;
  background: url("images/phone.jpg") no-repeat;
  width: 167px;
  height: 17px;
  margin: -80px 0 0 600px;
}

#banner {
  background: url("images/banner2.png") no-repeat;
  width: 790px;
  height: 214px;
  margin: -10px 0 0 0;
}

#nav {
  background: url("images/nav_bg.png") no-repeat;
  overflow: hidden;
  height: 38px;
  margin: 0;
  padding: 0 0 0 40px;
}

#nav ul {
  padding: 0;
  margin: 0;
}

#nav li {
  float: left;
  line-height: 38px;
  margin: 0;
  list-style: none;
}

#nav li a {
  font-weight: bold;
  display: block;
  color: #FFFFFF;
  border-right: 1px dotted #ffffff;
  padding: 0 1em;
}

#nav li a:hover,#nav li a:active {
  text-decoration: none;
  color: #ffd73e;
}

#main {
  position: relative;
  background: url("images/main_bg.png") repeat-y;
  padding: 0 20px 0 20px;
}

#sidebar {
  float: left;
  width: 180px;
  height: auto;
  overflow: hidden;
  text-align: center;
}

#sidebar p {
  font-size: 14px;
  line-height: 1em;
  padding:5px;
}

#sidebar ul {
  padding: 5px 0 5px 25px;
  margin: 0 10px
}

#sidebar li {
  padding: 10px 0 10px 0;
}

#sidebar a {
  font-size: 12px;
  color: #910202;
  letter-spacing: -0.75px
}

#content {
  margin: 0 0 0 180px;
  padding: 5px 10px 5px 10px; 
}



#pageend {
  background: url("images/footer_bg.png") no-repeat;
  height: 20px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
	 margin: 0 10px 0 0;
}

.alignright {
   float: right;
	 margin: 0 0 0 10px;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 5px 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}