/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 

/* Video */
.frontpage-video { line-height: 17px; }

/* Social Icons Headline */
div.frontpage-social {
	line-height: 26px;
	font-size: 11px;
	text-transform: uppercase;
}

/* Poll */
form.short.frontpage-form > div { margin: 5px 0; }
form.short.frontpage-form button { margin-top: 10px; }

/* Newspaper */
.frontpage-newspaper {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 1px;
	height: 68px;
	background: #f7f7f7;
	border-top: 1px solid #e2e2e2;
}

.frontpage-newspaper img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.frontpage-newspaper > div {
	margin-left: 100px;
	line-height: 16px;
}

.frontpage-newspaper > div h4 { margin: 9px 0 2px 0; }


/* Widgetkit
----------------------------------------------------------------------------------------------------*/

.frontpage-news,
.frontpage-weather,
.frontpage-stocks { background: url(../images/module_line_v.png) 0 0 repeat-x; }

.frontpage-news:first-child,
.frontpage-weather:first-child,
.frontpage-stocks:first-child { background: none; }

.frontpage-slideset {
	position: relative;
	width: 260px;
}

.frontpage-slideset img {
	position: absolute;
	top: 2px;
	left: 2px;
}

.frontpage-slideset h3 { margin: 0; }

.frontpage-slideset .slideset-content { margin-left: 70px; }

/* Revista Slideshow Articles */
.frontpage-news { padding-top: 10px; }

.frontpage-news:first-child { padding-top: 0; }

.frontpage-news h4 { margin: 2px 0 4px 0; }
.frontpage-news p { margin-top: 10px; }

/* Revista Slideshow Tabs */
.frontpage-weather {
	position: relative;
	padding: 11px 0 6px 0;
}

/* Weather */
.frontpage-weather h5 { margin: 0; }

.frontpage-weather span.temp,
.frontpage-weather span.icon { position: absolute; }

.frontpage-weather span.icon {
	top: 7px;
	right: 45px;
}

.frontpage-weather span.temp {
	top: 17px;
	right: 0;
	font-size: 26px;
}

.frontpage-weather span.high { color: #c85252; }
.frontpage-weather span.low { color: #5d9ccc; }

/* Stocks */
.frontpage-stocks {
	position: relative;
	padding:4px 0 4px 0;
	height: 18px;
}

.frontpage-stocks > span {
	position: absolute;
	top: 4px;
}

.frontpage-stocks span.up,
.frontpage-stocks span.down {
	top: 11px;
	left: 0;
	width: 9px;
	height: 5px;
	background: url(../images/icon_stocks.png) 0 0 no-repeat;
}
.frontpage-stocks span.down { background-position: 0 -15px; }

.frontpage-stocks span.name { left: 17px; }

.frontpage-stocks span.points { right: 43px; }

.frontpage-stocks span.percent { right: 0; }

.frontpage-stocks span.green { color: #6aa812; }
.frontpage-stocks span.red { color: #c85252; }


/* Bottom-C List */
#bottom-c .mod-plain ul.blank li {
	font-size: 11px;
	text-transform: uppercase;
}


/* Other personal Spans */
.error {

	color: #b40300;

	background: #ffcfab;

	padding: 5px 7px;

	border-left: 5px solid #b40300;

}



.message {

	color:#7e8e50;

	background: #daf7d4;

	padding: 5px 7px;

	border-left: 5px solid #c1ee71;

}



.tips {

	color: #f90;

	background: #ffc;

	padding: 5px 7px;

	border-left: 5px solid #ffe78b;

}



.help {

	color: #69f;

	background: #dee8ff;

	padding: 5px 7px;

	border-left: 5px solid #b8d9ff;

}

.alert {
	color: #CC0000;
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 10px 0;	
	border-top: 3px solid #FF9999;
	border-bottom: 3px solid #FF9999;
	background: #FFD9D9 url(../images/status-alert.png) 10px 50% no-repeat;
}

.info {
	color: #0055BB;
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 10px 0;	
	border-top: 3px solid #9CC0EE;
	border-bottom: 3px solid #9CC0EE;
	background: #D7E5F6 url(../images/status-info.png) 10px 50% no-repeat;
}

.note {
	color: #B79000;
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 10px 0;	
	border-top: 3px solid #FFEB99;
	border-bottom: 3px solid #FFEB99;
	background: #FFF7D9 url(../images/status-note.png) 10px 50% no-repeat;
}

.download {
	color: #57861A;
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 10px 0;	
	border-top: 3px solid #D1E9A4;
	border-bottom: 3px solid #D1E9A4;
	background: #EEF7DD url(../images/status-download.png) 10px 50% no-repeat;
}
