/*   
Theme Name: primitiu-telecotilla
Theme URI: http://www.usuadio.com/
Description: El meu primer tema V.1.0
Author: Jose Manuel Goig Campoy
Author URI: http://www.usuadio.com/
Version: 1.0
General comments/License: 20100618
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
Tags: buddypress
.
*/


body {
	background: #FFBFD3;
	color: #FD257F;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}

a {     color: #FD257F;
	font-weight:bold;
	text-decoration:none;
	
}

a:hover {
	text-decoration:underline;
}

#page {
	width: 1200px;
	border: 2px solid #FD257F;
/*	border-bottom: 3px solid #FD257F;
	border-top: 3px solid #FD257F;*/
	background-color: #ffffff;
	font-family: Arial;
	text-align: justify;
	/*padding: 5px;*/
	margin:0 auto;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	}

#header {
	color: #FFFBCC;
	background-color: #FD257F;
	padding: 5px;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	
}
#header a {
	font-size: 37px;
	text-decoration:none;
	color: #ffffff;

}
#header a:hover {
	color: #FFBFD3;
	
}

#top ul {

	list-style: none;
	font-size: 12px;
	font-family: Verdana;
	margin:0px;

}

#top li {list-style: none;} 


#top  li a{
	color: #FFFFFF;
	font-size: 12px;
	float:left;
	background-color: rgba(253, 37, 127, .5);*/
	display: block;
	margin:1px;
	margin-left:0px;
	padding:10px;
	text-decoration:none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;


}

#top  li a:hover {
	text-decoration: underline;

}


#sdbar1 {
	position: relative;
	width: 260px;
	color: 000000;
	background-color: #ffffff;
	padding: 10px;
	float:right;
	border: 1px solid #FD257F;
	margin: 15px;
	
}

#sdbar1 h2 {
	font-size: 13px;
	font-weight:bold;

	
}
#sdbar1 li {
	list-style:none;
}

#sdbar1 ul li {
	list-style:square;
}
#sdbar1 li h2 {
	background-color:#FD257F;
	color: #ffffff;
}

#content {
	position: relative;
	width: 850px;
	color: #FD257F;
	background-color: #ffffff;
	padding: 15px;
	float:left;
	
}


#post {
	color: #FD257F;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #FD257F;
	font-family: Arial;
	font-size: 14px;
}

#post h3{
	font-size: 18px;

}
#post h3 a{
	background-color: rgba(253, 37, 127, .5);

/*	background-color:#FD257F;*/
	color: #ffffff;
	padding:10px;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;

}

#footer {
	color: #ffffff;
	background-color: #FD257F;
	padding: 5px;
	clear:both;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;

}
#footer a {
	color: #FFFBCC;
	font-weight:bold;

}
#footer a:hover {
	color: #CA2130;
	
}


#searchtext {
	color: #FD257F;
	background-color: #FFBFD3;
}
#searchsubmit {
	color:#FFBFD3;
	background-color: #FD257F;
}
#searchsubmit:hover {
	color:#FFFBA4;
}
p.nabega {
	text-align:center;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.excomment {padding:5px;
background-color: #FFFFFF;

} 

#commentlist {

} 

commentlist .author {  
 font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;  
text-decoration:underline;  
 }  

.commenttext {  
  border:0.5px solid #FD257F;  
   padding: 0 20px 10px 20px;  
   color:#FD257F;   
background-color:#FFBFD3; /*#EAEACD;*/
  }  
.commenttextauth {  
  border:0.5px solid #FD257F;  
   padding: 0 20px 10px 20px;  
   color:#000000; 
 background-color: #FFBFD3;
  }  