/*[fmt]0*/

@import url(css/reset.css);
@import url(css/typography.css);
@import url(css/layout.css);
@import url(css/menus.css);

/*
Theme Name: NY Design
Theme URI: http://www.nydp.co.uk
Description: A custom theme by NY Design
Version: 1.0
Author: NY Design
Author URI: http://www.nydp.co.uk
*/

BODY {
	background-color: #000;
	font-family: Questrial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}
BODY.blog, BODY.single, BODY.archive {
	background-image: url(images/blog-bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
}
IMG {
	display: block;
}
OL, UL {
	margin-left: 30px;
	margin-bottom: 20px;
}
OL LI, UL LI {
	margin-bottom: 2px;
}
.siteLogo {
	position: absolute;
	left: 50%;
	width: 247px;
	margin-left: -480px;
	margin-top: 15px;
}
.strapline {
	float: right;
	position: relative;
	right: 10px;
	top: 50px;
}
P.footer {
	width: 960px;
	margin: auto;
	font-size: 14px;
	padding-top: 10px;
}
SPAN.tannin_level {
	margin-right: -252px;
}
SPAN.nydp {
	float: right;
	font-size: 10px;
}
SPAN.nydp A {
	text-decoration: none;
	color: #FFFFFF;
}
SPAN.nydp A:hover {
	text-decoration: underline;
}
A {
	color: #FFFFFF;
	text-decoration: none;
}
A:hover {
	color: #7B0F42;
	text-decoration: underline;
}

/*Blog Images*/

.wp-post-image {
	border: 58px solid #7B0F42;
}
#blog_content P IMG {
	border: 58px solid #7B0F42;
	background-color: transparent;
}
#blog_content P IMG {}

/*Restaurant Links*/

DIV.restaurant_links {
	width: 960px;
	height: 127px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.restaurant_link {
	display: block;
	float: left;
	width: 317px;
    	height: 132px;
	background-image: url(images/three-quicklinks.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: transparent;
}

.restaurant_link.tiger {
	background-position: -654px 0px;
}
.restaurant_link.tiger:hover {
	background-position: -654px -132px;
}
.restaurant_link.tannin {
	background-position: 0 0;
}
.restaurant_link.tannin:hover {
	background-position: 0 -132px;
}
.restaurant_link.deanos {
	background-position: -327px 0px;
}
.restaurant_link.deanos:hover {
	background-position: -327px -132px;
}
/*Social Networks*/

.social_networks {
	float: right;
	background-color: #000000;
	width: 285px;
	height: 22px;
	margin-top: -23px;
	margin-right: -5px;
	padding: 7px 3px 3px;
	font-family: "Swanky and Moo Moo", cursive;
	font-size: 15px;
}
.social_networks DIV.label {
	float: left;
	height: 17px;
	line-height: 17px;
	margin-right: 8px;
	margin-left: 7px;
}
.social {
	height: 17px;
	background-image: url(images/social.png);
	float: left;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.social A {
	float: right;
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
}
.facebook {
	background-position: 0px 0px;
	width: 18px;
}
.twitter {
	background-position: -18px 0px;
	width: 23px;
}
.google {
	background-position: -41px 0px;
	width: 18px;
}