
/*
Afto to sxedio einai ousiastika to sxedio tou 2008 me:
1. enan kainourio header
2. enan footer (pou eleipe apo ton sxedio tou 2008)
3. kapoies mikres alages pou tha kanw sto gallery kai isws sto news
*/



/*
-------------------------------------------------
  basic
-------------------------------------------------
*/

html, body
{
	min-width: 1000px;
}

/*
html
{
	background-image: url(../images/layout/bg_guitar.png);
	background-attachment: fixed;
	background-position: top right;
}
*/

body
{
	font-family: deja vu sans,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-image: url(../images/layout/bg_guitar.png);
	background-attachment: fixed;
	background-color: black;
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 160px;
	margin: 0px;
	color: #ACACAC;
}



/*
-------------------------------------------------
  header and nav (h1 is inside nav)
-------------------------------------------------
*/

#header
{
	height: 194px;
	background-image: url(../images/layout/stripe.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	min-width: 1000px;
	clear: both; /* dunno if it does any difference, it might actually harm things */
}

#header h1
{
	margin: 0px;
	padding: 0px;
	width: 167px;
	height: 108px;
	/* background-image: url(../images/layout/logo.png);
	background-repeat: no-repeat; */
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 35px;
}

#header h1 a:link, #header h1 a:visited
{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/layout/logo-h.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#header h1 a:link:hover, #header h1 a:visited:hover
{
	background-position: 0px -108px;
}

#nav
{
	margin: auto;
	width: 1000px;
	height: 100%;
	position: relative;
}

#header h2
{
	margin: 0px;
	text-indent: -9999px;
	position: absolute;
	top: 80px;
	left: 257px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#header h2.news
{
	width: 289px;
	height: 89px;
	background-image: url(../images/layout/h2_news.png);
}

#header h2.band
{
	width: 289px;
	height: 89px;
	background-image: url(../images/layout/h2_band.png);
}

#header h2.discography
{
	width: 289px;
	height: 89px;
	background-image: url(../images/layout/h2_discography.png);
}

#header h2.gallery
{
	width: 289px;
	height: 89px;
	background-image: url(../images/layout/h2_gallery.png);
}

#header h2.downloads
{
	width: 289px;
	height: 89px;
	background-image: url(../images/layout/h2_downloads.png);
}

#header h2.contact
{
	width: 289px;
	height: 89px;
	background-image: url(../images/layout/h2_contact.png);
}



/*
-------------------------------------------------
  topics
-------------------------------------------------
*/

#topics
{
	height: 30px;
	position: absolute;
	left: 270px;
	top: 30px;
	padding: 0px;
	margin: 0px;
	margin-top: -15px;

}

#topics ul
{
	height: 30px;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

#topics li
{
	float: left;
}

#topics a:link, #topics a:visited
{
	float: left;
}

#topics li.news a:link, #topics li.news a:visited
{
	display: block;
	width: 55px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/layout/menu_news.png);
	background-position: 1px 0px; /* 1px necessary only on the first, i dont know why */
	/* margin-left: 20px; */ /* not in the first one */
	color: black; /* firefox3 renders a dotted border around links, we compensate with this hack */
}

#topics li.news a:link:hover, #topics li.news a:visited:hover
{
	background-position: 0px -30px;
}

#topics li.band a:link, #topics li.band a:visited
{
	margin-left: 20px;
	width: 55px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/layout/menu_band.png);
	background-position: 0px -2px;
	color: black; /* firefox3 renders a dotted border around links, we compensate with this hack */
}

#topics li.band a:link:hover, #topics li.band a:visited:hover
{
	background-position: 0px -32px;
}

#topics li.discography a:link, #topics li.discography a:visited
{
	margin-left: 20px;
	width: 116px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/layout/menu_discography.png);
	background-position: 0px 0px;
	color: black; /* firefox3 renders a dotted border around links, we compensate with this hack */
}

#topics li.discography a:link:hover, #topics li.discography a:visited:hover
{
	background-position: 0px -30px;
}

#topics li.gallery a:link, #topics li.gallery a:visited
{
	margin-left: 20px;
	width: 68px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/layout/menu_gallery.png);
	background-position: 0px 0px;
	color: black; /* firefox3 renders a dotted border around links, we compensate with this hack */
}

#topics li.gallery a:link:hover, #topics li.gallery a:visited:hover
{
	background-position: 0px -30px;
}

#topics li.downloads a:link, #topics li.downloads a:visited
{
	margin-left: 20px;
	width: 105px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/layout/menu_downloads.png);
	background-position: 0px -1px;
	color: black; /* firefox3 renders a dotted border around links, we compensate with this hack */
}

#topics li.downloads a:link:hover, #topics li.downloads a:visited:hover
{
	background-position: 0px -31px;
}

#topics li.contact a:link, #topics li.contact a:visited
{
	margin-left: 20px;
	width: 74px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/layout/menu_contact.png);
	background-position: 0px 0px;
	color: black; /* firefox3 renders a dotted border around links, we compensate with this hack */
}

#topics li.contact a:link:hover, #topics li.contact a:visited:hover
{
	background-position: 0px -30px;
}



/*
-------------------------------------------------
  content
-------------------------------------------------
*/

#content
{
	min-width: 800px;
	max-width: 90%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}


#content a:link, #content a:visited
{
	color: #B15343;
	text-decoration: none;

}

#content a:link:hover, #content a:visited:hover
{
	color: #ED6F5A;
}

#content img.newspost
{
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 10px;
	/* margin-bottom: 50px; */ /* not necessary anymore because I added #newsitem and floated it, so #newsitem expands at the size of the img */
}

#content img.cover
{
	float: right;
	margin: 10px;
	border: 5px solid #301302;
}

#content a:link img.newspost, #content a:visited img.newspost
{
	border: 3px solid #3D3029;
}

#content a:link:hover img.newspost, #content a:visited:hover img.newspost
{
	border: 3px solid #483A33;
}

#content ul /* not actually used but I might use it in the future, in any case the square is better */
{
	list-style-type: square;
}

#content ol.tracklist
{
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	margin-left: 15px;
	font-style: italic;
}



/*

-------------------------------------------------
  content2
-------------------------------------------------
*/

#content2
{
	min-width: 800px;
	max-width: 90%;
	margin: auto;
	margin-top: 230px;
	margin-bottom: 20px;
}


#content2 a:link, #content a:visited
{
	color: #B15343;
	text-decoration: none;

}

#content2 a:link:hover, #content a:visited:hover
{
	color: #ED6F5A;
}

#content2 img.newspost
{
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 10px;
	/* margin-bottom: 50px; */ /* not necessary anymore because I added #newsitem and floated it, so #newsitem expands at the size of the img */
}

#content2 img.cover
{
	float: right;
	margin: 10px;
	border: 5px solid #301302;
}

#content2 a:link img.newspost, #content a:visited img.newspost
{
	border: 3px solid #3D3029;
}

#content2 a:link:hover img.newspost, #content a:visited:hover img.newspost
{
	border: 3px solid #483A33;
}

#content2 ul /* not actually used but I might use it in the future, in any case the square is better */
{
	list-style-type: square;
}

#content2 ol.tracklist
{
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	margin-left: 15px;
	font-style: italic;
}



/*

-------------------------------------------------
  content3
-------------------------------------------------
*/

#content3
{
	min-width: 800px;
	max-width: 90%;
	margin: auto;
	margin-top: 230px;
	margin-bottom: 20px;
}


#content3 a:link, #content a:visited
{
	color: #B15343;
	text-decoration: none;

}

#content3 a:link:hover, #content a:visited:hover
{
	color: #ED6F5A;
}

#content3 img.newspost
{
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 10px;
	/* margin-bottom: 50px; */ /* not necessary anymore because I added #newsitem and floated it, so #newsitem expands at the size of the img */
}

#content3 img.cover
{
	float: right;
	margin: 10px;
	border: 5px solid #301302;
}

#content3 a:link img.newspost, #content a:visited img.newspost
{
	border: 3px solid #3D3029;
}

#content3 a:link:hover img.newspost, #content a:visited:hover img.newspost
{
	border: 3px solid #483A33;
}

#content3 ul /* not actually used but I might use it in the future, in any case the square is better */
{
	list-style-type: square;
}

#content3 ol.tracklist
{
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	margin-left: 15px;
	font-style: italic;
}

/*
-------------------------------------------------
  content4
-------------------------------------------------
*/

#content4
{
	max-width: 95%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


#content4 a:link, #content4 a:visited
{
	color: #B15343;
	text-decoration: none;

}

#content4 a:link:hover, #content4 a:visited:hover
{
	color: #ED6F5A;
}

#content4 img.newspost
{
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 10px;
	/* margin-bottom: 50px; */ /* not necessary anymore because I added #newsitem and floated it, so #newsitem expands at the size of the img */
}

#content4 img.cover
{
	float: left;
	margin: 10px;
	border: 5px solid #301302;
}

#content4 a:link img.newspost, #content4 a:visited img.newspost
{
	border: 3px solid #3D3029;
}

#content4 a:link:hover img.newspost, #content4 a:visited:hover img.newspost
{
	border: 3px solid #483A33;
}

#content4 ul /* not actually used but I might use it in the future, in any case the square is better */
{
	list-style-type: square;
}

#content4 ol.tracklist
{
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	margin-left: 15px;
	font-style: italic;
}

/*
-------------------------------------------------
  newsitem
-------------------------------------------------
*/

#newsitem
{
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

#newsitem4
{
	margin-bottom: 15px;
	float: left;
	width: 100%;
	text-align: justify;
}

/*
-------------------------------------------------
  index
-------------------------------------------------
*/

#link1
{
	width: 33%;
	position: absolute;
	left: 0px;
	top: 0%;
	border: 0px solid #301302;
}

#link1 a:link, #link1 a:visited
{
	color: black;
	text-decoration: none;

}

#link1 a:link:hover, #link1 a:visited:hover
{
	color: black;
}

#link2
{
	width: 33%;
	position: absolute;
	top: 0px;
	left: 36%;
	
}

#link2 a:link, #link2 a:visited
{
	color: black;
	text-decoration: none;

}

#link2 a:link:hover, #link2 a:visited:hover
{
	color: black;
}

#link3
{
	width: 33%;
	position: absolute;
	left: 66%;
}

#link3 a:link, #link3 a:visited
{
	color: black;
	text-decoration: none;

}

#link3 a:link:hover, #link3 a:visited:hover
{
	color: black;
}

#frame1
{
	width: 50%;
	position: absolute;
	top: 180px;
	z-index: -1;
}

#frame2
{
	width: 47%;
	position: fixed;
	bottom: 8%;
	left: 10px;
}

#frame3
{
	width: 50%;
	position: absolute;
	top: 230px;
	right: 0px;
	z-index: -1;
}


/*
-------------------------------------------------
  gallery thumbnails
-------------------------------------------------
*/

#gallery
{
	margin: auto;
	width: 80%;
	float: none; /* this box is not floated, so it will not render but boxes inside it will render at the posision i want them to, feels like a hack */
}	

p.thumbnail
{
	margin: 10px;
	float: left;
	display: block;
}

p.thumbnail a:link img, p.thumbnail a:visited img,
{
}

p.thumbnail a:link, p.thumbnail a:visited
{
	width: 150px;
	height: 150px; /* if I remove the dimentions then the box will take a size in according to it's contained img. Problem is, the boxes float mischievously */
	padding: 20px;
	display: block;
	background-image: url(../images/layout/black50.png);
}

p.thumbnail a:link:hover, p.thumbnail a:visited:hover
{
	background-image: url(../images/layout/black75.png);
}

p.thumbnail img
{
	border: 5px solid #141414; /* I wanted something like Lightroom's border but it's not going to work on this dark coloured website */
	margin: auto;
}

p.thumbnail span
{
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
}

/* I want to give credit to the photographers */
p.thumbnail span a:link, p.thumbnail span a:visited
{
	color: ;
	display: inline;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

p.thumbnail span a:link:hover, p.thumbnail span a:visited:hover
{
	color: #ffffff;
	background-image: none;
}


/* --------------------------------
    headings
   -------------------------------- */

h3.news
{
	margin: 0px; /* #newsitem controls the space between news posts */
	color: white;
	font-family: arial,helvetica,sans-serif;;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0px;
	color: #C79B90;
	width: 60%; /* Abr sais 60% feels better, indifferent to me */
	clear: both; /* for floated images */
}

h3.news span
{
	display: block;
	font-family: trebuchet ms,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #7B6B62;
	border-top: 1px solid #3E2F26;
}

h3 /* this gets applied to all h3 that dont have a class */
{
	font-family: lucida sans;
	font-size: 14pt;
	font-weight: normal;
	color: #D8D8D8;
	/* margin-top: 50px;
	margin-bottom: 10px; */
}



/* --------------------------------
    textboxes and forms
   -------------------------------- */

input, textarea
{
	border: 2px solid #2F2F2F;
	background-image: url(../images/layout/black50.png);
	color: #acacac;
	background-color: transparent;
	padding: 3px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
}

textarea
{
	padding: 7px;
}

#content form fieldset
{
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: none;
	/* border-bottom: 1px solid #e3e3e3; */
}


#content form fieldset label
{
	float: left;
	width: 150px; /* 11em; */
	margin: 0 1em 0 0;
	font-weight: bold;
	line-height: 1.5em;
}

#content form fieldset h4
{
	float: right;
	width: 11em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #DEDCD1;
}

#content form fieldset div.field input.input-text
{
	width: 20em;
	padding: .5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#content form div.submit
{
	padding-left: 163px; /* 11em; */
}


/* -----------------------------------
    listen to music
	----------------------------------- */
/**/


#listen
{
	width: 100%;
	background-image: url(../images/layout/listen.png);
	background-repeat: no-repeat;
	background-position: middle center;
	border-top: 6px solid black;
	border-bottom: 6px solid black;
	height: 144px;
	top: 50%;
	position: absolute;
	margin-top: -72px;
}

#listen a:link, #listen a:visited
{
	color: #B15343;
	text-decoration: none;
}

#listen a:link:hover, #listen a:visited:hover
{
	color: #ED6F5A;
}

#listen span.songtitle
{
	display: block;
	margin: 20px;
	font-family: trebuchet ms,arial,helvetica,sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

#listen span.notice
{
	display: block;
	margin: 20px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

#listen object, #listen embed
{
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	height: 46px;
	top: 50%;
	position: absolute;
	margin-top: -23px;
	right: 30px;
}


/* ---------------------------------
    biography column in Band
	--------------------------------- */

span.biocolumn
{
	width: 630px;
	display: block;
	text-align: justify;
	margin: auto;
	margin-top: 50px;
}


span.biocolumn img
{
	margin: auto;
	border: 1px solid #3A3A3A;
}


/* 

/* ---------------------------------
    biography column in index
	--------------------------------- */

span.biocolumn2
{
	width: 550px;
	display: block;
	text-align: justify;
	margin: auto;
	margin-top: 0px;
}


span.biocolumn2 img
{
	margin: auto;
	border: 3px solid #3A3A3A;
}

/* 

/* === the footer is not yet implemented === */
/* --------------------------------
    footer
   -------------------------------- */

#footer
{
	position: fixed;
	z-index: 2;
	bottom: 10px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	width: 100%;
	margin: auto;
}

#footer span
{
	display: block;
	width: 859px;
	margin: auto;
	text-align: right;
	padding-right: 10px; /* 849px + 10px = 869px, as the width of #nav_span */
	color: #545454;
}

#footer span a:link, #footer span a:visited
{
	color: #d0d0d0;
}

#footer span a:link:hover, #footer span a:visited:hover
{
	color: #ffffff;
}

/* === the footer is not yet implemented === */
/* --------------------------------
    footer2
   -------------------------------- */

#footer2
{
	margin-top: 50px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	background-image: url(../images/layout/black70.png);
	padding: 5px;
	border-top: 3px solid black;
	color: #4D4D4D;
}

#footer2 span
{
	display: block;
	width: 849px; /* 849px + 10px = 869px, as the width of #nav_span */
	margin: auto;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	color: #545454;
}

#footer2 a:link, #footer2 a:visited
{
	color: #787878;
}

#footer2 a:link:hover, #footer2 a:visited:hover
{
	color: #9A9A9A;
}


