/*
 * Main layout stylesheet for Dabsys CMS
 * (c) Petr Klement 2008 - 2010
 * 
 */


/* globals *******************************************************************/

body, html {
	font-family: Georgia, serif;
	color: #ffffff;
	background: #0b486b url('img/layout_main/background.jpg') repeat-x top;
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-size: 90%;
	line-height: 1.5em;
}

#CSSmainBlock a img {
	border: none;
}

#CSSmainBlock fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

a {
	color: #cff09e;
	text-decoration: none;
}
#CSSmainBlock #ContentBox a { text-decoration: underline; }

a:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	color: #ffffff;
}

#CSSmainBlock input.button {
	cursor: pointer;
	cursor: hand;
}

#CSSmainBlock ul {
	list-style-position: inside;
}


#CSSmainBlock h1 {	font-size: 1.8em;	}
#CSSmainBlock h2 {	font-size: 1.7em; height: 30px;	}
#CSSmainBlock h3 {	font-size: 1.4em;	}
#CSSmainBlock h4 {	font-size: 1.2em;	}
#CSSmainBlock h5 {	font-size: 1.2em;	}
#CSSmainBlock h6 {	font-size: 1.1em;	}

#CSSmainBlock h1,
#CSSmainBlock h2,
#CSSmainBlock h3,
#CSSmainBlock h4,
#CSSmainBlock h5,
#CSSmainBlock h6 {
	margin: 20px 0;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
}
#CSSmainBlock h1:first-letter ,
#CSSmainBlock h2:first-letter ,
#CSSmainBlock h3:first-letter ,
#CSSmainBlock h4:first-letter ,
#CSSmainBlock h5:first-letter ,
#CSSmainBlock h6:first-letter {
	font-style: normal;
	color: #cff09e;
}

/* main sections *************************************************************/

body .bkg {
	background: transparent url('img/layout_main/footer_bkg.jpg') repeat-x bottom;
	min-height: 100%;
	_display: table;
	_height: 100%
}
#CSSmainBlock {
	width: 1000px;
	overflow: auto;
	padding: 0 0 100px 0;
	margin: 0px auto;
	text-align: left; /* IE */
}
#CSSsiteTop,
#CSStopMenu,
#CSSfooter {
	float: left;
	display: inline;
	clear: both;
	width: 1000px;
	margin: 0 0px;
}
#CSStopMenu {
	width: 59%;
	clear: none;
}

#CSSmainBlock {
	background: transparent;
}
#CSSsiteTop {
	height: 150px;
	margin-top: 0px;
	background: transparent;
}
#CSStopMenu {
	margin-top: 40px;
}
#CSSfooter {
	position: relative;
	margin: -100px auto 0 auto;
	height: 100px;
	display: block;
	float: none;
	clear: both;
	width: 980px;
}

/* siteTop *******************************************************************/

#CSSsiteTop .logo {
	float: left;
	display: inline;
	width: 280px;
	margin: 60px 0 -30px 0;
	padding: 0;
	text-align: center;
}
#CSSsiteTop .logo img {
	width: 280px;
	height: 120px;
}

#CSSloginForm {	
	float: right;
	width: 170px;
	margin: 18px 0 0 0;
	padding: 0px 0px 0px 0px;
}
#CSSloginForm fieldset {
	width: 100%;
}
#CSSloginForm .label,
#CSSloginForm label {
	float: left;
	clear: left;
	margin: 6px 0 0 0;
}
#CSSloginForm .text {
	background: #ffffff;
	border: 1px solid #aaaaaa;
}
#CSSloginForm .text,
#CSSloginForm input {
	float: right;
	clear: right;
	width: 110px;
	margin: 2px 0;
}
#CSSloginForm div.text {
	text-align: center;
	margin: 3px 0;
}
#CSSloginForm .button {
	clear: both;
	width: 80px;
}
#CSSloginForm.error {
	margin-top: 25px;
	padding: 8px 0px;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	color: #bb0000;
 	border: 1px solid #bb0000;
}

/* contentTop ****************************************************************/

#CSStreeline {
	padding: 0 0 20px 0;
}

#CSStreeline a {
	font-style: italic;
	text-decoration: none;
}
#CSStreeline a:hover { text-decoration: underline; }

#ContentTop .sectionTitle {
	padding: 1px 0;
	margin: 0;
}

/* main columns ***************************************************************/

#ContentTop,
#ContentBox,
#CSSleftCol {
	float: left;
	display: inline;
}

#CSSleftCol {
	width: 280px;
	margin: 0px 0px 0px 0px;
}
#ContentTop,
#ContentBox {
	width: 680px;
	margin: 0px 0px;
	padding: 0 20px 0 20px;
}
#ContentTop {
	padding-bottom: 20px;
}
#ContentBox {
	padding: 0 20px 20px 20px;
}

/* leftCol module ************************************************************/

#CSSleftCol .module {
	margin: 0px 0px 20px 0px;
}
#CSSleftCol .module .header {
	padding: 0px 8px 20px 17px;
	line-height: 40px;
	height: 40px;
	font-size: 1.3em;
	font-weight: bold;
	color: #d97400;
	display: none;
}
#CSSleftCol .module .content {
	padding: 0px 0px 0px 0px;
}


/* left menubox **************************************************************/

#CSSleftCol ul.menubox, 
.menubox ul {
	margin: 0px 0px 0px 0px !important; /* overwrite default module .content */
	padding: 0px 0px 0px 0px !important; /* ditto */
	list-style-type: none;
}
#CSSleftCol ul.menubox {
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	background: url('img/layout_main/menu_level0.gif') no-repeat left top;
}
#CSSleftCol ul.menubox li { margin: 0px 0px 0px 0px; }
#CSSleftCol ul.menubox a {
	display: block;
	padding: .45em 5px .65em 5px;
	height: 1%;
	font-size: 1.2em;
	line-height: 16px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
}
#CSSleftCol ul.menubox a:first-letter {
	color: #cff09e;
	font-style: normal;
}

#CSSleftCol ul.menubox li a { /* level 0 */
	padding-left: 30px;
	background: url('img/layout_main/menu_level0.gif') no-repeat left bottom;
}
#CSSleftCol ul.menubox li a.selected {
	text-decoration: underline;
}
#CSSleftCol ul.menubox li a.expand {
	text-decoration: underline;
}
#CSSleftCol ul.menubox li a:hover {
	text-decoration: underline;
}

#CSSleftCol ul.menubox ul li a { /* level 1 */
	font-weight: normal;
	padding-left: 50px;
}
#CSSleftCol ul.menubox ul li a.selected,
#CSSleftCol ul.menubox ul li a.expand,
#CSSleftCol ul.menubox ul li a:hover {
}

#CSSleftCol ul.menubox ul ul li a { /* level 2 */
	padding-left: 70px;
}

/* content *******************************************************************/

#CSSmainBlock a.image,
#CSSnews .item a.image {
	float: left;
	margin: 0 5px 5px 0;
}
#CSSmainBlock a.image.right {
	float: right;
	margin: 0 0px 5px 5px;
}


#ContentBox .image img { border: 1px solid #cff09e; }
#ContentBox .image:hover img { border: 1px solid #ffffff; }

#ContentBox a.image.right {
	float: right;
	margin: 0 0px 5px 5px;
}
#ContentBox .linkBack {
	float: right;
	height: 30px;
	margin: 20px 0 ;
}
#ContentBox h2.left {
	float: left;
}

/* footer ********************************************************************/

#CSSfooter {
	color: #cff09e;
}
#CSSfooter .credits {
	float: left;
	margin-top: -20px;
	width: 250px;
	height: 20px;
	text-align: center;
	padding: 35px 15px 25px 15px;
	background: url('img/layout_main/footer_credits_bkg.png') no-repeat left top;
	_background: url('img/layout_main/footer_credits_bkg.gif') no-repeat left top;
}
#CSSfooter .copyright {
	float: right;
	margin-top: -20px;
	width: 140px;
	height: 20px;
	padding: 35px 15px 25px 25px;
	background: url('img/layout_main/footer_copyright_bkg.png') no-repeat left top;
	_background: url('img/layout_main/footer_copyright_bkg.gif') no-repeat left top;
}
#CSSfooter a {
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}

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

#ContentBox .gallery {
	clear: both;
}
#ContentBox .gallery.snippet {
	cursor: pointer;
	height: 140px;
}
#ContentBox .gallery .image {
	float: left;
	height: 140px;
}
#ContentBox .gallery.snippet .image {
}

#ContentBox #CSSnews .image:hover img { border-color: #cff09e; }
#ContentBox .gallery.snippet .image:hover img { border-color: #cff09e; }

#ContentBox .description {
	clear: both;
}

#ContentBox .tracklist {
	clear: both;
}

#ContentBox .tracklist .no {
	width: 30px;
}
#ContentBox .tracklist .name {
	font-weight: bold;
	width: 250px;
}
#ContentBox .tracklist .time {
	width: 40px;
	text-align: right;
}



/* tools and helpers *********************************************************/

.vaOuter { display: table; #position: relative; overflow: hidden; }
.vaOuter .vaInner { #position: absolute; #top: 50%;display: table-cell; vertical-align: middle; text-align: center !important; width: 100%; }
.vaOuter .vaInner .vaItem { #position: relative; #top: -50%; text-align: center !important; }
