/* \*/
* html p {
	overflow: hidden;
	o\verflow: visible;
	he\ight: 1%;
}
/* */
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #333333;
}
body {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font: 90% Arial sans-serif;
	background-color: #000;
}
img {
	border: 0px;
}
#header {
	background: url('./urban_by_fajo/header_wallpaper.jpg');
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: 940px;
	height: 180px;
}

#sitehead {
   text-align: left;
	padding: 30px 0px 0px 50px;
	font: 130% Tahoma sans-serif;
	font-weight: bold;
	color: #333;
}

h1 {
	background: url('./urban_by_fajo/h1back.gif');
	background-repeat: no-repeat;
	width: 940px;
	text-align: center;
	margin: 0px auto 0px auto;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	color: #333;
	height: 40px;
}


#left-column h2, #right-column h2 {
   background: url('./urban_by_fajo/section-bullet.jpg');
	background-repeat: no-repeat;
	height: 20px;
	margin: 10px 0px 0px 0px;
	font-size: 100%;
	padding: 0px 5px 5px 10px ;
	color: #000;
}
#center-column h2 {
	margin: 5px 0px 0px 0px;
	font-size: 105%;
	font: 105% Tahoma sans-serif;
	font-weight: bold;
	padding: 7px;
   border: 0px;
}

h3 {
	margin: 10px 0px 0px 0px;
	font-size: 120%;
	padding: 0px;
}
p {
	line-height: 160%;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}
form {
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
form div {
	line-height: 200%;
	margin-top: 10px;
	padding: 0px 10px 10px 10px;
	background: #fff;
}
form div #options {
	margin: 0px;
	padding: 0px;
	background: none;
	border: 0px;
}
form div table {
	margin-top: 5px;
	border: 0px;
	width: 100%;
}
form div table td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
table {
	margin: 10px 0px 0px 0px;
	border: 1px solid #808080;
	width: 100%;
}
table td {
	padding: 3px;
	margin: 0px;
	border: 1px solid #f0f0f0;
}
table th {
	background: #e6e6e6;
	text-align: center;
	padding: 3px;
	margin: 0px;
	color: #3b3b3b;
}
.table-title {
	background: #ccc;
	color: #fff;
	font-size: 110%;
	padding: 5px;
	text-transform: none;
}
.desc {
	font-size: 75%;
	margin-top: 5px;
	display: block;
}
.small-text {
	font-size: 75%;
}
#content {
   background: url('./urban_by_fajo/back.gif');
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 940px;
	text-align: left;
}
ul, ol {
	line-height: 160%;
	margin: 10px 0px 0px 0px;
}
#left-column ul, #right-column ul {
	list-style-type: none;
	padding: 0px;
}
#left-column li, #part-bar li, #right-column li {
	display: inline;
}
#left-column ul li a:link, #left-column ul li a:visited, #right-column ul li a:link, #right-column ul li a:visited {
	background: url('./urban_by_fajo/menu-bullet.jpg');
	background-repeat: no-repeat;
	padding: 3px 0px 3px 40px;
	display: block;
	color: #000;
	margin-bottom: 1px;
	margin-left: 2px;
	text-decoration: none;
}
#left-column ul li.active-item a:link, #left-column ul li.active-item a:visited, #right-column ul li.active-item a:link, #right-column ul li.active-item a:visited {
	background: url('./urban_by_fajo/menu-bullet-active.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #f00;
}
#left-column ul li a:hover, #right-column ul li a:hover {
	background: url('./urban_by_fajo/menu-bullet-active.jpg');
	background-repeat: no-repeat;
	color: #f00;
	text-decoration: none;
}
#left-column {
	padding-right: 5px;
	width: 180px;
	float: left;
}

#center-column {
   background: url('./urban_by_fajo/center-back.gif');
	background-repeat: repeat-y;
	padding-right: 5px;
	width: 550px;
	float: left;
	position: relative;
	text-align: justify;
	
}
#right-column {
	width: 180px;
	float: left;
}
.float-ending {
	clear: both;
	display: block;
	height: 5px;
}
#footer {
	background: url('./urban_by_fajo/footer.jpg');
	background-repeat: no-repeat;
	width: 940px;
	padding: 0px;
	line-height: 150%;
	margin: 0px auto;
	width: 940px;
	font-size: 75%;
	color: #000;
	height: 40px;
}

#foottext {
   width: 900px;
	height: 20px;
	padding-top: 10px;
	margin-left: 20px;
}

#footer a:link, #footer a:visited {
	color: #333;
}
#footer a:hover {
	text-decoration: none;
	color: #666;
}
.popup-error, .popup-success {
	position: absolute;
	top: -70px;
	right: -150px;
	z-index: 1000;
	width: 300px;
	height: auto;
	background: #ccc;
	padding: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.popup-success {
	background: #ccc;
}
.input-error {
	color: #333;
	font-size: 150%;
	font-weight: bold;
}
.comment-avatar {
  width: 64px;
  padding-left: 10px;
  float: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.redbutton {
  color: #cc0000;
}
.greenbutton {
  color: #666;
  font-weight: bold;
}
p.article-info {
	color: #808080;
	font-size: 80%;
}
.perex-img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 0px;
	padding: 5px 5px 5px 0px;
}
h4 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
.comment-1, .comment-2 {
  margin-top: 5px;
  padding: 10px 10px 5px 10px;
  color: #808080;
  border-top:1px solid #ccc;
}
.comment-2 {
  color: #606060;
}
.comment-1 p, .comment-2 p {
  margin-top: 5px;
}
p.comment-info {
  margin: 0px;
  font-size: 80%;
  color: #666;
  padding: 3px 5px;
}

.gallery-cell {
  position: relative;
  margin: 10px 0px 0px 10px;
  padding: 10px;
  border: 1px solid #c6c6c6;
  text-align: center;
  float: left;
  width: 151px;
}
.bubble {
  display: none;
  position: absolute;
  width: 212px;
	height: 69px;
	z-index: 500;
	top: -70px;
	left: -30px;
	color: #ffffff;
	padding-top: 10px;
	text-align: left;
	background: url('./kcms_default/bubble.png') no-repeat 0px 0px;
	padding-left: 15px;
	font-size: 80%;
}
.gallery-cell:hover .bubble {
  display: block;
}
.poll {
	display: block;
	background: #e23e00;
	margin: 3px;
	height: 5px;
}
