/*
#------------------------------------------------------------------------
  JA Purity II for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: J.O.O.M Solutions Co., Ltd
#Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/


/* SPECIAL CONTENT
-----------------------------------------------------------------*/
/* Pre, Code ---*/
pre, .code {
	background: #f3f3f3;
	border-left: 5px solid #d1d1d1;
	font: 1em/1.5 Monaco, Consolas, "Courier News", monospace;
	margin: 15px 0;
	padding: 10px 15px !important;
}

/* Dropcap ---*/
.dropcap {
	color: #252525;
	display: block;
	float: left;
	font: 60px/40px Georgia, Times, serif;
	padding: 7px 8px 0 0;
}

/* Blockquote ---*/
blockquote {
	font-size: 110%;
	font-style: italic;
}

blockquote span.open  { background: url(../images/so_q.png) no-repeat left top; padding: 0 0 0 15px; }

blockquote span.close {	background: url(../images/sc_q.png) no-repeat bottom right;	padding: 0 15px 0 0; }

/* Inline Words Hilite ---*/
.highlight { background: #f3f3f3; font-weight: bold; padding: 1px 5px; }

/* Tips, Error, Message, Hightlight ---*/
p.error, p.message, p.tips, p.key {
	padding: 6px 0 6px 28px;
	position: relative;
}


p.error span.icon, p.message span.icon, p.tips span.icon, p.key span.icon {
	background-image: url(../images/icons/icons-sprites-silk.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}
p.key span.icon {
	height: 27px;
}

p.error 		span.icon { background-position: left -119px; }
p.message	span.icon { background-position: left -43px; }
p.tips 		span.icon {	background-position: left -67px; }
p.key 		span.icon { background-position: left -92px; }

p.error { color: #CC0000; }
p.message {	color: #2C79B3; }
p.tips {	color: #E58C00; }

/* Special list style ---*/
ul.checklist li, ul.star li, ul.arrow li,
ul.address li, ul.phone li, ul.email li {
	background: none;
	margin-left: 8px;
	padding: 6px 0 6px 30px;
	position: relative;
	overflow: hidden;
}

ul.checklist span.icon, ul.star span.icon {
	background-image: url(../images/icons/icons-sprites-silk.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
ul.star 			span.icon { background-position: left -18px; }
ul.checklist		span.icon {	background-position: left 6px; }


/* Big Number ---*/
p.blocknumber {
	position: relative;
	padding: 5px 0 5px 55px !important;
}

.bignumber-1, .bignumber-2, .bignumber-3 {
	background-image: url(../images/numberlist-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px !important;
	position: absolute;
	top: 0;
	left: 0;
	font: bold 20px/normal Arial, sans-serif;
	text-align: center;
}

.bignumber-1 { background-position: left top;}
.bignumber-2 { background-position: left -44px;}
.bignumber-3 { background-position: left -88px;}


/* Box style ---*/
.box-sticky, .box-download, .box-grey, .box-hilite {
	margin: 15px 0;
	padding: 10px !important;
	border: 1px solid #ddd;
}

.box-sticky {
	background: url(../images/icons/sticky-big.png) no-repeat 10px center #f3f3f3;
	padding-left: 50px !important;
}

.box-download {
	background: url(../images/icons/download-big.png) no-repeat 10px center #f3f3f3;
	padding-left: 50px !important;
}

.box-grey {
	background-color: #f8f8f8;
}

.box-hilite {
	border-color: #ddd;
	background: #fff;
}

/* Legend ---*/
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	left: 7px;
	margin: 0 !important;
	padding: 0 5px !important;
	position: absolute;
	top: -18px;
}

.legend {
	border: 1px solid #d1d1d1;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}



