/* @override 
	http://www.cashluna.org/templates20/css/style.css
	http://localhost:8500/cashluna/templates20/css/style.css
*/

/* @group General */

/* Applies for all pages under cashluna.org root*/

body {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #010006 url(../../assets20/bgn/blue.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	color: #000000;
}

a:link,a:visited,a:active{
	color: #436c8f;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.general-link a:link, .general-link a:visited {
	color: #c65800;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.general-link a:hover {
	color: #365f8c;
	text-decoration: underline;
}

.tools-link a:link, .tools-link a:visited {
	color: #6a6c6e;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.tools-link a:hover {
	color: #767784;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #183A53;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 5px;
}

h2 {
	
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
	line-height: 22px;
	color: #fff;
}

h3 {
	margin-top: 3px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 1em;
}

h4 {
	font-size: 12px;
}

h1 a:link, h1 a:visited{
	color: #fff;
	text-decoration: none;
		
	text-shadow: 1px 1px 1px #000;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #12465d;
	text-decoration: none;
}
h1 a:hover{
	color: #fff;
}
h2 a:hover, h3 a:hover {
	color: #2d71a5;
}

h4 a:link, h4 a:visited, h4 a:active {
	color: #28618c;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

#footer {
	
	width: 930px;
	margin: 0 auto;
	min-height: 160px;
	padding: 20px 10px 15px 10px;
	background: #666 url(../../assets20/bngfooter.jpg) repeat-x 0 bottom;
	margin-bottom: 3px;
	border-top: 8px solid #ccc;
	border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-ms-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	border-radius-bottomright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomright: 8px;
	-ms-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright:8px;
}

.alert{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #ccc;
	text-align: left;
	margin-left: 10px;
}

#footer li{
	list-style: none;
}


#footer a:link, #footer a:visited{
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer #left{
	display: table-cell;
	width: 200px;

	
}

#footer #center{
	display: table-cell;
	width: 200px;

	
}

#footer #center li{
	list-style-type: none;
	margin-bottom: 2px;
	margin-left: -40px;
}
#footer #left li{
	list-style-type: none;
	font-size: 11px;
	color: #ccc;
	margin-bottom: 2px;
	margin-left: -40px;
}
#footer .footer-title{
	
	
	list-style-type: none;
	color: #fff;
	font-weight: bold;margin-bottom: 5px;
	}
	
	#footer .footer-title img{
	margin-right: 4px;

}

#footer #right{
	display: table-cell;
}

#footer #right ul{
	position: absolute;
	margin-left: -40px;
}

#footer #right li{
		width: 35px;
	height: 36px;
float: left;
margin-right: 2px;
}

#right .flickr{
	background: url(../../assets20/bgn/social_off.png) 0 0;

}

#right .flickr:hover{
	background: url(../../assets20/bgn/social_on.png) 0 0;

}

#right .youtube{
	background: url(../../assets20/bgn/social_off.png) 35px 0;

}

#right .youtube:hover{
	background: url(../../assets20/bgn/social_on.png) 35px 0;

}
#right .twitter{
	background: url(../../assets20/bgn/social_off.png) 70px 0;

}

#right .twitter:hover{
	background: url(../../assets20/bgn/social_on.png) 70px 0;

}
#right .facebook{
	background: url(../../assets20/bgn/social_off.png) 106px 0;

}

#right .facebook:hover{
	background: url(../../assets20/bgn/social_on.png) 106px 0;

}

#right-2{
	display: table-cell;
padding-left: 60px;
}

.aviso-footer{
	font-size: 10px;
	color: #ccc;
	margin-top: 4px;
}

#right-2 .input{
	border: 1px solid #666;
	padding: 2px;
	padding-left: 4px;
	font-size: 12px;
	width: 210px;
	height: 22px;
	background: url(../../assets20/forms/bng.jpg) repeat-x 0 top;
}

#footer-info{
	color: #ccc;
	width: 950px;
	margin: 5px auto;
	margin-bottom: 30px;
	font-size: 11px;
	text-align: center;
}

.fecha {
	font-size: 11px;
	color: #666;
	text-transform: capitalize;
}

span {
	display: block;
}

.abstract {
	font-size: 80%;
	line-height: 17px;
}



.abstract span {
	display: block;
	margin-top: 10px;
	text-align: left;
}

.abstract a:link, .abstract a:visited {
	color: #365f8c;
	text-decoration: underline;

}


.abstract a:hover {
	color: #3e9bcf;

}


/*

 @end */

/* @group layout */

/* Applies for all the two colum layout right sidebar*/

.twoCol #container {
	width: 950px;
	background: #f2f2f2;
	margin:0px auto;
	margin-bottom: 0;
	
	display: table;
	padding-bottom: 10px;
}

.twoCol #header{
	width: 950px;
	margin: 0 auto;
	height: 100px;
	background: url(../../assets20/bgn/logo.png) no-repeat 0 10px;
}

.twoCol #sidebar-frontpage {
	float: right;
	margin-top: 0;
	padding-top: 10px;
	padding-right: 10px;
	width: 240px;
}


.twoCol #mainContent {
	
	float: left;
	width: 685px;
	padding: 10px 0px 10px 8px;
	vertical-align: top;
}



.rounded-borders, .widget, #featured, #tv-show, #latest, .sites-box, #other-news, .post-info, #view, #media #media-stream, #stream-player,#fb-stream-box,#stream-options, #stream-list, #peticiones, #mainContent {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* @end */

/* @group Navigation */

/* Applies for all pages under cashluna.org root*/

#nav {
	margin: 0 auto;
	padding: 0;
	background: url(../../assets20/fondonav.png) center 0;
	width: 950px;
	
	height: 38px;
	

}

#nav ul{
	margin-left: -40px;
	margin-top: -20px;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav a:link, #nav a:visited {
	color: #fff;
	
	padding: 12px 10px 10px 10px;
	float: left;
	width: auto;
	margin-right: 1px;
	text-decoration: none;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	
	
	text-shadow: 1px 1px 1px #000;

}

#nav a:hover {

}

#nav li:first-child a {
	
}

#nav a:active {

}

#nav .current {
	
}

/* @end */




/* @group widgets */

/* Applies for right sidebar Widgets*/

.widget {
	width: 235px;
	background-color: #fff;
	padding: 10px 5px 5px 0;
	display: table;
	margin-bottom: 10px;
}

.widget ul{
	margin-left: -8px;
	margin-right: 8px;
}

.widget li {
	font-size: 11px;
	color: #434556;
	list-style-type: disc;
	padding-bottom: 6px;
	margin: 0;
}



.widget .podcast-title {
	width: 230px;
	background: url(../../assets20/podcasttitulo.png) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
		height: 20px;
}
.widget .book-title {
	width: 230px;
	background: url(../../assets20/book/ellibro.jpg) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
		height: 20px;
}

.widget .donations-title {
	width: 230px;
	background: url(../../assets20/donations.jpg) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
		height: 20px;
}
.widget .stream-title {
	width: 230px;
	background: url(../../assets20/hoyentv.jpg) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
		height: 20px;
}

.widget .eventos-title {
	width: 230px;
	background: url(../../assets20/eventostitulo.png) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
	height: 20px;
}

.widget .videos-title {
	width: 230px;
	background: url(../../assets20/videostitle.png) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
		height: 20px;
}

.widget .random-title {
	width: 230px;
	background: url(../../assets20/randomtitle.png) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
		height: 20px;
}

.widget .facebook-title {
	width: 230px;
	background: url(../../assets20/facebooktitulo.png) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
		height: 20px;
}
.widget .popularity-title {
	width: 230px;
	background: url(../../assets20/populartitle.png) no-repeat left;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
		height: 20px;
}

.widget .twitter-box {
	min-height: 90px;
	margin-left: 10px;
	padding-bottom: 3px;
	padding-top: 15px;
	font-size: 80%;
	line-height: 17px;
}

.widget .twitter-box img{
	float: left;
	margin-right: 6px;
}



/* @end */
