/*
*		JoomSpirit CSS file for typo
*
*/
body {
font-family: Verdana,Sans-Serif !important;
color:#fff;
line-height:1.3em;
} 

.currentTitle {
	font-family: 'Lato', Sans-Serif;
	font-weight:100;
	font-size:500%;
	line-height:normal;
	}

p {
margin: 8px 0 14px 0;
}
em {
font-weight:bold;
}

h1,h2, h3, h4 {
font-family: 'Lato', Sans-Serif;
text-decoration: none;
text-transform:none;
font-weight:100;
padding:8px 0 4px 0;
}
h1, .componentheading {
/*font-family: 'Lato', Sans-Serif;*/
display: none;
font-size:170%;
/*font-weight:normal;*/
line-height:130%;
padding:  0 0 0 0;
margin: 0px 0 10px 0;
text-transform:none;
letter-spacing:-1px;
color: #fff;
}
h1 a {
color: #fff;
text-decoration: none;
}
h1 a:hover {
color:#000;
text-decoration: none;
}
h1 span {
color: #fff;
}
h2 {
font-size:130%;
line-height:20px;
padding:8px 0 4px 0;
margin-bottom:8px;
color: #fff;
font-weight:normal;
text-transform:none;
background: transparent url(../images/underline.png) left bottom repeat-x;
}

h2.contentheading {
background-image:none;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
font-size:160%;
background: transparent url(../images/black-03.png) 0 0 repeat;
padding: 4px 0 4px 8px;
}

h2 a {
color: #000000;
text-decoration: none;
}
h2 a:hover {
text-decoration: none;
color: #000000;
}
h3 {
font-size:110%;
line-height:16px;
font-weight:bold;
color:#333333;
text-transform:none;
}
h4 {
font-size:110%;
line-height:16px;
font-weight:normal;
color:#333333;
text-transform:none;
}
h5 {
font-size:100%;
line-height:16px;
font-weight:normal;
color:#333333;
text-transform:none;
}

/**		COLUMN	**/

.left-column-one h3, .right-column-one h3, .left-column-two h3, .right-column-two h3,
.left-column-three h3, .right-column-three h3, #top h3, #bottom h3 {
color:#555;
}

.left-column-one h3 span, .right-column-one h3 span, .left-column-two h3 span, .right-column-two h3 span,
.left-column-three h3 span, .right-column-three h3 span, #top h3 span, #bottom h3 span {
color:#222;
}


/**				LINK		**/
a {
color: #fff;
text-decoration : none;
}
a:hover {
color: #F49714;
text-decoration : none;
}
a:active, a:focus {
outline:none;
}

/*	Pathway	*/
#breadcrumb_top a, #breadcrumb_top, #breadcrumb_bottom a, #breadcrumb_bottom {
color:#aaa;
text-decoration:none;
}
#breadcrumb_top a:hover, #breadcrumb_bottom a:hover {
color:#F49714;
text-decoration:none;
}
/*	List  */

.item-page ul, .blog_more ul, ul.normal, ul.check, ul.arrow, ul.normal_green, ul.check_green, ul.arrow_green, ul.circle, ul.circle_red,
ul.normal_red, ul.check_red, ul.arrow_red, ul.normal_white, ul.check_white, ul.arrow_white, ul.circle_white  {
margin: 10px 0 16px 6px;
padding-left:0;
}
.item-page ul li, .blog_more ul li, .normal li, .check li, .arrow li, .normal_red li, .check_red li, .arrow_red li, .circle li,
.circle_red li, .normal_white li, .check_white li, .arrow_white li, .circle_white li  {
background: url(../images/list_circle.png) 0 0px no-repeat;
padding-left: 2px;
list-style:none;
margin:2px 0;
}
.item-page ul li:hover, .blog_more ul li:hover, .normal li:hover, .check li:hover, .arrow li:hover, .normal_red li:hover, .check_red li:hover, .arrow_red li:hover, .circle li:hover,
.circle_red li:hover, .normal_white li:hover, .check_white li:hover, .arrow_white li:hover, .circle_white li:hover, ol li:hover  {
color: #444;
cursor:default;
}
.item-page ul ul, ul.normal ul, ul.check ul, ul.arrow ul, ul.normal_red ul, ul.check_red ul, ul.arrow_red ul, ul.circle ul, 
ul.circle_red ul, ul.normal_white ul, ul.check_white ul, ul.arrow_white ul, ul.circle_white ul {
margin-left: 0px;
margin-top:4px;
padding-left:0;
}
.item-page ul li li, .normal li li, .check li li, .arrow li li, .normal_red li li, .check_red li li , .arrow_red li li , .circle li li, 
.circle_red li li, .circle_white li li, .check_white li li, .arrow_white li li, .normal_white li li  {
background: url(../images/list_circle.png) 0 0px no-repeat;
padding-left: 18px;
list-style:none;
margin:5px 0;
}

.normal li {
background: url(../images/list_normal.png) 0 0px no-repeat !important;
}
.check li {
background: url(../images/list_check.png) 0 0px no-repeat !important;
}
.arrow li {
background: url(../images/list_arrow.png) 0 0px no-repeat !important;
}
.circle li {
background: url(../images/list_circle.png) 0 0px no-repeat !important;
}
.normal_red li {
background: url(../images/list_normal_red.png) 0 0px no-repeat !important;
}
.arrow_red li {
background: url(../images/list_arrow_red.png) 0 0px no-repeat !important;
}
.check_red li {
background: url(../images/list_check_red.png) 0 0px no-repeat !important;
}
.circle_red li {
background: url(../images/list_circle_red.png) 0 0px no-repeat !important;
}

ol {
margin: 5px 0 0 6px;
background-color: transparent;
padding: 0 0 0 20px;
}
ol li {
margin: 0;
padding: 1px 5px;
font-weight: normal;
}

ul li > h2, ul li > h3, ul li > h4 {
margin-top : 0;
padding-top:0;
}

ul.actions {
text-align:right;
float:right;
margin: 8px 10px 0 3px;
padding:0;
}

ul.actions li {
background-image: none;
margin: 0;
padding:0;
list-style:none;
display:inline;
}

ul.actions a {
text-decoration:none;
}



/**  DIV Info  **/
.info {
line-height:25px;
padding-left:30px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background: #eee url(../images/logo_info.gif) 4px 3px no-repeat;
margin: 10px 0;
color: #222;
}
/**	login	**/
form#form-login {
margin-top: 10px;
}
.list-login li {
float:left;
margin-right:15px;
}
.list-login li.submit_login {
margin:2px 0 0 0;
}
#modlgn_username, #modlgn_passwd {
background: transparent url(../images/black-05.png) top left repeat;
font-size:90%;
width:150px;
}
#modlgn_username:hover, #modlgn_passwd:hover,
#modlgn_username:focus, #modlgn_passwd:focus {
background: transparent url(../images/black-10.png) top left repeat;
}
#submit_login {
float:left;
font-size:90%;
padding:2px 6px;
}
ul.icon_login {
float:left;
margin: 0 0 0 4px;
}
ul.icon_login li, ul.icon_login li {
display:block;
float:left;
width:16px;
height:16px;
margin:4px 0 0 5px;
}
ul.icon_login li a:hover, ul.icon_login li#current a, ul.icon_login li.active a {
border:none;
}
#form-login-remember {
float:left;
margin:4px 0 0 30px;
}
p#form-login-username {
margin:0;
}
p#form-login-password {
margin: 8px 0 8px 0;
}
#modlgn_remember {
background-color:transparent;
border:none;
}
/**	read more	**/

.readmore a {
background: none;
border:none;
display:inline-block;
font-size:12px;
font-weight:normal;
margin-top:1px;
padding:0 5px 2px 0;
text-decoration:none;
text-transform:none;
font-style:italic;
color:#F49714;
}

.readmore a:hover {
color:#F49714;
text-decoration:none;
}

/** 	TOOL TIPS		**/
.tips {
text-decoration:underline;
cursor:pointer;
}
.tool-tip {
width: 139px;
z-index: 13000;
}
 
.tool-title {
font-weight: bold;
font-size: 115%;
margin: 0;
color:#000;
padding: 8px 8px 4px;
background: transparent url(../images/bubble.png) top left no-repeat;
}
 
.tool-text {
font-size: 100%;
padding: 4px 8px 8px;
color: #444;
background: transparent url(../images/bubble.png) bottom right no-repeat;
}

/**		FOOTER		**/
#footer {
}

/**	others	**/
.shadow {
margin: 4px;
-moz-box-shadow : 0px 2px 10px #999;
-webkit-box-shadow : 0px 2px 10px #999;
box-shadow : 0px 2px 10px #999;
border:4px solid #fff;
}