/*
Theme Name: BP Taifa Home (child-theme)
Theme URI: http://seminaritaifa.org/
Description: El child-theme de seminaritaifa.org
Version: 1.1.3
Author: Joan Junyent Tarrida
Author URI: http://junyent.org
Tags: buddypress, three-columns, white, orange, flexible-width
Template: bp-default
*/


/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/* Uncomment the following line and add your custom styles to '_inc/css/custom.css' */
// @import url( _inc/css/custom.css );


/***********************************************************
 Global Reset
************************************************************/

body {margin:0;
}

/***********************************************************
 Let the games begin...
************************************************************/
div.clear {clear: both; }

a {color: #FF6600;}
a.visited {color: #FF6600;}

#home-main {clear:both; margin: 10px auto; max-width:960px;}
#home-left { float:left; clear:right; margin:100px auto; padding: auto 25px; max-width:350px;}
#home-right { float:left; margin:10px auto; max-width:450px;}
#home-right ul { float:left; list-style:none; margin:0; padding:0;}
#home-right ul li {margin:10px auto; padding:10px auto; color:#FFF;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#home-right ul li h3 {font-family: Helvetica; padding:15px 0 0 75px;}
#home-right ul li p {font-size: 14px; padding: 0px 15px 0 75px;}
#home-right ul li a, #home-right ul li a:visited {color:#FFF;}
#home-qui {background: #F08C0E url(_inc/images/home-qui.png) no-repeat scroll 10px 10px;}
#home-cursos {background: #669900 url(_inc/images/home-cursos.png) no-repeat scroll 10px 10px;}
#home-publicacions {background: #5D666E url(_inc/images/home-publicacions.png) no-repeat scroll 10px 10px;}


#wp-admin-bar .padder {
width:100% !important;
margin:0px auto;
border-top: 10px solid #FF6600; !important;
}

#header {
	background: none;
	left:0;
	width:100%;
	padding-right: 10px;
}	

#header h1 {
	margin:20px;
	position: relative;
	line-height:100%;
	color: #F60;
	font-size:100%;
}

#header h1 a {
		text-indent: -999em;
		background: url(_inc/images/taifalogoweb.png) top left no-repeat;
		overflow: hidden;
		width: 214px;
		display: block;
}


#header ul#nav {
	float:right;
	margin:7px 0 0;
	max-width:100%;
}




#footer {
border-top:1px dotted #CCCCCC;
border-bottom: 5px solid #FF6600;
text-align: center;
color:#666666;
margin:0 auto;
padding:15px;
}

#footer ul li, #footer ul { list-style: none; display: inline; padding: 0px 15px;}
#footer a { text-decoration: none; color: #FF6600;}
#footer hr { border: 1px dotted #CCCCCC;
			margin-bottom: 20px; 
}

#first-section  {
float:left; width:30%; margin:0 0 0 2.5%
}

#second-section  {
float:left; width:30%; margin:0 0 0 2.5%
}

#third-section  {
float:left; width:30%; margin:0 0 0 2.5%
}

/**** Qui som?  *******/
h3.about {
	display: block;
	padding: 4px 8px 0;
	min-height: 20px;
	width: 100%;
	background: #FF9900 no-repeat;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.99em;
	text-decoration: none;
	cursor: pointer;
}



textarea#contact-form-comment-47 {width: 500px;}
