/* 
Theme Name: The Shore Theme
Theme URI: http://www.emilekott.com
Description: Custom theme for The Shore Inn 
Author: Emile Kott 
Author URI: http://www.emilekott.com 
Version: 1.0 
. 
Call 07846 611 618 
. 
*/  
body{
  /**font-family:Verdana,Helvetica,Arial,sans-serif; -- worth trying...**/
  font-family: papyrus, georgia, Times;
  font-size: 13px;
  text-align: center;
  color: #999;/*333*/
}

a img{
  border: none;
}

div#wrapper{
  text-align: left;
  width: 880px ;
  margin-left: auto ;
  margin-right: auto ;
}


/*top nav*/
div#nav{
  background-image: url('images/wood.jpg');
  width: 100%;
  height: 25px;
  margin-bottom: 7px;
  padding-top: 3px;
  position: relative;
  z-index: 10;
}

#nav ul{
  list-style: none;
  float: right;
  margin: 0;
  font-weight: bold;
}

#nav li{
  display: inline;
  font-size: 1.1em;
  margin-left: 18px;
}

#nav li a{
  text-decoration: none;
  color: #fff;  
}

#nav li a:hover{
  text-decoration: underline;
}

#nav li.current_page_item a{
  color: #00ccff;
}

#nav li.current_page_item li a{
  color: #fff;
}




/*banner*/
#banner{
  width: 100%;
  z-index: 5;
  position: relative;
}


/*main, content and sidebar */
#main{
  width: 100%;
  margin-top: 10px;
  line-height: 18px;
  font-size: 16px;
  /*font-family:Verdana,Helvetica,Arial,sans-serif;*/
}

#main a{
  color: #00ccff;
}

p{
  margin-top:0;
  margin-bottom: 12px;
}

#content{
  float: left;
  width: 620px; /**changed from 610 **/
  margin-left: 10px; /**changed from 10 **/
margin-top:10px;
  text-align:justify;/**added**/
  line-height: 20px;
}

.content_right, .content_left{
  font-family: papyrus;
  font-size: 14px;
  float:left;
  width:408px;
  /*background-color: #ccffff;*/
  background: url('images/bg.png') repeat;
  border: 1px solid #ccc;
  min-height: 1200px;
  margin-bottom: 10px;
  padding: 10px;
}

.contentspacer{
  width: 100%
  float: left;
  clear: both;
  height: 10px;
}

.content_left{
  margin-right:20px;
}

#sidebar{
  float: right;
  width: 220px;
  clear: right;
  text-align: left;
  font-size: 14px;
margin-top: 10px;
}

#sidebar h2 a{
  text-decoration: none;
  color: #999;
}

#sidebar h2 a:hover{
  text-decoration: underline;
}

#sidebar h2{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: papyrus;
}

#sidebarItem li{
margin-bottom:10px;
}


#sidebarItem{
  margin-bottom: 10px;
  /*background-color: #ccffff;*/
  background: url('images/bg.png') repeat;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
}

#sidebarItem ul{
  list-style:none;
  padding:0;
  margin-left: 0;
}

/* footer */
#footer{
  background-image: url('images/wood.jpg');
  width: 100%;
  height: 23px;
  float: right;
  clear:both;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}

/*#footer ul{
  list-style: none;
  text-align: center;
  margin: 5px 0 0 0;
}

#footer li{
  display: inline;
  padding: 0 5px;
  border-right: 2px solid #fff;
}

#footer li.last{
  border: none;
}

#footer li a{
  text-decoration: none;
  color: #fff;  
}

#footer li a:hover{
  text-decoration: underline;
}

#copyright{
  float: right;
  margin-top: 1em;
}*/

.wp-table-reloaded td {
background: transparent !important;
}

table.wp-table-reloaded{
background: transparent !important;
border: none !important;
}
