/* ------ generale ------------------------------ */
*{
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #2d3235;
	color: white;
}
body {
	font-family: "Microsoft Sans Serif", helvetica, arial, sans-serif;
	min-width: 940px;
	height: auto;
	position: relative;
	margin: 25px;
	background-color: #2a2e31;
	color: inherit;
}
a, a:hover {
	text-decoration: none;
}
img {
	border-style: none;
}
ul {
	list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

.r_arr {
	background-image: url("r_arr.gif");
	background-repeat: no-repeat;
	background-position: 95% 60%;
	padding-right: 1.5em;
}

/* ------ header ------------------------------ */

#header {
	background-color: #24292d;
	color: inherit;
	width: auto;
	border-bottom: 2px dotted #3f484c;
}
#top {
	height: 60px;
	color: #106395;
	background-color: inherit;
	text-align: right;
}
#top h1 {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	font-family: serif;
	padding: 10px 0 0 60px;
	background: transparent url("h_bg.jpg") no-repeat 10px 10px;
	float: left;
}
#top a {
	background-color: inherit;
	color: #106395;
}
#top ul{
	margin-right: 30px;
	line-height: 60px;
	vertical-align: middle;
}
#top ul li {
	display: inline;
	margin-left: 10px;
}
#top ul a{
}
#top ul a img{
	border: 1px solid #bbb;
}
#imgs {
	background-color: #106395;
	color: inherit;
	height: 125px;
	margin: 0 30px;
}

/* ------ top_menu ------------------------------ */

#top_menu{
}
#top_menu ul {
	padding: 15px 30px;
	text-align: right;
}
#top_menu ul li {
	display: inline;
	padding: 0 20px;
	font-weight: bold;
	font-family: georgia, serif;
	background-color: inherit;
	color: #8c9699;
}
#top_menu li a {
	background-color: inherit;
	color: #676e75;
}
#top_menu ul li a:hover,
#top_menu ul li.current {
	background-color: inherit;
	color: #8c9699;
	text-decoration: underline;
}
/* ------ left_menu ------------------------------ */

#left_menu {
	float: left;
	padding: 15px 0 15px 10px;
	position: relative;
	width: 165px;
	overflow: hidden;
}
#left_menu fieldset{
	text-align: right;
	padding-right: 12px;
	border: none;
}
#left_menu fieldset input{
	margin-top: 4px;
	background-color: #303538;
	border-style: solid;
	border-width: 1px;
	border-color: #171a1c #575d63 #575d63 #171a1c;
	padding: 1px;
	color: #8c9699;
}
#left_menu fieldset input#submit {
	border-color: #575d63 #171a1c #171a1c #575d63;
	cursor: pointer;
}
#left_menu p{
	text-align: center;
	background-color: inherit;
	color: #53595e;
	font-weight: bold;
}
#left_menu ul {
	position: relative;
	width: 155px;
}
#left_menu li {
	margin: 10px 0 5px 0;
	background-color: #171a1c;
	color: inherit;
	border: 1px solid #0f1112;
	font-weight: bold;
}
#left_menu li ul {
	padding: 4px 0 6px 10px;
	background-color: #222629;
	color: inherit;
	width: 143px;
}
#left_menu li li {
	margin: 3px 0 0 0;
	background-color: transparent;
	border: none;
	font-weight: normal;
}
#left_menu li a {
	background-color: inherit;
	color: #676e75;
	font-family: georgia, serif;
	padding-left: 4px;
	line-height: 1.7em;
}
#left_menu li li a{
	padding-left: 1px;
	line-height: 1.3em;
}
#left_menu li a:hover,
#left_menu li.current {
	text-decoration: underline;
	background-color: inherit;
	color: #53595e;
}
#left_menu li.last{
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}

/* ------ content -------------------------------- */

#content {
	margin-left: 175px;
	padding: 15px 20px 20px 30px;
	background-color: inherit;
	border-left: 2px dotted #3f484c;
	color: #8c9699;
}
/* ----- browse nav ------------------------------- */

#nav {
	padding-bottom: 15px;
	font-weight: bold;
}
#nav a{
	background-color: inherit;
	color: #676e75;
}
#nav span {
	background-color: inherit;
	color: #53595e;
}
#nav div{
	padding: 3px 10px;
	background-color: #303538;
	color: inherit;
	border: 1px solid #3f484c;
	margin-top: 5px;
	min-height: 20px;
}
#nav div span {
	font-weight: normal;
	background-color: inherit;
	color: #8c9699;
}
#nav div a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background: transparent url('dot.gif') no-repeat 0 75%;
	padding: 0 15px;
}
#nav a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #53595e;
}

/* ----- browse pag ------------------------------- */

#paginatie {
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
}
#paginatie span {
	padding: 1px 3px;
	margin: 0 1px;
	border: 1px solid #464d52;
	background-color: inherit;
	color: #464d52;
}
#paginatie span.current{
	background-color: #2a2e31;
	border-color: #2a2e32;
	color: #8c9699;
}
#paginatie span.sep {
	border-color: #2a2e31;
	background-color: #2a2e32;
	color: #676e75;
}
#paginatie a {
	padding: 1px 3px;
	margin: 0 1px;
	border: 1px solid #676e75;
	background-color: #24292d;
	color: #676e75;
}
#paginatie a:hover {
	background-color: #363d40;
	color: #8c9699;
}

/* ----- galerie ------------------------------- */

#main {
	padding: 0;
	margin: 0;
}
#com_poza,
#main .item {
	padding-bottom: 5px;
	float: left;
	width: 118px;
	text-align: center;
}
#com_poza p,
#main .item p {
	font-size: 0.7em;
	width: 110px;
	height: 2.5em;
	overflow: hidden;
	margin: 0 0 0 2px;
}
#main .item p a{
	background-color: inherit;
	color: #afbcbf;
}
#main .item p a:hover{
	text-decoration: underline;
}

#com_poza a.tmb,
#main .item a.tmb {
	display: block;
	width: 112px;
	height: 112px;
	line-height: 110px;
	text-align: center;
	color: inherit;
	background-color: #303538;
	border: 1px solid #3f484c;
	overflow: hidden;
	margin-left: 2px;
}
#com_poza a.tmb:hover,
#main .item a.tmb:hover {
	background-color: #363d40;
	color: inherit;
}
#com_poza a.tmb img,
#main .item a.tmb img {
	vertical-align: middle;
	border-color: #212426 #3f484c #3f484c #212426;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

#main .pins {
	width: 236px;
}
#main .pins a{
	margin-left: 8px;
	width: 220px;
	height: 295px;
	line-height: 295px;
}
#main .pins p {
	width: 220px;
}

/* ------ page -------- */

#content h3 {
	padding: 10px 20px 5px 10px;
	margin-bottom: 10px;
	color: #8c9699;
	border-bottom: 1px solid #8c9699;
	background-color: inherit;
	font-family: georgia, serif;
	width: 95%;
}
#content p {
	margin-top: 20px;
}
#content p img{
	vertical-align: bottom;
}
#content table {
	margin: 20px 0px 40px 30px;
}
#content table input,
#content table textarea {
	background-color: #ddd;
	color: #171a1c;
}
#content table td {
	padding-right: 15px;
	padding-top: 1px;
	font-size: 0.9em;
}
#content table .btn {
	vertical-align: bottom;
	padding-left: 20px;
}
#webm {
	font-size: 0.9em;
	background-color: inherit;
	color: #676e75;
}

#links {
	margin: 20px 0 0 20px;
}
#links p {
	margin-top: 10px;
}
#links a {
	background-color: inherit;
	color: #676e75;
	font-weight: bold;
}
#links a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #53595e;
}

/* ------ comments -------- */
#com_intro {
	overflow: hidden;
}
#com_poza {
	margin-top: 3px;
}
#com_poza p{
	margin: 0;
}
#com_text {
	font-size: 0.9em;
	padding: 10px 20px 10px 150px;
}
#comments .comm {
	font-size: 0.9em;
	margin: 10px 10px 10px 0;
	border: 2px solid #222629;
	color: inherit;
	background-color: #2d3235;
}
#comments p{
	margin: 0;
	padding: 15px;
}
#comments p.author{
	background-color: #222629;
	color: inherit;
	padding: 5px;
	font-weight: bold;
}
#comments p.author span {
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 10px;
}
p#form_hdr {
	margin-top: 50px;
	font-size: 0.8em;
	font-weight: bold;
}

/* ------ divNote -------- */

#note {
	font-size: 0.9em;
	padding: 15px;
}
#note p{
	margin: 10px;
}

/* ------ divPar -------- */

#par {
	padding: 10px 20px;
}
#par p{
	text-indent: 1em;
	text-align: justify;
}

/* ------- about page ------ */

#articol {
	float: right;
	margin: 15px 10px 10px 20px;
	width: 300px;
	height: 857px;
}
#poze {
	padding-top: 20px;
	clear: right;
}
#poze a {
	padding: 0 1%;
}
#poze p {
	text-align: center;
}
/* ------ footer -------- */

#btm_menu ul {
	text-align: center;
	background-color: #24292d;
	color: #8c9699;
	font-size: 0.9em;
	padding: 2px 0;
}
#btm_menu ul li {
	display: inline;
	padding: 0 15px;
	font-family: georgia, serif;
}
#btm_menu li a {
	background-color: inherit;
	color: #676e75;
}
#btm_menu ul li a:hover,
#btm_menu ul li.current {
	background-color: inherit;
	color: #8c9699;
	text-decoration: underline;
}
#copicons{
	padding-top: 5px;
	background-color: #24292d;
	color: #53595e;
}
#copy{
	font-size:0.8em;
	background-color:inherit;
	color: #53595e;
	padding:0px 3px;
	float:left;
}
#icons{
	padding:0px 1px;
	float:right;
	display:inline;
}


