/*********************************************
Theme Name: WJXM
Theme URI: http://www.WJXM.net
Version: 1.0
Description: Custom theme for WJXM Network
Author: Sazzad Hossain
Author URI: http://www.sazzadhossain.org
**********************************************/

/* Headings
-------------------------------------------------------------- */
.heading { font: 18px arial, helvetica, sans-serif; }
.sub_heading { font: 12px arial, helvetica, sans-serif; }

.Heading { font: 18px arial, helvetica, sans-serif; }
.Sub_Heading { font: 12px arial, helvetica, sans-serif; }

/* Font > Color
-------------------------------------------------------------- */
.Blue { color: blue !important; }
.Red { color: red !important; }
.White { color: white !important; }
.Gold { color: #C7A317 !important; }
.Yellow { color: yellow !important; }
.Green { color: green !important; }
.Black { color: black !important; }
.Pink { color: #FF6EC7 !important; }
.Tan {  color: #EBC79E !important; }
.Gray { color: #666666 !important; }
.Brown { color: #97694F !important; }

.blue { color: blue !important; }
.red { color: red !important; }
.white { color: white !important; }
.gold { color: #C7A317 !important; }
.yellow { color: yellow !important; }
.green { color: green !important; }
.black { color: black !important; }
.pink { color: #FF6EC7 !important; }
.tan {  color: #EBC79E !important; }
.gray { color: #666666 !important; }
.brown { color: #97694F !important; }

/* Font > Size
-------------------------------------------------------------- */
.Font-08 { font-size: 08pt !important; }
.Font-10 { font-size: 10pt !important; }
.Font-12 { font-size: 12pt !important; }
.Font-14 { font-size: 14pt !important; }
.Font-18 { font-size: 18pt !important; }
.Font-20 { font-size: 20pt !important; }
.Font-25 { font-size: 25pt !important; }
.Font-30 { font-size: 30pt !important; }
.Font-40 { font-size: 40pt !important; }

.font-08 { font-size: 08pt !important; }
.font-10 { font-size: 10pt !important; }
.font-12 { font-size: 12pt !important; }
.font-14 { font-size: 14pt !important; }
.font-18 { font-size: 18pt !important; }
.font-20 { font-size: 20pt !important; }
.font-25 { font-size: 25pt !important; }
.font-30 { font-size: 30pt !important; }
.font-40 { font-size: 40pt !important; }

/* Font > Family
-------------------------------------------------------------- */
.Arial { font-family: arial, helvetica, sans-serif; }
.Comic { font-family: 'Comic Sans MS', cursive; }
.Times { font-family: 'Times New Roman', Times, serif; }
.Tahoma { font-family: Tahoma, Geneva, sans-serif; }

.arial { font-family: arial, helvetica, sans-serif; }
.comic { font-family: 'Comic Sans MS', cursive; }
.times { font-family: 'Times New Roman', Times, serif; }
.tahoma { font-family: Tahoma, Geneva, sans-serif; }

/* Font > Style
-------------------------------------------------------------- */
.Underline { width: auto; border-bottom: 1px solid #ccc; font-weight: normal; }
.Bold { font-weight: bold; }
.Italic { font-style: italic; font-weight: normal; }
.Bold-Italic { font-weight: bold; font-style: italic; }
.Bold-Underline { font-weight: bold; width: auto; border-bottom: 1px solid #ccc; }
.Italic-Underline { font-style: italic; width: auto; border-bottom: 1px solid #ccc; font-weight: normal; }
.Emphasis { font-style: italic; font-weight: normal; }

.underline { width: auto; border-bottom: 1px solid #ccc; font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; font-weight: normal; }
.bold-italic { font-weight: bold; font-style: italic; }
.bold-underline { font-weight: bold; width: auto; border-bottom: 1px solid #ccc; }
.italic-underline { font-style: italic; width: auto; border-bottom: 1px solid #ccc; font-weight: normal; }
.emphasis { font-style: italic; font-weight: normal; }

/* General > List Styles
-------------------------------------------------------------- */
/**LIST TYPES**/
ul.list {
	
}
ol.list {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.list ol {
	list-style-type: decimal;
}
ul.list li { 
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
ol.list li {
	margin-left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;}
ol.list ol { 
    font-style: normal;
}
ol.decimal {
    list-style-type: decimal !important;
}
ol.roman {
    list-style-type: lower-roman !important;
}
ol.latin {
    list-style-type: upper-latin !important;
}
ol.greek {
    list-style-type: lower-greek !important;
}
ul.circle {
	list-style-type: circle!important;
}
ul.disc{
	list-style-type: disc!important;
}
ul.square{
	list-style-type: square!important;
}
ul.checked {
	list-style-image: url(../images/default/check_box.png)!important; 
}
ul.arrow {
	list-style-image: url(../images/default/arrow.png)!important; 
}
ul.full_span {
	list-style: none!important;
	margin: 1em 0;
	padding: 0; 
}
ul.full_span li a {
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 5px 20px;
	border-bottom: 1px solid #ccc;
	color: #666; 
}
ul.full_span li a:hover {
	color: #000;
	background-color: #ddd; 
}

/* General > Float
-------------------------------------------------------------- */
.Left { float: left; }
.Right { float: right; }

.left { float: left; }
.right { float: right; }

/* Clear Float Hack
-------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix_left:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

.clearfix_right:after {
    content: ".";
    display: block;
    height: 0;
    clear: right;
    visibility: hidden;
}

.clearfixb:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfixb_left:before {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

.clearfixb_right:before {
    content: ".";
    display: block;
    height: 0;
    clear: right;
    visibility: hidden;
}

.clearfixboth_left:before {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

.clearfixboth_left:before {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

/* Common Elements
-------------------------------------------------------------- */
p { margin: 5px 0px 15px 0px; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

/* Misc Classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/******* COPYRIGHT © Sazzad Hossain *******/
