/* GENERAL */

html, body {
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	/*height: 100%;*/
  }

body {
	/*border-top: 17px solid #7f7f7f;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.2em;
	height: 100%;
	background: #fff;
  }

#container {
	float: none;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
  }
  
#page {margin: 0}

h1 {
  font-size: 218%;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0 0 19px 0;
  }

h2 {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0 0 15px 0;
  }

h3 {
  font-size: 145%;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0 0 16px 0;
  }
.tagline, .note, #workleadtext h2, #article .autor, #sidebar h2, #contactpage1 h3, #thankspage1 h3 {
	font-size: 90%;
	color: #7f7f7f;
	font-style: italic;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
  }

.button a {
  text-decoration:none;
  margin: 20px 0px 30px 0px;
  padding: 3px 9px 3px 9px;
  font-size: 90%;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  line-height: 2em;
  }

.button a:hover {
  border-color: #d9b860;
  }

ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

li {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  }

a {
  color: #000;
  }

a:link {
  color: #000;
  }

a:visited {
  color: #000;
  }

a:hover {
  color: #fff;
  background: #6d6d6d;
  text-decoration: none;
  }

form {
  padding: 0;
  margin: 0;
  }

input.btn {
  height: 2em;
  width: 6em;
  font-family: Georgia, serif;
  font-size: 90%;
  color: #000;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  cursor: pointer;
  }

input.btnhov {
  color: #fff;
  background-color: #d9b860;
  border-color: #d9b860;
  }

img {
  border: 0px;
  }

.image {
	border: 1px solid #cccccc;
	padding: 4px;
  }
.clearer { /* IE */
  clear:both;
  font-size:1px;
  line-height:0px;
  height:0px;
  padding:0;
  padding:0;
}
/* TEMPLATE TOP */

#header {
	padding-top: 28px;
	padding-bottom: 5px;
  }

#header ul {
  float: right;
  text-align: right;
  width: 240px;
  color: #000;
  list-style-type: none;
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 20px;
  }

#header li {
  display: inline;
  }

#header li.active {
  margin-left: 8px;
  padding: 3px 9px 3px 9px;
  font-size: 90%;
  color: #ffffff;
  background: #4c4c4c;
  border-style: solid;
  border-color: #4c4c4c;
  border-width: 1px;
  }

#header li a {
  text-decoration:none;
  margin-left: 8px;
  padding: 3px 9px 3px 9px;
  font-size: 90%;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  }

#header li a:hover {
  border-color: #d9b860;
  }

#headerlogo {
  margin-right: 240px;
  }

#headerlogo h1 {
  display: inline;
  }

#headerlogo img.logoline {
  display: inline;
  margin-right: 18px;
  margin-left: 18px;
  }

#headerlogo .tagline {
  display: inline;
  position: relative;
  top: -12px;
  }

.navigation {
	clear:both;
	padding-left:5px;
	height:28px;
	margin:0 auto;
	padding-top: 7px;
	background: #000 url(/images/bgmenu.gif) repeat-x left top;
	margin-bottom: 35px;
}

.navigation li {
	float:left;
	list-style:none;
	margin:0;
}

.navigation a {
	color:#fff;
	height:22px;
	text-decoration:none;
	font-weight: bold;
	margin: 0 22px;
	width: 75px;
	display: block;
}
.navigation a.home {
	background: url(/images/home.gif) no-repeat
}
.navigation a.home:hover, .navigation a.home1, .navigation a.home1:hover {
	background:#6d6d6d url(/images/home1.gif) no-repeat
}
.navigation a.news {
	background: url(/images/news.gif) no-repeat
}
.navigation a.news:hover, .navigation a.news1, .navigation a.news1:hover {
	background:#6d6d6d url(/images/news1.gif) no-repeat
}
.navigation a.articles {
	background: url(/images/articles1.gif) no-repeat
}
.navigation a.articles:hover, .navigation a.articles1, .navigation a.articles1:hover {
	background:#6d6d6d url(/images/articles1.gif) no-repeat
}
.navigation a.autors {
	background: url(/images/autors1.gif) no-repeat
}
.navigation a.autors:hover, .navigation a.autors1, .navigation a.autors1:hover {
	background:#6d6d6d url(/images/autors1.gif) no-repeat
}

.navigation a span {
display:none;
}
.navigation form {
	margin: 0;
	float: right;
	background: url(/images/search.gif) no-repeat left center;
	padding: 0 27px 0 65px;
	line-height:0;
}
.navigation .searchtext {
	border: none;
	width: 147px;
	height: 17px;
}
.navigation form #button {
	background: #000000 url(/images/sb.gif) no-repeat left 12px;
	height: 18px;
	width: 40px;
	border: none;
}


/*.navigation a:hover {
	color:#fff;
	height:22px;
	padding-left:10px;
	text-decoration:underline;
	font-weight: bold;
	padding-right: 10px;
}*/


/* HOME PAGE */
#aboutlead {
	line-height: 1.1em;
	margin: 0 0 0 170px;
	padding: 0 2px 0 2px;
	width: 725px;
  }
#aboutleadin {
	margin: 0 0 4px 0;
	padding: 20px 0;
	background: #f2f2f2;
	float: left;
	clear: right;
  }
#aboutlead p {
	margin: 0.4em 0;
  }

#aboutlead a {
	color:#cc3300;
  	text-decoration: none;
  }
#aboutlead a:hover {
	color:#cc3300;
  	text-decoration: underline;
	background:none;
  }
#aboutleadbox {
	clear: both;
	padding: 6px 0;
	background: url(/images/blackdot.gif) repeat-x top;
}
#donation {
	clear: left;
	padding: 6px 0;
	background: url(/images/blackdot.gif) repeat-x;
	margin: 0;
}
#donation p {
	background: #fcf0dc;
	padding: 10px 20px;
	margin: 0;
}

#aboutleadin #open, #aboutleadin #close {
	position:absolute;
	bottom:0px;
	text-decoration:none;
	border:none;
	right: 2px;
}
#aboutlead1 {
	float: left;
	width: 201px;
	padding: 0 20px;
	border-right: 1px solid #000;
	background: #f2f2f2;
	position: relative;
  }

#aboutlead2 {
	float: left;
	width: 201px;
	padding: 0 20px;
	border-right: 1px solid #000;
	background: #f2f2f2;
	position: relative;
  }

#aboutlead3 {
	float: left;
	width: 201px;
	padding: 0 20px;
	background: #f2f2f2;
	position: relative;
  }
.aboutledselector {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px 3px;
	float: left;
	margin: 8px 8px 0 0;
	display: block;
}



#worklead li a {
  text-decoration:none;
  margin-right: 8px;
  padding: 3px 9px 3px 9px;
  font-size: 90%;
  border:1px solid #cccccc;
  }

#worklead li a:hover {
  border-color: #d9b860;
  }

#sidebar {
	float: left;
	width: 258px;
	margin-bottom: 20px;
  }
#sidebar h2 {
  width: 220px;
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
  }

#sidebar h3 {
	width: 240px;
	margin: 0 0 0.5em 0;
	font-size: 100%;
	font-weight: bolder;
	line-height: 1.1em;
  }

#sidebar p {
	margin:0 0 1.2em 0;
	width: 240px;
}

#sidebar ul {
	color: #000000;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
  }

#sidebar li {
  display: inline;
  }

#sidebar li a, #artmore a {
	text-decoration:none;
	margin-right: 8px;
	padding: 3px 9px 3px 20px;
	font-size: 90%;
	border: 1px solid #cccccc;
	background: url(/images/arrw.gif) no-repeat 3px center;
  }

#sidebar li a:hover, #artmore a:hover {
	border-color: #ccc;
	background:#000 url(/images/arrb.gif) no-repeat 3px center;
  }
#sidebar .datanews {
	background: #e8e8e8;
	padding: 0 2px;
}
#article #artmore {
	margin: 0 0 0 20px;
}
#article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-left: 1px solid #000;
	float: right;
	width: 638px;
}
#article .autor {width: 400px;}

#article .listing {
	line-height: 1.3em;
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
	width: 100%;
  }
#article .listing h3 {margin: 0 0 0.5em 0; line-height:1.1em}
#article .listing:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	} 
#article .item {
	width: 450px;
	margin-left: 180px;
  }
#article p {margin:0 0 1em 0}

/*MATERIAL*/
#curentarticle {
	margin: 0 0 20px 20px;
}
#curentarticle .artimage {
	float: right;
	border: 1px solid #cccccc;
	padding: 4px;
	margin:20px 10px 20px 20px;
}
#curentarticle h1, #curentarticle h2, #curentarticle h3, #curentarticle h4 {
font-size:160%;
line-height:1.1em;
margin:0 0 20px 0;
font-weight:400;
}
#curentarticle h3, #curentarticle h4 {
font-size:120%;
line-height:1em;
margin:20px 0;
font-weight:bold;
}
#curentarticle .anonce {
	font-size: 110%;
	font-weight: bold;
}

.listing img, .listing .datanews {
	float: left;
	margin-left: 20px;
  }
.listing .datanews {
	background: #e8e8e8;
	padding: 2px 6px;
	width: 120px;
	line-height: 1.3em;
}

/* PAGES NAVIGATOR */
#article #pagenav {
	margin: 0 20px; 
	font-size: 90%; 
	color:#ccc; 
	display:block
}
#article #pagenav a {
	text-decoration:none;
	margin: 0 8px 0 0;
	color:#000;
	padding: 2px 5px;
	border:1px solid #ccc;
	background: none;
}
#article #pagenav span {margin:0 8px 0 0; font-size:160%}
#article #pagenav a:hover {
	border-color: #ccc;
	color:#fff;
	background:#000;
  }

/* SUB PAGES */
#aboutpage {
  clear: both;
  line-height: 1.4em;
  }

#aboutpage p {
  line-height: 1.50em;
  text-indent: 1.4em;
  margin: 0;
  padding: 0;
  }

#aboutpage p.button {
  text-indent: 0em;
  margin: 18px 0 0 0;
  padding: 0;
  }

#aboutpage p.intro {
  text-indent: 0px;
  line-height: 1.4em;
  color: #666666;
  padding-bottom: 1.4em;
  }

#aboutpage1 {
  float: left;
  width: 210px;
  padding: 20px 0px 50px 20px;
  }

#aboutpage2 {
  float: left;
  width: 210px;
  padding: 20px 0px 50px 30px;
  }

#aboutpage3 {
  float: left;
  width: 210px;
  padding: 20px 30px 50px 30px;
  }

#donate {cursor:hand; cursor:pointer; color:#cc3300}
/* BOTTOM */

#footer {
	clear: both;
	border-top: 1px solid #000;
	font-size: 75%;
	color: #7f7f7f;
	line-height: 1.4em;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
  }

#footer address {
	float: right;
	text-align: left;
	width: 419px;
	margin-top: 14px;
	margin-right: 20px;
	color: #000000;
	border-left: 1px solid #000;
	padding: 0 0 0 30px;
	font-style: normal;
  }

#footer li {

  }

#footer p {
	margin-top: 14px;
	margin-right: 220px;
  }

#footer .name {
  color: #000000;
  }

#sitenotes {
	display: block;
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 0px 20px 0px;
  }

#sitenotes a {
  color: #3c3c3c;
  }

#sitenotes a:hover {
  color: #b9b9b9;
  background: #3c3c3c;
  text-decoration: none;
  }

#baner1 {
	border: 1px solid #ccc;
}
#baner2 {
	width: 150px;
	float: left;
	margin: 0;
}
.bed {
	margin: 0 0 20px 20px;
	display: block;
}
#developer {
	color: #7F7F7F;
}
#developer a, #developer a:hover {
	color: #7F7F7F;
	text-decoration: none;
	background:none;
}
#developer a span {text-decoration:underline}
