/*--------------------------------------------------------------
# Essence of Blog 2.0 - May 2007
# Copyright (C) 2007 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/

ul.arrow-1, ul.arrow-2, ul.arrow_big-1, ul.arrow_big-2, ul.checkbox-1, ul.checkbox-2, ul.checkbox_big-1, ul.checkbox_big-2 {
	margin: 10px;
	padding: 0;
	list-style: none;
}
ul.arrow-1 li {
    background: url('../images/typography/arrow-1.gif') no-repeat 0 0 ;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 8px 30px;
}
ul.arrow-2 li {
    background: url('../images/typography/arrow-2.gif') no-repeat 0 0 ;
	margin: 5px 0px 0px 0px;
	padding: 1px 0px 8px 30px;
}

ul.arrow_big-1 li {
    background: url('../images/typography/arrow_big-1.gif') no-repeat 0 0 ;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 16px 40px;
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #119EC7;
}
ul.arrow_big-2 li {
    background: url('../images/typography/arrow_big-2.gif') no-repeat 0 0 ;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 16px 40px;
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #06637D;
}
ul.checkbox-1 li {
    background: url('../images/typography/checkbox-1.gif') no-repeat 0 0 ;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 8px 30px;
}
ul.checkbox-2 li {
    background: url('../images/typography/checkbox-2.gif') no-repeat 0 0 ;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 8px 30px;
}

ul.checkbox_big-1 li {
    background: url('../images/typography/checkbox_big-1.gif') no-repeat 0 0 ;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 16px 40px;
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #119EC7;
}
ul.checkbox_big-2 li {
    background: url('../images/typography/checkbox_big-2.gif') no-repeat 0 0 ;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 16px 40px;
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #06637D;
}
span.pin, span.contact, span.download {
	background: #f8f9d4 url('../images/typography/pin_bg.gif') no-repeat 0 0;
	color: #175164;
	display: block;
	padding: 40px 10px 10px 70px;
	margin-bottom: 10px;
}
span.contact {
	background: #f8f9d4 url('../images/typography/contact_bg.gif') no-repeat 0 0;
	color: #84015B;
}
span.download {
	background: #f8f9d4 url('../images/typography/download_bg.gif') no-repeat 0 0;
	color: #06360B;
}
span.note-blue, span.note-bdark {
	background: #0d739f url('../images/typography/info_bg-1.gif') repeat-x 0 0;
	color: #fff;
	display: block;	
	border: 4px solid #fff;
	padding: 10px;
	margin-bottom: 10px;
}
span.note-bdark {
	background: #033347 url('../images/typography/info_bg-2.gif') repeat-x 0 0;	
}
blockquote {
	background: transparent url('../images/typography/quoleft_small.gif') no-repeat 0 0;
}
blockquote div {
	padding: 0 40px;
	background: transparent url('../images/typography/quoright_small.gif') no-repeat right bottom;
}


