/*

Theme Name: Internet Center
Theme URI: http://ericulous.com
Description: Clean and Light Interface
Version: 1.3
Author: Genkisan
Author URI: http://ericulous.com

StyleSheet by David Herreman
http://www.free-css-templates.com

project: internet center template
author: luka cvrk (www.solucija.com)

*/

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	/* */
	background-image: url(images/fondo.gif);
	background-position: -70px 0px; 
	background-repeat: repeat-y;
	background-color: #f4f4f4;
	font-size: 12px;
}

a {
	color: #185DA0;
	background: inherit;
}

a:hover {
	/* color: #9EC068; */
	background: inherit;	
	/* */
	color: #C80000;
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	color: #000; 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h3 { 
	font-size: 1.4em;
}

h4 { 
	font-size: 1.3em;
}

h5 { 
	font-size: 1.2em;
}

h6 { 
	font-size: 1.1em;
}

p {	
	/* margin: 0 0 5px 0; */
	/* */
	margin: 0 0 10px 0;	
}

blockquote {
	margin: 10px 0 0 25px;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	color: #666;
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url(images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
	/* */
	width: 778px;
	margin: 10px auto 10px 30px;
}

.header { 
	height: 45px; 
}

.top_info {
	float: right;
	width: 500px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #eee;
}

	.top_info_left {
		width: 240px;
		float: left;
		/* */
		display: none;
	}

	.top_info_right {
		float: right;
		text-align: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.slogan {
	font-size: 0.9em;
	/* width: 160px; */
	/* */
	width: 300px;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}

	.bar ul { 
		margin: 0; 
		padding : 0; 
		list-style : none; 
	}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	
	.bar .current_page_item a{ 
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
		/* */
		color: #C80000;
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	}
	
	.bar a:hover {
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068; 
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
		/* */
		color: #C80000;
	} 

.search_field { 
	background: #DCF2B8 url(images/barbg.gif) no-repeat; 
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
	/* */
	display: none;
}

.subheader {
	/*  margin: 0px 0 10px 0;  */
	padding: 8px;
	background: #f4f4f4 url(images/subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
	/* */
	margin: 0px;
}

/* left side
   --------- */

.left {
	float: left;
	width: 435px;
	margin: 0 0 10px 0;
}
	.left_articles {
		/* margin: 0px 0 10px 0; */
		/* */
		margin: 10px 0 10px 0;
	}

.metadata {
	border-top: 1px dotted #ccc;
	margin-bottom: 50px;
	text-align: right;
}
	
.alignright {
float: right;
}
	
.alignleft {
float: left;
}

.centered {
display:block;
margin:0 auto 0 auto;
}

/* Begin Comments*/

.commentlist li.alt {
	/* background-color:#F0FBFB; */
	/* */
	background-color: #F4F4F4;
	border:1px solid #CCCCCC;
}

.commentlist {
	margin:15px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #fafafa;
	color: #808080;
	border: 1px solid #eeeeee;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: inline;
	}
/* End Comments */
	
/* Sidebar
   ---------- */
		
.sidebar {
	float: right;
	width: 310px;
	/* margin: 0 0 10px 0; */
	/* */
	width: 328px;
	margin-top: 10px;
}

.sidebar h2 {
	border-bottom: 1px solid #efefef;
}

.sidebar ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

.sidebar li {
	margin: 0; 
	padding : 0; 
	list-style-type:none;
}

.sidebar li ul li{
	list-style-type:none;
	margin-left:20px;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #A9D4F2;
		color: #246088;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
		/* */
		background-color: white;
		margin: 0 10px 10px 0;		
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}
		
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #9EC068;
	background: #fff;
	/* */
	color: #C80000;
}
/* */
.footer .alignright {
	display: none;
}


/* persoanales */
.chica {
	width: 300px;
	height: 155px;
	background-image: url(images/fotochica.jpg);
	position: relative;
}
.chica h1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.chica a {
	background-color: white;
}
.supercabecera {
	background-image: url(images/supercabecera.jpg);
	background-position: -0px 0px;
	padding-top: 1px
	/* margin-bottom: 10px; */
}
img.size-medium {
	border: 2px solid #185DA0;
}

.transparente {
	 background-color: black;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60; 
	height: 60px;
	width: 100%;
	position: absolute;
	top: 0px;
}