/*  

Theme Name: Alain Forget
Theme URI: http://www.alainforget.com
Description: Alain Forget WebSite.
Version: 1.0
Author: Bracket Media
Tags: Implementacion por South Solutions
Author URI: http://www.BracketMedia.com

*/

/*generales*/
/*	*{ padding:0; margin:0; }	*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #444444 url(images/bg-body.jpg) repeat-x top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-bottom: 5px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */ 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */ 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #E2A21C;
	text-decoration: none;
}
a:hover {
	color: #E5760F;
}
p, #content li {
	font-size: 12px;
	line-height: 1.4;
}
p a{
	border-bottom: 1px solid #E2A21C;
}
p a:hover{
	border-bottom: 1px dotted   #E5760F;
}
#content p{
	padding-bottom: 14px;
}
.small-info p{
	color: #cccccc;
	font-size: 11px;
}
p + p {

}

h1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;	
	padding-bottom: 14px;
}

h2 {
	text-transform: none;;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;	
	padding-bottom: 14px;
}
h2 span.date{
	color: #999999;
	font-size: 11px;
	line-height: 1;
	font-weight: normal;
}

h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
	padding-bottom: 5px;
}
h4{
	color: #fff;
	font-size: 13px;
	padding-bottom: 10px;	
}
h4 span.date{
	color: #fae31b;

}
.hr{
	border-top: 1px solid #9b9b9b;
	height: 1px;
	margin-top: 10px;
	padding-bottom: 10px;
}
img {

}
.img-marg{
	margin: 0 0 30px 15px;
}
.img-marg2{
	margin: 0 15px 30px 0 ;
}
input, textarea, select{

}
input[type=submit]{}

input[type=button]{}

input[type=text]{}

input[type=password]{}

.margen_s {	margin: 5px;	}
.margen_m {	margin: 10px;	}
.margen {	margin: 15px;	}
.margen_l {	margin: 20px;	}
.padd_s {	padding: 5px;	}
.padd_m {	padding: 10px;	}
.padd {	padding: 15px;	}
.padd_l {	padding: 20px;	}

.clear {	clear: both;	}

.left {	text-align: left !important;	}
.center {	text-align: center !important;	}
.right {	text-align: right !important;	}

.fright {	float: right !important;	}	
.fleft {	float: left !important;		}
.no-bg {     background: none !important;		}

.yellow{
	color:#fae31b;
}
/*end generales*/

#layout{
	margin: 0 auto;
	width: 900px;
}

#header{
	height: 136px;
	float: left; 
	width: 900px;	
}
#logo, #logo a{
	height: 87px;
	width:  372px;
	margin: 0 auto;
	padding: 0;
	/* float: left; */
}
#logo a{
	background: url(images/alain_forget_logo.jpg) no-repeat center center;
	display: block;
}
#logo a span{
	display:none;
}

#navigation{
	margin-top:15px;
	width: 900px;
}
#navigation ul{
	margin: 0 auto;		
	width: auto;
	text-align: center
}
#navigation ul li{
	display: inline;
	cursor: default;
}
#navigation ul li a{ 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	padding: 0px 2px 6px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#navigation ul li a:hover {
    color: #E5A220;   	
}
#navigation ul li a:active, #navigation ul li a.active {
	color: #E66009; 
	/*background: url(images/bg-nav.gif) repeat-x bottom center;*/
}
#content{
    position: relative;	
	float: left;
	width: 900px;
	padding-bottom: 10px;
}
#content ul{

}
#content ul li{
	background: url(images/bg-li.jpg) no-repeat 3px 8px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#content .padd_mm {
	float: left;
	padding: 10px;
	width: 880px;
}
#cont-wrapper{
	float: left;	
	width: 607px;		
}
#video-player{
	padding-bottom: 10px;
}
#sidebar-wrapper{
	float: right;	
	width: 260px;
	border: 1px solid #010101;	
}
#sidebar-wrapper .sidebar{
	border: 4px solid #434343;
	background: #626262;
	padding: 10px 5px;
}
#sidebar-wrapper .sidebar p{
	font-size: 11px;
	line-height: 1.4;
	padding-bottom: 15px;	
}
.down-box{
	width: 607px;	
	padding-bottom: 3px;
/*
	bottom: 15px;
	left: 0px;
*/	
}
.box-wrapper{
	border: 1px solid #010101;
	background: #626262;
	padding: 10px 5px 0 5px;
	vertical-align: top;
}
.box-wrapper td{
	vertical-align: top;	
}
.box-wrapper img {
	margin-right: 10px;
}
.youtube{
	float: left;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}
.youtube div{
	border: 1px solid  #010101;
	padding: 4px;
	background: #B1B1B1;	
	float: left;
}
.youtube div object{
	float: left;
}
.podcasts-list{
	padding-top:10px;
}
.news-list, .podcasts-block{
	border-top: 1px solid #f1f1f1;
}
.news-block{
	border-bottom: 1px solid #f1f1f1;
	padding-top: 10px;	
	padding-bottom: 10px;		
}
.news-block img{
	margin-right: 10px;
}
.podcasts-block{
	padding-top: 10px;	
	padding-bottom: 10px;	
}
.podcasts-block a{
	color: #fff;
}
.podcasts-block p{
	padding: 0 !important;
	margin-left: 35px;
}
.other-events p{
	padding: 0px !important;
}
.post-block img{
	border: 1px solid #010101;
	margin: 0 15px 10px 0;
}
#footer{
	border-top: 1px solid #949494;
	border-bottom: 1px solid #949494;
	padding: 5px 10px;
	float: left;
	width: 880px;	
}
#footer p{
	color: #949494;
	font-size: 10px;

}
/*span*/
.span10{width:10px !important;}
.span30{width:30px !important;}
.span50{width:50px !important;}
.span60{width:60px !important;}
.span70{width:70px !important;}
.span80{width:80px !important;}
.span90{width:90px !important;}
.span100{width:100px !important;}
.span120{width:120px !important;}
.span130{width:130px !important;}
.span160{width:160px !important;}
.span165{width:165px !important;}
.span200{width:200px !important;}
.span250{width:250px !important;}
.span270{width:270px !important;}
.span300{width:300px !important;}
.span350{width:350px !important;}
.span400{width:400px !important;}
.span450{width:450px !important;}
.span460{width:460px !important;}
.span500{width:500px !important;}
.span600{width:600px !important;}
.span880{width:880px !important;}
/*end span*/


/* Modificaciones South Solutions */
.yellow a{
	color:#fae31b;
}
.yellow a:hover{
	color:#E5760F;
}
.youtube p a{
	color:#fff;
	text-decoration: none;
}
.youtube p a:hover{
	color:#fff;
	text-decoration: underline;
}
.news-block h4 a{
	color:#fff;
}
.news-block h4 a:hover{
	color:#E5760F;
}
.other-events a{
	color:#fff;
}
.other-events a:hover{
	color:#E5760F;
}
.navigation {
	display: block;
}
.alignright {
	float: right;
	font-size: 12px;
}
.alignright a {
	color:#fff;
}
.alignright a:hover {
	color:#E5760F;
}
.alignleft {
	float: left
}
.alignleft a {
	color:#fff;
	font-size: 12px;
}
.alignleft a:hover {
	color:#E5760F;
}
#cont-wrapper a {
	font-size: 12px;
}



#sidebar-wrapper .sidebar .testimonial 				{ padding-bottom: 9px; }
#sidebar-wrapper .sidebar .testimonial .author 		{ font-weight: bold; font-style: italic; padding-bottom: 7px; font-size: 12px; }
#sidebar-wrapper .sidebar .testimonial .content p 	{ padding-bottom: 7px; }