
/********************************************************************
 * JOOMLA 1.0.X TEMPLATE CSS FILE
 * ----------------------------------------------------------------
 * Copyright (C) 2007 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
 * ----------------------------------------------------------------
 *
 * TEMPLATE TYPOGRAPHY:
 * Settings for template's typography like headings, list,
 * text blocks, etc.
 *
*********************************************************************/


/* Image */
img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}

img.image-border {
	border: 1px solid #eeeeee;
	padding: 3px;
}

/* Link */
a.email {
	padding: 0 15px 0 0;
	background: transparent url(../images/icon_link_email.png) no-repeat right center;
}

a.ext {
	padding-right: 13px;
	margin-right: 2px;
	background: transparent url(../images/icon_link_ext.png) no-repeat right center;
}

#jsn-mainbody a:visited {
}

a[href$=".doc"] {
	padding: 0 0 0 14px;
	background: transparent url(../images/icon_link_word.png) no-repeat left center;
}

a[href$=".pdf"] {
	padding: 0 0 0 14px;
	background: transparent url(../images/icon_link_pdf.png) no-repeat left center;
}

a[href$=".xls"] {
	padding: 0 0 0 14px;
	background: transparent url(../images/icon_link_excel.png) no-repeat left center;
}

a[href$=".rss"] {
	padding: 0 0 0 14px;
	background: transparent url(../images/icon_link_rss.png) no-repeat left center;
}

a[href$=".wmv"] {
	padding: 0 0 0 14px;
	background: transparent url(../images/icon_link_wmedia.png) no-repeat left center;
}

a[href$=".mov"] {
	padding: 0 0 0 14px;
	background: transparent url(../images/icon_link_qtime.png) no-repeat left center;
}

/* Reset original styles */
#jsn-mainbody a[title="PDF"],
#jsn-mainbody a[title="Print"],
#jsn-mainbody a[title="E-mail"] {
	padding: 0;
	background: none;
}

/* TEXT */
pre {
	padding: 1em;
	border-left: 5px solid #333333;
	background: #FFFFD5;
	font-family: "Courier New", Courier, monospace;
}

blockquote {
	padding-left: 55px;
	background: transparent url(../images/icon_text_blockquote.png) no-repeat top left;
	font-style: italic;
	min-height: 45px;
}

.border {
	border: 1px solid #eeeeee;
	padding: 3px;
}

p.alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	padding: 1em 1em 1em 4.5em;
	background: #FFDFDF url(../images/icon_text_alert.png) no-repeat 1.5em;
}

p.info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	padding: 1em 1em 1em 4.5em;
	background: #DBE7F8 url(../images/icon_text_info.png) no-repeat 1.5em;
}

p.download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	padding: 1em 1em 1em 4.5em;
	background: #F2F9E5 url(../images/icon_text_download.png) no-repeat 1.5em;
}

p.dropcap:first-letter {
	float: left;
	color: #333333;
	font: 4em/.8em "Times New Roman", Times, serif;
}

/* LIST */
ul.arrowlist-red,
ul.arrowlist-green,
ul.arrowlist-blue {
	list-style: none;
}

ul.arrowlist-red li {
	margin-left: 1em;
	padding: 0 0 0 10px;
	background: url(../images/arrow.png) no-repeat left 6px;
}

ul.arrowlist-green li {
	margin-left: 1em;
	padding: 0 0 0 10px;
	background: url(../images/icon-arrow-s.png) no-repeat left 6px;
}

ul.arrowlist-blue li {
	margin-left: 1em;
	padding: 0 0 0 10px;
	background: url(../images/icon-arrow-blue.png) no-repeat left 6px;
}
