
* {
	padding:0;
	margin:0;
	color: #ffffff;

}

html {

}

body {
	background-color: #000000;
	color: #ffffff;
	}

.back-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 43px;
	height: 100%;
	background-image: url('images/celtic-vert.png');
	background-repeat: repeat-y;
	}

.back-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 43px;
	height: 100%;
	background-image: url('images/celtic-vert-R.png');
	background-repeat: repeat-y;
	}
	
.back-top {
	
	}
	
	
.container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}

.content {
	position: relative;
	top: 10px;
	left: 100px;
	width: auto;
	/*max-height: 500px;*/
	margin-top: 105px;
	font-family: arial, verdana, sans-serif;
	overflow: auto;
	border: 7px solid #b40000;
	border: 7px solid rgba(180,0,0,0.5);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
		padding: 55px 15px 15px 10px;
	z-index: 2;
	}

	
.print {
	position: absolute;
	top: 0px;
	left: 20%;
	width: 20%;
	height: 50px;
	font-size: 0.8em;
	}

.club {
        position: absolute;
        top: 10px;
        left: 5px;
        text-align: center;
        border: 4px solid #b40000;
	border: 4px solid rgba(180,0,0,0.5);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
	padding: 5px;
        z-index: 2;
}
	
p {
	color: #ffffff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,verdana,sans-serif;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.2em;
	}

strong {
	color: #ffffff;
	}	

p.menus {
	font-family: "Monotype Corsiva",verdana,serif;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	}

p.td {
	color: #ffffff;
}
	
a {
	color: #990000;
	font-family: arial,verdana, sans-serif;
	font-size: 1.0em;
	}
	
h1 {
	color: #ffffff;
	text-shadow: 1px 1px 1px #777777;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	padding: 5px;
	font-size: 1.4em;
	}

h2 {
	color: #ffffff;
	font-size: 1.2em;
	text-shadow: 1px 1px 0.5px #777777;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 5px;
	}

h3 {
	color: #ffffff;
	font-size: 1.1em;
	text-shadow: 1px 1px 0.5px #777777;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 5px;
	}

img {
	border: 0px;
	padding: 5px;
	}

hr {
	color: #ffffff;
}

em {
	color: #ffffff;
}
	
blockquote {
	width: 15%;
	min-width: 140px;
	padding: 6px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 2px solid #550000;
	background-image: url('images/greyfade.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000;
	font-size: 0.9em;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}
	
blockquote a {
	color: #000000;
	background-image: 
	font-family: arial, verdana, sans-serif;
	padding: 5px;
	}

td{
	color: #ffffff;
	}
	
embed {
	border: 5px double #550000;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}
	
input {
	border: 1px solid #ffffff;
	background-color: #880000;
	color: #ffffff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	padding: 3px;
	margin: 5px;
}

input.text {
	background-color: #330000;
	color: #666666;
}

textarea {
	background-color: #ffffff;
	color: #666666;
}

.headlogo {
	position: absolute;
	width: 466px;
	height: 105px;
	top: 0px;
	left: 200px;
}

.headlogo a {
	float: left;
	}

.advert {
	float: right;
	position: relative;
	right: 95px;
	top: 60px;
	width: 160px;
	height: 600px;
	background-color: none;
	border: 2px solid #990000;
	margin-left: 200px;
	z-index: 3;
	}


.nav {
	position: absolute;
	left: 12%;
	display: block;	
	background-color: none;
	margin-right: auto;
	margin-top: 7px;
	z-index: 3;
	width: 80%;
	}
	
.nav ul{
	float: left;
	list-style: none;
	width: auto;
	
	}

.nav ul li{
	float: left;
	width: 100px;
	height: 34px;
	padding-right: 15px;
	background-image: url('images/button1.png');
	background-repeat: no-repeat;
	display: list-item;
	text-align: center;
	line-height: 24px;
	font-size: 0.7em;
	}

.nav li:hover {
	position: relative;
	top: 1px;
	left: 1px;
	background: url('images/button2.png');
	background-repeat: no-repeat;
	}
	
.nav a {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	}
	
/* Recipe pages */
.recipesearch {
	position: absolute;
	top: 13px;
	right: 7px;
}

.recipeshowall {
	position: absolute;
	top: 13px;
	left: 10px;
}


.recipelink {
	color: #bb0000;
}

/* Quiz */
.quiz > select {
	color: #990000;
	background-color: #110000;
	padding: 6px;
	width: 200px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.quizscore {
	color: #dddddd;
	background-color: none;
	padding: 6px;
	width: 200px;
	border: 4px solid #b40000;
	border: 4px solid rgba(180,0,0,0.5);
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	position: absolute;
	right: 15px; 
	top: 15px;
}

.facebook-link {
	position: absolute;
	top: 140px;
	left: 20px;
	z-index: 5;
}

.twitter-link {
	position: absolute;
	top: 220px;
	left: 20px;
	z-index: 5;
}

/* Footer - normally used for small print */
.footer {
	position: relative;
	white-space:nowrap;
	bottom: 0px;
	width: 400px;
	border: 2px solid rgba(180,0,0,0.5);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	z-index: 2;
	}
	
.footer a {
	font-family: arial, sans-serif;
	}

.footer p {
	text-align: center;
	font-size: 0.9em;
	font-family: arial, sans-serif;
}

