/**--------------------------------------------------------
# BT Education - Joomla! Template
# --------------------------------------------------------
# For Joomla! 2.5
# Copyright (C) 2012 Bonusthemes.com. All Rights Reserved.
# @license Copyrighted Commercial Software
# Demo: http://www.bonusthemes.com/demo/?template=education
# Website: http://www.bonusthemes.com
# Support: support@bonusthemes.com
-------------------------------------------------------- **/

/* MODULE STYLES
-------------------------------------------------------------- */
/****************** DEFAULT MAIN ******************/
.moduletable { margin: 0; padding: 0; }

/* h3 */
.moduletable h3 { font-size: 22px; font-weight: 700; }

/* h3 (other words, except first word) */
.moduletable h3 span.title_arrow { color: #968F87; }
/* areas */
/*header*/
#bt_header_div .moduletable h3 span.title_arrow { color: #FEEACC; }
/*left*/
#bt_left_div .moduletable h3 span.title_arrow { color: #968F87; }
/*footer & bottom*/
#bt_bottom_div .moduletable h3 span.title_arrow, 
#bt_footer_one_div .moduletable h3 span.title_arrow, 
#bt_footer_two_div .moduletable h3 span.title_arrow { color: #968F87; }

/* h3 (first-word) */
.moduletable h3 span.first-word { color: #FF9800; }
/* areas */
/*header*/
#bt_header_div .moduletable h3 span.first-word { color: #855309; }
/*left*/
#bt_left_div .moduletable h3 span.first-word { color: #AD6700; }
/*footer & bottom*/
#bt_bottom_div .moduletable h3 span.first-word, 
#bt_footer_one_div .moduletable h3 span.first-word, 
#bt_footer_two_div .moduletable h3 span.first-word { color: #FF9800; }

/* div (for the content) */
.moduletable div.module_content { }
/* areas */
/*header*/
#bt_header_div .moduletable div.module_content { font-weight: 600; }

/****************** SOCIAL ******************/
.moduletable_btmsocial { min-width: 238px; margin: 0; padding: 0; position: relative; top: -10px; background: transparent url("../images/skin1/mstyles/social_left_bg.png") no-repeat left top; min-height: 45px; }

/* h3 */
.moduletable_btmsocial h3 { font-size: 22px; font-weight: 700; }

/* h3 (other words, except first word) */
.moduletable_btmsocial h3 span.title_arrow { }

/* h3 (first-word) */
.moduletable_btmsocial h3 span.first-word { }

/* div (for the content) */
.moduletable_btmsocial div.module_content { padding: 0; margin: 0; background: transparent url("../images/skin1/mstyles/social_right_bg.png") no-repeat right top; min-height: 45px; }
.moduletable_btmsocial div.module_content div { background: #FF9800; margin: 0 10px; padding: 5px 0 0 0; min-height: 35px; }

/****************** Style1 (_btmstyle1) ******************/
.moduletable_btmstyle1 { margin: 0 0 15px 0; padding: 0; }

/* h3 */
.moduletable_btmstyle1 h3 { margin: 0 0 10px 0; padding: 0; font-size: 18px; font-weight: 700; background: transparent url("../images/skin1/mstyles/btmstyle_arrow.png") no-repeat left top; height: 40px; }
.moduletable_btmstyle1 h3 span.btmstyle { background: #968F87; display: block; height: 40px; line-height: 40px; margin-left: 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 0 0 0 15px; }

/* h3 (other words, except first word) */
.moduletable_btmstyle1 h3 span.title_arrow { color: #FFF; }

/* h3 (first-word) */
.moduletable_btmstyle1 h3 span.first-word { color: #DCD5CC; }

/* div (for the content) */
.moduletable_btmstyle1 div.module_content { }

/****************** Style2 (_btmstyle2) ******************/
.moduletable_btmstyle2 { margin: 0 0 15px 0; padding: 0; }

/* h3 */
.moduletable_btmstyle2 h3 { margin: 0 0 10px 0; padding: 0; font-size: 18px; font-weight: 700; background: transparent url("../images/skin1/mstyles/btmstyle_arrow.png") no-repeat left top; height: 40px; }
.moduletable_btmstyle2 h3 span.btmstyle { background: #968F87; display: block; height: 40px; line-height: 40px; margin-left: 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 0 0 0 15px; }

/* h3 (other words, except first word) */
.moduletable_btmstyle2 h3 span.title_arrow { color: #FFF; }

/* h3 (first-word) */
.moduletable_btmstyle2 h3 span.first-word { color: #DCD5CC; }

/* div (for the content) */
.moduletable_btmstyle2 div.module_content { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #C7BCAD; padding: 10px 20px; }

/****************** Style3 (_btmstyle3) ******************/
.moduletable_btmstyle3 { margin: 0 0 15px 0; padding: 0; }

/* h3 */
.moduletable_btmstyle3 h3 { margin: 0 0 10px 0; padding: 0; font-size: 18px; font-weight: 700; background: transparent url("../images/skin1/mstyles/btmstyle_arrow.png") no-repeat left top; height: 40px; }
.moduletable_btmstyle3 h3 span.btmstyle { background: #FEECCC; display: block; height: 40px; line-height: 40px; margin-left: 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 0 0 0 15px; }

/* h3 (other words, except first word) */
.moduletable_btmstyle3 h3 span.title_arrow { color: #FFA200; }

/* h3 (first-word) */
.moduletable_btmstyle3 h3 span.first-word { color: #CC8100; }

/* div (for the content) */
.moduletable_btmstyle3 div.module_content { }

/****************** Style4 (_btmstyle4) ******************/
.moduletable_btmstyle4 { margin: 0 0 15px 0; padding: 0; }

/* h3 */
.moduletable_btmstyle4 h3 { margin: 0 0 10px 0; padding: 0; font-size: 18px; font-weight: 700; background: transparent url("../images/skin1/mstyles/btmstyle_arrow.png") no-repeat left top; height: 40px; }
.moduletable_btmstyle4 h3 span.btmstyle { background: #eee; display: block; height: 40px; line-height: 40px; margin-left: 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 0 0 0 15px; }

/* h3 (other words, except first word) */
.moduletable_btmstyle4 h3 span.title_arrow { color: #FFA200; }

/* h3 (first-word) */
.moduletable_btmstyle4 h3 span.first-word { color: #666666; }

/* div (for the content) */
.moduletable_btmstyle4 div.module_content { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #ddd; padding: 10px 20px; }
