/*
 * * (universal)
 */
 
* {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    color       : #ffffff;
    line-height : 18px;
}

/*
 * body
 */

body {
	background : #000000;
    margin : 0px 0px 20px 0px;
}

/*
 * links
 */
 
a {
    color : #E5A1B8;
}
a:link {
    color : #E5A1B8;
}
a:visited {
    color : #CCCCCC;
}
a:hover {
    color : #FF4C88;
}
a:active {
    color : #FF4C88;
} 

div.menuitems a  { font-weight : bold; text-decoration : none; color : #ffffff; }
div.menuitems a:hover { font-weight : bold; text-decoration : underline; }

div.home a  { text-decoration : none; color : #666666;}
div.home a:hover { text-decoration : underline; }

/*
 * divs
 */

div.page {
    border : solid 3px #11222E;
    border-top: solid 0px #000000;
}

div.page, div.head, div.bottom {
	width : 840px;
	margin : 0px auto;
	padding : 0px;
	background-repeat : no-repeat;
}

div.head {
	height : 180px;
	background-image : url('images/head.jpg');
}

div.menuitems {
	position : relative;
	top : 140px;
	width : auto;
	clear : both;
	text-align : center;
}

div.home {
	position : relative;
	top : 10px;
	width : auto;
	text-align : left;
	float : left;
	left : 20px;
}

div.bottom {
	height : 45px;
	background-image : url('images/bottom.jpg');
}

div.content {
	width : 760px;
	margin : 0px;
	padding : 10px 40px 0px 40px;
	background-repeat : no-repeat;
	background-image : url('images/background.jpg');
	text-align : left;
}

div.right_column {
	float : right;
	width : 250px;
	margin-left : 20px;
	margin-bottom : 10px;
	text-align : center;
	clear : right;
}

div.main_column { margin-right : 270px; }

div.guest_list { margin-right : 520px; }

div.guest_details {
	float : right;
	width : 560px;
	margin-left : 20px;
	margin-bottom : 10px;
	clear : right;
}

div.guest_list_admin { margin-right : 460px; }

div.guest_details_admin {
	float : right;
	width : 500px;
	margin-left : 20px;
	margin-bottom : 10px;
	clear : right;
}
/*
 * Headings
 */

h1, h2, h3 {
    font-weight : bold;
    color : #BFA369;
    text-align : left;
    margin-top : 20px;
    margin-bottom : 6px;
}

h1 {
	font-size : 16px;
/*    letter-spacing: 0.1em; */
	padding : 15px 0px 0px 0px;
	margin : 0px 0px 20px 0px;
}

h2 {
   font-size : 14px;
/*   letter-spacing: 0.1em; */
}

h3 {
    margin-top : 0px;
}
/*
 * Images
 */

img.border { border : 1px solid gray; }

img.guest {
  margin-top : 20px;
  margin-left : 10px;
  float : right;
  border : 1px solid gray;
}

.popup img {
 display: none;
}
.popup:hover img {
 display: block; /* or block */
 position : absolute;
 margin-left : 2em;
}

/*
 * Tourdates
 */

.tourdates {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.tourdates_heading {
	color : #BFA369;
	font-weight : bold;
    letter-spacing: 0.1em;
}

.tourdates_heading_year {
	color : #BFA369;
	font-weight : bold;
	font-size : 16px;
}

/*
 * Forms
 */

form {
    color : #000000;
}

input, textarea {
    color : #000000;
}


/*
 * Misc
 */

.caption, .small { font-size : 10px; }
hr { color : #666666;  background-color : #666666; height : 1px; border : 0px; }