/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/
/****general styles of joomla****/
/**registration, login**/
span.star, strong.red, .invalid {
    color: #ff0000;
}

div.login fieldset {
    border: none;
}

div.registration fieldset, div.profile fieldset, div.profile-edit fieldset, div.remind fieldset, div.reset fieldset, div.login fieldset {
    border: 1px solid #B8B7B7;
    margin: 0 0 10px 0;
}

div.registration fieldset legend, div.profile fieldset legend, div.profile-edit fieldset legend {
    font-weight: bold;
}

div.registration form#member-registration fieldset dt, div.profile form#member-profile fieldset dt, div.profile-edit form#member-profile fieldset dt, div.remind fieldset dt, div.reset fieldset dt {
    float: left;
    clear: left;
    padding: 5px;
}

div.registration form#member-registration fieldset dd, div.profile form#member-profile fieldset dd, div.profile-edit form#member-profile fieldset dd, div.remind fieldset dd, div.reset fieldset dd {
    float: left;
    clear: right;
    padding: 5px;
}

div.login-fields {
    padding: 5px 0;
}

fieldset.userdata {
    border: none;
    padding: 0;
    margin: 0;
}

/**buttons, inputs**/
input.button, button.validate, button {
    border: none;
    background: #FEBE10;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.inputbox, input.validate-password, input.required {
    border: 1px solid #a5a5a5;
    font-size: 11px;
    font-weight: normal;
    color: #2C2C2C;
    margin: 0;
    padding: 0 2px;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
}

input#modlgn-remember {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: none;
}

/**page navigation**/
ul.pagenav {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
    clear: both;
}

ul.pagenav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.pagenav li {
    display: inline;
    padding: 0px;
    margin: 0;
}

ul.pagenav li a {
    display: inline;
    padding: 2px;
    text-decoration: none;
    color: #FEBE10;
    font-size: 12px;
    font-weight: bold;
}

ul.pagenav li.pagenav-prev {
    float: left;
    background: none;
}

ul.pagenav li.pagenav-next {
    float: right;
    background: none;
}

/**pagination**/
div.pagination {
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
  clear: both;
}

div.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.pagination li {
    display: inline;
    padding: 2px 5px;
    border: solid 0px #eee;
    margin: 0 2px;
    background: none;
}

.pagenav {
    padding: 2px
}

div.pagination li.pagination-start, div.pagination li.pagination-next, div.pagination li.pagination-end, div.pagination li.pagination-prev {
    border: 0;
}

div.pagination li.pagination-start, div.pagination li.pagination-start span {
    padding: 0;
}

p.counter {
    text-align: center;
}

/**search**/
fieldset.word, fieldset.phrases, fieldset.only {
    border: 1px solid #FEBE10;
    padding: 10px;
    margin: 0 0 10px 0;
}

fieldset.phrases {
    border: 1px solid #B8B7B7;
}

fieldset.only {
    border: 1px solid #B8B7B7;
}

div.searchintro {
    font-size: 12px;
}

fieldset.only legend, fieldset.phrases legend {
    font-weight: bold;
}

/****content****/
div.items-leading {
    display: inline-block;
    width: 100%;
}

div.items-row {
    display: inline-block;
}

.row-separator {
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0px;
    clear: both;
}

.item-separator {
}

.shownocolumns {
}

.category-desc {
}

/**blog featured single**/
div.blog-featured {
}

div.blog {
}

div.item-page {
}

div.category-list {
}

div.archive {
}

div.contact-category {
}

div.search {
}

div.blog h2, div.item-page h2, div.blog-featured h2 {
    color: #FEBE10;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

div.blog h1, div.blog-featured h1, div.item-page h1, div.archive h1, div.contact-category h2, div.categories-list h1, div.category-list h1, div.search h1 {
    border-bottom: 1px solid #FEBE10;
    color: #FEBE10;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 15px;
    padding: 3px 0 10px 0;
    display: block;
}

div.blog-featured h2 a:link, div.blog-featured h2 a:visited, div.blog h2 a:link, div.blog h2 a:visited, div.item-page h2 a:link, div.item-page h2 a:visited {
    color: #FEBE10;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: block;
}

div.blog-featured h2 a:hover, div.blog h2 a:hover, div.item-page h2 a:hover {
    text-decoration: underline;
}

div.contact h2 span.contact-name {
    border-bottom: 1px solid #000000;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 15px;
    padding: 3px 0 5px 10px;
    display: block;
}

div.newsfeed {
}

div.newsfeed h2.redirect-ltr {
}

div.newsfeed h2.redirect-ltr a {
}

/**blog layout**/
.item {
    display: block;
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    float: left;
    width: 48%;
}

.cols-2 .column-2 {
    float: right;
    width: 48%;
}

.cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3 {
    float: left;
    width: 31%;
    padding: 0 20px 0 0;
}

.cols-3 .column-3 {
    float: right;
    padding: 0;
}

.cols-4 .column-1, .cols-4 .column-2, .cols-4 .column-3, .cols-4 .column-4 {
    float: left;
    width: 22.8%;
    padding: 0 20px 0 0;
}

.cols-4 .column-4 {
    float: right;
    padding: 0;
}

.items-more {
    padding: 10px 0;
}

.items-more h3 {
    font-weight: bold;
}

/**single article**/
ul.actions {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    width: 100%;
}

ul.actions li {
    display: inline;
    background: none;
}

.actions img {
    border: none;
}

.article-info {
    margin: 0 0 10px 0;
}

.article-info-term {
    color: #FEBE10;
}

.archive .article-info dd, .article-info dd {
    margin: 0;
    color: #fff;
}

/**article categories**/
.categories-list ul {
    list-style: none;
    margin: 0;
}

.categories-list h1 {
}

dl.article-count dt, dl.article-count dd {
    display: inline;
    margin: 0;
}

dl.article-count dt, dl.article-count dd {
    display: inline;
    margin: 0;
}

/**web category list**/
.weblink-category {
}

/**archive**/
fieldset.filters {
    border: 1px solid #FEBE10;
    padding: 10px;
    margin: 0 0 10px 0;
}

fieldset.filters legend {
    font-weight: bold;
    color: #fff;
}

/**contact, article category list**/
table.category {
    width: 100%;
    margin: 10px 0;
}

table.category th {
    background: #FEBE10;
    padding: 3px 5px;
    color: #000;
}

table.category th a {
    color: #000;
}

table.category td {
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
}

table.category td, table.category tr.odd td, table.category tr.even td {
    border-bottom: 1px solid #333;
}

table.category td a {
    color: #fff;
}

table.category tr.cat-list-row0 {
    background: none;
}

table.category tr.cat-list-row1 {
    background: #333;
}

.cat-children h3 {
    font-weight: bold;
    font-size: 12px;
}

/**single contact slider**/
div.contact-slider {
}

div.panel {
}

div.panel h3.title {
    border: 1px solid #FEBE10;
    padding: 3px;
    font-size: 12px;
    color: #FEBE10;
}

div.panel h3.title a:link, div.panel h3.title a:visited {
    text-decoration: none;
    color: #FEBE10;
    font-weight: bold;
}

div.panel h3.pane-toggler-down {
}

div.pane-slider {
}

div.pane-down {
    padding: 5px !important;
}

/**details**/
.tip {
    background: 0 0 #FFFFFF;
    border: 1px solid #CFCCCC;
    padding: 10px;
}

.img_caption {
    font-size: 10px;
    background: none;
    margin: 0px;
    padding: 0px;
    border-top: none;
}

p.readmore {
    text-align: right;
}

p.readmore a:link, p.readmore a:visited {
    display: block;
    font-weight: bold;
    color: #FEBE10;
    text-decoration: none;
}

p.readmore a:hover {
    text-decoration: underline;
}

/************************ plugin page break ******************/

hr.system-pagebreak  {
  display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    clear: both;
    height: 1px;
    border: none;
    background: #5f5f5f;
}

/************************ Presentation Style: pages ******************/

div#article-index { 
  padding: 10px 5px;
    border: 1px solid #5f5f5f;
}

div#article-index {
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 5px;
    width: 150px;
  background: none;
}

div.pagenavcounter {
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    text-align: center;
    width: 150px;
    background: #5f5f5f;
    border: 1px solid #5f5f5f;
}

div#article-index h3 { 
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

div#article-index ul {}

div#article-index ul li { }

div#article-index ul li a:link,
div#article-index ul li a:visited {}

div#article-index ul li a:hover {}

div#article-index ul li a.active {}

/************************ Presentation Style: sliders ******************/

div#sliders.pane-sliders {}

div#sliders div.panel {
  margin: 0 0 1px 0;
  border: 1px solid #141414;
}

div#sliders .panel h3#basic-details.title { 
  font-size: 12px;  
  text-align: center;
  padding: 8px;
  margin: 0;
  background: #141414;
  border: none;
  cursor: pointer;
}

div#sliders .panel h3#basic-details.title.pane-toggler-down {
  border-bottom: 1px solid #141414;
}

div#sliders .panel h3#basic-details.title a:link,
div#sliders .panel h3#basic-details.title a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

div#sliders .panel h3#basic-details.title.pane-toggler-down a:link,
div#sliders .panel h3#basic-details.title.pane-toggler-down a:visited {

}

div#sliders .panel h3#basic-details.title a:hover {

}

div#sliders .panel div.pane-slider { 
  padding: 5px;
}

div#sliders .panel div.pane-slider.pane-down {}

/************************ Presentation Style: tabs ******************/

dl#tabs.tabs { 
  display: inline-block;
  padding: 10px 0 0;
}

dl.tabs {
  margin: 0;
} 

.tabs dt.tabs {
  float: left;
  padding: 5px 10px 6px 10px;
  margin: 0 5px -1px 0;
  background: #141414;
  border-right: solid 1px #5f5f5f;
  border-left: solid 1px #5f5f5f;
  border-top: solid 1px #5f5f5f;
  border-bottom: none;
}

.tabs dt.tabs.closed {
  background: #000;
  padding: 5px 10px;
  border-right: solid 1px #5f5f5f;
  border-left: solid 1px #5f5f5f;
  border-top: solid 1px #5f5f5f;
  border-bottom: solid 1px #5f5f5f;
}

.tabs dt.tabs.basic-details h3 {
  font-size: 12px;
  margin: 0;
}

.tabs dt.tabs.basic-details.open h3 a:link,
.tabs dt.tabs.basic-details.open h3 a:visited  {

}

.tabs dt.tabs.basic-details h3 a:link,
.tabs dt.tabs.basic-details h3 a:visited {
  text-decoration: none;

}

.tabs dt.tabs.basic-details h3 a:hover {

}

dd.tabs { 
  clear:both;
  background: #141414;
  margin: 0; 
  padding: 10px;
  border: solid 1px #5f5f5f;
}

/***system messages***/
/* Unpublished */
.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message {
    margin-bottom: 10px;
    padding: 0;
}

#system-message dt {
    font-weight: bold;
    text-transform: uppercase;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 0px;
}

#system-message dd ul {
    color: #0055BB;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px;
    border-top: 2px solid #84A7DB;
    border-bottom: 2px solid #84A7DB;
}

/* System Standard Messages */
#system-message dd.message ul {
    color: #63A5FF;
    font-weight: bold;
    font-size: 12px;
    border: none;
    margin: 0;
    text-align: center;
    padding: 15px 10px;
    border-top: 2px solid #63A5FF;
    border-bottom: 2px solid #63A5FF;
}

#system-message dd.message ul li {
    text-align: left;
}

/* System Error Messages */
#system-message dd.error ul {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: none;
    border-top: 2px solid #CD3301;
    border-bottom: 2px solid #CD3301;
    margin: 0;
    text-align: center;
    padding: 15px 10px;
}

#system-message dd.error ul li {
    display: inline;
    color: #CD3301;
}

/* System Notice Messages */
#system-message dd.notice ul {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: #0e4185;
    border: none;
    margin: 0;
    text-align: center;
    padding: 15px 10px;
}

#system-message dd.notice ul li {
    display: inline;
}

#system-message ul li {
    background: none;
    margin-left: 30px;
}

#outline {
    margin: 0 auto;
}
