* {
    padding: 0;
    margin: 0;
}
body {
    background: #f2f2f2 url(/static/images/back-body.jpg) repeat-x 0px 0px;
}
div.inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
div#navigation-wrapper {
    background: #434544;
}
div#navigation {
    background: transparent url(../images/back-header.jpg) no-repeat top left;
    position: relative;
    height: 111px;
    z-index: 20;
}
div#navigation a#logo {
    width: 504px;
    text-indent: -9999em;
    color: #434544;
    display: block;
    position: absolute;
    height: 70px;
}
div#navigation ul#main {
    position: absolute;
    bottom: 10px;
    z-index: 2;
}
div#navigation ul#main li {
    display: inline;
    padding: 10px 0px 10px 0px;
}
div#navigation ul#main li a {
    padding: 5px 13px 23px 13px;
    font-size: 14px;
    font-family: Verdana;
    font-variant: small-caps;
    text-decoration: none;
    color: #CCC;
    outline: none;
}
div#navigation ul#main li.selected a, div#navigation ul#main li a:hover {
    color: white;
    background-image: url(../images/back-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
div#navigation ul#main li.selected a {
    font-weight: bold;
}
div#navigation ul#top {
    position: absolute;
    background: #333;
    right: 50px;
    top: 0px;
    padding: 4px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}
div#navigation ul#top li {
    display: inline;
}
div#navigation ul#top li.last a {
}
div#navigation ul#top li a {
    padding: 3px 6px;
    font-family: Arial, Helvetica, sans-serof;
    color: #ddd;
    font-size: 11px;
    text-decoration: none;
}
div#title {
    height: 147px;
    background-image: url(/static/images/back-h1.jpg);
}

div#title h1 {
    position: absolute;
    color: white;
    font-family: "Georgia", "Segoe UI", "Lucida Sans Unicode";
    font-weight: normal;
    font-size: 48px;
    bottom: 0px;
    left: 20px;
    letter-spacing: -1.5px;
    opacity: 0.6;
}

div#image1 {
    position: absolute;
    top: 30px;
    width: 245px;
    height: 524px;
    right: 0;
    background-image: url(/static/images/ballerina1.png);
    z-index: 10;
}
/*
div#image2 {
	display: none;
	position: absolute;
	top: 30px;
	width: 243px;
	height: 438px;
	right: 0;
	background-image: url(/static/images/ballerina2.png);
	z-index: 19;
}

div#image3 {
	display: none;
	position: absolute;
	top: 30px;
	width: 428px;
	height: 438px;
	right: 0;
	background-image: url(/static/images/ballerina3.png);
	z-index: 19;
}*/
div.content-inner {
    padding: 20px;
    width: 700px;
    float: left;
}
div.content-right {
    float: right;
    width: 220px;
    padding: 10px;
    margin-top: 220px;  
}
body#index div.content-inner {
    margin-bottom: 50px;
}

div#content ul li, div#content p {
    color: #5c4545;
    font-family: Georgia, "Lucida Sans Unicode", "Trebuchet MS";
    line-height: 160%;
    font-size: 14px;
    margin-bottom: 16px;
}
div#content ul li {
    margin: 0;
}
div#content h2 {
    color: 	#416786;
    font-family: "Trebuchet MS", "Lucida Sans Unicode";
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0px 10px 0px;
}
div#content h3 {
    padding-bottom: 5px;
    font-family: Verdana;
    font-size: 13px;
    color: #333;
}
div#content h4 {
    font-family: Verdana;
    font-size: 12px;
    color: #333;
}
div#content p a, div#content ul li a {
    color: #CE6D7E;
}
div.column {
    float: left;
}
div.column.half {
    width: 50%;
}
div.column.third {
    width: 33%;
}
div.column-inner {
    /*background-color: #d6e2ea;*/
    padding: 15px;
}
div.column-inner.left {
    padding-right: 20px;
}
div.column-inner.right {
    padding-left: 20px;
}
div#content div.column-inner p {
    font-size: 12px;
}
div#content div.column-inner a {
    color: #333;
	text-decoration: none;
}
div.photos img {
    border: 5px solid white;
    -moz-box-shadow: #666 2px 2px 5px;
}
div#content div.column-inner p.date {
    text-align: right;
    font-size: 10px;
    font-style: italic;
}
div#content div.column-inner p.date a {
    font-size: 10px;
}
div.clear {
    clear: both;
}
div#shoes {
    position: absolute;
    width: 200px;
    height: 133px;
    background-image: url(/static/images/shoes.png);
    top: -50px;
    left: 0px;
}
div#footer {
    margin-top: 40px;
    position: relative;
    border-top: 4px double #d0c6d0;
    font-size: 11px;
    font-family: Arial;
    color: #666;
}
div#footer-text {
    padding-left: 160px;
    padding-top: 5px;
}
div.player-container {
    float: left;
    margin: 10px;
}
a.player {
    float: left;
    display: block;
    width: 320px;
    height: 240px;
}
div.awards {
    padding-left: 22px;
    background: transparent url(../images/icons/star.png) no-repeat top left;
}
div.image {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
div.image.right {
	float: right;
}
div.image a {
}
div.image a img, div.album a img {
    border: 1px solid #999;
    padding: 5px;
    background: white;
}
div.album {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 220px;
	height: 200px;
}
div#content div.album h2 {
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
div#content div.album a h2 {
    color: #CE6D7E;
}

div#content div.box {
    margin-left: 10px;
    margin-right: 10px;
    background: #cedfe9 url(../images/back-box.png) no-repeat bottom right;
    position: relative;
    -moz-border-radius: 10px;
    padding: 15px;
    min-height: 150px;
}
div#content div.box p {
    color: #333;
}
div#content div.box p.date {
    margin-bottom: 0;
}
div#news h2 {
    margin: 0; padding: 0;
    padding-top: 4px;
    text-indent: -9999em;
    background: transparent url(../images/back-news.png) no-repeat scroll 20px bottom;
}
div#photos h2 {
    margin: 0; padding: 0;
    padding-top: 4px;
    text-indent: -9999em;
    background: transparent url(../images/back-photos.png) no-repeat scroll 20px bottom;
}
div#contact h2 {
    margin: 0; padding: 0;
    padding-top: 4px;
    text-indent: -9999em;
    background: transparent url(../images/back-contact.png) no-repeat scroll 20px bottom;
}
span.date {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding: 4px 5px;
	background-color: #e3d3d3;
	-moz-border-radius: 3px;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 25px;
    border-top-color: #e3d3d3;
}

body#o-nama div.image, body#foto-galerija div.image {
	width: 220px;
	height: 150px;
	text-align: center;
}
body#kontakt form {
	width: 570px;
    background-color: #CEDFE9;
	-moz-border-radius: 10px;
}
body#kontakt form fieldset {
	border: none;
}
body#kontakt form fieldset.details {
	float: left;
	width: 200px;
	padding-left: 10px;
}
body#kontakt form fieldset.details input,  body#kontakt form fieldset.text textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
	border: 1px solid white;
}
body#kontakt form fieldset.details label, body#kontakt form fieldset.text label {
	padding-top: 20px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body#kontakt form fieldset.text label {
	padding-top: 0;
	text-align: left;
}


body#kontakt form fieldset.details input {
	width: 190px;
}
body#kontakt form fieldset.text {
	float:  left;
	width: 336px;
	padding: 10px;
}
body#kontakt form fieldset textarea {
	width: 325px;
	height: 120px;
}

body#kontakt form fieldset.buttons {
	padding: 10px;
	padding-top: 2px;
	padding-right: 16px;
	text-align: right;
}
body#kontakt form fieldset.buttons input {
	padding: 5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	
}
body#kontakt form fieldset label {
	display: block;
}
body#kontakt div.error {
    background-color: #c00;
	padding: 10px;
	color: white;
	width: 550px;
	-moz-border-radius: 10px
}
body#kontakt div.error ul {
	margin-left: 20px;
}
body#kontakt div.error ul li {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: square;
}


