/* --------- /stylesheets/style.css --------- */ 
/* 
	project:  internet studio
	author:   luka cvrk (www.solucija.com) 
*/

*{ margin: 0; padding: 0; }* 
body { font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; background: #fff url(/images/bg.gif) repeat-x; color: #8E8E91; }
a {	color: #FE9A2E;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
h1 { font: normal 1em Georgia, "Times New Roman", Arial; color: #444; }
h2 { font: normal 1.7em Georgia, "Times New Roman", Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333; border-bottom: 1px solid #eee; }
img { border: 0; }
#content { width: 930px; margin: 25px auto; }
#logo { margin: 10px 0 20px 0; width: 200px; float: left; text-align: center; }
	#logo p { margin: 0; }
#menu { float: right; padding: 40px 0 0; margin: 0 0 38px; }
	#menu li { font-size: 1.1em; display: inline; }
	#menu li a { float: left; width: 87px; padding: 2px 0 7px; text-align: center; margin: 0 0 0 10px; color: #636365;  }
	#menu li a.current { background: #fff url(/images/button.gif) no-repeat; color: #fff; }
	#menu li a:hover { text-decoration: none; color: #000; background: #fff url(/images/button_grey.gif) no-repeat; }
.clear { clear: both; }
.caption { background: #fff url(/images/title.gif) no-repeat; padding: 2px 0 0 18px; height: 35px; color: #fff;  }
	.caption p { margin: 0; }
#left { margin: 0 0 20px; clear: left; width: 200px; float: left; }
.box { background: #e6e6e6; }
#left img { padding: 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff;}
.smallthumb { width: 109px; }
#center { width: 470px; float: left; margin: 0 0 20px 45px; }
#right { float: right; width: 200px; }
	.date { font-size: .8em; border-top: 1px solid #eee; padding: 5px 0 0; }
.box { background: #e6e6e6; padding: 10px; }
.box li { list-style: none; }
.box li a { padding: 0 5px; }
#footer { text-align: center; font-size: .84em; clear: both; padding: 15px; background: #e6e6e6; }
#footer a { color: #444; }



#menu2 { float: right;  margin: 0 0 38px; }
	#menu2 li { font-size: 1.1em; display: inline; }
	#menu2 li a { float: left; width: 87px; padding: 2px 0 7px; text-align: center; margin: 0 0 0 10px; color: #636365;  }
	#menu2 li a.current { background: #fff url(/images/button.gif) no-repeat; color: #fff; }
	#menu2 li a:hover { text-decoration: none; color: #000; background: #fff url(/images/button_grey.gif) no-repeat; }


.clase {
float: left;
font-weight:bold;
padding: 8px 0 0 0;
color: #CCC;
}

.linea{
border-bottom: 1px solid #eee; 
}
/* PLIGG */

.news-summary {
position:relative;
clear:left;
width:100%;
padding:1px 0 10px;
}

.news-upcoming {
background:url(/images/vote.png) no-repeat 0 0;
position:absolute;
top:3px;
left:0;
width:50px;
text-align:center;
font-size:85%;
list-style:none;
margin:0;
padding:0;
}

.vote-publish a {
font-size:26px;
letter-spacing:-1px;
text-decoration:none;
line-height:48px;
padding:15px 0 6px;
}

.vote-publish a small {
font-size:12px;
letter-spacing:0;
text-decoration:none;
}

.vote-publish a:hover,.vote-publish a:active {
text-decoration:none;
color:#000;
}

.top {
margin-left:60px;
padding:0 0 0 5px;
}

.top h4 {
padding-left:4px;
font-size:160%;
font-weight:400;
margin:0;
}

.top h4 a:link,.top h4 a:visited {
color:#36c;
font-weight:700;
}

.toptitle {
font-size:16px;
font-weight:400;
margin:0;
}

.toptitle a:link,.toptitle a:visited {
font-weight:700;
}

.toptitle a:hover {
}

.news-submitted {
font-size:85%;
margin-bottom:3px;
color:#999;
}

.news-submitted a {
color:#999;
text-decoration:underline;
}

.news-submitted img {
float:left;
margin-right:4px;
margin-top:3px;
vertical-align:bottom;
z-index: 1;
position:relative;
}

.news-details {
font-size:85%;
margin:0;
}

.news-details a:hover,.news-details a:active {
color:#333;
text-decoration:underline;
}

.news-details b {
color:#c00;
}

.news-body-text {
font-size:1.3em;
margin:10px 0 0;
color: #333;
}


.pagination {
    padding: 3px;
    margin: 3px;
font-size: 10px
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaaadd;
    text-decoration: none;
    color: #666;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #666;
    color: #000;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;

    margin: 2px;
    border: 1px solid #666;
    font-weight: bold;
    background-color: #666;
    color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }

/*forms*/

button {
	background : #ffffff;
	border : 1px solid #ddd;

}
input {
	border : 1px solid #ddd;
	margin : 2px 0px 2px 0px;
	padding : 4px 4px 4px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}
textarea {
	border : 1px solid #ddd;
	height : 6em;
	white-space: nowrap;
}

.comments {
color: #666;
}

.comentarios {

color: #666;

vertical-align: top;

}



.comentarios2 {

background-color: #eee;

}
