@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

/*IE PNG FIX*/
img, div, a { behavior: url(http://www.thecovemaenporth.co.uk/wp-content/themes/cove/images/iepngfix.htc) }

/*FONT STYLES*/
body {
	font-size: 70%; /* 62.5%; Resets 1em to 10px */
	background:#111;
	color: #fff;
	font-family:"candara", arial, sans serif;
	line-height:19px;

}
.wptable{
color: #fff;
border:0;
font-size:1.2em;
}

.wptable tr{
padding-bottom:10px;
display:table-row;
}
.wptable td{
padding-bottom:5px;
}


h1{

font-size:2em;
margin-bottom:17px;
padding:0;
}

h2{
color: #c0c0c0;
font-size:1.6em;
margin-bottom:10px;
}

h3{
color: #c0c0c0;
font-size:1.4em;
margin-bottom:5px;
}

.content p, .content li{
font-size:1.2em;
margin-bottom:14px;
line-height:1.2em;
}

h2 a{
text-decoration:none;
color:#fff;
}

.content a{
color:#80d3bd;
text-decoration:none;
}
.content a:hover{
color:#d9a6c2;

text-decoration:none;
}

small, .small{
color:#ceacbe;
margin:0 0 5px 0;
line-height:1em;
font-size:1em;
}

.entry ul {
	padding-left:30px;
}



/* ////////// navigation //////////////////////////*/


.nav{
	float:left;
	width:930px;
	height:25px;
	margin:0;
	padding:0;
	position:relative;
	top:-28px;
}

.nav ul { /* all lists */
	float:right;
	margin:0;
	padding:0;
	list-style: none;
}

.nav li { /* all list items */
	float: left;
	position: relative;
	/*width: 6em;*/
	margin-left:27px;
	text-align:left;
	text-transform:lowercase;
	}

.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	}

.nav li ul li{
margin:0px;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
background:#000;
padding-left:5px;
width:10em;
left:-4px;
}

.nav li ul li a{
display:none;

}

/*.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
	top: auto;
	left: auto;
}*/

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.nav a{
text-decoration:none;
color:#fff;
font-weight:bold;
/*font-family:Arial, Helvetica, sans-serif;*/
padding:5px 0 8px 0;
display:block;
font-size:1.3em;
}

.nav a:hover{
color:#80d3bd;
text-decoration:none;
}



/*/////////////////////////STRUCTURE///////////////////*/
#wrapper {
	width:930px;
	left:50%;
	position:absolute;
	margin:25px 0 0 -465px;
}

.shortpage{
	width:930px;
	height:557px;
	margin-top:25px;
}

.longpage{
	width:930px;
	margin-top:25px;
	
}

.logo{
	float:left;
	width:151px;
	height:145px;
	margin:0;
	padding:0;
}

/* //////////////////// content framework //////////////////////////*/

.shortpage .content{
	background:url(images/small_content_back.png) no-repeat top;
	width:872px;
	height:262px;
	margin:245px 29px 0 29px;
	padding:0;
	clear:both;
	float:left;
}

.longpage .content{
	background:#735b68;
	width:930px;
	height:auto;
	margin-top:235px;
	padding:0;

}

.longpage .content .x1{
float:left;
width:474px;
padding:0 50px 0 50px;
margin:50px 0 50px 0;
height:auto;

}

.longpage .content .x2{
border-left:solid 1px #a7969a;
padding:0 50px 0 50px;
margin:50px 0 50px 0;
float:left;
width:253px;
height:auto;
}

.shortpage .content .x1{
padding:0 20px 0 20px;
margin:20px 0 20px 0;
float:left;
width:207px;
height:222px;
border-right:solid 1px #a7969a;

}

.shortpage .content .x2{
border-right:solid 1px #a7969a;
padding:0 20px 0 20px;
margin:20px 0 20px 0;
float:left;
width:207px;
height:222px;
}


.shortpage .content  .x3{
padding:0 20px 0 20px;
margin:20px 0 20px 0;
float:left;
width:336px;
height:222px;
}

/* //////////////////// Contact ///////////////////////////////*/

.longpage .content .x1contact {
float:left;
width:277px;
padding:0;
margin:50px 0 50px 50px;
height:auto;
}

.longpage .content .x2contact{
padding:0 50px 0 50px;
margin:50px 0 50px 0;
float:left;
width:500px;
height:auto;
}

/* //////////////////// Contact ///////////////////////////////*/

.longpage .content .x1form {
float:left;
width:127px;
padding:0 50px 0 50px;
margin:50px 0 50px 0;
height:auto;
}

.longpage .content .x2form{
padding:0 50px 0 50px;
margin:50px 0 50px 0;
float:left;
width:600px;
height:auto;
}
.contacTable {

color: #fff;
border:0;
font-size:1.2em;
}

.contacTable input, .contacTable textarea  {
	border:1px solid #c0c0c0;
	/*background-color:#735b68;*/
	background-color:#FFFFFF;
	padding:2px;
	width:162px;
	color:#333333;
}

.contacTable input button {
	border:1px solid #735b68;
	/*background-color:#c0c0c0;*/
	background-color:#FFFFFF;
	color:#333333;
	width:72px;
	color:#fff;
}

/*//////////////// Email Form ////////////////*/

h2.newsletter {
	margin-bottom:5px;
}

#eform {
	padding:0px; margin:0px;
}

#eform input  {
	border:1px solid #c0c0c0;
	padding:2px;
	/*background-color:#735b68;*/
	background-color:#FFFFFF;
	width:166px;
	color:#333333;
}

#eform input.button {
	border: 1px solid rgb(255, 255, 255); padding: 0px 3px 0px 3px; background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); width: 30px; height:22px;
}


.eform submit{
margin-left:100px;
}

/* //////////////////// Footer ///////////////////////////////*/

.footer{
clear:both;
width:930px;
height:20px;
color:#555;
margin:5px 0 25px 0;
font-family:verdana, arial, sans serif;
font-size:0.9em;
}

.footer ul{
list-style:none;
display:inline;
}


.footerleft{
float:left;
width:50%;
}

.footerright{
float:right;
text-align:right;
width:50%;
}

.footeright ul li{
margin-left:30px;
display:inline;
}
.footerleft ul li{
margin-right:30px;
display:inline;
}

.footer ul a{
color:#555;
text-decoration:none;
}

.footer ul a:hover{
color:#4af7d0;
text-decoration:underline;
}



/*//////////////// Food Menu ////////////////*/

.menutbale img{
padding:0;
margin:0;
}

/*//////////////// News ////////////////*/

.date{
font-size:0.9em;
}

.post{
margin-bottom:50px;
}

.post img{
border:none;
}

.news{
list-style:none;
margin:10px 0 8px 0;
padding:0px;
line-height:1.2em;
}

.ItemTitle {
font-size:1.1em;
}

/* used on home page */
.news h3 {
	padding-bottom:0;
}
.news p {
	padding-top:0px;
	margin-bottom:10px;
}