@CHARSET "UTF-8";

body, html {
	height: 100%;
	position: relative;
}

body { 
  font-size: 75%;
  color: #fff; 
  background: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #ddd; margin-bottom: 0.5em; margin-top: 0px; }

h1 { font-size: 1.8em;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.3em;}
h4 { font-size: 1.1em;}
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; margin-bottom: 0;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h2 sup {
	font-size: 10px;
	font-variant: small-caps;
}

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #fff; }
a           { color: #ddd; text-decoration: underline; }

hr.bottom 	{
	border-bottom: 1px solid #333333;
	margin: 0 0 1em 0 !important;
	background: none;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.uppercase 	{ text-transform: uppercase; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.rounded 	{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.display-inline > * { float: left; margin-right: 5px; }

.box {
	background: #eee;
	padding: 10px;
}
.text-right {text-align: right;}

/* Main
--------------------------------------*/

.container {
	width: 380px;
}

#head,
#main,
#panel,
#foot {position: relative;}

#head h1 {}
#head h1 a {
	width:245px;
	height:79px;
	display:block;
	text-indent:-200em;
	overflow:hidden;
	background: transparent url("images/logo.png") no-repeat;
}
#head h1 a:hover {}

#menu-main {
	position:absolute;
	top: 10px; right:0;
	margin: 0;
	font-size: 1.2em;
}
#menu-main li {
	list-style: none;
	display: inline;
}
#menu-main li.selected a,
#menu-main li a:hover {
	border-bottom: 2px solid silver;
}
#menu-main li a {
	text-decoration: none;
}
#menu-main li a:hover {}

#main,
#panel {
	padding-top:5px;
	border-top: 7px solid #3f4853;
	background: #333;
}

#panel {}

#foot {padding-top: 10px;}


#foot .dev {
	position: absolute;
	top: 0; right: 0;
}

ul#messages {
	position: absolute;
	z-index: 100;
	top: 0; right: 0;
	width: 750px;
	margin: 0;
	padding: 0;
}
ul#messages li {
	list-style: none;
}

/** NEWS */

#news-content,
#news-comment-form,
#news-comment-list {
	clear:left;
	display: block;
}

#news-content {}
#news-comment-form {}
#news-comment-list {}

/** GALLERY */
#gallery-list {}
#gallery-category-list {}

#gallery-image-navigation {
	text-align:right;
	font-size: 12px !important;
}
#gallery-image-navigation a {
	text-decoration: none;
}

#gallery-description {}

#gallery-list ul,
#gallery-category-list ul {
	margin: 0;
	padding: 0;
}

#gallery-list ul li,
#gallery-category-list ul li{
	list-style: none;
}

#gallery-list ul li.selected,
#gallery-category-list ul li.selected {
	font-weight: bold;
}

#gallery-image-list {}
#gallery-image-list ul {
	margin: 0;
	padding: 0;
}
#gallery-image-list ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
#gallery-image-list ul li a {
	display:block;
	width: 55px;
	height: 55px;
	padding: 3px;
	text-align:center;
	border: 1px solid silver;
}
#gallery-image-list ul li.selected a,
#gallery-image-list ul li a:hover {
	border: 1px solid #333;
}
#gallery-image-list ul li a img {
	border: 0;
}

/** FORM */

.zend_form textarea {
	width: 250px;
	height: 100px;
}

.zend_form {}
.zend_form dt { float: left; clear: left; margin: 0; padding: 0; width: 120px; text-align: right; padding-right: 5px;}
.zend_form dd { float: left; margin: 0; padding: 0;}

.zend_form .errors li {color: red;}


.list-ico {
	margin: 5px;
}
.list-ico ul {
	margin: 0px;
	padding: 0px;
}
.list-ico ul li {
	display:block;
	list-style:none;
	padding: 2px 2px 2px 20px;
	margin-bottom:2px;
	border-bottom: 1px solid #666;
	background: #222 url("images/page_white.png") 2px 2px no-repeat;
}
.list-ico ul li a {
	text-decoration: none;
}
