/************ RESET *************/	

/* v1.0 | 20080212 */

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{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	letter-spacing:-0.02em;
	vertical-align: baseline;
  background: transparent;
	line-height:1.2em;
	color:white;
  
}

ol, ul {
	list-style: none;
}

: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;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	font-weight: normal;
	line-height: 1.5em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

table, thead, tbody, tfoot, tr, th, td, input, select, textarea {
	font-family:inherit;
	font-size:1em;
}

q:before, q:after {
	content:"";
}

img, input, select, label {
	vertical-align:middle;
}

fieldset, img, a img {
	border:0 none;
}

a{
	text-decoration: none;
	color:white;
}

a:hover{
  color:#A00056;
}



/* Clearing Floats Without Structural Markup - ala http://www.positioniseverything.net/easyclearing.html */
.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix 
{
	display: inline-block;
}

html[xmlns] .clearfix 
{
	display: block;
}

* html .clearfix 
{
	height: 1%;
}


/* lists ----------------------------------------------------------------- */
ul, ol, li, dl, dd { 
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
/*  min-height:20px;*/
}

/* common ---------------------------------------------------------------- */
body
{
/*  color:black;*/
  background: black;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	overflow: hidden;
}

#supersize img, #supersize a{  
    height:100%;  
    width:100%;  
    display:none;  
}

#supersize .activeslide, #supersize .activeslide img{  
    display:inline;  
}

.hidden{
 visibility: hidden;
}

.notdisplayed{
 display: none !important;
}

.pink_nav{
  color:#A00056;
}

#footer{
  position: absolute;
  bottom:25px;
  height:60px;
  width:100%;
  background: url(../img/menu_bg_trans.png);
  z-index: 100000;
}

#logo{
  position: absolute;
  bottom:0px;
  left:0px;
  z-index: 23333013;
}

#logo h1{
/*  float:left;*/
  display:block;
  text-indent:-2000px;
  margin:0;
}

#logo h1 a{
  width:276px;
  height:144px;
  display:block;
  background:url(../img/logo.png) no-repeat;
}

#menu{
  float:right;
  margin-right:25px;
  margin-top:18px;
  z-index:100000;
}

#menu ul li{
  float:left;
  display: block;
  font-size:19px;
  margin-left:15px;
}

#menu ul li a{
  color:white;
}

a.current,
#menu ul li a.current,
#menu ul li a:hover{
  color:#A00056;
}

.galleria-counter{
  display: none;
}

.container{
  position:fixed;
  z-index:1000;
  top:25px;
  right:25px;
}

#right_col{
  float: right;
}

#left_col{
  float:right;
  margin-right:20px;
}

#left_content .news_item{
  margin: 0 20px 25px 25px;
}

#left_content{
  background:url(../img/transparent_bg.png);
  float: right;
  width:680px;
  height: 450px;
/*  margin-right: 30px;*/
/*  padding:10px;*/
}

.right_content_protector{
  background:url(../img/transparent_bg.png);
  float: right;
  width:415px;
  text-align: center;
  height: 10px;
  clear: both;
  padding:5px;
}

.left_content_protector{
  background:url(../img/transparent_bg.png);
  float: right;
  width:680px;
  height: 20px;
  clear: both;
/*  margin-right:30px;*/
/*  margin-right: 30px;*/
/*  padding:10px;*/
}

.close_btn{
  width:16px;
  height:16px;
  margin-top:3px;
  margin-left:3px;
  float:left;
  background:url(../img/close_btn.png);
}


#right_content{
  background:url(../img/transparent_bg.png);
/*  float: right;*/
  width:455px;
  height: 420px;
  padding-bottom:30px;
  margin-left:30px;

}

.news_item {
  font-size: 12px;
  margin: 0px 40px 25px 26px;
  float:left;
  clear: both;
}

.flatpage{
  font-size: 11px;
  margin: 0px 50px 25px 26px;
  float:left;
  clear: both;
}

.container h2{
  font-size:20px;
}

.container h2.gallery_title{
  margin:5px 0px 0px 15px;
}

.container p.details{
  color:#A00056;
  display: block;
  margin: 0 0 5px 0;
  clear: both;
}

.container a.more{
  display: block;
  margin-top:5px;
  text-align:right;
/*  float: right;*/
/*  clear: both;*/
}

.news_item span{
  font-size:14px;
  display: block;
  margin-top:10px;
  margin-bottom:10px;
}

.comment_item{
/*  border-bottom: 1px solid #A00056 ;*/
  padding-bottom: 10px;
  padding-top:5px;
}

p.comment_content{
  margin:5px 0;
}

.comment_form{
  margin-bottom:20px;
  float: left;
  padding:0 50px;
}



.comment_form span{
  font-size:16px;
  padding-bottom:5px;
  border-bottom: 1px solid #A00056 ;
}

.comment_form .row{
  float:left;
  margin-right:17px;
}

.comment_form .row.last{
  margin-right:0 !important;
}

.comment_form .row label {
  float:left;
  margin-bottom: 2px;
  font-size:13px;
}

.comment_form .bottom_row label.error,
.comment_form .row label.error{
  font-size:9px;
  clear: both;
  color:red;
}

.comment_form .row label em{
/*  text-decoration: none;*/
  font-style: normal;
  font-size:10px;
}

.comment_form .row input{
  float:left;
  clear: both;
/*  height:10px;*/
  width:150px;
  padding:5px;
  background:transparent;
  border: 1px solid #A00056; 
  color:white;
}

.comment_form .row.submit{
  float:right;
  margin:5px 0;
}

.comment_form .bottom_row{
  margin-top:10px;
  float: left;
}

.comment_form .bottom_row label{
  float:left;
  margin-bottom: 2px;
  font-size:13px;
}

.comment_form .bottom_row label em{
  font-style: normal;
  font-size:10px;
}


.comment_form .bottom_row textarea{
  width:508px;
  background:transparent;
  border: 1px solid #A00056;
  color:white;
  clear: both;
  float: left;
  height:120px;
  padding:5px;
}

.right_content_protector.wider{
  width:440px;
}

#right_content.wider{
  width:480px !important;
/*  padding: 0 5px;*/
}


.contact_form{
  margin-top:20px;
  float: left;
}

.contact_form span{
  font-size:16px;
  padding-bottom:5px;
  border-bottom: 1px solid #A00056 ;
}

.contact_form .row{
  float:left;
  margin-right:17px;
  clear: both;
  margin-top:15px;
}

.contact_form .row.last{
  margin-right:0 !important;
}

.contact_form .row label {
  float:left;
  margin-bottom: 2px;
  font-size:13px;
}

.contact_form .bottom_row label.error,
.contact_form .row label.error{
  font-size:9px;
  clear: both;
  color:red;
}

.contact_form .row label em{
/*  text-decoration: none;*/
  font-style: normal;
  font-size:10px;
}

.contact_form .row input{
  float:left;
  clear: both;
/*  height:10px;*/
  width:200px;
  padding:5px;
  background:transparent;
  border: 1px solid #A00056; 
  color:white;
}

.contact_form .row.submit{
  float:right;
  margin-right:10px !important;
/*  margin:5px 40px;*/
}

.contact_form .bottom_row{
  margin-top:15px;
  float: left;
}

.contact_form .bottom_row label{
  float:left;
  margin-bottom: 2px;
  font-size:13px;
}

.contact_form .bottom_row label em{
  font-style: normal;
  font-size:10px;
}


.contact_form .bottom_row textarea{
  width:380px;
  background:transparent;
  border: 1px solid #A00056;
  color:white;
  clear: both;
  float: left;
  height:120px;
  padding:5px;
}

p#result{
  float:right;
  font-size:15px;
  margin:20px 35px;
  width:300px;
}

#extra_images{
  margin:15px auto 15px auto;
/*  text-align:center;*/
width:460px;
}

#extra_images .extraimages img{
  margin:5px;
}

.pagination a{

  margin: 0 5px;
}

p#od{
	position: fixed;
	font-size: 10px;
	bottom: 2px;
	right:2px;
	z-index: 100000000000000000000;
}