/*
~ Ithaca Resturant Manchster ~
~ @Author: M.Tyas - tilecreative 2008
~ @Copyright: Logo is a trademark of Ithaca, site design and css copyright tilecreative 2008
~ @Site Created 01-06-2008
~ @CSS Updated 01-06-2008 MT */

* {
margin:0;
padding:0;
}

body {
background-color:#3c3b3d;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-size: 0.7em;
}

h1 {
font-size: 18px;
}

p {
font-size: 10px;
line-height: 14px;
margin: 0px 0px 10px 0px;
}

.bigger_text {
font-size: 14px;
}

.clearer {
clear: both;
}


a:link {
	color: #fff;
	text-decoration: none;
	_color: #fff;
	_text-decoration: none;
	*color: #fff;
	*text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
	_text-decoration: none;
	_color: #fff;
	*color: #fff;
	*text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #f6018a;
	_text-decoration: underline;
	_color: #f6018a;
	*text-decoration: underline;
	*color: #f6018a;
}
a:active {
	text-decoration: none;
	color: #f6018a;
	_text-decoration: none;
	_color: #f6018a;
	*text-decoration: none;
	*color: #f6018a;
}

.pinklink a:link {
	color: #f6018a;
	text-decoration: none;
}
.pinklink a:visited {
	text-decoration: none;
	color: #f6018a;
}
.pinklink a:hover {
	text-decoration: underline;
	color: #f6018a;
}
.pinklink a:active {
	text-decoration: none;
	color: #f6018a;
}


#wrapper {
width: 800px;

margin: 0 auto 0 auto;
background-color:#000;
text-align:left;
	}
	
#head {
width: 800px;
height: 43px;
border-bottom: 8px solid #3c3b3d;
}

#login {
width: 450px;
float: right;
padding: 12px 5px 5px 5px;
}

#logintext {
width: 120px;
font-size:10px;
color:#666;
}

#brandarea {
width: 800px;
height: 140px;
}

#nav {
width: 773px;
height: 14px;
padding: 10px 10px 10px 17px;
}

.pink {
color:#f6018a;
padding: 0px 3px 0px 2px;
}

.active {
color:#f6018a;
}

#mainimgarea {
width: 770px;
height: 230px;
padding: 20px 0px 10px 18px;
}

#maingalleryarea {
width: 760px;
padding: 20px 0px 10px 18px;
}

#gallerytable {
width: 760px;
}

#copyarea {
width:765px;

padding: 0px 0px 40px 18px;
text-align:justify;
}

.news_item {
width: 570px;
margin: 10px auto 10px auto;
padding:0px 0px 5px 0px;
}

.news_item_overview {
  width: 570px;
}

.news_item .news_title {
    height: 16px;
    margin: 10px 0 0 0;
    width: 570px;
    font-size: 14px;
    text-align: left;
}

.news_item .read_more {

}

.news_item_footer {
 float: left;
 width: 570px;
    font-size: 10px;
    text-align: right;
    border-bottom: 1px solid #f6018a;
}

.news_item_left {
   float: left;
    width: 50%;
    text-align: left;
    margin: 10px 0 5px 0;
}


.news_item_right {
    margin: 10px 0 5px 0;
    text-align: right;
    float: right;
}

.news_item p {
    padding: 2px 0 2px 0;
}

.news_item a {
    text-transform: uppercase;
    color: #f6018a;
}

#footer {
	text-align:center;
	width: 800px;
	font-size: 12px;
	background-color:#000;
	clear: both;
	margin-bottom: 10px;
	}


/*****foRM******/

label {
display:none;
}

.fieldspace {
margin-bottom: 10px;
}

.inputFieldSmall {
width: 69px;
border: 1px solid #666;
}

.form_table {
border: 1px solid #F70286;
margin: 0px auto 0px auto;
padding: 10px;
}

.form_table td {
	padding: 0px 10px 8px 0px;
	}

#black_membership {
    background: url('images/blackmember.jpg');
    width: 348px;
    height: 300px;
    padding: 120px 10px 0 10px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

#crystal_membership {
    background: url('images/crystalmember.jpg');
    width: 348px;
    height: 300px;
    padding: 120px 10px 0 10px;
    float: left;
    text-align: center;
}

.membership_title {
    color: #F70286;
    font-weight: bold;
    font-size: 20px;
}

/* Admin shiznit */

body.admin p {
	font-size: 1em;
}

#wrapper.admin {
	height: 800px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	font-size: 110%;
	
}

#nav.admin {
	border-bottom: 2px solid white;
	margin-bottom: 10px;
	
}


#admin_input_table {
    padding: 0;
    margin: 0;
}

    #admin_input_table td {
        padding: 6px;
    }

#admin_input_table td.left {
    width: 150px;
    text-align: right;
}

    #admin_input_table input[type="text"],textarea {
        width: 300px;
    }

    #admin_input_table textarea {
        height: 50px;
    }

#date_nav_buttons {
    margin: 10px auto 20px auto;
    text-align: centre;
    width: 570px;
}

#date_nav_prev {
    width: 50%;
    float: left;
    text-align: left;
}


#date_nav_next {
    float: right;
 text-align: right;
}

#livebook {
height:350px;
width: 300px;
margin: 0 auto 0 auto;
}

/* -------------------------------------------- RESERVATION FORM */

#contact-area {
	width: 600px;
	margin: 25px auto 0px auto;
}

.textarea {
	padding: 3px;
	width: 218px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #fff;
	background-color:#fff;
}

.dropd {
 	width: 100%;
	padding: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #fff;
	background-color:#fff;
}

.date {
 	width: 200px;
	padding: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #fff;
	background-color:#fff;
}


#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #F70286;
	background-color:#fff;
}

.dropd  :focus, .dropd :focus {
	border: 1px solid #F70286;
	background-color:#fff;
}

.submit-button {
	width: 100px;
	float: left;
	background-color: #F70286;
	color: #fff;
}

.reslable {
	float: left;
	text-align: right;
	margin-right: 0px;
	width: 120px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color:#FFF;
	display: block;
}

/***************************************** MP3 PLAYER */

#myContent {
margin-left: 105px;



}