/*---------------------------------------------------------------- 

  Copyright:

  Copyright (C) 2008 - 2011 IceTheme. All Rights Reserved

  

  License:

  Copyrighted Commercial Software 

  

  Author:

  IceTheme - http://wwww.icetheme.com

  

---------------------------------------------------------------- */





/* ---------------------- general.css --------------------------

This CSS file contain almost all the styles for the template

decoration and the layout position. You are free to change the 

styles here to suit to your projet needs.



Also remember you dont need to worry about the size of this file

when you see all this comments. Tthe IceSpeed plugin that we

provide inside the template package will strip all of this

comments plus it will comprees all the CSS.

---------------------------------------------------------------- */





/* 

Accessibility Feature

----------------------

Used in case if the user hase disabled the stylesheets and wants

to skip to the main parts of the website

---------------------------------------------------------------- */

#accessibility {

  display:none;}

  

  

/* 

Site Main Wrapping

------------------

We use the 960px width which is the easiest way to separate the 

content because of its ability to be splited in many ways. 

Please be careful when you decide to change the value because 

some of the images used for decoration are meant to be used with

this width so you need to change them to.

---------------------------------------------------------------- */

.wrapper  { width:960px; margin:0 auto;}

  

  

/* 

General Styles

--------------

Below you will find some genaral classes that we use to position 

our layout. We suggest you to not change them as it may break the 

layout in several places, anyway if you do so please be careful 

to note where the changes are done.

---------------------------------------------------------------- */

.floatleft { float:left; }

.floatright { float:right;}



.width20  { width: 17.9%; } 

.width25  { width: 23%;}

.width33  { width: 31.5%;}

.width50  { width: 48.6%;} 

.width75  { width: 74.5%;} 

.width100 { width: 99.99%;} 

  

    

  #showcase .width25{ width: 22.5%;}

  #showcase .width33 { width: 31.1%;}

  #showcase .width50 { width: 48.3%;}





/* Layout

--------------

The layout section contains all the CSS codes that we used to built

this template structure like header, content, bottom etc. Normally

this section contains the CSS codes that are need to handle the 

structure but you may find some other CSS codes that are not 

directly related to the structure like the codes for the the logo,

search, copyright etc 

---------------------------------------------------------------- */





/* TopBar

------------*/  

#topbar {}

  

  



/* Header

------------*/  

#header {

  /*background:#111211 url(../images/header.png) repeat-x top;*/

  margin-bottom:0;

  position:relative;}

  

  #header_effect {

    padding-bottom:0;

    min-height:100px;

    /*background: url(../images/header_effect.png) repeat-x bottom;*/}

  



/* Logo

------------*/

#logo {

  float:left;

  margin:20px 0 15px 0;}

  

  #logo img {

    float:none;

    margin:0; }





/* Experimental Feature 

used currently to display a nice effect in webkit based browsers for the logo.

You may remove it if you wish */

body.homepage #logo { -webkit-animation: logo 1.5s ease-out 1;}

@-webkit-keyframes logo {

  0%    { margin: -100px 0 0; opacity:.2}

  50%    { }

  100%  { margin: 15px 0 0; opacity:1}

}









/* -- Content --

Contain the CSS for the main and important part of the template

------------*/

#content {

  /*background:url(../images/content.jpg) no-repeat center top;
  
  background-color:#ececec;*/

  min-height:350px;

  margin:0 auto;

  padding:15px 0 0;}

  

  #content_b {

    /*background:url(../images/content_b.jpg) repeat-x bottom;*/

    padding-bottom:20px;}





  

      



/* Main Column Separator 

 This code separate the "left" and "right" module position from the content. */  

#columns-container {

  position:relative;

  margin:0;

  border-bottom:none;}



  #outer-column-container {

    border-style:solid;

    border-color:transparent;}

    

    #inner-column-container{

      width: 100%;}

                     

      #source-order-container{

        float: left;

        width: 100%;}





          #middle-column{

            float: right;

            width: 100%;}         

            

          #left-column{

            float: left;}

            

          #right-column{

            float: left;}

            

            .clear-columns { clear: both;}

            

            .inside { margin:0; padding:0; }

            

            

            #middle-column .inside {

              padding:0 0 15px;}

                

                #inner-column-container {}

    

  

  



/* Showcase

used to wrap the showcase module positions, also breadcrumbs

------------*/    

#showcase {

  margin-bottom:25px;

  clear:both;}

  

  

  

/* Promo

contain the CSS for the promo module positions

------------*/    

#promo {

  margin-bottom:10px;}

  

  #promo hr.promo {

    height:100px;}  

  







/* -- IceTabs --

 contain the CSS to wrap the IceTabs module.

------------*/  

#icetabs {

  clear:both;

  padding:0;}    

  

  #icetabs .wrapper {

    position:relative;}  









/* IceCaption

 contain the CSS to wrap the IceCaption module.

-------------*/

#icecaption {

  position:relative;

  margin:0;

  margin-bottom:40px;}



  #icecaption .ice-module h3.mod-title {

    display:inline-block;

    margin:-10px 0 10px 60px;

    -moz-transform:rotate(-90deg) translate(-128px, -110px);

    -webkit-transform:rotate(-90deg) translate(-128px, -110px);

    transform:rotate(-90deg) translate(-128px, -110px);

    color:#fff;

    font-size:2.25em;

    text-shadow:1px 1px 1px #000}

    





/* -- About --

used on the "about" module position and normally to display 

an image on the left and a description on the right.

This is just above the footer

------------*/

#about {

  background:url(../images/about.jpg) no-repeat center bottom;

  min-height:320px;

  clear:both;

  position:relative;

  margin:60px 0 0;

  overflow:hidden;

  font-size:1.85em;

  line-height:1.75em;

  padding:0 0 0 340px;

  color:rgba(255,255,255,.45);}

  

  

  

  #about .ice-module h3  {

    color:#a9a916;

    font-size:2em;

    margin-bottom:4px}

    

  #about strong {

    font-weight:normal;

    color:#fff}

    

  #about img {

    float:left;

    margin:-50px 15px 0 0;

    opacity:.3;

    -webkit-transition:all .75s ease-out;

    -moz-transition:all .75s ease-out;

    -o-transition:all .75s ease-out;

    transition:all .75s ease-out;}

    #about:hover img {

      opacity:1}

      

      #about a.button {

        margin:36px 0 15px 20px;

        padding:0 18px;

        font-size:.75em;}

        





/* Experimental Feature 

used currently to display a nice effect in webkit based browsers.

You may remove it if you wish */

body.homepage #about .ice-module .ice-module-content { -webkit-animation: icemodule 5s ease-out 1;}

body.homepage #about .ice-module h3 { -webkit-animation: icemodule-h1 3s ease-out 1;}



@-webkit-keyframes icemodule {

  0%    { opacity:0}

  50%    { opacity:0}

  100%  { opacity:1}

}



@-webkit-keyframes icemodule-h1 {

  0%    { opacity:0}

  50%    { opacity:0}

  100%  { opacity:1}

}





        

/* -- Bottom -- 

used to wrap the bottom module position.

------------*/

#bottom {

  padding:15px 25px 0 15px;}  

  

  

/* -- Footer --

this wrap the footer module position plus the copyright and 

other elements that you may find on the footer

------------*/

#footer {

  /*background:#080702 url(../images/footer.jpg) repeat-x top;*/

  clear:both;

  margin:0;}

  

  

  

  #footer a {

    color:#D6AB2B}



  

  /*#footer img {

    padding:5px;

    background:rgba(255,255,255,.05);

    -moz-transform:rotate(-5deg) translate(-8px, 5px);

    -webkit-transform:rotate(-5deg) translate(-8px, 5px);

    transform:rotate(-5deg) translate(-8px, 5px);

    border:1px solid rgba(255,255,255,.08); 

    float:left;

    margin:5px 15px 15px 0}*/

    

    

  #footer blockquote {

    margin-left:-7px;

    max-width:none}  

    

/*  -- Copyright -- 

this contains the codes for the footer module position and 

icetheme copyright logo or also the "go to top" link 

---------------*/

#copyright {

  /*background:url(../images/copyright.png) no-repeat center top;*/

  clear:both;

  min-height:53px;

  margin:0;

  color:rgba(255,255,255,.2);

  padding:20px 0 16px;}

  

  #copyright .wrapper {

    position:relative; overflow:hidden; 

border-top:1px dotted #666666;}



  

  div#copytext { float:left; padding-top:15px;}

  

    div#copytext .footer2 { display:none; }

  

    



  div#icelogo { float:left; padding:14px 20px 0 0;}

    div#icelogo p { margin:0;}

      div#icelogo p a {

        display:block;

        float:left;

        background:url(../images/icetheme.png) no-repeat;

        width:120px;

        height:20px;

        margin:0 auto;

        opacity:.4;

        -webkit-transition:all .5s ease-in;

        -moz-transition:all .5s ease-in;

        -o-transition:all .5s ease-in; 

        transition:all .5s ease-in;}

        div#icelogo p a:hover {

          opacity:1;

          -webkit-transform:rotate(360deg);

          -moz-transform:rotate(360deg);

          -o-transform:rotate(360deg);

          transform:rotate(360deg);}

          div#icelogo p a span { display:none}







  /* Go to Top */

  a#go2top {

    background: url(../images/go2top.png) no-repeat;

    top: 20px;

    height: 16px;

    width: 16px;

    position: absolute;

    right: 0;}

    a#go2top:hover {}

      

    a#go2top span {

      display:none}





    





/* Joomla Content

------------------

Below you will find all the CSS codes that are needed to render

the layout for Joomla Section, Category, Article and other 

elements related to those parts like the pagination, readmore etc

---------------------------------------------------------------- */



/* The content description is used on the begging of each section

or catgory to display the page title and the page description */

.contentdescription {

  margin-bottom:2.75em}





/* Blog Structure (Leadings, Rows, Columns etc) */    

.cols-2,

.cols-3,

.cols-4 {

  clear:both;

  margin:0 -1.5% }

  

    

  .cols-2 .column-1,

  .cols-2 .column-2 {

    width:47%;

    margin:1em 1.5%;

    float:left }  

  

  .cols-3 .column-1,

  .cols-3 .column-2,

  .cols-3 .column-3 {

    width:30.33%;

    margin:1em 1.5%;

    float:left }  

    

  .cols-4 .column-1,

  .cols-4 .column-2,

  .cols-4 .column-3,

  .cols-4 .column-4 {

    width:22%;

    margin:1em 1.5%;

    float:left }  







/* Category Blog */

.blog { }



  .blog .items-leading { }

  

  

  .blog .leading-0 h2 {

    font-size:2.25em}

    

      

/* page heading that you may enable through the menu item */  

h1.page_heading {

  color:#fff;

  border-bottom:1px dotted rgba(255,255,255,.15);

  padding-bottom:4px;

  margin-bottom:15px;

  margin-top:-30px;

  color:rgba(255,255,255,.2);

  /* effect to push the page title on the left with css3 */

  -moz-transform:rotate(-90deg) translate(-190px, -215px);

  -webkit-transform:rotate(-90deg) translate(-190px, -215px);

  transform:rotate(-90deg) translate(-190px, -200px);

  display:inline-block;}

      

/* Featured Blog */

.blog-featured { }



  



  .blog-featured .items-leading {

    margin-top:0; }

  

    .blog-featured .items-leading .leading {

      margin-bottom:1.5em }

      

      .blog-featured .items-leading .leading:last-child {

        margin-bottom:0}

  

    .blog-featured .items-leading h2 {

      font-size:2.25em;}

      

    .blog-featured img {

      float:left;

      /*padding:5px;*/

      background:rgba(255,255,255,.05);

      border:1px solid rgba(255,255,255,.08); 

      margin:7px 15px 12px 0;} 

      



/* Category List */

.category-list { }



  .category-list .display-limit {

    float:right;

    margin-bottom:12px;}

  



  .category-list .cat-items {

    margin-bottom:30px} 

    

  .category-list .cat-children {

    overflow:hidden}

    

    .category-list .cat-children h3 {

      margin-bottom:8px;

      padding-bottom:3px;

      border-bottom:1px dotted rgba(255,255,255,.3);}

      

      .category-list .cat-children ul {

      list-style-type:none;

      padding:0;

      margin:0;}

      

      .category-list .cat-children ul li span.item-title {

        font-size:1.4em;

        display:block;

        margin-bottom:3px;}

      

      .category-list .cat-children .category-desc img {

        float:left;

        padding:5px;

        background:rgba(255,255,255,.05);

        border:1px solid rgba(255,255,255,.08); 

        margin:7px 15px 15px 0;} 





/* This is used by Joomla Core to output a table format */

table.category { 

  clear:both;

  width: 100%;

  margin: 0 auto;

  border-collapse: separate;

  border-spacing: 0;

  text-shadow: 0 1px 0 #000;

  background: #111;

  border:1px solid #444;

  border-left-color:#333;

  border-right-color:#333;

  border-bottom:none;

  box-shadow:0px 0px 10px rgba(0,0,0,.7)}

  

  table.category td {

    padding: 5px 10px;

    border-bottom: 1px solid #000;

    -moz-box-shadow: 0 1px 0 #333;

    -webkit-box-shadow: 0 1px 0 #333;

     box-shadow: 0 1px 0 #333;

    white-space: nowrap;}



    table.category  tr {

    -webkit-transition:all .5s ease;

    -moz-transition:all .5s ease;

    -o-transition:all .5s ease;

    transition:all .5s ease;}

    

    table.category tr.cat-list-row1 {

      background:#1A1A1A}



     table.category tr:hover {

        background:#222}

  

  table.category thead th {

    font-size:1.5em;

    text-align:left;

    padding:7px 10px;

    font-weight:normal;

    color:#fff;

    text-shadow:1px 1px 1px #000;

    background:#333;

    background: -moz-linear-gradient(100% 100% 90deg, #333, #444);

      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333));}

    table.category thead th a {

      color:#fff!important}





    

      

/* Archived Articles */

div.archive ul#archive-items {

  list-style-type:none;

  margin:0 0 15px;

  padding:0}

  



/* list of All Categories */

div.categories-list {

  overflow:hidden;}

  

  div.categories-list ul { 

    list-style-type:none;

    margin:0 0 15px;

    padding:0;}

    

    div.categories-list ul span.item-title {

      font-size:1.4em;

      display:block;

      margin-bottom:3px;}

      

      div.categories-list ul li {}

    

    div.categories-list ul .category-desc img {

      float:left;

      margin:5px 10px 10px 0} 

      

    div.categories-list  dl.article-count {

      margin-bottom:3em; }

    

      div.categories-list  dl.article-count dt {

        display:inline; }

      

      div.categories-list  dl.article-count dd {

        display:inline; margin-left:2px;}

        

     

     

/* Create Article Page */

    





/* Article Page */

.item-page { }



  .item-page h2 {

    font-size:1.5em}





  .item-page img {

    float:left;

    /*padding:5px;*/

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08); 

    margin:7px 15px 15px 0;}









/* Buttonheading is used to render the CSS for the icons like

print, email */

ul.actions {

  float:right;

  margin:-2px 0 0;

  padding:0;

  

  list-style-type:none;}

  ul.actions li {

    float:left;

    padding:0;}

    ul.actions li img {

      background:none;

      padding:0;

      opacity:.2;

      border:none;

      margin:0 0 0 4px;  

      -webkit-transition:all .4s ease-out;

      -moz-transition:all .4s ease-out;

      -o-transition:all .4s ease-out; 

      transition:all .4s ease-out;}

      ul.actions li a:hover img {

        opacity:1;}

      

      

    

    

/* The code below is used to render the published date, 

last updated date and the author name on each category,

section or article */  

dl.article-info {

    overflow: hidden;

      position: relative;

    margin-bottom:0.5em;}

  

  dl.article-info dt.article-info-term {

    display:none}

  

  dl.article-info dd {

    float:left;

    font-family:Verdana, Geneva, sans-serif;

    color:#444;

    /*color:rgba(255,255,255,.3);*/

    font-size:.8em;

    margin-left:0;

    padding:0;

    margin-right:1.75em;}

  



/*  -- Rating -- 

Now in Joomla 1.6 the rating system is built into the core*/

span.content_rating {

  clear:both;

  padding-top:10px;

  margin-bottom:-10px;

  display:block;

  border-top:1px solid #eee;}

  

  span.content_rating img {

    margin:0 0 -3px 4px } 

  

span.content_vote {

  margin-bottom:15px;

  padding-bottom:10px;

  display:block;

  border-bottom:1px solid #eee;}

  

  span.content_vote input {

    margin-bottom:-2px}

  

  span.content_vote input.button {

    margin-bottom:0;

    margin-left:10px;}  

  



/* -- Pagenav -- 

used below each article to navigate from one artcile to another */

ul.pagenav {

  display:block;

  list-style-type:none;

  padding:6px 0 0;

  margin-top:10px;

  border-top:1px solid #eee;}   

  ul.pagenav li {

    display:inline}

    

  ul.pagenav li.pagenav-prev {

    float:left}

  

  ul.pagenav li.pagenav-next {

    float:right} 

      





/* Items More */

div.items-more {

  clear:both;

  position:relative;

  overflow:hidden;

  border-top:1px solid #eee;

  padding-top:15px}









/* The readmore code is used to make readmore links for each article

on the Section and Category view



check forms.css to change the styles */



p.readmore {}

  p.readmore a {}

    

    p.readmore a:hover {}

      

    p.readmore a:focus {}

      

  



/* Pagination makes a unested list of links on the end of each 

cateogry/section but it may be used by other extensions as well

for the same reason, so be careful as this other extensions 

may use their own code to display the pagination */

div.pagination {

  position:relative;

  overflow:hidden;

  border-top:1px solid #eee;

  padding-top:15px}



div.pagination ul {  

  clear:both;  

  list-style-type:none; 

  margin:0 auto .75em; 

  text-align:center;}  

  

  div.pagination ul li {

    display:inline;}

     

      div.pagination ul li span.pagenav,

      div.pagination ul li a.pagenav {

        display:inline-block;

        margin:0 3px;

        padding:2px 8px 1px;

        border:1px solid #dedede; }

        

        

     div.pagination ul li a.pagenav {

      background:#F2F2F2;

      text-shadow:1px 1px 1px #fff;}

      

       div.pagination ul li a.pagenav:hover {

         background:#333;

         color:#fff;

         text-decoration:none;

         text-shadow:1px 1px 1px #000;}

     

  div.pagination p.counter { 

    margin:0 auto 10px; 

    text-align:center; 

    color:#777} 









/* Default Joomla Extensions

------------------------------

Below you will find the CSS codes that are needed by the Default

Joomla Extensions like the mod_latestnews, mod_login, mod_search,

etc.

---------------------------------------------------------------- */



/* Sliders */

.pane-sliders {

  border: 1px solid rgba(255,255,255,.15);

  border-bottom:none;}



  .pane-sliders div.pane1 { }

  

  .pane-sliders div.panel:last-child  {

    border-bottom: 1px solid rgba(255,255,255,.07)}

  

  .pane-sliders div.panel h3.pane-toggler,

  .pane-sliders div.panel h3.pane-toggler-down {

    background:rgba(0,0,0,.3);

    border-bottom: 1px solid rgba(0,0,0,1);

    box-shadow: 0 1px 0 rgba(255,255,255,.07);

    margin-top:1px;

    font-size:1.3em;}

    .pane-sliders div.panel h3.pane-toggler a,

    .pane-sliders div.panel h3.pane-toggler-down a { 

      display:block;

      color:#ccc;

      color:rgba(255,255,255,.4);

      padding:4px 10px;

      text-decoration:none;}

      .pane-sliders div.panel h3.pane-toggler a:hover,

      .pane-sliders div.panel h3.pane-toggler-down a:hover,

      .pane-sliders div.panel h3.pane-toggler-down a {

        color:#fff;

        text-shadow:1px 1px 1px #000} 

        

  

    .pane-sliders div.panel h3.pane-toggler-down {

      border-bottom:1px solid transparent;

      box-shadow:none;

      margin-bottom:-1px;

      background:rgba(0,0,0,.5);}

      



  .pane-sliders div.panel div.pane-down {

    padding:20px 10px!important;}





/* Tabs */

dl.tabs {

    float: left;

    margin: 0;

    z-index: 50;

    clear:both;

  width:100%;

  border-bottom: 1px solid rgba(255,255,255,.2);}



  dl.tabs dt {

    padding:0;

    float: left;

    border-left: 1px solid rgba(255,255,255,.1);

    border-right: 1px solid rgba(255,255,255,.1);

    border-top: 1px solid rgba(255,255,255,.15);

    margin-right: 10px;

    font-size:.8em;

    background: rgba(0,0,0,.6);

    background: -moz-linear-gradient(100% 100% 90deg, rgba(0,0,0,.6), rgba(0,0,0,.2));

      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.2)), to(rgba(0,0,0,.6))); 

    border-top-left-radius:5px;

    border-top-right-radius:5px;}

    dl.tabs dt a {

      color:#ccc;

      color:rgba(255,255,255,.4);

      display:block;

      float:left;

      padding: 4px 14px 3px;

      text-decoration:none;}

      dl.tabs dt a:hover,

      dl.tabs dt.open a {

        color:#fff;

        text-shadow:1px 1px 1px #000; }

    

    dl.tabs dt.open {

      background: rgba(0,0,0,0);

      background: -moz-linear-gradient(100% 100% 90deg, rgba(0,0,0,0), rgba(0,0,0,.6));

      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.6)), to(rgba(0,0,0,0)));

      margin-bottom:-1px;

      padding-bottom:1px;

      border-left: 1px solid rgba(255,255,255,.2);

      border-right: 1px solid rgba(255,255,255,.2);

      border-top: 1px solid rgba(255,255,255,.2);

      border-bottom:1px solid transparent;

      z-index: 100;}





    div.current {

      clear: both;

      border: 1px solid rgba(255,255,255,.2);

      border-top:none;

      padding: 15px 10px;}



    div.current dd {

      padding: 0;

      margin: 0;}

      







/* Contact Us form */

div.contact { }



  div.contact h2 {

    margin-bottom:7px; }

    

    

div.contact-form { }



  div.contact-form  p.form-required { font-weight:bold; }

  

  div.contact-form div.contact-email div {

    padding:0 0 14px}

    

    div.contact-form div.contact-email div label {

      width:130px;

      padding-bottom:5px}

  

  div.contact img { float:left; margin:0 10px 10px 0}

  

  div.contact div.contact-image img {float:right; margin:0 0 10px 10px}

  

  



/* com_users */

div.registration,

div.login,

div.profile-edit,

div.edit,

div.profile { }



  div.registration dt,

  div.login dt,

  div.profile-edit dt,

  div.edit dt,

  div.profile dt,

  div.registration dd,

  div.login dd,

  div.profile-edit dd,

  div.edit dd,

  div.profile dd  {

    display:inline-block;

    float:left }



  div.registration dt,

  div.login dt,

  div.profile-edit dt,

  div.edit dt,

  div.profile dt  {

    clear:both;

    width:160px;

    text-align:right;

    margin-bottom:1.5em;}

    

    div.registration dt label,

    div.login dt label,

    div.profile-edit dt label,

    div.edit dt label  {

      width:auto;}

    

    div.registration dt span.spacer { text-align:left; display:block; color:#999}



    div.profile-edit span.optional { font-size:.9em; color:#999; font-weight:normal; }

    

    

    



  div.edit { }

  

    div.edit #editor-xtd-buttons { padding:0}

    

    div.edit .button2-left { margin:15px 10px 0 0}





  div.edit .form-note {

    background:#eee;

    clear:both;

    display:block;

    margin:20px -1.4em -41px;

    padding:10px}

    div.edit .form-note p {

      margin-bottom:0}

      

  div.edit img {

    float: right;

    margin: 3px 0 0 5px;}





/* category module */

ul.category-module {

  padding:0;

  margin:0;

  list-style-type:none}

  

  ul.category-module li {

    padding:0}

  

    ul.category-module li h4 {

      font-size:1.2em;}

    

    ul.category-module li span.mod-articles-category-date,

    ul.category-module li span.mod-articles-category-writtenby { 

      color:#999; 

      font-family:Arial, Helvetica, sans-serif; }

      

    ul.category-module li span.mod-articles-category-writtenby  {

      padding-right:18px;}  





/* com newsfeeds */

div.newsfeed {}



  div.newsfeed {}





  div.newsfeed div.feed-items {

    margin-top:30px}

    

    div.newsfeed div.feed-items img {

      float:left;

      margin:5px 10px 10px 0}





 

/* mod_latestnews and mod_mostread */

ol.latestnews,

ol.mostreadmod { margin:.5em 0 0; padding-right:0; padding-left:1.5em; }



ol.latestnews li,

ol.mostreadmod  li { color:#999; margin-bottom:1em}





/* mod_login */

form#login-form {

  padding-top:.75em;

  margin-top:0;}

  

  form#login-form div.pretext {

    margin-bottom:10px}

  form#login-form div.posttext {

    margin-top:10px}

  

  form#login-form fieldset {

    border:none;

    padding:0;

    margin:0 0 20px}

  

    form#login-form fieldset label {

      display:none;}

  

    form#login-form fieldset p {

      margin-bottom:1em;}



    form#login-form p .inputbox {

      width:90%}

  

    form#login-form input.button {}   

  

  form#login-form p#form-login-remember {

    padding:.25em .25em 0 0}

    form#login-form p#form-login-remember label {

      display:inline;}

    form#login-form p#form-login-remember .inputbox {

      width:auto}    

    

  form#login-form ul {

    clear:both;

    padding:0 0 0 .5em;

    list-style-type:none;

    margin:0}

    form#login-form ul li {

      padding:.1em 0}

    

    

  form#login-form p {

  margin:0 0 15px; }



  form#login-form button{ 

    margin: 0 0 0 10px}

  

    

        

/* mod_search

---------------*/

#search {

  float:right;

  margin:25px 0 0 30px;

  position:relative;}

  

  #search label { display:none;}

  

  #search .inputbox {

    color:#999;

    padding:5px 10px  }

    

    #search .inputbox:hover,

    #search .inputbox:focus {

      border-color:rgba(255,255,255,.2);} 

  

  

  #search .button { 

  padding:1px 10px 2px }

    #search .button:hover { }

    

  

    

  

  

/* com_search

---------------*/

form#searchForm {}



  form#searchForm div.searchintro {

    padding:.4em 1em;

    border:1px solid #fff;

    margin-bottom: 1.5em;

    color: #514721;

    background:#FFF6BF;

    -moz-box-shadow: 0 0 8px #877736;

    -webkit-box-shadow: 0 0 8px 877736;

    box-shadow: 0 0 8px #877736;}

    form#searchForm div.searchintro p {

      margin:0}

  

    

  form#searchForm .ordering-box {

    padding-top:15px}



  form#searchForm label {

    width:auto; padding-right:10px;}

    

  form#searchForm .form-limit { float:left; padding-top:20px}

  

  form#searchForm .counter { float:right; padding-top:25px}

  

    

  dl.search-results {

    clear:both;}

    

  dl.search-results .result-title { padding-top:25px; font-size:1.3em;}

  

  dl.search-results dd { margin-left:0}

    



  

/* mod_breadcrumbs

----------------------*/  

#breadcrumbs {

  clear:both;

  border-bottom:1px dotted rgba(255,255,255,.2);

  margin:-5px 0 20px;

  padding:0 0 4px;}



  #breadcrumbs ol{

    list-style-type:none;

    float:left;

    font-size:1em;

    margin:0 0 12px;

    padding:0;}

    #breadcrumbs ol li { 

      float:left;

      color:#fff;

      color:rgba(255,255,255,.7);

      background:url(../images/breadcrumbs_arrow.png) no-repeat 96% 48%;

      padding:0 34px 0 0}

      #breadcrumbs ol li a {

        display:block;

        margin:0;}

        #breadcrumb ol li a:hover {}



    #breadcrumbs ol li.lastitem {

      background:none;

      padding:0}





    #breadcrumbs ol li:first-child a {

      background:url(../images/breadcrumbs_home.png) no-repeat center right;

      height:22px;

      width:22px;

      margin-top:-2px;

      opacity:.2;

      margin-left:-2px;

      text-indent:-9999em;

      -webkit-transition:all .4s ease-out;

      -moz-transition:all .4s ease-out;

      -o-transition:all .4s ease-out; 

      transition:all .4s ease-out;}

      #breadcrumbs ol li:first-child a:hover {

        opacity:1;}

      





/* -- Lnnguage Switcher --

Now in Joomla 1.6 we have by default the language switcher option */

#language {

  float:right}

  

  #language ul {

    padding:8px 0 0 25px;

    margin:0;

    list-style-type:none;}

    #language ul li {

      display:inline;

      padding:0 0 0 7px;

      margin:0;}    





/* Miscellaneous CSS

------------------------------

List of CSS codes that can not be categorized above but they may

be need by Joomla to operate normally. This codes may be used 

rarely but we reccomend to keep them and to be careful when you

try to change them

---------------------------------------------------------------- */

    

      

/* ToolTips 

---------------*/

.tip {

  padding:.4em .8em ;

  border:1px solid #fff;

  margin-bottom: 2em;

  color: #514721;

  background:#FFF6BF;

  -moz-box-shadow: 0 0 8px #877736;

  -webkit-box-shadow: 0 0 8px 877736;

  box-shadow: 0 0 8px #877736}

  .tip .tip-title {

    font-weight:bold;

    font-size:1.1em}

 

 

/* Template Styles custom code */

ul.ice-template-style {

  margin:0;

  padding:0;

  float:left}

  ul.ice-template-style li {

    float:left;

    margin:0 .95em 1em!important;

    padding:0!important;

    list-style-type:none;}

    

  ul.ice-template-style li span {

    display:block;

    padding:0 0 .3em;

    font-size:1.4em}  





/* This styles are used on the Editor Page */

form.editor select{ width:auto;}







/* System Messages 

----------------------*/

dl#system-message {

  box-shadow: 0 0 10px rgba(0,0,0,.75);

  border:1px solid #333;

  border: 1px solid rgba(255,255,255,.2);

  padding:.6em 1em 0.6em 3.4em;

  margin-bottom: 2em;

  color:rgba(255,255,255,.5);

  border-radius:10px;

  background:#120304 url(../images/typo_error.png) no-repeat 10px center;}

  

  

  dl#system-message dd {

    text-indent:0}

    

    

  dt.error,

  dd.error {

    -moz-box-shadow:none;

    box-shadow:none;

    border:none;

    padding:0;

    margin:0;

    color:#fff;

    color:rgba(255,255,255,.5);

    position:relative;

    overflow:hidden;

    background:none;}



  #system-message dd ul {

    margin:0!important;

    padding:0!important;

    background:none!important;

    border:none!important;}

    

    #system-message dd.warning ul,

    #system-message dd.error ul {

      color:#fff;

      color:rgba(255,255,255,.5);}

    

  dt.notice,

  dd.notice {

    border:none;

    padding:0;

    margin:0;

    color:#514721;

    position:relative;

    overflow:hidden;

    background:none;}

    





      

/* Reasons */

ol#reasons {

  padding:0}

  

  ol#reasons  li {

    clear:both;

    list-style-type:none;

    margin-bottom:1.8em;}

    

      ol#reasons li strong {

        color:#fff;

        line-height:1.6em;

        font-weight:normal;

        font-size:1.2em}

  



      ol#reasons li span {

        font-size:6.4em;

        font-family:Verdana, Geneva, sans-serif;

        float:left;

        color:rgba(255,255,255,.1);

        font-style:italic;

        display:inline-block;

        padding:20px 12px 30px 0}





/* Services */

ul.services {

  clear:both;

  position:relative;

  overflow:hidden;

  padding:0;

  margin:0}

  

  ul.services li {

    margin:0;

    padding:0 0 1.7em 85px;

    list-style-type:none;

    background-position:0 5px;

    background-repeat:no-repeat;}

    

    ul.services li.services_website {

      background-image:url(../images/services_website.png)}

    ul.services li.services_commerce {

      background-image:url(../images/services_commerce.png)}

    ul.services li.services_logo {

      background-image:url(../images/services_logo.png)}

    ul.services li.services_blog {

      background-image:url(../images/services_blog.png)}

    

    

    ul.services li strong {

      font-size:1.5em;

      line-height:1.7em;

      font-weight:normal;

      display:block;}

  



/* Network */

dl.network {

  clear:both;

  position:relative;

  overflow:hidden;

  padding:0;

  margin:5px 0 8px}

  

  dl.network dt {

    margin:0;

    font-weight:normal;

    padding:12px 0 12px;}

    

    dl.network dd {

      min-width:80px;

      display:inline-block;

      margin:0 0 0 20px;

      padding:6px 0 7px 30px;

      background-position:left center;

      background-repeat:no-repeat;}

      

    dl.network dd.network_facebook {

      background-image:url(../images/network_facebook.png)}

    dl.network dd.network_twitter {

      background-image:url(../images/network_twitter.png)}

    dl.network dd.network_youtube {

      background-image:url(../images/network_youtube.png)}

    dl.network dd.network_rss {

      background-image:url(../images/network_rss.png)}

    









/* Menus

------------------------------

List of CSS codes that can not be categorized above but they may

be need by Joomla to operate normally. This codes may be used 

rarely but we reccomend to keep them and to be careful when you

try to change them

---------------------------------------------------------------- */



/* MainMenu 

Only the wrapper part is here the rest of the codes that

generates the mainmenu can be found on 

modules/mod_icemenu/tmpl/default/icemenu.css  

---------------*/

#nav-wrapper {

  clear:both;

  /*background:url(../images/nav.png) no-repeat center right*/;

background-color:#000000;

  /*float:right;*/

  /*margin:25px 0 40px 30px;*/

  height:75px;

  z-index:999;

  position:relative;}



  #nav_container {

    height: 75px;

    /*margin-right:15px;*/}



  #nav_container_l {

    /*background:url(../images/nav.png) no-repeat center left*/;

    float:left;

    height:75px;

    /*margin-left:-25px;*/

    width:25px;}

    

/* TopMenu 

---------------*/

#topmenu {

  float:right;

margin: 15px 0 0;}

  

  #topmenu ul.menu { 

    margin:25px 0 0;

    padding:0;}

    #topmenu ul.menu li {

      display:inline;

      float:left;

      padding:0 1.1em 0 0;

      border-right:1px solid #333;

      text-shadow:1px 1px 1px #000;

      margin:0 0 0 1.1em;

      list-style-type:none;}

      #topmenu ul.menu li a {

        color:#ccc;}

        #topmenu ul.menu li a:hover {

          text-decoration:none;

          color:#fff}

      

      #topmenu ul.menu li a img {

        float:none;

        margin:0px 8px -4px 0}

        

      #topmenu ul.menu li:last-child {

        border:none;

        padding-right:0;}

      





/* FooterMenus

---------------*/

#footer ul.menu {

  padding-left:1.25em;

  margin-bottom:.5em}

  

  #footer ul.menu li {}

    

    #footer ul.menu li a {

      color:#999;

      color:rgba(255,255,255,.4);

      text-decoration:none;}

      #footer ul.menu li a:hover,

      #footer ul.menu li.current a {

        color:#ccc;

        color:rgba(255,255,255,.8);}

    

    

    /* Footer menu with suffix  "footer-connect" used

    on the last menu with the social icons */

    #footer ul#footer-connect {

      padding-left:.5em;

      list-style-type:none;}

      #footer ul#footer-connect li {

        padding-top:.45em;

        padding-bottom:.4em;}

        #footer ul#footer-connect li a {}

      

        #footer ul#footer-connect li img {

          margin:0 9px -4px 0;

          opacity:.2; 

          -webkit-transition:all .4s ease-out;

          -moz-transition:all .4s ease-out;

          -o-transition:all .4s ease-out; 

          transition:all .4s ease-out;}

          

          #footer ul#footer-connect li a:hover img {

            opacity:1;}







  

/* Right Columns Menus

used to display the current menu that is 

also on the dropdown 

-----------------------------------------*/

.col-module-content ul.menu,

.col-module-content ul.menu ul { 

  margin:0;

  padding:0;}

  .col-module-content ul.menu li {

    padding:0;

    border-bottom:1px dotted rgba(255,255,255,.2);

    margin:0;

    list-style-type:none;}

    .col-module-content ul.menu li a {

      color:#666666;

      display:block;

      padding:.3em 10px;

      /*color:rgba(102,102,102,.5);*/}

      .col-module-content ul.menu li a:hover,

      .col-module-content ul.menu li.current a  {

        text-decoration:none;

        /*text-shadow:1px 1px 1px #000;*/

        color:#444444;}





    .col-module-content ul.menu li span.separator {

      font-size:1.3em;

      color:#999;

      margin-top:1em;

      background:rgba(255,255,255,.15);

      text-shadow:1px 1px 1px #000;

      display:block;

      padding:.3em 10px;

      color:rgba(255,255,255,.9);}

    

    

    

    .col-module-content ul.menu li li:last-child {

      border:none;}

    

    

    

    

/* Copyright Menu 

---------------*/

#footermenu {

  padding:0;

  float:right}

  

#footermenu ul.menu { 

  margin:17px 35px 0 0;

  padding:0;}

  #footermenu ul.menu li {

    display:inline;

    float:left;

    font-size:.9em;

    padding:0 2em 0 0;

    margin:0;

    list-style-type:none;}

    #footermenu ul.menu li a {

      color:#666;}

      #footermenu ul.menu li a:hover {

        color:#ccc;

        text-decoration:none;}

    

    #footermenu ul.menu li a img {

      float:none;

      margin:0px 8px -4px 0}

      

    #footermenu ul.menu li:last-child {

      border:none;

      padding-right:0;}      











/* 

Extensions Overwrites

----------------------

Below you will find the CSS codes for the extensions that we

provide along with this template. Note that almost all the

extensions found here have their own CSS file on their 

respective folders. Also note that all the CSS codes here

overwrite the CSS code on the module folders. That's why we have

userd the !important feature many times below.

---------------------------------------------------------------- */





/* IceAccordion */

.iceaccordion h4.toggler {

  /*font-family:Arial, Helvetica, sans-serif!important;

  color:#444444!important;

  color:rgba(68,68,68,.4)!important;*/

  padding-top:.5em!important;

  padding-right:25px!important;

  margin-bottom:-5px!important;

  line-height:1.6em;

  border-bottom-color:#444!important;

  border-bottom-color:rgba(68,68,68,.2)!important;

  background-image:url(../images/iceaccordion_arrow_closed.png)!important;

font-weight:normal;!important}

  

  .iceaccordion h4.toggler:hover {

    color:rgba(0,0,0,.7)!important;

font-weight:bold;!important;}

  

  .iceaccordion h4.open {

    /*color:#444444!important;

    color:rgba(68,68,68,.7)!important;*/

    background-image:url(../images/iceaccordion_arrow_open.png)!important;

font-weight:bold;!important;}

    

    .iceaccordion div.accordion_content img {

      padding:5px;

      background:rgba(255,255,255,.05);

      border:1px solid rgba(255,255,255,.08);}

  

    

    .iceaccordion p.readmore {

      margin-top:1.5em;

      margin-bottom:2em}