/*
*		JoomSpirit CSS file for typo
*/
body {
color:#ccc;
background:#444444;
}

/**			ARTICLE TITLES  			**/

h1, .componentheading, .contentheading {
color:#fc6704;
text-transform:uppercase;
letter-spacing:0.5px;
}
h1 a {
color:#fc6704;
text-decoration:overline;
}
h1 a:hover {
color:#ddd;
text-decoration:overline;
}
h1 span, h1 a span, h1 a:hover span {
color:#fc6704;
}

h2 {
color:#fc6704;
text-transform:uppercase;
letter-spacing:0.5px;
}

h2 a {
color:#fc6704;
}
h2 a:hover {
color:#ddd;
text-decoration:overline;
}

h2.contentheading {
background: transparent url(../images/white-10.png) 0 0 repeat;
}

h3 {
color:#fc6704;
letter-spacing:0.5px;
font-weight:bold;
font-size:100%;

}
h4 {
color:#fc6704;
letter-spacing:0.5px;
font-weight:bold;
font-size:100%;
margin-bottom:0;
padding-bottom:0;
}


/**			titles modules			**/

.left h3, .right h3, .user1 h3, .user2 h3, .user3 h3, 
.user4 h3, .user5 h3, .user6 h3 {
color:#eee;
}

.left h3 span, .right h3 span, .user1 h3 span, .user2 h3 span, .user3 h3 span, 
.user4 h3 span, .user5 h3 span, .user6 h3 span {
color:#eee;
}


/**			LINK		**/

a {
color:#ccc;
}

.link a {
background-image: url(../images/puce-link-black.png) ;
}

/**			Pathway			**/

.breadcrumb a, .breadcrumb {
color:#999;
text-decoration:none;
}



/*	List  */

.main_component ul li, .text-article 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-image: url(../images/list_circle_white.png);
}
.main_component ul li:hover, .text-article 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: #ddd;
}
.main_component 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-image: url(../images/list_circle_white.png);
}


/*
*	Quotation
*/

blockquote.black, blockquote.red, blockquote.green, blockquote.pink, blockquote.white, blockquote.blue {
margin: 10px 30px 10px 30px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/quote_black.png) 0 5px no-repeat;
text-align:justify;
font-style:italic;
font-size:105%;
}
blockquote.red {
background: url(../images/quote_red.png) 0 5px no-repeat;
}
blockquote.green {
background: url(../images/quote_green.png) 0 5px no-repeat;
}
blockquote.pink {
background: url(../images/quote_pink.png) 0 5px no-repeat;
}
blockquote.white {
background: url(../images/quote_white.png) 0 5px no-repeat;
}
blockquote.blue {
background: url(../images/quote_blue.png) 0 5px no-repeat;
}
blockquote.black p , blockquote.red p, blockquote.green p, blockquote.pink p, blockquote.white p, blockquote.blue p {
margin: 0px -35px -10px 0px;
padding: 0px 35px 10px 0px;
background: url(../images/quote_black_end.png) 100%  no-repeat;
color: #444;
}
blockquote.red p {
background: url(../images/quote_red_end.png) 100%  no-repeat;
color: #a93232;
}
blockquote.green p {
background: url(../images/quote_green_end.png) 100%  no-repeat;
color: #88a160;
}
blockquote.pink p {
background: url(../images/quote_pink_end.png) 100%  no-repeat;
color: #99cc66;
}
blockquote.white p {
background: url(../images/quote_white_end.png) 100%  no-repeat;
color: #eee;
}
blockquote.blue p {
background: url(../images/quote_blue_end.png) 100%  no-repeat;
color: #006699;
}



/**		Message & Info		**/

.jmessage, .info {
background : transparent url(../images/white-10.png) 0 0 repeat;
border-color : #555;
-moz-box-shadow:2px 2px 4px #555;
-webkit-box-shadow:2px 2px 4px #555;
box-shadow:2px 2px 4px #555;
}

.jmessage:hover, .info:hover {
background : transparent url(../images/white-14.png) 0 0 repeat;
-moz-box-shadow:2px 2px 4px #666;
-webkit-box-shadow:2px 2px 4px #666;
box-shadow:2px 2px 4px #666;
}

.info {
background-color: #555555;
}


/**	read more	**/

.readmore a {
text-shadow : none;
background : #333 url(../images/white-07.png) top left repeat ;
background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5b5b5b));
background-image : -moz-linear-gradient(0% 100% 90deg, #333, #5b5b5b );
background-image: -ms-linear-gradient(top, #5b5b5b, #333);
background-image: -o-linear-gradient(top, #333, #5b5b5b);
-moz-box-shadow: 0px 1px 2px rgba(255,255,255, 0.5);
-webkit-box-shadow: 0px 1px 2px rgba(255,255,255, 0.5);
box-shadow: 0px 1px 2px rgba(255,255,255, 0.5);
color:#ddd;
}
.readmore a:hover {
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
box-shadow: 0px 1px 2px rgba(255,255,255, 0.25);
color: #fff;
}

.readmore a:active {
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
box-shadow: 0px 1px 2px rgba(255,255,255, 0.5);
background: rgb(50,50,50); /* Old browsers */
background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b4b), to(#333));
background-image : -moz-linear-gradient(0% 100% 90deg, #4b4b4b, #333 );
background-image: -ms-linear-gradient(top, #4b4b4b, #333);
background-image: -o-linear-gradient(top, #4b4b4b, #333);
}


/**		Images 	**/

.shadow {
-moz-box-shadow : 2px 2px 6px #999;
-webkit-box-shadow : 2px 2px 6px #999;
box-shadow : 2px 2px 6px #999;
}

a .shadow:hover {
border-color : #aaa ;
-moz-box-shadow : 2px 2px 6px #666;
-webkit-box-shadow : 2px 2px 6px #666;
box-shadow : 2px 2px 6px #666;
}



/**
** 				Main.css
**/


.breadcrumbs a:first-child {
background-image :  url(../images/home-black.png) ;
}

.breadcrumbs a:first-child:hover {
background-image :  url(../images/home-black.png) ;
}


/** Module class suffix	**/

.left .border, .right .border, .user1 .border, .user2 .border, .user3 .border, .user4 .border, .user5 .border, .user6 .border {
border-color: #777;
}


/**  ARTICLE  JOOMLA **/

#article-index {
background-image: url(../images/white-07.png);
}



/**	BLOG LIST	**/


.sectiontableheader {
background-image: url(../images/white-07.png);
}
.sectiontableheader a {
color: #ddd;
}
tr.sectiontableentry1 td, tr.even td {
border-color: #bbb;
}
tr.sectiontableentry2 td, tr.odd td {
background-image: url(../images/white-07.png);
border-color: #bbb;
}


/** 	Form 		**/

input[type="text"], input[type="password"], input[type="email"], textarea {
background-image: url(../images/white-20.png);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0, 0.7) inset;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0, 0.7) inset;
box-shadow: 1px 1px 2px rgba(0,0,0, 0.7) inset;
color:#ccc;
}

input[type="text"]:hover, textarea:hover,
input[type="password"]:hover, input[type="password"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
input[type="text"]:focus, textarea:focus {
-moz-box-shadow: 1px 1px 2px rgba(0,0,0, 0.7) inset, 0px 0px 3px rgba(255,255,255, 0.4);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0, 0.7) inset, 0px 0px 3px rgba(255,255,255, 0.4);
box-shadow: 1px 1px 2px rgba(0,0,0, 0.6) inset, 0px 0px 3px rgba(255,255,255, 0.4);
color:#eee;
}

input[type="submit"], button {
color : #eee;
text-shadow : none;
background : #333 url(../images/white-07.png) top left repeat ;
background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5b5b5b));
background-image : -moz-linear-gradient(0% 100% 90deg, #333, #5b5b5b );
background-image: -ms-linear-gradient(top, #5b5b5b, #333);
background-image: -o-linear-gradient(top, #333, #5b5b5b);
-moz-box-shadow: 0px 1px 2px rgba(255,255,255, 0.5);
-webkit-box-shadow: 0px 1px 2px rgba(255,255,255, 0.5);
box-shadow: 0px 1px 2px rgba(255,255,255, 0.5);
}

input[type="submit"]:hover, button:hover {
color : #eee;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
box-shadow: 0px 1px 2px rgba(255,255,255, 0.25);
}

input[type="submit"]:active, button:active {
color : #ddd;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
box-shadow: 0px 1px 2px rgba(255,255,255, 0.5);
background: rgb(50,50,50); /* Old browsers */
background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b4b), to(#333));
background-image : -moz-linear-gradient(0% 100% 90deg, #4b4b4b, #333 );
background-image: -ms-linear-gradient(top, #4b4b4b, #333);
background-image: -o-linear-gradient(top, #4b4b4b, #333);
}


/**	Virtuemart	**/

.cbContainer {
z-index:9999999;
}
.cbBox h3 {
color : #000;
line-height:13px;
}
.vmCartContainer, .vmCartContainer .inputbox, .vmCartContainer .inputbox:hover, .vmCartContainer .inputbox:focus {
color:#000;
}


/**	contact	**/

legend {
color: #eee;
}

.panel h3.pane-toggler-down a {
border-color: #777;
}

#editor-xtd-buttons .readmore a {
color:#ddd;
}


div.current {
border-color: #555;
}

dl.tabs dt {
background-image: url(../images/white-07.png);
border-color: #555;
color: #ccc;
}

ul.pagenav li {
border-color: #555;
}

ul.pagenav li:hover {
background-image: url(../images/white-07.png) !important;
}

/**	panel slider	**/

.panel {
border-color: #555;
background-image: url(../images/white-07.png);
}

table.weblinks th, table.newsfeeds th, table.category th, table.jlist-table th {
background-image: url(../images/white-10.png);
color:#fff;
}

table.weblinks th a, table.newsfeeds th a, table.category th a, table.jlist-table th a  {
color:#ffffff !important;
}

/**	pagination	**/

.pagination {
border-color: #555;
}


/**	items more	**/

.items-more h3 {
border-color: #555;
color:#ddd;
}


/**		tooltips form 		**/

.tip-wrap {
background-color:#000;
border:1px solid #888;
color : #ccc;
}

.tip-title {
color : #fff;
}



/**  Error Message contact form  **/


#system-message-container #system-message {
background-image : url(../images/black-60.png);
border-color : #555;
-moz-box-shadow:2px 2px 4px #777;
-webkit-box-shadow:2px 2px 4px #777;
box-shadow:2px 2px 4px #777;
}

#system-message-container #system-message .error {
color: #fff ;
}

#system-message-container #system-message .message {
color: #ddd !important;
}


/**			 	NAV.CSS 		**/


.submenu li a, .submenu li span.separator {
color:#eee;
}

.submenu li li a, .submenu li li span.separator,
.submenu li.active li a, .submenu li.active li span.separator {
color:#ccc;
background-image: url(../images/puce-link-black.png);
}

.submenu li li li a, .submenu li li li span.separator, .submenu li.active li li a, .submenu li.active li li span.separator,
.submenu li.active li.active li a, .submenu li.active li.active li span.separator {
color:#ccc;
}

.submenu li li li a:hover, .submenu li li li span.separator:hover, .submenu li.active li.active li.active a, .submenu li.active li.active li.active span.separator {
color:#fff;
}