 /*
Theme Name: Legitreviews Theme
Theme URI:
Description: Legitreviews Theme
Author: 
Author URI:
Version: 1
*/
/*=========RESET============*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
a{
	text-decoration: none;
}

ul, ol{
	padding: 0;
	margin: 0;
	list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*=========END RESET============*/


body{
	font-family: 'Arial', serif;
	font-size: 12px;
	min-height: 1000px;
	/*background: #0b3a61 no-repeat;*/
       background: #000000;
	/*background-image: linear-gradient(bottom, #206196 50%, #0B3A61 100%);
	background-image: -o-linear-gradient(bottom, #206196 50%, #0B3A61 100%);
	background-image: -moz-linear-gradient(bottom, #206196 50%, #0B3A61 100%);
	background-image: -webkit-linear-gradient(bottom, #206196 50%, #0B3A61 100%);
	background-image: -ms-linear-gradient(bottom, #206196 50%, #0B3A61 100%);*/
}
h1, h2, h3, h1 a, h2 a, h3 a{
	font-size: 22px;
	color: #206196;
	margin-bottom: 5px;
}
.aligncenter {
      margin-left: auto;
      margin-right: auto;
}
.wp-caption-text {
      font-style:italic
}


#wrapper{
		/* Testing iOS fix code */
		position:relative;
		
		/* Change for wallpaper ad's */
		/*top: 0px;
		left: 0px;
		right:0px;
		bottom:0px;*/
		margin: 0 auto 0 auto;
		width: 1000px;
    
    /*
    Below causing iOS rendering issues, above code untested with advert:
    Enable/See line 409 if re-enabling this without fixing rendering issues.
    
    position: absolute;
    left: 50%;
    margin-left: -500px;
     */    
    z-index: 5;
}

#page-wrap{
	width: 1000px;
	margin: 0 auto 0 auto;
        /*background: #0b3a61;*/
}

#wallpaper-overlay-container{
    width: 100%;
    /*top: 130px;*/
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    text-align: center;
}

#wallpaper-overlay{
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    width: 100%;
}

.clear{
	clear: both;
}
/*=========HEAD============*/

#header{
	padding: 0;
}
#logo{
	float: left;
	/*margin: 24px 0 0 10px;*/
	margin: 24px 0 4px 10px;
	width: 217px;
	height: 82px;
	background: url('images/site_button_sprites.png') -300px 0 no-repeat;
}
#logo a{
	display: block;
}
#header-banner{
	float: right;
	padding: 20px 10px 0 0;
	width: 730px;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
#header-banner img{
	width: 730px;
}

/**
 * Begin Mobile 2015/04/21
 */

.main-navigation__toggle {
	display: none;
}

.search-button__icon {
	display: none;
}

/**** End Mobile 2015/04/21 ****/

#header-menu{
	-moz-border-radius: 10px;
	border-radius: 10px;

	background: #206196;
	background-image: linear-gradient(bottom, #206196 33%, #5395CA 100%);
	background-image: -o-linear-gradient(bottom, #206196 33%, #5395CA 100%);
	background-image: -moz-linear-gradient(bottom, #206196 33%, #5395CA 100%);
	background-image: -webkit-linear-gradient(bottom, #206196 33%, #5395CA 100%);
	background-image: -ms-linear-gradient(bottom, #206196 33%, #5395CA 100%);

	margin: 10px 0 0 0;
	height: 47px;
	width: 1000px;
	line-height: 47px;
	text-align: center;
	font-family: 'Chivo', serif;
	float:left;
}
#header-menu ul li a:after {
	color:rgba(255,255,255,0.25);
	font-size: 18px;
	content:"|";
	padding-left: 13px;
}
#header-menu ul li:last-child a:after {
	content: none;
}
#header-menu li a{
	color: #FFF;
    display: block;
    font-size: 16px;
    height: 47px;
    padding-left: 13px;
    
    text-decoration: none;
	background: white 20px 50px right no-repeat;
}

@-moz-document url-prefix() { 

  #header-menu li:hover, .header-menu-act, #menu-header-categories-menu .current-post-parent, .header-menu-left-act, .current-post-parent-left, .header-menu-right-act, .current-post-parent-right
  {
	/*letter-spacing: -0.085em !important;*/
  }
}

#header-menu li:hover, .header-menu-act, #menu-header-categories-menu .current-post-parent, .header-menu-left-act, .current-post-parent-left, .header-menu-right-act, .current-post-parent-right {
	font-weight:bold;
	/*letter-spacing: -0.122em;*/
	color: #F60;
	text-shadow: -1px -1px 2px #FFF, 1px -1px 2px #FFF, -1px 1px 2px #FFF, 1px 1px 2px #FFF;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 33%, #DEDEDE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,#FFFFFF), color-stop(100%,#DEDEDE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 33%,#DEDEDE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 33%,#DEDEDE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 33%,#DEDEDE 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 33%,#DEDEDE 100%); /* W3C */
	
	-moz-box-shadow: inset 0px 1px 2px #666;
	-webkit-box-shadow: inset 0px 1px 2px #666;
	box-shadow: inset 0px 1px 2px #666;
}
#header-menu li:last-child a{
	padding-right: 20px;
}
#header-menu li:first-child a{
	padding-left: 20px;
}
#header-menu li:first-child:hover, .header-menu-left-act, .current-post-parent-left {
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
#header-menu li:last-child:hover, .header-menu-right-act, .current-post-parent-right, header-menu-last-li {
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#header-menu li:hover a, .header-menu-act > a, .header-menu-left-act > a, .header-menu-right-act > a, .current-post-ancestor > a {
	color: #F60 !important;
	text-shadow: -1px -1px 2px #FFF, 1px -1px 2px #FFF, -1px 1px 2px #FFF, 1px 1px 2px #FFF;
}


#header-submenu{
	width: 1000px;
	height: 42px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0 0 0;
	
	background: #F0F2F3;
	background-image: linear-gradient(bottom, #F0F2F3 100%, #FFFFFF 0%);
	background-image: -o-linear-gradient(bottom, #F0F2F3 100%, #FFFFFF 0%);
	background-image: -moz-linear-gradient(bottom, #F0F2F3 100%, #FFFFFF 0%);
	background-image: -webkit-linear-gradient(bottom, #F0F2F3 100%, #FFFFFF 0%);
	background-image: -ms-linear-gradient(bottom, #F0F2F3 100%, #FFFFFF 0%);

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	list-style: none;
}
#header-submenu a, .submenu-text{
	font-size: 14px !important;
	color: #315e92;
}
#header-submenu li {
	float: left;
	margin: 0 10px 0 0;
	display: block;
}
.header-submenu-sep{
	color: #c1c2c2;
	line-height: 47px;
	vertical-align: middle;
}
.submenu-a{
	height: 47px;
	padding: 0 0 0 25px;
	margin: 0 30px;
	line-height: 47px;
	vertical-align: middle;
}
.submenu-a:hover, .submenu-a:active{
	color: #000000 !important;
}
.submenu-home{
	width: 18px;
	height: 17px;
	background: url('images/site_button_sprites.png') -600px 0 no-repeat;
}
.submenu-home:hover, .submenu-home:active{
	width: 18px;
	height: 17px;
	background: url('images/site_button_sprites.png') -600px -20px no-repeat;
}
.submenu-forum{
	width: 15px;
	height: 14px;
	background: url('images/site_button_sprites.png') -600px -40px no-repeat;
}
.submenu-forum:hover, .submenu-forum:active{
	width: 15px;
	height: 14px;
	background: url('images/site_button_sprites.png') -600px -60px no-repeat;
}
.submenu-shop{
	width: 16px;
	height: 15px;
	background: url('images/site_button_sprites.png') -600px -80px no-repeat;
}
.submenu-shop:hover, .submenu-shop:active{
	width: 16px;
	height: 15px;
	background: url('images/site_button_sprites.png') -600px -100px no-repeat;
}

.submenu-rss{
	width: 12px;
	height: 12px;
	background: url('images/site_button_sprites.png') -600px -120px no-repeat;
}
.submenu-rss:hover, .submenu-rss:active{
	width: 12px;
	height: 12px;
	background: url('images/site_button_sprites.png') -600px -140px no-repeat;
}
.header-submenu-search {
	/*float: right;*/
	height: 29px;
	padding: 7px 0px 9px 0px;
	width: 320px;

	/**
	 * Begin Mobile 2015/04/21
	 */

	float: none;
	position: absolute;
	top: 172px;
	right: 0;

	/**** End Mobile 2015/04/21 ****/
}
#searchsubmit{
	height: 29px;
	width: 88px;
	background: url('images/site_button_sprites.png') 0 0 no-repeat;
	border: none;
	float: right;
	margin-right: 10px;
}

#menu-header-categories-menu{

	/**
	 * Begin Mobile 2015/04/21
	 */

	display: -ms-flexbox;
	display: flex;
	  -ms-flex-pack: justify;
	justify-content: space-around;
	-ms-flex-direction: row;
	    flex-direction: row;

	/**** End Mobile 2015/04/21 ****/

	list-style: none;
	height: 47px;
}
#menu-header-categories-menu li{
	display: block;
	float: left;
	height: 47px;
	overflow: hidden;
}

	#user_login, #user_pass{
		width: 109px;
		height: 24px;
		padding: 0 5px;
		line-height: 24px;
		border: none;
		background: url("images/login_input.png") no-repeat;
		color: #000000;
		font-size: 12px;
	}
    
/* No clue where this is used - Ed */
	.join-now{
		margin: 5px 0 0 0;
	}




/*=========END HEAD============*/

/*=========BREADCRUMBS============*/

.breadcrumbs{
	width: 620px;
	height: 38px;
	overflow: hidden;
	line-height: 40px;
	padding: 0 10px 0 20px;
	background-color: #CBDAE6;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	font-size: 15px;
	color: black;
}
.breadcrumbs a{
	color: #315e92;
}
.bredcrumbs-sep{
	background: url('images/bredcrumbs_sep.png') center no-repeat;
	margin: 0 5px;
}

/*=========END BREADCRUMBS============*/

/*=========MAIN============*/

#main-wraper{
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FFFFFF;
	min-height: 1000px;
}
.main, #slider{
	width: 650px;
	float: left;
		margin: 0 0 0 5px;
}
.sub-main{
	padding: 10px 20px;
        border-left: 1px solid #CBDAE6;
	border-right: 1px solid #CBDAE6;
}
.sub-main_search{
	padding: 10px 10px 10px 30px;
	border-left: 1px solid #CBDAE6;
	border-right: 1px solid #CBDAE6;
	border-bottom: 1px solid #CBDAE6;
}

#main-menu{
	background: #206196;
	background-image: linear-gradient(bottom, #206196 33%, #5395CA 100%);
	background-image: -o-linear-gradient(bottom, #206196 33%, #5395CA 100%);
	background-image: -moz-linear-gradient(bottom, #206196 33%, #5395CA 100%);
	background-image: -webkit-linear-gradient(bottom, #206196 33%, #5395CA 100%);
	background-image: -ms-linear-gradient(bottom, #206196 33%, #5395CA 100%);
		
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	
	width: 645px;
	height: 42px;
	line-height: 42px;
	font-family: 'Chivo', serif;
	font-size: 15px;
	color: #FFFFFF;
	padding: 5px 0 0 5px;
	position: relative;
}

/**
 * Begin Mobile 2015/04/21
 */

.news-nav-dropdown__toggle {
	display: none;
}

/**** End Mobile 2015/04/21 ****/

#main-menu ul{
	padding: 0 0 0 5px;
}
#main-menu a{
	color: #FFFFFF;
}
#main-menu li{
	display: inline-block;
	/*background: url("images/main_menu_sep.png") right bottom no-repeat;*/
}
#main-menu li a{
	display: block;
	padding: 0 15px;
	height: 42px;
}
#main-menu li a:hover, #main-menu li a:active, .main-menu-tab {
	background-color: #FFFFFF;
	color: #ff6600 !important;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/**
 * Begin Mobile 2015/04/21
 */

#menu-index-menu li:nth-child( 4 ) {
	display: none;
}

/**** End Mobile 2015/04/21 ****/

#menu-index-menu li:last-child{
	position: absolute;
	top: 5px;
	right: 7px;
	height: 42px;
	width: 135px;
	line-height: 42px;
	background: none;
}
#menu-index-menu li:last-child a{
	display: block;
	padding: 0 0 0 30px;
}
#menu-index-menu li:last-child a:hover, #menu-index-menu li:last-child a:active, .main-menu-tab-last{
	color: #ff6600 !important;
	background: #FFFFFF;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#main-menu li:last-child a:before {
	content:'';
	width: 16px;
	height: 16px;
	background: url('images/site_button_sprites.png') -270px 0px no-repeat;
	position: absolute;
	margin: 13px 0 0 -20px;

}

#main-content{
		border-left: 1px solid #CBDAE6;
	border-right: 1px solid #CBDAE6;
	padding: 10px;
}
.main-content-article{
	margin: 0 0 15px 0;
}
.main-content-article-span{
	color: #535353;
	line-height: 17px;
}

.post-padding {
	padding: 5px;
}
.post-list-images {
	width:155px;
	display: table-cell;
	vertical-align: middle;
}
.post-list-images img{
	width: 140px;
}
.post-content {
	display: table-cell;
	vertical-align: top;
}
.post-details {
	display: inline-block;
	width: 610px;
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	background: #F8F8F8;
	box-shadow: 1px 1px 4px #E6E6E6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.post-date-time {
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #777;
}

.img-wrapper{
	text-align: center;
	width: 589px;
}
.main-content-article-div, .main-content-div{
	line-height: 17px;
	color: #535353;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.main-content-article-div h2, .main-content-article-div h3{
	margin: 10px 0;
}
.main-content-article-div ul, .main-content-div ul, .main-content-article-div ol, .main-content-div ol {
	padding: 0 0 1em 2em;
}
.main-content-div ul{
	list-style: disc;
}
.main-content-article-div ol, .main-content-div ol{
	list-style: decimal;
	padding: 0 0 1em 4em;
}
.main-content-article-div ul li{
	background: url("images/li_bullet.png") no-repeat scroll 0 4px transparent;
    padding: 0 0 0 2em;
}
.main-content-article-div p {
	padding: 0;
	margin: 0 0 1em 0;
}
.main-content-article-div strong, .main-content-article-div b {
	font-weight: bold;
	color: #000;
}
.main-content-article-div em, .main-content-article-div i {
	font-style: italic;
}
.main-content-article-div sup {
	vertical-align: super;
	font-size: 0.8em;
}
.main-content-article-div sub {
	vertical-align: sub;
	font-size: 0.8em;
}
.main-content-article-div blockquote,
.main-content-article-div q {
	font-style: italic;
	margin: 0 30px 0 30px;
}
.main-content-article-div table {
    max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	border: 1px solid #CCC;
	border-radius: 7px;
}
.main-content-article-div table td,
.main-content-article-div table th {
    padding: 0.7em;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
	vertical-align: middle;
}
.main-content-article-div table > :first-child > :first-child,
.main-content-article-div table > :first-child > :first-child b,
.main-content-article-div table > :first-child > :first-child strong {
    background: #206196;
    color: white;
    font-weight: bold;
}
.main-content-article-div table tr td:first-child,
.main-content-article-div table tr:first-child th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.main-content-article-div table tr td:last-child,
.main-content-article-div table tr:first-child th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.main-content-article-div table tr:first-child td {
    border-top: 0;
}
.main-content-article-div table tr:last-child td {
    border-bottom: 0;
}
.main-content-article-div table tr td:first-child {
    border-left: 0;
    border-top: 0;
}
.main-content-article-div table tr td:last-child,
.main-content-article-div table tr th:last-child {
    border-right: 0;
    border-top: 0;
}
.main-content-article-div table tr td ul{
	text-align: left;
	max-width: 450px;
	overflow-x: auto;
}

.main-content-div{
	line-height: 18px;
	padding: 0 0 10px 0;
}
.main-content-div h1, .main-content-div h2, .main-content-div h3{
    color: #0E6893 !important;
    display: block !important;
    font-size: 22px !important;
    height: 24px;
    line-height: 24px;
	margin: 10px 0;
	padding: 5px 0 5px 5px;
	-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;
}
.main-content-div h1 span, .main-content-div h2 span, .main-content-div h3 span{
	color: #0E6893 !important;
}
.main-content-article-div iframe{
	display: block;
	margin: 15px auto;
}
.main-content-article-div img{
	margin: 15px 0 ;
	max-width: 608px;
        cursor: pointer;
}
.main-content-article-div a, .main-content-div a {
	display: inline;
	/*display: inline-block;*/
	/*width: 100%;*/
	/* color: #0E6893; */
	color: #E96225;
}
.content-a-img{
	margin: 0 15px 0 0;
	display: block;
}
.main-content-article-author{
	font-weight: bold;
	float: left;
	line-height: 20px;
}
.main-content-article-author-single{
	width: 100%;
	line-height: 25px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #777;
}
.print-post{
	margin: 0 0 20px 0;
	text-align: right;
	height: 30px;
    width: 150px;
    float:right;
}
.print-post a{
	margin-right: 10px;
}
.print-post img{
	margin: 0;
}
.forum-link {
    margin-left: 30px;
    display: inline-block;
    width: 400px;
}
.article-social {
	width: 280px;
	margin: 0px auto 20px auto;
	float: left;
}
.main-content-article-comments {
	float:right;
	display: inline;
}

.main-content-article-comments a {
	color: #000;
	display: inline-block;
	float: right;
	position: relative;
	margin: 2px 0 0 0;
}

.gallery-wrapper{
    position:relative;
}

.gallery-wrapper a.gallery-previous, .gallery-wrapper a.gallery-next{
    background:url('images/slider/slider_full_btn_left.png') no-repeat;
    position:absolute;
    top:50%;
    left:0;
    width:28px;
    height:44px;
    margin-top:-22px;
}

 .gallery-wrapper a.gallery-next{
     background:url('images/slider/slider_full_btn_right.png') no-repeat;
     right:0;
     left:auto;
 }

/**** Speech Bubble Icons *****/
.spch-bub-inside {
  position: relative;
}
a.spch-bub-inside {
  color: #206196;
  text-decoration: none;
}
.spch-bub-inside em {
  font-style: normal;
}
.spch-bub-inside em {
  background: #206196;
  color: #FFF;
  padding: 0.2em 0.6em 0.2em 0.6em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  position: relative;
  margin-right: 2px;
}
.spch-bub-inside .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.2em;
  left: 0.45em;
  display: block;
  border-left: 0.5em solid #206196; 
  border-bottom: 0.5em solid #F8F8F8; /* IE fix */
  border-bottom: 0.5em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}
a.spch-bub-inside:hover {
  color: #5395CA;
}
a.spch-bub-inside:hover em {
  cursor: pointer;
  background: #5395CA;
  color: #FFF;
}
a.spch-bub-inside:hover .point {
  border-left: 0.5em solid #5395CA; 
}
/**** End Speech Bubble Icons ****/


.wrap-comments{
	width: 125px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;

}
.twitter-share-button{
	width: 100px !important;
}

.article-social li, .article-social-single li{
	display: inline-block;
	margin: 0 5px 0 0;
	float: left;
}
.author-span{
	color: #0e6893;
}
.article-footer{
	height: 30px;
	width: 125px;
	line-height: 30px;
	position: relative;
}
.article-footer-first-a{
	color: #4c91b1;
	font-size: 14px;
	font-style: italic;
	padding: 0 0 0 50px;

}
.article-footer-last-a{
	display: block;
	height: 30px;
	width: 85px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #000000;
}
.tooltip-article{
	position: absolute;
	top: 5px;
	right: 80px;
}
.tooltip-span{
	color: #FFFFFF;
	display: block;
	background-color: #206196;
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 0 1px 0 0
}
.article-social-single{
	width: 320px;
	height: 21px;
	float: left;
}
.wrap-comments-single{
	float: right;
	position: relative;
	margin: 0px;
}
.manufacturer-name, .product{
	margin: 10px 0 0 0;
}
.manufacturer-name span, .product span{
	display: inline-block;

	width: 85px;
	font-weight: bold;
}
.manufacturer-name a{
	color: #0E6893;
	font-size: 14px;
}
.videos-wrap{
	position: relative;
	height: 215px;
}
.videos-views{
	position: absolute;
	bottom: 2px;
}
.main-read-more {
	width: 114px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

.more_news {
	width: 114px;
	height: 30px;
	background: url('images/site_button_sprites.png') 0 -90px no-repeat;
	display: inline-block;
}
.more_reviews {
	width: 114px;
	height: 30px;
	background: url('images/site_button_sprites.png') 0 -60px no-repeat;
	display: inline-block;
}
.more_press-releases {
	width: 151px;
	height: 30px;
	background: url('images/site_button_sprites.png') 0 -30px no-repeat;
	display: inline-block;
}
.more_videos {
	width: 114px;
	height: 30px;
	background: url('images/site_button_sprites.png') 0 -120px no-repeat;
	display: inline-block;
}

/*=========END MAIN============*/

/*======== IMAGE ALIGNMENT =======*/

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/*======== END IMAGE ALIGNMENT ======*/

/*=========SLIDER============*/

#slider{
	width: 645px;
	height: 100%;
	margin: 10px 0 10px 0;
}
#slider-main{
	height: 360px;
	width: 645px;
	position: relative;
}
#slider-thumb{
	height: 120px;
	position: relative;
}
#slider-thumb-left, #slider-thumb-right{
	display: block;
	width: 30px;
	height: 120px;
	position: absolute;
}
#slider-thumb-left{
	top: 0;
	left: 0;
	width: 30px;
	height: 120px;
	background: url('images/site_button_sprites.png') -530px 0;
}
#slider-thumb-right{
	top: 0;
	right: 0;
	width: 30px;
	height: 120px;
	background: url('images/site_button_sprites.png') -560px 0;
}
#slider-thumb-div{
	width: 585px;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 30px;
}
#slider-thumb-div ul{
	position: absolute;
	top:0;
	left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
	list-style: none;
}
#slider-thumb-div li{
	float: left;
}
#slider-thumb-div li a{
	display: block;
	position: relative;
	text-decoration: none;
	height: 120px;
	width: 100%;
	overflow: hidden;
}
img.slider-thumb {
    max-height: 120px;
    max-width: 195px;
}
img.slider-full {
    max-height: 360px;
    max-width: 645px;
}

.thumb-caption{
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 181px;
	height: 25px;
	background-color: #FEFEFE;
	color: #e96225 !important;
	font-weight: bold;
	font-style: 'Chivo', serif !important;
	font-size: 12px;
	padding: 7px;
	overflow: hidden;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.thumb-active{
	color:#FFFFFF !important;
	background-color: #ff7e00 !important;
	opacity: 0.95;
	filter:alpha(opacity=95);
}
#slider-thumb-div{
	display: block;
}
#full-pic{
	position: relative;
	overflow: hidden;
	height: 360px;
}
#full-pic ul{
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
#full-pic li{
	display: inline-block;
	width: 645px;
	text-align: center;
}
.full-caption{
	position: absolute;
	bottom: 30px;
	width: 645px;
	height: 125px;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#slider-full-left, #slider-full-right{
	display: block;
	position: absolute;
	top:0;
	width: 60px;
	height: 80px;
	text-align: center;
}
#slider-full-left img, #slider-full-right img{
	padding: 18px 0 0 0;
}
#slider-full-left{
	left: 0;
}
#slider-full-right{
	right: 0;
}
.full-caption-content{
	width: 515px;
	padding: 0 0 0 10px;
/*	height: 80px; */
	position: absolute;
	left: 60px;
	font-family: 'Chivo', serif;
}
.full-caption-content span{
	display: block;
	color: white;
}
.full-caption-content-title{
	font-size: 35px;
	color: #000000;
	margin: 10px 0 0 0;
	height:75px;
	overflow:hidden;
}
.full-caption-content-short{
	color: #fe7923 !important;
	font-size: 18px;
	margin: 5px 0 0 0;
}


/*=========END SLIDER============*/

/*=========RIGHT============*/
#sidebar{
	float: right;
	width: 330px;
	height: 100%;
	margin-top: 10px;
}
#sidebar a{
	display: inline-block;
}
#sidebar > div {
	padding-bottom: 10px;
}

/*#acm-ad-tag-Left-Skyscraper-Above {
    float: left;
    padding-right: 5px;
}*/

/*#acm-ad-tag-Right-Skyscraper-Above {
    float: left;
}*/

#BelowFoldAds {
    height: 600px;
}

/*#acm-ad-tag-Left-Skyscraper-Below {
    float: left;
    padding-right: 5px;
}*/

/*#acm-ad-tag-Right-Skyscraper-Below {
    float: left;
}*/

.lrsponsor__single {
	display: inline-block;
}

	.lrsponsor__container {
		background-color: #eee;
	}

		.lrsponsor__title {
			margin-bottom: 6px !important;

			color: #ccc;
			font-size: 12px;
			font-weight: 100;
			text-align: center;
			text-transform: uppercase;
		}

		.lrsponsor__container iframe {
			margin: 0;
		}

	#header-banner .lrsponsor__container {
		width: 728px;
		height: 90px;
	}

	#sidebar .lrsponsor__single:first-child {
		margin-right: 5px;
	}

		#sidebar .lrsponsor__container {
			width: 160px;
			height: 600px;
		}

#youtube_channel {
	margin-left: 5px;
}
.search-input {
	width: 207px;
	height: 27px;
	line-height: 27px;	
	border: 1px solid #c1c2c2;
	
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: inset 1px 1px 2px #CCC;
	-webkit-box-shadow: inset 1px 1px 2px #CCC;
	box-shadow: inset 1px 1px 2px #CCC;
	color: #000000;
	font-size: 12px;
	padding: 0 5px;

}
.search-label{
	font-family: 'Chivo', serif;
	font-size: 13px;
}

#most-viewed, #most-commented{
	display: block;
	background: url("images/most_tab_bg.png") no-repeat;
	width: 148px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-family: 'Chivo', serif;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #646464;
}
.most-viewed, .most-commented{
	padding: 15px 5px;
}
.most-sep{
	border-bottom: 1px solid #646464;
	display: block;
	width: 4px;
	height: 38px;
	float: left;
}
.most-act{
	background: url("images/most_tab_bg_act.png") no-repeat !important;
	border-bottom: none !important;
	color: #5585bb !important;
}
#most-viewed{
	float: left;
}

#most-commented{
	float: right;
}
.popular-posts {
	margin: 0px 10px 0px 0px;
}
.popular-posts ul {
	margin: 10px 5px 0px 5px;
}
.popular-posts li:last-child > .post-stats {
	margin: 5px 0px 0px 0px !important;
}
.post-stats{
	display: block;
	height: 25px;
	background-color: #F8F8F8;
	color: #000000;
	font-size: 12px;
	line-height: 25px;
	padding: 0px 2px 0px 50px;
	margin: 5px 0px 10px 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpp-thumbnail {
	display: inline-block;
	padding: 0px 3px;
	float: left;
}
.wpp-post-title{
	font-size: 14px;
	color: #206196;
	line-height: 16px;
	font-weight: bold;
}
.wpp-post-title, .wpp-excerpt {
	display: block;
}
.wpp-comments, .wpp-author, .wpp-date {
	padding: 0px 5px;
}
.most-ord{
	margin: 0 6px 0 0;
	font-size: 16px;
	font-family: 'Chivo', serif;
	color: #ff8409;
	line-height: 28px;
}
#sidebar h2, .h-class {
	background: #206196;
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-size: 23px;
	font-family: 'Chivo', serif;
	color: #FFF;
	padding: 0 0 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.campaign{
	width: 160px;
	height: 100%;
	overflow: hidden;
        float: right;
}
.campaign img{
	width: 160px;
}
#social-share a {
	display: inline-block;
}
#newslist {
	padding: 10px 0 0 0;
}
#videos {
	margin-left: 5px;
}
#videos h4{
	display: none;
}
.recent-video-td h2{
	display: none;
}
.youtube_channel {
	padding: 5px 0 10px 5px;
}
.ytc_link a {
	padding: 10px 0px 0px 30px;
	font-size: 14px;
	color: #206196;
}
.RecentForumTopicsPosts-Sprite {
	min-width: 24px;
	min-height: 23px;
	background: url('images/site_button_sprites.png') -220px 0px no-repeat;
	display: inline-block;
	margin: 5px 10px;
	max-width: 24px;
        float: left;
}
.wpuforum-details {
      margin: 0 0 0 10px;
      width: 250px;
}
.wpforum {
        float: left;
        padding: 10px 0px;
        width: 300px;
        min-height: 40px;
	margin: 5px 5px 3px 5px;
	border-bottom: 2px solid #F8F8F8;
}
.wpuforum-div {
    float: left;
    width: 250px;
}
.wpunited-topic a {
	margin: 0 0 0 10px;
        padding-bottom: 5px;
        font-size: 14px;
	color: #206196;
	width: 250px;
	vertical-align: middle;
}
.wpunited-user a, .wpunited-forum a {
	color: #206196;
}
.wpunited-user {
    margin: 0 5px 0 0;
}
.wpunited-forum {
     
}

/*
--- Not working twitter overrides ----

	.timeline-header {
		background: #206196 !important;
		font-family: 'Chivo', serif !important;
		color: #FFF !important;
		border-radius: 5px !important;
		-moz-border-radius: 5px !important;
	}
	.summary a{
		color: #FFF !important;
	}
*/

/*=========END RIGHT============*/

/*=========FOOTER============*/

#footer-wrap{
	background-color: #0b3a61;
	padding: 20px 0 0 0;
	margin: 30px 0 0 0;
}
#footer{
	width: 1000px;
	margin: 0 auto;
}
#footer-banner{
	padding: 50px 0 0 130px;
	width: 730px;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
#footer-banner img{
	width: 730px;
}
#footer li{
	margin: 8px 0;
	padding: 0 0 0 25px;
	height: 14px;
	line-height: 14px;
	width: 80px;
	float: left;
}
#footer li a:before {
	content:'';
	width: 14px;
	height: 14px;
	background: url('images/site_button_sprites.png') -250px 0px no-repeat;
	position: absolute;
	margin-left: -20px;
}
#footer a{
	color: #FFFFFF !important;
	text-shadow: none;
}
#footer h3{
	color: #ffc867;
	font-family: 'Chivo', serif;
	font-size: 18px;
	padding: 0 0 20px 0;
}
#footer-explore, #footer-content, #footer-about, #footer-social{
	width: 225px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
}
#footer-social{
	width: 145px;
}
#footer-social a{
	display: inline-block;
	margin: 0 5px 0 0;
}
.footer-facebook {
	width: 23px;
	height: 23px;
	background: url('images/site_button_sprites.png') -100px 0px no-repeat;
}
.footer-twitter {
	width: 23px;
	height: 23px;
	background: url('images/site_button_sprites.png') -130px 0px no-repeat;
}
.footer-youtube {
	width: 23px;
	height: 23px;
	background: url('images/site_button_sprites.png') -160px 0px no-repeat;
}
.footer-rss {
	width: 23px;
	height: 23px;
	background: url('images/site_button_sprites.png') -190px 0px no-repeat;
}
#footer-content:before, #footer-about:before, #footer-social:before {
	content: '';
	width: 5px;
	height: 135px;
	background: url('images/site_button_sprites.png') -290px 0px no-repeat;
	position: absolute;
	margin-left: -20px;
}
#footer-info{
	width: 1000px;
	height: 100px;
	float:left;
	color: #FFC867;
	/* This is pushing the bottom separator to the right, so left justified text for now: 
	text-align: center; */
	line-height: 100px;
}
#footer-info:before {
	content: '';
	height: 5px;
	width: 944px;
	background: url('images/site_button_sprites.png') 0px -160px no-repeat;
	position: absolute;
}

/*=========END FOOTER============*/

/*=========PAGINATION============*/

.navigation, .pagination-single, .single-pagination-numbers{
	text-align: center;
	font-family: 'Chivo', serif;
	font-size: 16px;
	width: 610px;
	height: 100%;
	overflow: hidden;
}
.single-pagination-numbers{
	margin: 20px;
}
.single-pagination-numbers a span.pag-text, .navigation a, .navigationspan{
	display: inline-block;
	color: #888;
	border: 1px solid #E6E6E6;
	background: #F8F8F8;
	padding: 3px 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.navigation ol li{
	display: inline-block;
	margin: 0 3px;
}
.prev, .next{
	width: 60px;
	padding: 2px 0;
}
.current, .pag-text{
	background: #206196;
	border: 1px solid #206196;
	color: #FFFFFF;
	padding: 3px 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*--------------pagination post--------*/

.pagination-single{
	margin: 15px 0;
	color: #5f87ae;
	width: 610px;
}
.pagination-single a{
	color: #555555;
	display: inline-block;
	border: 1px solid #cccccc;
	background: #dddddd;
	padding: 2px 5px;
}
.jump-bottom{
	padding-bottom: 20px;
	border-bottom: 1px solid #D9E6EC;
	margin: 20px 0 0 0;
	width: 610px;
}
/*=========END PAGINATION============*/

/*=========COMMENTS============*/

#respond{
	margin: 10px 0;
}
#comments{
	padding: 20px;
	border-right: 1px solid #D9E6EC;
}
.comment-awaiting{
	color: #0E6893;
    font-size: 14px;
}
.commentlist>li{
	border-bottom: 1px solid #D9E6EC;
}
.commentlist>ul.children{
	margin-left: 10px;
	border-left: 1px solid #D9E6EC;
	padding-left: 5px;
	border-bottom: 1px solid #D9E6EC;
}
.commentlist>ul.children>ul.children{
	margin-left: 10px;
	padding-left: 5px;
}
.commentlist>ul.children>ul.children>ul.children{
	margin-left: 10px;
	padding-left: 5px;
}
.cancel-comment-reply{
	margin: 10px 0 0 0;
}
.reply{
	margin: 10px 0 0 0;
}
.comment-signin, .comment-signed{
	line-height: 26px;
	margin: 10px 0;
    width: 220px;
	font-size: 14px;
	color: #0e6893;
}
.comment-alert{
	font-size: 14px;
	color: #0e6893;
}
.comment-signin a, #comment-a-last{
	display: inline-block;
	float: right;
}
.comment-signed{
	width: 100%;
}
.comment-signed a{
	color: #000000;
	text-decoration: underline;
}
.comment-signup{
	margin: 20px 0 5px 0;
}
.comment-signup p{
	margin: 5px 0;
}
.comment-signup label, .comments-text{
	font-size: 14px;
	color: #0e6893;
}
.comment-input{
    color: #000000;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 200px;
    margin-right: 5px;
    
    border: 1px solid #D9E6EC;
	padding: 2px 2px 2px 5px;

	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: inset 1px 1px 2px #CCC;
	-webkit-box-shadow: inset 1px 1px 2px #CCC;
	box-shadow: inset 1px 1px 2px #CCC;
}
#comment{
	width: 600px;
	max-width: 600px;
	min-width: 600px;
	height: 129px;
	margin: 0 0 10px 0;
	
	border: 1px solid #D9E6EC;
	padding: 2px 2px 2px 5px;

	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: inset 1px 1px 2px #CCC;
	-webkit-box-shadow: inset 1px 1px 2px #CCC;
	box-shadow: inset 1px 1px 2px #CCC;
}
.commentlist{
	margin: 30px 0;
}
.commentlist li{
	margin: 20px 0;
}
.commentlist li:last-child td.com-sep{
	display: none;
}
.comment-wrap{
	width: 100%;
	margin: 0 0 10px 0 ;
}
.comment-wrap{
	height: 18px;
}
.comment-meta, .comment-author{
	font-size: 14px;
}
.comment-meta a{
	font-style: italic;
	color: #3a8cc0;
}

.comment-author{
	color: #000000;
	font-weight: bold;
}
.comment-content{
	color: #585858;
	font-size: 15px;
	line-height: 18px;
}
.comment-content a{
	color: #3A8CC0;
	font-style: italic;
}


/*=========END COMMENTS============*/

.error, .success{
	padding-top: 5px;
	font-weight: bold;
}
.error{
	color: red;
}
.success{
	color: green;
}



/* ============ 404 ========== */
.title_404{
	font-size:34px;
	color:#0e6893 !important;
	border: none;
}
.keywords_input{
	width: 287px;
	height: 25px;
	line-height: 24px;
	border: 1px solid #c1c2c2;
	padding: 2px 2px 2px 5px;

	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: inset 1px 1px 2px #CCC;
	-webkit-box-shadow: inset 1px 1px 2px #CCC;
	box-shadow: inset 1px 1px 2px #CCC;
	color: #000000;
	font-size: 12px;
	padding: 0 5px;
}
.keywords_input_td{
	padding-right:0px !important;
	width:305px !important;
}
.search_tbl_404{
	width: 600px;
	margin-top: 20px
}

.search_tbl_404 td{
	color:#7f7f7f;
	font-size:14px;
	padding-right:10px;
	padding-top:4px;
}

#advanced_search{
	width:600px;
	margin: 16px 20px 20px 20px;
}

.year_select{
	width:90px;
	height:25px;
	line-height: 24px;
	color: #000000;
	padding: 2px 2px 2px 5px;
	border: 1px solid #c1c2c2;
}

.month_select{
	width:121px;
	height:25px;
	line-height: 24px;
	border: none;
	color: #000000;
	padding: 2px 2px 2px 5px;
	border: 1px solid #c1c2c2;
}
.cat_select{
	width:151px;
	height:25px;
	line-height: 24px;
	border: none;
	color: #000000;
	padding: 2px 2px 2px 5px;
	border: 1px solid #c1c2c2;
}
.text_info_404{
	font-size:14px;
	width:600px;
	line-height:24px;
	display:block;
}
.title_advanced_search{
	font-size:24px;
	color:#0e6893 !important;
}
.news-archive .text_info_404{
	display: none;
}

.search_list li{
	list-style-image: url("images/li_img.jpg");
	padding-left:10px;
	padding-bottom:10px;
}

.text_blue{
	font-size:13px;
	color:#0e6893;
	font-weight:bold;
}
.black_txt{
	font-size:13px;
	color:#000;
}
a.link_404, a.link_404:visited{
	text-decoration:none;
	color:#0e6893;
	font-weight:bold;
}
a.link_404:hover{text-decoration:underline}

.single-pagination a{
	display: block;
	color: #000000;
}
.page-style{
	color: #0E6893;
}
.single-pagination-wrap{
	margin-left: auto;
	margin-right: auto;
	width: 525px;
}
.jump-to{
	display: block;
	width: 70px;
	height: 22px;
	font-size: 14px;
	line-height: 25px;
	float: left;
}
.single-pagination-wrap select{
    color: #000000;
	overflow: hidden;
	border: 1px solid #c1c2c2;
	font-size: 14px;
	width: 430px;
}
.youtubechannelEntry{
	color:red;
	width:196px;
	font-size:15px;
	color:#0e6893;
	padding:4px;
	vertical-align:top;
}
.youtubechannelEntry h4{
	margin-top:4px;
}
a.youtube_channel_link, a.youtube_channel_link:visited{
	text-decoration:none;
	padding-top:4px !important;
	font-size:15px;
	color:#0e6893;
	margin-top:4px !important;
	display:block;
	margin-bottom:15px;
}
a.youtube_channel_link:hover{
	text-decoration:underline;
}
.views_bg{
	background: url("images/views_bg.jpg") repeat-x top left;
	height:16px;
	padding-left:3px;
	padding-right:3px;
	color:#fff;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}
.views_txt{
	font-size:12px;
	color:#000;
	padding-left:10px;
	vertical-align:middle;
}
/* ============ END 404 ========== */

/* ============ CONTACT US ========== */

.contact-heading, .contact h1, .contact h2, .contact h3{
	font-size: 22px;
	color: #0e6893;
	margin-bottom: 5px;
	background: none ;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.contact h2{
	font-size: 20px;
}
.contact h3{
	font-size: 18px;
}
#contact-form label{
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	float: left;
	color: #535353;
}
#contact-form p{
	margin: 5px 0;
}
#contact-form > p{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #0e6893;
	margin: 0 0 10px 0;
}
.contact-submit{
	margin: 0 0 0 100px !important;
}
.contact-input-1{
	width: 200px;
	height: 25px;
	padding: 0 5px;

	border: 1px solid #c1c2c2;

	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: inset 1px 1px 2px #CCC;
	-webkit-box-shadow: inset 1px 1px 2px #CCC;
	box-shadow: inset 1px 1px 2px #CCC;
}
.contact-input-2{
	border: 1px solid #c1c2c2;

	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: inset 1px 1px 2px #CCC;
	-webkit-box-shadow: inset 1px 1px 2px #CCC;
	box-shadow: inset 1px 1px 2px #CCC;
	
	width: 497px;
	height: 25px;
	padding: 0 5px
}
.contact-input-3{
    border: 1px solid #c1c2c2;

	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-box-shadow: inset 1px 1px 2px #CCC;
	-webkit-box-shadow: inset 1px 1px 2px #CCC;
	box-shadow: inset 1px 1px 2px #CCC;
	
	width: 497px;
	height: 112px;
	max-width: 497px;
	min-width: 497px;
	padding: 5px;
}
#custom-contact-forms-errors{
margin: 0 0 10px 0
}
#custom-contact-forms-errors ul li{
color: #E45D25;
}
#custom-contact-forms-errors > p{
color: #E45D25;
font-size: 16px;
margin: 0 0 10px 0
}

/* ============ END CONTACT US ========== */

div[id^="___plusone"]{
	width: 70px !important;
}

/* ============ GOOGLE SEARCH ========== */

.gsc-control-cse {
	font-family: Verdana, sans-serif;
}
.gsc-control-cse .gsc-table-result {
	font-family: Verdana, sans-serif;
}
input.gsc-input {
	border-color: #B6BEC5;
}
input.gsc-search-button {
	border-color: #314e97;
	background-color: #3183b7;
	color: #FFFFFF;
}
.gsc-tabHeader.gsc-tabhInactive {
	border-color: #999999;
	background-color: #EEEEEE;
}
.gsc-tabHeader.gsc-tabhActive {
	border-color: #999999;
	background-color: #999999;
}
.gsc-tabsArea {
	border-color: #999999;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-imageResult:hover {
	border-color: #D2D6DC;
	background-color: #EDEDED;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
	color: #0568CD;
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
	color: #0568CD;
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
	color: #0568CD;
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
	color: #0568CD;
}
.gsc-cursor-page {
	color: #0568CD;
}
a.gsc-trailing-more-results:link {
	color: #0568CD;
}
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
	color: #5F6A73;
}
.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
	color: #0568CD;
}
.gs-webResult div.gs-visibleUrl-short {
	color: #0568CD;
}

.gs-webResult div.gs-visibleUrl-long {
	display: block;
}
.gs-promotion div.gs-visibleUrl-short {
	display: none;
}
.gs-promotion div.gs-visibleUrl-long {
	display: block;
}
.gsc-cursor-box {
	border-color: #FFFFFF;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #999999;
	background-color: #FFFFFF;
	color: #0568CD;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #999999;
	background-color: #999999;
	color: #0568CD;
}
.gsc-webResult.gsc-result.gsc-promotion {
	border-color: #D2D6DC;
	background-color: #D0D1D4;
}
.gsc-completion-title {
	color: #0568CD;
}
.gsc-completion-snippet {
	color: #5F6A73;
}
.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
	color: #0066CC;
}
.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
	color: #0066CC;
}
.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
	color: #0066CC;
}
.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
	color: #0066CC;
}
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right *  {
	color: #333333;
}
.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
	color: #5F6A73;
}
.gsc-cursor-box{
	margin: 20px 0 !important;
	text-align: center;
}
.gsc-cursor-page{
	background: #DDDDDD !important;
    border: 1px solid #CCCCCC !important;
    color: #666666 !important;
    padding: 2px 5px !important;
	text-decoration: none !important;

}
.gsc-cursor-current-page{
	background: #5F87AE !important;
	border: 1px solid #89ADCF !important;
	color: #FFFFFF !important;
	padding: 2px 5px !important;
	font-weight: normal !important;
}

/* ============ END GOOGLE SEARCH ========== */


#slider-thumb-div ul li a img{
	width: 195px !important;
}
/*
.news-class blockquote{
	background: url("images/lquot.gif") no-repeat scroll 0 0 #C2C0B6;
    margin: 10px;
}
.news-class blockquote p{
	background: url("images/rquot.gif") no-repeat scroll 100% 100% transparent;
    border: 1px solid #A3A191;
    margin: 0;
    padding: 4px 8px 8px 16px;
}
*/
.main-content-article-div h2, .main-content-article-div h3{
	line-height: 24px;
}
.gsc-results .gsc-cursor-box{
	text-align: center;
}
.more-link{
	color: #0E6893;
}


/* ============ Popup Image Window ========== */

#fullimage-wrapper {
	text-align: center;
	width: 655px;
        display: inline-block;
        overflow: auto;
}

#sidebar-fullimage-left {
	width: 160px;
	height: 100%;
	margin-top: 10px;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        float:left;
}

#sidebar-fullimage-left div{
        display: inline-block;
}

#sidebar-fullimage-right {
	width: 160px;
	height: 100%;
	margin-top: 10px;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        float:right;
}

#sidebar-fullimage-right div {
        display: inline-block;
}

/* ============ END Popup Image Window ========== */
