@charset "utf-8";
/*
	Theme Name: Psy'Aviah v5
	Theme URI: http://www.psyaviah.com/psyaviah_v5_theme
	Description: Website theme template for Psy'Aviah
	Author: Yves Schelpe
	Author URI: http://www.psyaviah.com
	Tags: band
	version: 1.0
*/

/*
	=== CSS RESET ==============================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* html 5 tags */
/* tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}



/*
	=== BASICS ==============================================
*/
body {
	color: #fff;
	font-family: tahoma, verdana, arial, 'sans-serif';
	/*font-weight: 300;*/	
	font-size: 0.8em;
	background-color:#fff;
	width: 100%;
	overflow:auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;	
}

/* HEADINGS */
h1 { font-size: 3.0em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.8em; margin-top: 5px; clear: both; display: block; }
h4 { font-size: 1.2em; }
h5 { margin: 0px; padding: 0px; font-size: 0.8em; clear: both; display: block; }
h1, h2, h3 {
  font-family: impact, arial black, arial, verdana;
  font-weight: normal;
  text-transform: uppercase;
}


/*
	=== MENU ==============================================
*/
menu {
	margin: 0px;
	padding: 5px;
	background: url(../../../../ps) repeat;
	line-height: 14pt;
}

menu ul {
	text-align: left;
}

menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	font-family: impact, arial black, arial, verdana;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

menu ul li a {
	margin: 0px;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}
menu ul li a:hover {
	background-color: #fff;
	color: #cc0000;
}

#mainmenu {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
#footermenu {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#musicmenu {
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
}



/*
	=== CONTENT ==============================================
*/
.content {
	margin: 0px;
	padding:10px;
	background: url(../../../../ps) repeat;
	width: 700px;
}
div#disqus_thread {
	margin: 0px;
	padding:10px;
	background: url(../../../../ps) repeat;
	width: 700px;
}
div#disqus_thread a {
	color: #FF0000;
	text-decoration: none;
	padding: 2px;	
}
div#disqus_thread a:hover {
	color: #fff;
	background-color: #cc0000;
	text-decoration: none;
	padding: 2px;	
}
.dsq-item-trackback {
	visibility: hidden;
}
.dsq-trackback-url {
	visibility: hidden;
}
.dsq-brlink {
	visibility: hidden;
}

.content .article {
	margin: 0px;
	padding: 0px;
	line-height: 14pt;
}

.content .article p {
	margin:12px 0;
}

.content .article a {
	color: #FF0000;
	text-decoration: none;
	padding: 2px;	
}
.content .article a:hover {
	color: #fff;
	background-color: #CC0000;
	text-decoration: none;
	padding: 2px;	
}

.content .article h2 a {
	color: #fff;
	text-decoration: none;
	padding: 0px;
}
.content .article h2 a:hover {
	color: #fff;
	background-color: #cc0000;
	text-decoration: none;
	padding: 0px;
}

.content .article object {
	margin:5px 12px 12px 12px;
	float: left;
}

.content .article img {
	margin: 0px;
	padding: 0px;
	margin:5px 12px 12px 12px;
	float: left;
}

.content .isolation p {
	margin: 0px;
	padding: 0px;
	clear: both;	
	font-size: 0.7em;
	line-height: 12px;
}
.content .isolation {
	margin: 0px;
	padding: 0px;
	margin:5px 8px 8px 8px;
	float: left;	
	text-align: left;
	line-height: 14pt;
}
.content .isolation li:before {
	content: " ..";
}
.content .isolation img {
	margin: 0px;
	padding: 0px;
}

.maincontent {
	position: absolute;
	top: 50px;	
	left: 50px;
}



/*
	=== SIDEBAR ==============================================
*/
.sidebar {
	margin: 0px;
	padding:10px;
	background: url(../../../../ps) repeat;
	width: 200px;
	position: absolute;
	top: 50px;
	left: 800px;
	line-height: 14pt;
}

.sidebar .topic {
	padding-bottom: 10px;
}
.sidebar .topic a {
	color: #cc0000;
	text-decoration: none;
	padding: 2px;	
}
.sidebar .topic a:hover {
	color: #fff;
	background-color: #cc0000;
	text-decoration: none;
	padding: 2px;	
}


/*
	=== FLEXBACKGROUND ==============================================
*/
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
img.bgfull {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	/*width: 100%;
	height: auto;*/

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#container {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
}



/*
**	GENERAL COLOR CLASSES
*/
#quicklinks a {
	color: #fff !important;
}

.facebook {
	background-color: #3B5998 !important;	
}
#quicklinks .facebook a:hover {
	color: #ffffff !important;
}

.youtube {
	background-color: #e83a3b !important;
}
#quicklinks .youtube a:hover {
	color: #ffffff !important;
}

.twitter {
	background-color: #44c0e2 !important;
}
#quicklinks .twitter a:hover {
	color: #ffffff !important;
}

.alfamatrix {
	background-color: #646e78 !important;
}
#quicklinks .alfamatrix a:hover {
	color: #ffffff !important;
}

/*
**	QUICKLINKS
*/
#quicklinks {
	margin: 0px;
	padding: 8px;
	bottom: -8px;
	right: 0px;
	position: fixed;
	padding-top: 0px;
	float: right;
	list-style: none;	
	font-size: 9px;
	font-weight: bold;
}

#quicklinks li {
	display: inline-block;
	position: relative;
	background-color: #ffffff;
	padding: 4px;
	bottom: -2px;
	-moz-border-radius: 2px;	
	border-radius: 2px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	/* for IE */
	filter:alpha(opacity=45);
	/* CSS3 standard */
	opacity:0.45;
}
#quicklinks li:hover {
	bottom: 0px;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	background-position: top;
}

#quicklinks a {
	text-decoration: none;
	text-transform: lowercase;
	color: #111111;	
}