/*
Design by Simon Barrett 2008
http://www.sicosoft.co.uk
Created for Deal Folk Club, Walmer, Deal.
*/
*
{
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

blockquote{
	line-height:2em;
}
/* Text Selectors */
h2 {
	margin: 0;
	font-size:1em;
	padding-top: 0.2em;
	color:#600;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #D72020;
}
a:hover {
	color: #FFF;
}
a:visited {
	color: #D72020;
}

/* Page Structure Tags */
#page{
	width: 800px;
	text-align: left;
	background-color: #F90;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-color: #F30;
	border-left-color: #F60;
	border-right-style: double;
	border-left-style: double;
}
#header {
	background-color: #FFF;
	height: 200px;
	background-repeat: no-repeat;
	background-image: url(../../images/instruments.jpg);
}
#header #dfcheadtext {
	background-image: url(../../images/dfctext.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 480px;
	z-index: 4;
	position: absolute;
	margin-left: 125px;
	margin-top: -10px;
	text-indent: -9999px;
}
#header #dfclogo {
	background-image: url(../../images/man.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 200px;
	z-index: 2;
	position: absolute;
	margin-top: 40px;
	margin-left: 300px;
}
#header #dfcphoto {
	background-image: url(../../images/dfcphoto.png);
	height: 245px;
	z-index: 3;
	background-repeat: no-repeat;
	width: 350px;
	position: absolute;
	margin-left: 500px;
	margin-top: -30px;
}
#footer {
	margin: 0 auto;
	background-color:#F60;
	text-align: right;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}
#footer a {
	margin: 0 auto;
	color:#000;
	text-decoration: none;
	
}
#footer a:hover {
	color: #FFF;
}

#main {
	border: thin solid #FF6;
	padding: 10px;


}

#guitar{
float:right;

}

#notes{
margin-left:-15px;

}

#page #main #bookings p .telephone {
	color: #F00;
	font-weight: bold;
	font-variant: normal;
	font-size: 16px;
	font-size:100%;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF6;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* Calendar CSS classes */

.date_box {
	background-image: url(../../images/date.jpg);
	height: 47px;
	width: 50px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#page #main .first_gig {
	border: 2px dotted #000;
	height: 50px;
}


.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	/*color: #75a006;*/
	color: #492E2E;

	
}
#page #main .content .gigbox {
	margin-bottom: 50px;
	text-align: justify;
	margin-top: 10px;
}
#page #main .content .gigbox .gigboxtitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
}
#page #main .content .gigbox .gigboxtext {
	margin-top: 5px;
	margin-left: 65px;
	font-family: Verdana, Geneva, sans-serif;
}
#page #main .content .gigbox .gigboxlink {
	margin-left: 65px;
	margin-top: 5px;
}

#page #main .gigdata {
	background-color: #F9F;
}

#page #main .date_postfix {
	vertical-align: super;
	font-size: xx-small;
}


.date_box_day {
	font-size: 18px;
	font-weight: normal;
	padding-left: 3px;
	text-align: center;
	color: #492E2E;
}
.date_box_day #ext {
	vertical-align: super;
	font-size: 10px;
}



/* Events Styles */
#title{
font-size:large;
font-weight:bold;
text-indent:0.5em;

}

#message{
margin-left:70px;

}

#linkcaption {
margin-left:70px;
}


/* table styles */

#EventsTable{
background-color:#FFFF66;
border:1px solid #333;

}

td{
border:1px solid #333;
}

th{
text-align:left;
border:1px solid #333;
}

/* Form Styles for event_details.php */


#formdate{
background-color:#FFFF66;
width:70px;
}


#formtitle{
background-color:#FFFF66;
width:380px;
}

#formtextarea{
background-color:#FFFF66;
}

#formlinkurl{
background-color:#FFFF66;
width:360px;
}

#formlinkcaption{
background-color:#FFFF66;
width:340px;
}

#loginForm {
text-align:left;
background-color:#FFFF66;
}



.highlightRed{
	color:red;
	font-size: 1.2em;
	font-family: "Courier New", Courier, monospace;
}

.content
{
	font-size:100%;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F90;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content #gigInfo{
padding-left:75px;
}

.content #gigInfo #gigInfoTitle{
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
}
