/*--------------------------------------------------------------
# The News - January 2008 (for Joomla 1.5)
# Recoded version - Setepmber 2008
# Copyright (C) 2008 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/

/* Typography 
-----------------------------------------------------------------------------------*/
pre, .code {
	background-color:#f9f9f9;
	border-left:5px solid #3C6F9E;
	margin:10px 0pt 15px;
	padding:10px 15px;
	font-size: 11px;
}
.info {
	background:transparent url('../images/icons/info.gif') no-repeat left top;
	color:#3c6f9e;
	padding-left:30px;
}
.warning {
	background:transparent url('../images/icons/warning.gif') no-repeat left top;
	color:#cc0000;
	padding-left:30px;
}
.tips {
	background:transparent url('../images/icons/tips.gif') no-repeat left top;
	color:#E98B05;
	padding-left:30px;
}
.date {
	background:transparent url('../images/icons/date.gif') no-repeat left top;
	color:#35cc00;
	padding-left:30px;
}
.audio, .credit, .email, .feed, .help, .webcam {
	background:transparent url('../images/icons/audio.gif') no-repeat left top;
	padding-left:30px;
}
.credit {
	background:transparent url('../images/icons/credit.gif') no-repeat left top;
}
.email {
	background:transparent url('../images/icons/email.gif') no-repeat left top;
}
.feed {
	background:transparent url('../images/icons/feed.gif') no-repeat left top;
}
.help {
	background:transparent url('../images/icons/help.gif') no-repeat left top;
}
.webcam {
	background:transparent url('../images/icons/webcam.gif') no-repeat left top;
}
span.clear, span.color, span.color-1, span.color-2, span.color-3, span.color-4, span.color-5, span.color-6 {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
}
span.color {
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	background: #FFEFEF;
}
span.color-1 {
	border-top: 2px solid #3C6F9E;
	border-bottom: 2px solid #3C6F9E;
	background: #f3f9fe;
}
span.color-2 {
	border-top: 2px solid #E98B05;
	border-bottom: 2px solid #E98B05;
	background: #FFF2DF;
}
span.color-3 {
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	background: #b40f17;
	color: #fff;
}
span.color-4 {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #000;
	color: #fff;
}
span.color-5 {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #333;
	color: #fff;
}
span.color-6 {
	border-top: 2px solid #EF6B00;
	border-bottom: 2px solid #EF6B00;
	background: #E98B05;
	color: #fff;
}
span.clear {
	background: #F9F9F9;
}
