/*WWW.DJMACIO.CZ Stylesheet*/

/*skryte polozky*/
.hide {
	display: none;
}

.cleaner {
	clear: both;
}

body {
	text-align: center;
	margin: 0px;
	background-color: #1A1A1A;
	overflow: -moz-scrollbars-vertical;
}

div#entrance {
	width: 760px;
	height: 570px;
	margin: 0px auto;
}

div#entrance a {
	display: block;
	width: 760px;
	height: 570px;
	background: url(images/enter.png) no-repeat center center;
}

div#entrance img {
	border: 0px;
}

div#menuBio, div#menuDates, div#menuDownloads, div#menuGallery, div#menuGuestbook, div#menuContact {
	width: 760px;
	height: 240px;
	margin: 0px auto;
}

div#menuBio {
	background: url(images/bio.jpg) no-repeat center center;
}

div#menuDates {
	background: url(images/dates.jpg) no-repeat center center;
}

div#menuDownloads {
	background: url(images/downloads.jpg) no-repeat center center;
}

div#menuGallery {
	background: url(images/gallery.jpg) no-repeat center center;
}

div#menuGuestbook {
	background: url(images/guestbook.jpg) no-repeat center center;
}

div#menuContact {
	background: url(images/contact.jpg) no-repeat center center;
}

div#main {
	width: 760px;
	margin: 0px auto;
	background: Black url(images/mainbars.png) repeat-y;
}

div#mainContent{
	width: 448px;
	background: url(images/main.png) no-repeat;
	min-height: 330px;
	height: 330px;
	float: left;
}

div[id] #mainContent {
	height: auto;
}

div#mainNews {
	width: 270px;
	float: right;
	margin: 0px 0px 0px auto;
	background: url(images/news.png) no-repeat;
	min-height: 250px;
	height: 250px;
	padding: 80px 0px 0px 42px;
}

div[id] #mainNews {
	height: auto;
}

div.newsItem {
	text-align: left;
	font: 0.8em Arial, Helvetica, sans-serif;
	width: 237px;
	padding: 6px 13px 0px 10px;
	margin: 0px auto 0px 0px;
	background: Black url(images/news_upper.png) no-repeat right top;
}

div.newsLowerCorner {
	width: 260px;
	height: 13px;
	background: Black url(images/news_lower.png) no-repeat right top;
	margin: 0px auto 0px 0px;
	overflow: hidden;
	position: relative;
	top: -6px;
	z-index: 0;
}

div.newsItemDate {
	color: White;
	z-index: 1;
	position: relative;
}

h3.newsItemHeader {
	color: #FDFA00;
	padding: 1px 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	z-index: 1;
	position: relative;
}

p.newsItemText {
	color: White;
	margin: 0px;
	padding: 1px 0px;
	z-index: 1;
	position: relative;
}

div.commonParagraph, div.listParagraph {
	margin: 0px auto 5px 32px;
	padding-left: 20px;
	width: 375px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: White;
	text-align: left;
	background-color: #282828;
}

div.listParagraph {
	width: 359px;
	margin: 0px auto 0px 32px;
	padding: 8px 16px 0px 10px;
	background: #282828 url(images/paragraph_upper.png) no-repeat right top;
}

div.listParagraphContent, dl.listParagraphContent {
	position: relative;
	z-index: 1;
}

dl.listParagraphContent {
	margin: 0px;
}

div.listParagraphLowerCorner {
	margin: 0px auto 0px 32px;
	width: 385px;
	height: 16px;
	background: #282828 url(images/paragraph_lower.png) no-repeat right top;
	position: relative;
	top: -8px;
	overflow: hidden;
	z-index: 0;
}

div.commonParagraph p {
	margin: 0px 16px 0px 0px;
}

div.paragraphUpperCorner {
	width: 375px;
	height: 16px;
	background: url(images/paragraph_upper.png) no-repeat right center;
}

div.paragraphLowerCorner {
	width: 375px;
	height: 16px;
	background: url(images/paragraph_lower.png) no-repeat right center;
	clear: both;
}

h3.listHeader {
	padding: 2px 0px;
	margin: 0px;
	font-size: 1.1em;
}

div.listPict {
	display: block;
	float: left;
	padding-right: 5px;
	position: relative;
	z-index: 2;
}

div.listPict a img {
	border: 2px solid #4F4F4F;
}

p#footer {
	width: 760px;
	margin: 0px auto;
	padding: 4px 0px;
}

p#footer a {
	width: 95px;
	height: 24px;
	display: block;
	margin: 0px auto 0px 0px;
	background: url(images/cw_logo.png) no-repeat center center;
}

div.fileParams {
	padding-left: 30px;
}

div.rightLink {
	float: right;
	text-align: center;
	z-index: 1;
	position: relative;
}

div.rightLinkParagraph {
	text-align: right;
	font-weight: bold;
	color: white;
	padding: 0px 20px 10px 0px;
}

div.rightLink a, div.rightLinkParagraph a {
	font-weight: bold;
	color: #FDFA00;
	border-bottom: 1px dashed #FDFA00;
	text-decoration: none;
	display: block;
	padding: 0px 1px;
}

div.rightLinkParagraph a {
	display: inline;
}

div.rightLink a:hover, div.rightLinkParagraph a:hover {
	color: #9B9800;
	border-bottom: 1px dashed #9B9800;
}

dt.listItem {
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

dt.listItem a {
	font-weight: bold;
	color: #FDFA00;
	border-bottom: 1px dashed #FDFA00;
	text-decoration: none;

}

dt.listItem a:hover {
	color: #9B9800;
	border-bottom: 1px dashed #9B9800;
}

dd.listItemDescription {
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

a.photoThumbnail {
	display: block;
	float: left;
	border: 2px solid White;
	margin: 10px 10px 10px 0px;
	width: 120px;
	height: 90px;
	background-color: #282828;
}

a.photoThumbnail:hover {
	border: 2px solid #FDFA00;
}

a.photoThumbnail img {
	border: 0px;
}

div.noBgParagraph {
	margin-left: 42px;
}

ul.gbData {
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px;
}

ul.gbData li {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	position: relative;
	z-index: 1;
}

ul.gbData li a {
	color: #FDFA00;
	text-decoration: none;
}

ul.gbData li a:hover {
	color: #9B9800;
}

a.emailLink span, a.replyLink span {
	display: none;
}

a.emailLink {
	display: block;
	width: 13px;
	height: 10px;
	background: url(images/email.png) no-repeat center center;
	margin: 3px;
}

a.replyLink {
	display: block;
	width: 16px;
	height: 10px;
	background: url(images/reply.png) no-repeat center center;
	margin: 3px;
}

li.gbDataLeft {
	float: left;
}

li.gbDataRight {
	float: right;
}

a.pagesList {
	padding: 0px 2px;
	font-weight: bold;
	color: #FDFA00;
	text-decoration: none;
}

a.pagesList:hover {
	color: #9B9800;
}


span.activePage {
	padding: 0px 5px;
	font-weight: bold;
	text-decoration: underline;
}

td.formLabel {
	text-align: right;
	padding-right: 3px;
}

input.formTableInput, textarea.formTableInput {
	background-color: Black;
	border: 1px solid #A0A0A4;
	color: White;
}

img.emoticonInsertImage {
	cursor: pointer;
}

div.specCleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0px;
}

input#spfbox {
	margin-right: 5px;
}
