@charset "utf-8";
/* CSS Document */

/**
*** #333399 - Matt mörkblå (bakgrund, länkar och rubriker)
*** #333333 - Mörkgrå (text)
*** #555555 - Ljusgrå (besökt länk)
***
***
***
**/


body {
	margin: 0px;
	padding: 10px 0 20px 0;
	background-color: #333399;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a:link {
	color: #333399;
}

a:visited {
	color: #555555;
}

a:hover {
	background-color: #333399;
	color: #ffffff;
	text-decoration: none;
}

/*  Add shadow-div before page to get shadow */
#shadow {
	width: 700px;
	margin: 0 auto;
	background-color: #333333;
}

#page {
	width: 700px;
	margin: 0 auto;
	background: #ffffff url(../images/background.jpg) no-repeat right top;
	position: relative;
	bottom: 2px;
	right: 2px;
	margin-top: 25px;
}



#header h1 {
	font-size: 36px;
	padding-left: 10px;
	padding-top: 5px;
}

#footer {
	font-size: 9px;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
}

#leftcontainer {
	width: 325px;
	float: left;
	font-size: 12px;
	padding-left: 10px;
}
 #rightcontainer {
	width: 325px;
	float: right;
	padding-left: 10px;
}

#leftcontainer h1 {
	color: #333399;
	font-size: 18px;
	clear: both;
}



#leftcontainer .pic img {
	border-width: 0px;
	border-color: #333399;
}

.date {
	font-size: 9px;
	font-style: italic;
	float: right;
	clear: both;
	color: #555555;
}

#gigs {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#gigs h1 {
	color: #333399;
	font-size: 18px;
}

#gigHint {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#gigTable {
	width: 315px;
	border-collapse: collapse;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#gigTable tr a:link {
	text-decoration: none;
	color: #0000ff;
}

#gigTable tr a:visited {
	text-decoration: none;
	color: #0000ff;
}

#gigTable tr a:hover {
	color: #ffffff;
}

#gigTable td {
	vertical-align: top;
	padding: 2px 2px 2px 5px;
}

#gigTable tr.odd {
	background: #9999ff;
}

#gigTable tr.even {
	background: #ccccff;
}

#gigTable tr.hover {
	background: #777777;
}

#gigTable #date {
	width: 50px;
	color: #0000ff;
}

#gigTable #divider {
	width: 10px;
	text-align: center;
	color: #0000ff;
}

#gigTable #gigInfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0 4px 4px 0;
}

#gigs #showInfo {
	text-decoration: none;
}

#gigs #picInfo {
	border: none;
	vertical-align: bottom;
}

#oldGigsShow a:link, #oldGigsShow a:visited {
	text-decoration: none;
	color: #333399;
}

#oldGigsShow a:hover {
	color: #ffffff;
}

.input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
}

.inputSelect {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#mail, #mailSent {
	width: 260px;
	background: #333399;
	color: #ffffff;
	padding: 5px;
	position: relative;
}

.youtube {
	clear: both;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

/*.picDiv {
	float: right;
	padding: 5px;
	background: #0000ff;
	padding: 2px;
	font-size: 9px;
	color: #0000ff;
}*/

.pic {
	float: left;
	background: #333399;
	padding: 2px;
	font-size: 9px;
	color: #333399;
	border: solid #ffffff;
}

.mp3{
	font-size: 14px;	
}

.picAbout {
	float: right;
	background: #333399;
	padding: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 9px;
	color: #0000ff;
	border: 3px solid #ffffff;
}

#admin {
	float: right;
	font-size: xx-small;
	color: #555555;
}

#login, #logout {
	float: right;
	position: relative;
	background: #ffffff;
	padding: 5px;
}

.adminInput {
	width: 190px;
}

#changeFamilj {
	position: relative;
}

#search {
	clear: both;
}

/* Margin and z-index */
#menuContainer {
	margin: 60px 0 20px 0px;
	position:relative; width:700px;
	height:25px;
	z-index:10;
}

/* Remove padding, margin and bullets from original list */
#menu, #menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

/* Link size, color, borders and font */
#menu a, #menu a:visited {
	display: block;
	width: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333399;
	height: 25px;
	line-height: 24px;
	text-decoration:none;
	text-indent: 5px;
	border: 3px solid #333399;
	border-width:0px 0 3px 0px;
}

/* Sub level borders */
#menu li ul li a, #menu li ul li a:visited {
	width: 126px;
	font-size: 12px;
	border-width:0px 2px 0px 2px;
	background-color: #ffffff;
	color: #333399;
}

#menu li ul li a.top {
	border-width: 2px 2px 0px 2px;
}

#menu li ul li a.bottom {
	border-width: 0px 2px 2px 2px;
}

#menu li ul li a:hover {
	background-color: #333399;
	color: #ffffff;
}

#menu li a.enclose, #menu li a.enclose:visited {
	border-width: 3px;
}

#menu li {
	float:left;
	background: url(../images/transparent.gif) repeat;
}

#menu li.spacer {
	display: block;
	width: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	height: 25px;
	line-height: 24px;
	text-decoration:none;
	text-indent: 5px;
	border: 3px solid #333399;
	border-width:0px 0 3px 0px;
}

/* For non-IE browsers and IE7 */
#menu li:hover {
	position:relative;
}

/* Make the hovered list color stay */
#menu li:hover > a {
	background: #333399;
	color: #ffffff;
}

/* Set up the sublevel lists */
#menu li ul {
	display:none;
}

/* For Non-IE and IE7 make the sublevels visible on list hover */
#menu li:hover > ul {
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(../images/transparent.gif);
	width:126px;
}

/* Position the first sub level under the top lvl */
#menu > li:hover > ul {
	left:-30px;
	top:16px;
}

/* get rid of the table */
#menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}

/* For IE5.5 and IE6 */
* html #menu li a:hover {
	position:relative;
	background:#333399;
	color:#ffffff;
}

/* Access top menu with tabbing */
#menu li a:active, #menu li a:focus {
	background: #333399;
	color: #ffffff;
}

/* fly pic */
#menu li.fly {
	background: #ffffff url(../images/fly.gif) no-repeat right center;
}

#menu li.drop {
	background: #ffffff;
}

/* IE5.5 and IE6 */
* html #menu li ul {
	visibility:hidden;
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(images/transparent.gif);
}

/* hide levels 3+ */
#menu li a:hover ul ul{
	visibility:hidden;
}

/* 2nd lvl visible */
#menu li a:hover ul {
	visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* 3rd lvl visible */
#menu li a:hover ul a:hover ul{ 
	visibility:visible; top:-11px; left:80px;
}
