
/* JA Rave
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/
/*
# ------------------------------------------------------------------------
# JA Rave template for Joomla 1.5.x
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #333;
	font-family: Helvetica, Arial;
	line-height: 1.6;
}

body#bd {
	
	color: #1a1919; 
}

/* Normal links ---*/
a { color:#3F7E15; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #333 ; }

/* Readon links ---*/
a.readon {
	display: inline;
	width: 100%;
	margin-bottom: 13px;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	
}

h1.componentheading, .componentheading {

	font-weight: normal;
	border-bottom: solid 5px #ddd;
	font-size: 250%;
	margin-bottom: 6px;	
	font-family:  Arial, Helvetica, 
	color: #555;
}

#ja-right1 img {
background:none repeat scroll 0 0 #F2F2F2;
padding:2px #333333;
border: solid 1px #ddd;

}

h2.contentheading, .contentheading{
	font-weight: normal;
	font-size: 195%;
	padding:6px 0 0;
	margin-bottom: 5px;
}

h2.contentheading a , .contentheading a {
	color: #111;
}

h2.contentheading a:hover , .contentheading a:hover {
	color: #145077;
}
h4 img {
margin:10px;
}

.contentheading { font-size: 200%; }
.blog .contentheading
.blog .contentheading { font-size: 165%; }

.category { font-size: 110%; font-weight: normal; }

.items-row .hasTip a { padding-left: 0px;}
/* Others ---*/
hr { border-top: 1px solid #ddd; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Helvetica, Arial;
        
}
select{
    width:100%;
}

.inputbox { border: solid 1px #ddd;  background: #fff; }

.inputbox:hover, .inputbox:focus { background: #fff; }

/* Search ---*/
form#searchForm { border-top: 1px solid #ddd; }

.searchintro { border-bottom: 1px solid #ddd; }

.results h4 { text-transform: none; font-size: 110%; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ddd;}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.leading, .items-row .item {}

.cols3 .article_column {
width:33.33%;
}
.article_column {
float:left;
position:relative;
}
.cols2 .article_column {
padding-right:0px;
width:48%;
}
.article_row { }

/* Meta ---*/
.article-meta { color: #999; width: 90%; }

.createby { color: #145077; }

.article-section {
	padding-left: 10px;
}

.contentdescription { border-bottom: 1px solid #ddd; }

/*Inline images ---*/
p.img_caption { color: #999; }

/* Tables ---*/
.sectiontableheader {
	background: #EDAB21;
	color: #000;
	padding: 5px;
	margin: 0 10 0 10;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #fff; }

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 { border-bottom: 1px solid #ddd; padding: 5px; margin: 0 10 0 10px }

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background: #ffffcc; }

.sectiontableentry2 { background-color: #fff; }

table.contentpane, table.tablelist { width: 100%; }

/* Content Toc */
table.contenttoc { border: 1px solid #ddd; }

table.contenttoc td { border-bottom: 1px dotted #ddd; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	
}

/* Poll */

.moduletable_poll {
	border-bottom: solid 1px #ddd;
}
h4.poll-title {
	font-family: Helvetica, Arial;
	margin: 15px 0px;
	font-weight: bold;
	text-transform: none;
}
form#poll {
	border-bottom: 1px dotted #ddd;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #ddd; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination ul li span{
	display: none;
}

.pagination ul li span.pagenav {
	display: inline;
}
.pagination ul li span, .pagination ul li strong {
	border: solid 1px #ddd;
	background: #f8f8f8;
	padding: 5px !important;
}
.ja-content-main ul.pagination li {
	background: #F8F8F8;
	border: solid 1px #ddd;
	margin: 0px 2px;
}

.contentpaneopen_edit {


visibility:hidden;
width:0px;
height:0px;
}

#ja-content {

}

.ja-content-main {

}



.ja-content-main .counter {
	float: left;
}
.ja-content-main .counter span {
padding: 0px 0px;
}

.pagination .pagination {
	float: left;
}

.ja-content-main .logout_form h1 {
	background: none;
}

.ja-content-main ul.pagination li span { color: #145077; }

.ja-content-main ul.pagination li a{ color: #333; }

.ja-content-main ul.pagination li a:hover{ color: #145077;}

.ja-content-main ul.pagination li span,
.ja-content-main ul.pagination li strong { line-height: 20px; }

.blog_more { border-bottom: 1px solid #ddd; }

.blog_more h2 { font-size: 125%; }

/* MODULE STYLES
--------------------------------------------------------- */

#top2 {

max-height: 45px!important;

overflow: hidden;
}

div.modulerounded {
border:1px solid #dddddd!important;
}
div.modulerounded .ja-box-bl ,div.modulebgmodule .ja-box-bl {
padding:1 10 15px;
}

div.moduleart {
	background: #565656;
	color: #fff;
	padding:10
}

div.modulebgmodule {
background: #fff;
color: #565656;
}
div.ja-module, div.module {
margin-bottom:10px;
}

div.modulebgmodule  h3 {
color:#ffffff!important;
}
div.moduleno-border img {
border:0!important;
padding:0!important;
}

div.ja-moduletable h3, div.moduletable h3 {
	font-size: 110%;
	
	font-family: Arial,Helvetica,sans-serif;
	border-bottom: solid 5px #ddd;
	font-weight: normal;
	padding: 0px 0px 10px;
	color: #145077;
}

.ja-inset1 {
	margin-top: -10px;
}
.ja-inset1 div.ja-moduletable:hover h3, .ja-inset1 div.moduletable:hover h3,
#ja-right div.ja-moduletable:hover h3, #ja-right div.moduletable:hover h3,
.ja-content-main:hover h1 {
	border-bottom: solid 5px #145077;
	color: #333;
}

.ja-content-main:hover .item-page h1 {
	border: none;
}

#ja-right div.moduletable_jatabs:hover h3 {
	border: none;
	color: #555;
}
/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ddd; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

.main {

}
.main .main-inner1 { margin-left: 0; margin-right: 0; }

.ja-mass-top .ja-module, .ja-mass-top .ja-moduletable  { overflow: hidden; padding: 0px;}

/* HEADER
--------------------------------------------------------- */
#ja-header {
z-index:10;
margin-bottom:0px;
}

#ja-header .main {
	padding: 0px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.img_caption.left {
margin-right:10px;
position:relative;
}
#top-header {
display:block;
}
#ja-header .main .inner  {
padding:0;
}

#ja-header .main .main-inner1 {
	padding: 16px 0px 0px;
	margin: 0px 15px 0px;

}
div.ja-topbar {
margin-bottom:10px;
}
#newposition {
clear:both;
position:relative;

}
.ja-day, .ja-updatetime {
padding :0 10px 0 0 ;
border-right:1px solid ;
float:left;

}

.ja-healineswrap {
float:left;
}

.ja-healineswrap em {
color:#999999;
display:block;
float:left;
font-style:normal;
font-weight:bold;
padding:0 10px;
}
.ja-syndicate {
float:right;
}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 0px;}

/* Logo Image ---*/
h1.logo { width: 162px; height: 40px; }

h1.logo a {
	background: url(../images/logo.png) no-repeat left !important;
	display: block;
	width: 124px;	
	height: 42px;
	margin-left: 0px;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
	font-family: Arial, Helvetica;
	font-weight: bold;
	margin-left: 0px;
}

div.logo-text h1 a {
	text-decoration: none;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 5px;
	
}

#ja-top-header {
	margin-top:-5px;
	position:absolute;
	right:180px;
	text-align:right;
	width:50%;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	padding-top: 0px;
	z-index:9;
}
#ja-mainnav .main {
background:url("../images/mainnav-bg.gif") repeat-x scroll center bottom #FFFFFF;
border-top:1px solid #DDDDDD;
font-family:Arial, Helvetica;
font-size:100%;
}
#ja-mainnav .main .main-inner1{
	
 }

/* Breadcrumbs ---*/
#ja-navhelper .main {
	
}

.ja-breadcrums {
    


}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*/
#ja-container .main { padding: 0px 0 0; border-left: solid 1px #ddd; border-right: solid 1px #ddd;    
border-top:solid 1px #ddd; }

#ja-container ul.menu {
	margin-top:10px;
}
#ja-container ul.menu li a {color: #333;} 
#ja-container ul.menu li a:hover, #ja-container ul.menu li a:active {color: #145077;} 
#ja-container ul.menu li.active a { color: #145077;}
#ja-container ul.menu li { 
	border-bottom: 1px dotted #ddd; 
	background: url(../images/arrow5.png) no-repeat scroll 96% 13px ;
	list-style-type: none;
	padding-left: 0px;
}

#ja-container ul.menu li:hover { 
	background: url(../images/arrow9.png) no-repeat scroll 96% 13px ;
}
#ja-container ul.menu li ul li a {
	color: #333 !important;
}

#ja-container ul.menu li li { border-bottom: 0; border-top: 1px dotted #ddd; }

#ja-container ul.menu li ul { margin: 0px;}
#ja-container ul.menu li li {
	background: url(../images/arrow6.png) no-repeat scroll 0% 13px ;
	text-indent: 10px;
}

#ja-container ul.menu li li:hover {
	background: url(../images/arrow10.png) no-repeat scroll 0% 13px ;
	text-indent: 10px;
}

#ja-container ul.menu li ul li a:hover,#ja-container ul.menu li ul li a:active {
	color: #145077 !important;
}

#ja-container ul.menu li.active li.active a {
	color: #145077 ;
}
#ja-container ul.menu li ul ul {
	margin-left: 7px;
}
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right:15;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 {
	
}

#ja-topsl div.ja-box-ct ,
#ja-botsl div.ja-box-ct {
	
}
#ja-botsl ul.contentuser {
	
}
#ja-botsl div.ja-box-ct li {
	
}

#ja-botsl div.ja-box-ct .color-link li {
	
}

#ja-botsl div.ja-box-ct li a {
	
}

#ja-botsl div.ja-box-ct li a:hover {
	
}
#ja-botsl .ja-box-left {
	
}

#ja-botsl .ja-box-right {
	
}

#ja-botsl .ja-box-center {
	
}

/* Top spotlight ---*/
#ja-topsl .main { padding: 0;border-left: 1px solid #ddd;border-right: 1px solid #ddd; }
#ja-topsl .main-inner1 { padding: 0px 0; border-bottom: 1px solid #ddd; }

/* Bot spotlight ---*/
#ja-botsl{ 
	
}
#ja-botsl .main {
	
}

/* Navhelpert ---*/

/* Footer ---*/

#ja-footer .ja-footnav {
background:none repeat scroll 0 0 #333333;
font-size:100%;
margin:0 0 10px;
overflow:hidden;
position:relative;
}


footer [class ^= 'footer-'] {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding:5 0 0 0px;
}

footer .footer-left {
    width: 60%;
	float: left;
}

footer .footer-right {
    width: 40%;
	float: right;
}


.ja-footnav ul.ja-links {
float:right;
margin:0;
}
.ja-footnav ul.ja-links li {
background:none repeat scroll 1 1 transparent;
border-left:0 none;
padding:0;
line-height:0;
}
.ja-footnav ul.ja-links li a {
padding:7px 10px;
float:left;
}
.ja-footnav li a {
color:#FFFFFF;
display:block;
line-height:normal;
padding:7px 10px;
text-transform:uppercase;
text-align: left;
}
.ja-footnav ul.ja-links li.top a {
background:url("../images/arrow-3.png") no-repeat scroll 9px center transparent;
padding-left:18px;
padding-right:10px;
}
.ja-footnav ul.ja-links li.user-reset a {
background:none repeat scroll 0 0 #9C162E;
color:#FFFFFF;
text-decoration:none;
}

#ja-footer {
	padding: 0px;
	background:#292F3F;
	
}

#ja-footer  {
	color: #AFB4BF;
	padding: 0px 0px 10px 0px;
	position: relative;
	text-align: left;
	
	
	position: relative;
}

#ja-footer .ja-copyright {
	margin: 0 0 0 15px;
	padding: 15px 0px 0px; 
	position: relative;
}

#ja-footer .ja-copyright div.bannergroup {
	display: none;
}

#ja-footer .ja-copyright small {
	text-align: left;
	color: #AFB4BF;

}

#ja-footer .ja-copyright a { color: #AFB4BF;}

#ja-footer .ja-copyright a:hover { color:#fff; text-decoration: underline;}


#ja-poweredby {
	position: absolute;
	right: 15px;
	display: block;
	top: 25px;
	text-indent: -3000px;	
}

#ja-footer .ja-footnav { margin: 0px 15px; clear: left;}

.ja-footnav ul  { float: left; margin-left: -10px;}

.ja-footnav ul li  {
	background: url(../images/line-footer.gif) no-repeat left center;
	padding: 0px 10px;
}

.ja-footnav ul li a {
	color: #888;
}

.ja-footnav ul li a:hover {
	color: #145077;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Search ---*/
#ja-search {
float:right;
position:static;
}
#ja-search .inputbox {
background:url("../images/icon-search.gif") no-repeat scroll 8px center #FFFFFF;
font-size:100%;
margin-right:0px;
font-weight:normal;
padding-left:0px;
width:230px;
}



#ja-search input.button {
	background: url(../images/search-sm.png) no-repeat left center;
	text-indent: -3000px;
	line-height: 0px;
	position: relative;
	width: 20px;
	border: none;
	height: 20px;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus {
	background: #fff;
}
/* Others ---*/

#ja-topnav .ja-megamenu,.ja-syndicate .ja-megamenu {
height:auto;
}

#ja-banner { 

 }

div.ja-innerdiv { border-bottom: 1px dotted #ddd; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial;
	font-size: 92%;
	font-weight: normal;
	
}

.ja-box-ct p .img, .article-content p img {
	border: solid 1px #ddd;
	padding:3px;
	float:left;
	margin-right:15px;
	
	
	background: #f2f2f2;
}

#lipsum p img {
	border: solid 1px #ddd;
	padding: 3px;
	float: left;
	
	background: #f2f2f2;
}

.ja-box-ct p, .article-content p {
vertical-align:top;

}

.article-content {
overflow:hidden;
}

p img.left {
margin: 10px; 

}

p img.right {  
margin: 10px;

}

img.img {
	
	background-color: #fff;
}

.ja-tab-subcontent li img {
	float: left;
}

.ja-tab-subcontent li .img-tabs {
	margin-left: 48px;
}

body.contentpane p {
	margin: 10px 0px;
	font-size: 90%;
	color: #333;
}
.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
	margin-left: 0px;
}

#form-login input.inputbox {
	border: solid 1px #ddd;
	width: 98%;
	color: #999;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: normal;
}

#form-login input#modlgn_remember {
	width: auto;
	border: none;
}

#form-login ul li a { color: #333;}

#form-login ul li a:hover { color: #145077;}

input.button {
	background: url(../images/button-bg.gif) repeat-x top center;
	border: solid 1px #ddd;
	padding: 3px 10px;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
}

input.button:hover {
	background: url(../images/button-hover-bg.gif) repeat-x top center;
	color: #145077;
}
form.poll {
	clear: left;
	display: block;
}

form.poll input.button {
	float: left;
	margin-top: 10px;
}

a.poll-result {
	background: url(../images/button-bg.gif) repeat-x center center;
	border: solid 1px #ddd;
	padding: 0px 10px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin-top: 10px;
	vertical-align: middle;
	text-transform: none !important;
	font-size: 98%;
	height: 23px;
	line-height: 24px;
}
p.img-photo {
	margin: 5px;
}

p.img-photo img {
	
	background-color: #fff;
	margin: 5px;
}
p.readmore {
	border-bottom: solid 1px #ddd;
	padding: 0px 0px 10px 0px;
}
p.readmore a {
	font-size: 95%;
	line-height: 10px;
}

fieldset span.small {
	font-size: 100%;
	color: #145077;
}

.contentpaneopen td ul li {
	background: none !important;
	float: left;
	padding: 0px 5px ;
	margin: 0px;
}
.group-content .ja-box-ct p img {
	
	
	float: left;
	margin: 5px;
} 

.group-content .ja-box-ct p strong {
	color: #145077;
	display: block;
} 

.group-content .ja-box-ct span {
	font-size: 90%;
} 
/* Twitter ---*/
.ja-twitter {
	padding: 5px 0px 0px 0px;
}

.ja-twitter h4 {
	display: none;
}

div.ja-twitter div.ja-twitter-date {
	color: #888;
	font-size: 85%;
}

div.ja-twitter center {
	background: #252525;
	margin-top: -11px;
	padding: 13px 0px;
}

div.ja-twitter center:hover {
	background: #145077;
	margin-top: -11px;
	padding: 13px 0px;
}

.ja-twitter center a {
	color: #fff !important;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 110%;
}

.ja-twitter center img {
	display: none;
}

ul.contentuser {
	float: left;
}

.t3-logo-light a:hover {
	border: none !important;
	text-decoration: none !important;
}

body.contentpane {
	padding: 0px;
}

#jac-social-links {
	display: none;
}
/*------Comment--------------*/

.jac-add-button {
	position: relative;
	left: 65px;
	font-size: 95%;
	bottom: 32px;
	border-left: solid 1px #ddd;
	padding-left: 5px;
}

.leading .jac-add-button {
	bottom: 43px;
}

.blog.section .jac-add-button {
	bottom: 25px;
	left: 65px;
}

.blog.section .leading .jac-add-button {
	bottom: 36px;
}
.items-leading .leading {
	position: relative;
	padding-bottom: 0px;
}


dl.article-info {
	width: auto; 
}
dl.article-info dd, dl.article-info dt {
	color: #888;
}

.items-leading {
	padding-bottom: 10px;
}

#ja-right .moduletable_noborder {
	padding: 0px;
	margin-bottom: 0px !important; 
	margin-top: 0px !important; 
}

#ja-right .moduletable_noborder p {
	margin-bottom: 10px;
}

.ja-mass-top .moduletable_slideshow{
	background: #f2f2f2;
	border: solid 1px #ddd;
	padding: 4px;
	margin-bottom: 15px;
}

.ja-mass-top .moduletable_highlight {
	margin-top: 25px !important;
}

.ja-mass-top div.ja-moduletable, .ja-mass-top div.moduletable {
	margin-top: 0px;
	margin-bottom: 0px;
}

.items-row {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.article-image {
	top: 5px;
	position: relative;
	right: 5px
}

.img_caption img{
	width: 125px;
	height: 125px;
	float: right;	
	border: solid 1px #ddd;
	background-color: #f2f2f2;
	
	position: absolute;
	right: 0px;
}
div.article-main {
	padding-right: 145px !important;
	border-bottom: solid 1px #ddd;
	padding-bottom: 13px;
	position: relative;
}

.haveimage, .article_column .haveimage {
	position: relative;
}

.leading  .contentpaneopen {
	margin-bottom: 12px;
}

.pagination  {
	float: right;
}
div.moduletable_gallery {
	margin-bottom: 0px !important;
	padding: 0px !important;
}

a.jac-links {
	background: none !important;
	padding-left: 0px !important;
	float: left;
}

.pagination-start, .pagination-prev, .pagination-end, .pagination-next {
	display: none !important;
}

#ja-botsl div.ja-moduletable h3 {
	margin:0;
}
.article_row {
} 


#jac-wrapper h2.componentheading {
	border-top: none;
}

#jac-wrapper input.text, #jac-wrapper input.search, #jac-wrapper textarea.textarea {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #999;
}

.moduletable_highlight:hover h3 {
	color: #333;
	border-color: #333;
}

div.catItemCommentsLink a {
	float: left;
}

.leading {
	padding: 0px;
	margin: 0px ;
}

.moduletable_video p {
	float: left;
	z-index: 100;
	position: relative;
	z-index: 1;
}

.blog .leading {
	border: solid 1px transparent;
}
/*by shomrat */
#ja-content-mass-top .moduletable { margin-top:-9px; margin-bottom:-29px;}
/* end of by shomrat */
#ja-news .moduletable { margin-top:-9px; margin-bottom:-29px; }
#ja-content-mass-top { padding-right:15px; border-bottom:solid 1px #ddd; }
#ja-right1 div.banneritem_text { border-bottom:1px dotted #DDDDDD;
}
/*changed by emon*/

html body#bd.fs3 div#ja-wrapper div#ja-breadcrumb_s.wrap div.main div.main-inner1
{padding:15px 15px;}


html body#bd.fs3 div#ja-wrapper div#ja-breadcrumb_s.wrap div.main div.main-inner1 div.ja-box{
	padding-right:15px;
}

/*by peter */

#Kunena div.kcc-subcat {
    display: none;
}

#Kunena div.kblock > div.kheader, #Kunena div.kblock {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.state_no_link{
	color: #c1c1c1;
	text-decoration: none;
}

.state_no_link:hover {
	color: #d1d1d1;
	text-decoration: none;
}

.social iframe {
vertical-align: middle;
}
.social div span {
vertical-align:middle !important;
}

.article-content {
font-size: 16px !important;
}

li {
list-style-type:square;
}
