﻿/* HTML TAG STYLES */
html {
  /*overflow-y: scroll;*/
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: black url('images/back.jpg') repeat;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #fff;
	/**height: 100%;**/
}

a:link,
a:visited {
	color: #FFFF00;
	text-decoration: none;
}

a:link:hover,
a:visited:hover {
  color: #afafaf;
}

img {
  border: 0;
}
/** STILOVI ZA MOJ HEADER **/
#page-header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFF00;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	line-height: 1.1em;
	font-size: 1.2em;
}
.header1 {
	background-image: url('images/header_01_1.jpg');
	height: 456px;
	display: inline;
	width: 352px;
	float: left;
}
.header2 {
	height: 385px;
	width: 161px;
	background-image: url('images/header_02.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
}
.header3 {
	height: 385px;
	width: 162px;
	background-image: url('images/header_03.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
}
.header4 {
	height: 385px;
	width: 162px;
	background-image: url('images/header_04.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
}
.header5 {
	height: 385px;
	width: 163px;
	background-image: url('images/header_05.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
}
.header6 {
	height: 71px;
	width: 648px;
	display: inline-block;
	float: left;
	background-image: url('images/header_06.jpg');
}
.header7 {
	height: 140px;
	width: 1000px;
	clear: both;
	float: left;
	background-image: url('images/header_07.jpg');
	vertical-align: top;
}
.header2 p {
	padding-top: 100px;
	padding-left: 9px;
	padding-right: 15px;
}
.header3 p {
	padding-top: 120px;
	padding-left: 10px;
	padding-right: 10px;
}
.header4 p {
	padding-top: 100px;
	padding-left: 11px;
	padding-right: 15px;
}
.header5 p {
	padding-top: 110px;
	padding-left: 9px;
	padding-right: 15px;
}


/** BODY AND FOOTER (STICK FOOTER TO BOTTOM OF PAGE) **/
#non-footer {
  position: relative;
  top: 0;
  min-height: 100%;
  background-position: center top;
  background-repeat:no-repeat;
}

* html #non-footer {
	height: 100%;
	font-size: 0.8em;
}

#footer {
	position: relative; /*margin-top: -45px;*/;
	text-align: center;
	font-size: 0.8em;
	margin-top: 150px;
}

.page-content {
  padding-bottom: 45px;
}



/** MAIN HEADER BAR **/
#main-header {
  margin-top: 570px;
  height: 51px;
  background: transparent url(images/main-header.png) repeat-x 0 0;
  position: relative;
}

#main-header-left {
  display: inline-block;
  width: 28px;
  height: 51px;
  background: transparent url(images/main-header-left.png) no-repeat 0 0;
  position: absolute;
  left: -28px;
}

#main-header-right {
  display: inline-block;
  width: 28px;
  height: 51px;
  background: transparent url(images/main-header-right.png) no-repeat 0 0;
  position: absolute;
  right: -28px;
}

#main-header a {
	padding: 0 15px;
	color: #000066;
	font-size: 120%;
}
#main-header a:hover {
	color: #FFFF00;
}

#main-header form {
  display: inline-block;
  padding-right:10px;
}

#main-header span.dot {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 9px;
  background: transparent url(images/main-header-dot.png) no-repeat 0 0;
}

#main-header span.links {
	display: inline-block;
	position: relative;
	top: 18px;
	left: 10px;
	font-weight: bold;
}

#main-header form {
  position: absolute;
  right: 0;
  top: 11px;
}



/** HEADER - RED **/
.header-red {
  background: transparent url(images/header-red.png) repeat-x 0 0;
  position: absolute;
  top: -15px;
  left: 0px;
  height: 35px;
  padding: 0 10px;
  font-size: 110%;
  font-weight: bold;
}

.header-red-left {
  display: inline-block;
  width: 14px;
  height: 35px;
  background: transparent url(images/header-red-left.png) no-repeat 0 0;
  position: absolute;
  left: -14px;
}

.header-red-right {
  display: inline-block;
  width: 14px;
  height: 35px;
  background: transparent url(images/header-red-right.png) no-repeat 0 0;
  position: absolute;
  right: -14px;
}

.header-red-text {
  position: relative;
  top: 6px;
  left: -2px;
}



/** HEADER - GREY **/
.header {
  background: transparent url(images/header-grey.png) repeat-x 0 0;
  position: absolute;
  top: -20px;
  left: 5px;
  height: 43px;
  padding: 0 2px;
  font-size: 110%;
  font-weight: bold;
}

.header-left {
  display: inline-block;
  width: 20px;
  height: 43px;
  background: transparent url(images/header-grey-left.png) no-repeat 0 0;
  position: absolute;
  left: -20px;
}

.header-right {
  display: inline-block;
  width: 20px;
  height: 43px;
  background: transparent url(images/header-grey-right.png) no-repeat 0 0;
  position: absolute;
  right: -20px;
}

.header-text {
	position: relative;
	top: 13px;
	color: #000000;
	font-size: 110%;
}


/** PAGE SECTION **/
.section-left {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}

.section-right {
  display: inline-block;
  width: 13%;
  margin-left: 13px;
}
.section-left-watch {
  display: inline-block;
  min-width:62%;
  max-width: 79%;
  vertical-align: top;
}

.section-right-watch {
  display: inline-block;
  width: 17%;
  margin-left: 20px;
}

.section-content-no-header {
  /** background-color: #0d121a;**/
  background-image:url(images/bg.jpg);
  background-repeat:repeat;
  border: 1px solid #970000;
  position: relative;
  padding: 4px 8px;
  margin-top: 20px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.section-content {
	/** background-color: #0d121a;**/
  background-image: url(images/bg.jpg);
	background-repeat: repeat;
	border: 1px solid #970000;
	position: relative;
	padding: 30px 4px 4px 5px;
	margin-top: 35px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	text-align: left;
	color: #FFFFFF;
}

.section-content-fix {
  /** background-color: #0d121a;**/
  background-image:url(images/bg.jpg);
  background-repeat:repeat;
  border: 1px solid #970000;
  position: relative;
  padding: 30px 4px 60px 5px;
  margin-top: 35px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}


.section-sidebar-content {
  /** background-color: #0d121a;**/
  background-image:url(images/bg.jpg);
  background-repeat:repeat;
  border: 1px solid #970000;
  position: relative;
  padding: 4px 8px 8px 8px;
  margin-top: 35px;
  padding-top: 20px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.section-videos div.video {
  display: inline-block;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 32.9%;
  margin-bottom: 18px;
  line-height:1.4em;
  font-size:10pt;
}

span.video .video-container {
  width: 124px;
  font-size: 90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.video-container .video-thumb,
.video-brief-thumb .video-thumb {
	border: 1px solid red;
	background-color: #000; /*padding: 1px;*/;
	max-width: 320px;
	max-height: 240px;
}


.video-container .stars {
  float: right;
}

.video-brief-thumb {
  position: relative;
}

/*
.video-brief-thumb .stars {
  position: absolute;
  top: 51px;
  left: 2px;
}*/

.video-brief {
  margin: 8px 0;
  text-align:center;
}

.video-brief > span {
  display: inline-block;
}

.video-brief > span.video-brief-details {
  width: 90%;
  vertical-align: top;
}

.video-brief-facets > span {
  width: 100px;
}



/** USER PROFILE STYLE **/
.profile-avatar {
  max-width: 240px;
}

.profile-fields span {
  margin-bottom: 8px;
}

.profile-fields span.field {
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.profile-fields span.value {
  display: inline-block;
  width: 79%;
  vertical-align: top;
}



/* THUMBNAIL SELECTION STYLE */
div.thumb-select-container {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  max-height: 110px;
  overflow: auto;
}

div.thumb-select-container img {
  max-width: 120px;
  max-height: 90px;
  padding: 2px;
  border: 4px solid #ececec;
}

div.thumb-select-container img.thumb-selected {
  padding: 2px;
  border: 4px solid green;
}



/** TAG CLOUD **/
div.tags {
  line-height: 1.5em;
}

div.tags a {
  padding: 0 3px;
  vertical-align: middle;
}

div.tags a:hover {
  /*color: #000;*/
}

a.tag-100 {
	font-size: 100%;
	color: #CC3300;
}

a.tag-100:hover {
  background-color: #CC3300;
  color: #fff;
}

a.tag-110 {
	font-size: 110%;
	color: #FF0000;
}

a.tag-110:hover {
  background-color: #FF0000;
  color: #fff;
}

a.tag-120 {
	font-size: 120%;
	color: #FF3300;
}

a.tag-120:hover {
  background-color: #FF3300;
  color: #fff;
}

a.tag-130 {
	font-size: 130%;
	color: #FF6600;
}

a.tag-130:hover {
  background-color: #FF6600;
  color: #fff;
}

a.tag-140 {
	font-size: 140%;
	color: #FF9900;
}

a.tag-140:hover {
  background-color: #FF9900;
  color: #fff;
}

a.tag-150 {
	font-size: 150%;
	color: #FFCC00;
}

a.tag-150:hover {
  background-color: #FFCC00;
  color: #fff;
}

a.tag-160 {
	font-size: 160%;
	color: #FFCC66
}

a.tag-160:hover {
  background-color: #FFCC66;
  color: #000;
}

a.tag-170 {
	font-size: 170%;
	color: #FFFF66;
}

a.tag-170:hover {
  background-color: #FFFF66;
  color: #000;
}

a.tag-180 {
	font-size: 180%;
	color: #FFFF99;
}

a.tag-180:hover {
  background-color: #FFFF99;
  color: #000;
}

a.tag-190 {
	font-size: 190%;
	color: #FFFFCC;
}

a.tag-190:hover {
  background-color: #FFFFCC;
  color: #000;
}

a.tag-200 {
	font-size: 200%;
	color: #fff;
}

a.tag-200:hover {
  color: #000;
  background-color: #fff;
}




/** FOOTER BAR **/
#footer-bar {
	background-color: #080808;
	border: 1px solid #999;
	border-bottom: none;
	color: #808080;
	margin-top: 30px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	padding: 6px 10px;
	width: 360px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer-bar a {
	color: #CC0000;
}



/* FORM FIELDS */
span.label {
  display: inline-block;
  text-align: right;
  width: 7em;
  font-weight: bold;
  vertical-align: top;
  padding-top: 3px;
}

span.wider {
  width: 13em;
}

span.nopad {
  padding-top: 0px;
}

span.input-container {
  vertical-align: top;
  margin-left: 3px;
  display: inline-block;
}

span.text-container {
  margin-left: 3px;
  position: relative;
  top: 0.2em;
  display: inline-block;
}

div.field {
  margin-top: 8px;
  margin-bottom: 8px;
}



/** PROGRESS BAR **/
#progress-bar {
  height: 24px;
  width: 0;
  background-color: #afafaf;
  text-align: center;
  font-weight: bold;
}

#progress-percent {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  top: 1px;
}

#progress-container {
  border: 1px solid #afafaf;
  width: 400px;
  position: relative;
}




/** INNER CONTENT SECTIONS **/
.inner-section-header {
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  background-color: #282828;
  border: 1px solid #666;
  padding: 4px 8px 6px;
  color: #999;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span.selected {
  outline: none;
  background-color: #000;
  border: 1px solid #666;
  border-bottom: none;
  bottom: 12px;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  position:relative;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span {
  outline: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  color: #999;
  cursor: pointer;
}

.inner-section-header-link:hover {
  color: #000;
}

.inner-section-content {
  text-align: left;
  position: relative;
  border: 1px solid #666;
  border-top: none;
  margin-bottom: 5px;
  padding: 4px 8px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}



/** PAGINATION **/
.pagination {
	margin-bottom: 20px;
	margin-top: 18px;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	color: #AFAFAF;
}
.pagination a {
	color: #FFFF00;
}
.pagination a:hover {
	color: #FFFFFF;
}

.paginationindex {
  margin-bottom: 20px;
  margin-top: 8px;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}

.pagination span {
  padding: 0 4px;
}



/** RATING STARS **/
#rater-stars {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 1;
}

.rater-div {
  position: absolute;
  width: 19.6px;
  height: 21px;
  top: 2px;
  left: 0px;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 30;
  cursor: pointer;
}

#rater-text {
  position: absolute;
  top: 5px;
  left: 100px;
}



/* CLASSES */
.bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.normal {
  font-weight: normal;
}

.click {
  cursor: pointer;
}

.fs80 {
  font-size: 80%;
}

.fs90 {
  font-size: 90%;
}

.fs95 {
  font-size: 95%;
}

.fs105 {
  font-size: 105%;
}

.fs110 {
  font-size: 110%;
}

.fs120 {
  font-size: 120%;
}

.fs130 {
	font-size: 130%;
	background-color: #808080;
}

.main-content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}



/** CLIPS **/
#clips img {
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
  margin: 0 10px;
}

#clips img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#clips img.selected {
  cursor: default;
  filter: alpha(opacity=100);
  opacity: 1;
}




/** MISC **/
.message-error {
  font-weight: bold;
  font-size: 135%;
  color: #d52727;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.message-notice {
  font-weight: bold;
  font-size: 135%;
  color: #2ae000;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.message-warning {
  font-weight: bold;
  font-size: 135%;
  color: #ea8612;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.captcha-image {
  border: 1px solid black;
  margin-bottom: 4px;
}

.captcha-reload {
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
}

.swfupload {
  vertical-align: middle;
}



/** darko uneo **/

.prebanera {
	display:inline-block;
	vertical-align:top;
	width:640px;
}
.baneruzvideo {
	display:inline-block;
	vertical-align:top;
	min-width:0;
	max-width:125px;
	text-align:center;
}
.stat {
	display:inline-block;
}
#statblock {
	text-align: left;
	font-size: 0.9em;
	color: #000000;
	margin-left: -37px;
	margin-top: -17px;
}
#intro {
  width: 200px;
  margin-right: auto;
  position: absolute;
  z-index:10;
  top:-143px
}
#introtxt {
	background-color: #000000;
	padding: 10px;
	border: 1px solid #444;
	border-top: none;
	color: #D0E1FB;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 0.9em;
	text-align: center;
	margin-top: -10px;
}
#introtxt strong {
	font-weight:bold;
}
#peel {
	z-index:100;
	margin-right:-46px;
	position:relative;
}
#clickhere {
	text-align:center;
	color:#EA8612;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:1.3em;
	font-weight:bold;
}
.index-horizontal {
	padding:20px 40px 0;
	display:inline-block;
}
.inner {
	padding:2px 17px 0 13px;
	float:left;
}
.index-vertical {
	padding-top:25px;
	text-align:center;
	padding-left:3px;
}
#bottomlinks {
	text-align: center;
	margin-left: 55px;
	font-weight: bold;
}
#toplinks {
	text-align: center;
	margin-left: 55px;
	font-weight: bold;
	clear:both;
}

#main-header-dax {
  margin-top: 5px;
  height: 51px;
  background: transparent url(images/main-header.png) repeat-x 0 0;
  position: relative;
  display:inline-block;
  margin-right:50px;
}
#main-header-dax a {
	padding: 0 5px;
	color: #FFFF00;
	font-size: 180%;
}
#main-header-dax a:hover {
	color: #FFFFFF;
}
#main-header-dax span.links {
  display: inline-block;
  position: relative;
  top: 12px;
}
#center {
	text-align:center;
}
.trades li {
	display: inline-block;
	width:200px;
}
.trades ul {
	list-style-type: none;
	padding: 0 5px 0;
	line-height: 2em;
	font-size: 1.3em;
}
.trades li:nth-child(odd) a {
	color: #FFFF99;
}
.trades li:nth-child(even) a {
	color: #FFFF55;
}
.trades {
	text-align: center;
}
.preview-hd {
	background: transparent url(images/preview-hd.png) no-repeat 0 0;
	width: 665px;
	height: 46px;
	margin: 55px auto auto;
}
#header-narrow {
	background:transparent url(images/header-narrow.jpg) no-repeat 0 0;
	width:1000px;
	height:232px;
}
#toplinks-header-narrow {
	text-align: right;
	margin-right: -15px;
	font-weight: bold;
	float:right;
	margin-top:20px;
	width:300px;
}
.subscription {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.subscription table {
	width: 100%;
	border-color: #FF0000;
	border-style: solid;
	border-width: thin;
}
.subscription table th {
	font-size: 0.7em;
	background-color: #000000;
	font-weight: normal;
}
.subscription table tr {

}
.subscription .special {
	font-size: 0.7em;
	color: #FFFF00;
}

.subscription table td {
	font-size: 1.2em;
}
.2257 a {
	font-size:1.3em;
	color: #FFFF00;
}
.white-link a {
	color: white;
	font-size: 1.2em;
}
.2257 a:hover {
	color: #FFFFFF;
}
.white-link a:hover {
	color: #999999;
}
.warning {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.warning table {
	width: 100%;
	border-color: #FFFF00;
	border-style: solid;
	border-width: thin;
}
.warning table th {
	font-size: 1.4em;
	background-color: #970000;
	font-weight: bold;
	letter-spacing: 2em;
	color: #FFFF00;
}
.warning table tr {

}
.warning table td {
	padding: 10px;
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
}
.splash-description {
	width: 600px;
	margin-top: -50px;
	color: #AFAFAF;
	font-size: 1.1em;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
}
.green-bg {
	background-color: #009900;
}
.red-bg {
	background-color: #970000;
}
.parents-notice {
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 55px;
	margin-bottom: 25px;
	color: #AFAFAF;
}
.parents-notice a {
	color: #ECECEC;
}
.updated {
	text-align: right;
	font-size: 0.7em;
	color: #AFAFAF;
	margin-left: auto;
	margin-right: auto;
	width: 470px;
}
#recips {
	width:900px;
	margin-top:100px;
	margin-bottom:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.supportlink {
    color: white;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: left;
    width: 490px;
    border: 1px solid red;
    padding:5px 5px 5px 8px;
    background-color:#440000;
        }
