/*------------------------------------------------
The Woombye Pub Holding Page - master style sheet
Author:		Grafik/Fabric-Eight
-----------------------------------------------*/

/*
===== CONTENTS =====

	last-updated: 15 June 2010;

	1: universal reset 
	2: html and body
	3: typography
	4: lists
	5. links
	6: images	
	7: layout
	8: tables
	9. forms
	10. misc

====================
*/


/*
= 1. universal reset ---------------------------------- */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}
ul, 
ol {
	list-style: none;
}

/*
= 2. html & body ---------------------------------- */
html {

}

body {
	background: #B10135 url(../images/twp_background.png) repeat-x 0 0;
	color: #fff;
	font: normal 16px helvetica, arial, sans-serif;
	line-height: 1.5em;
	text-align: center;
	padding-top: 94px;
}

/*
= 3. typography ---------------------------------- */

/* =h1 */
h1 {
	width: 500px;
	height: 189px;
	background: transparent url(../images/twp_logo.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 auto;
}
h1 a {
	display: block;
}

/* =h2 */
h2 {
	width: 500px;
	height: 17px;
	margin: 79px auto 29px;
	background: transparent url(../images/twp_teaser.png) no-repeat 0 0;
	text-indent: -9999px;
}


/* =h3 */
h3 {
		
}


/* =h4 */
h4 {
	
}

/* =p */
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

p.instructions {
	margin-bottom: 45px;
}

p.tel, p.fax {
	display: inline;
}

div#site-info div.vcard p, div#site-info div.vcard p span {
	margin-bottom: 0;
	font-weight: bold;
}

span.type {
	display: none;
}

span.method {
	color: #463031;
}

/* =strong/b/em/i */
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

/*
= 4. lists ---------------------------------- */

ul {
	
}

ol {
	
}

li {
	
}


/*
= 5. links ---------------------------------- */
a {
	outline: none;
}
a:link, 
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}
a img {
	border: none;
}

p a {
	color: #fff;
	font-weight: bold;
}

/*
= 6. images ---------------------------------- */

img {
	
}

/*
= 7. layout ---------------------------------- */
div#accessibility {
	left:-9000px;
	position:absolute;
}

div#header {
	
}

div.content {
	
}
div#site-info {
}


/*
= 8. tables ---------------------------------- */
table {
	border-collapse: collapse;
}

th {

}

td {

}




/*
= 9. forms ---------------------------------- */

/*
= 10. misc ---------------------------------- */

