/*
Theme Name: thaipbs
Theme URI: http://englishnews.thaipbs.or.th/
Author: Chawit Hinngurn
Author URI: http://englishnews.thaipbs.or.th/
Description: English News Website of Thailand Public Broadcasting Service.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: thaipbs
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 thaipbs is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: url('images/bg-header.jpg') #f0f0f0 repeat-x center 0;
	/*background: url('images/bg-main.png') #f0f0f0 repeat-x 0 0;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	padding: 0!important;
	height: 25px;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #e83500;
}
a:visited {
	color: #e83500;
}
a:hover,
a:focus,
a:active {
	color: #e83500;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a, .menu-toggle {
	display: block;
	/*text-decoration: none;*/
	text-align: right;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 28px;
	color: #282828;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 633px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.nav-previous a, .nav-next a {
	font-size: 12px;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.site-branding {
	float: left;
}

.site-title a {
	background: url('images/thaipbs_logo.png') no-repeat 0 0;
	display: block;
	margin: 15px 0 0 17px;
	width: 367px;
	height: 92px;
	text-indent: -9999px;
}

.site-tools {
	float: right;
}

h2.site-description {
	/*background: url('images/slogan.png') no-repeat 0 0;*/
	display:inline-block;
	margin: 27px 27px 0 0;
	width: 207px;
	height: 32px;
	float: right;
	text-indent: -9999px;
	color: transparent;
}

.search-form {
	clear: both;
	float: right;
	margin: 7px 8px 0 0;
}

.search-submit {
	background: url('images/search-btn.png') no-repeat 0 0!important;
	width: 33px;
	height: 25px;
	border: 0!important;
	box-shadow: none!important;
	text-indent: -9999px;
}

.site-nav {
	float: right;
	margin: 6px 16px 0 0;
}

.menu-item-37 {
	background: url('images/arrow.png') no-repeat center 22px;
}

.site-subnav {
	background-color: #434343;
	clear: both;
	margin: 0 15px;
	height: 34px;
}

.site-subnav .menu-news-menu-container ul {
	margin: 0;
	float: right;
	height: 34px;
}

.site-subnav .menu-news-menu-container ul li {
	display: inline;
	list-style: none;
	padding: 9px 15px;
}

.site-subnav .menu-news-menu-container ul li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
}

.site-infobar {
	background-color: #f4f4f4;
	clear: both;
	margin: 0 15px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.info-bar {
	display: block;
	height: 33px;
}

.site-date {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	color: #5b5b5b;
}

.info-space {
	float: left;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 33px;
	color: #5b5b5b;
}

.site-forecast span {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	color: #000;
}

.site-forecast span img {
	margin: 0 5px;
}

.social-bar {
	display: block;
	height: 33px;
}

.social-bar ul {
	margin: 0;
	width: 166px;
}

.social-bar ul li {
	list-style: none;
}

.social-bar ul li a {
	float: left;
	display: block;
	margin: 7px 7px 0 0;
	width: 20px;
	height: 19px;
	color: #484848;
	text-indent: -9999px;
}

.social-bar ul li:last-child a {
	margin: 7px 0 0 0;
}

.txt-up {
	width: 14px!important;
	margin: 7px 0 0 0!important;
	font-size: 12px;
	line-height: 26px;
	text-indent: 0!important;
}

.txt-down {
	width: 15px!important;
	margin: 7px 7px 0 0!important;
	font-size: 16px;
	line-height: 25px;
	text-indent: 0!important;
}

.scb-fb {
	background: url('images/logo-fb.png') no-repeat 0 0;
}

.scb-tw {
	background: url('images/logo-tw.png') no-repeat 0 0;
}

.scb-gp {
	background: url('images/logo-gp.png') no-repeat 0 0;
}

.scb-yt {
	background: url('images/logo-yt.png') no-repeat 0 0;
}

.scb-rss {
	background: url('images/logo-rss.png') no-repeat 0 0;
}

.featured {
	background: url('images/bg-featured.png') #fff repeat-x 0 0;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #e4e4e4;
	padding: 0 15px;
	margin: 0;
}

.featured-1, .featured-2 {
	clear: both;
	display: block;
}

.featured-1 {
	background-color: #222;
}

.featured-1-pic, .featured-2-pic {
	padding-left: 0;
	padding-right: 0;
}

.featured-1-pic img, .featured-2-pic img, .featured-3-pic img, .featured-4-pic img, .featured-5-pic img {
	width: 100%;
}

.featured-1-title {
	background-color: #222;
}

.featured-1-arrow {
	display: block;
	position: absolute;
	background: url('images/arrow-feature1-left.png') no-repeat 0 0;
	width: 18px;
	height: 24px;
	top: 110px;
	right: 0;
}

.featured-2 {
	background-color: #454545;
	max-height: 174px;
}

.featured-2-arrow {
	display: block;
	position: absolute;
	background: url('images/arrow-feature2-left.png') no-repeat 0 0;
	width: 18px;
	height: 24px;
	top: 83px;
	right: 0;
}

.featured-3 {
	padding-left: 0;
	padding-right: 0;
	background-color: #454545;
}

.featured-3-title {
	padding: 0 15px;
}

.featured-3-arrow {
	display: block;
	position: absolute;
	background: url('images/arrow-feature3-top.png') no-repeat 0 0;
	width: 26px;
	height: 20px;
	top: 84px;
	left: 80px;
}

.featured-4 {
	padding-left: 0;
	padding-right: 0;
	background-color: #363636;
}

.featured-4-title {
	padding: 0 15px;
}

.featured-4-arrow {
	display: block;
	position: absolute;
	background: url('images/arrow-feature4-top.png') no-repeat 0 0;
	width: 26px;
	height: 20px;
	top: 84px;
	left: 80px;
}

.featured-5 {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #222;
}

.featured-5-pic {
	padding-left: 0;
	padding-right: 0;
}

.featured-5-arrow {
	display: block;
	position: absolute;
	background: url('images/arrow-feature5-left.png') no-repeat 0 0;
	width: 18px;
	height: 24px;
	top: 83px;
	right: 0;
}

.featured-cat {
	display: block;
	margin: 15px 0 5px 0;
}

.featured-cat a {
	padding: 5px 8px 5px 5px;
	background-color: #f05122;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.featured-title {
	clear: both;
	margin: 10px 0 0 0;
}

.featured-title a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

.title-sm a {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.featured-date {
	font-size: 11px;
	color: #868686;
	margin: 5px 0;
}

.featured-description {
	font-size: 13px;
	line-height: 15px;
	color: #bfbfbf;
}

.content-area {
	padding-left: 0;
	padding-right: 0;
	margin: 15px 0 15px 0;
}

.news-category {
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 0 15px 10px;
}

.news-header {
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #eaeaea;
	line-height: 40px;
	height: 34px;
}

.news-politics, .news-editors {
	display: block;
}

.news-title a {
	display: block;
	color: #e83500;
	font-weight: bold;
	float: left;
}

.news-viewall a {
	display: block;
	color: #5a5a5a;
	font-size: 11px;
	float: right;
}

.news-content {
	display: block;
	clear: both;
	margin: 10px 0;
}

.news-content .news-headline a, .news-content .editor-title a {
	display: inline;
	clear: both;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.news-content .headline-first a {
	font-size: 16px;
}

.headline-first {
	margin: 12px 0 0!important;
	border-bottom: 0!important;
}

.headline-first span {
	display: block;
	clear: both;
	padding: 5px 0 6px!important;
}

.news-headline {
	margin: 6px 0 0;
	padding: 0 0 6px 0;
	line-height: 10px;
	border-bottom: 1px solid #eaeaea;
}

.news-content span {
	padding: 0 0 0 5px;
	color: #9d9d9d;
	font-size: 11px;
}

.news-content span:first-child {
	clear: both;
}

.cat-title {
	padding: 0 0 6px;
	color: #5a5a5a;
	font-size: 13px;
	line-height: 16px;
	border-bottom: 1px solid #eaeaea;
}

.editor-row {
	clear: both;
}

.editor-pic {
	padding: 0 0 10px 0;
}

.editor-title {
	padding-right: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: 000;
}

.editor-title a {
	display: block;
}

.editor-title span {
	display: block;
	padding: 0;
	margin: 8px 0 10px 0;
}

.editor-title span {
	font-weight: normal;
}

.widget-area {
	padding-right: 0;
	margin: 15px 0 0 0;
}

#sticky-posts-2, #views-2, #custom_post_widget-3, #custom_post_widget-5, #custom_post_widget-4, #custom_post_widget-6, #custom_post_widget-7, #widget_crp-3 {
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 0 30px;
	margin: 0 0 15px 0;
}

#sticky-posts-2 .widget-title a {
	display: block;
	margin: 16px 0 0 0;
	line-height: 26px;
	color: #e83500;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
}

#sticky-posts-2 .bx-pager-item {
	float: left;
}

#sticky-posts-2 ul {
	margin: 0;
}

#sticky-posts-2 ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}

#sticky-posts-2 .post-date {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

#sticky-posts-2 .post-excerpt {
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	color: #5a5a5a;
}

.breaking-news-info {
	width: 100%;
	height: 30px;
	margin: 0 0 10px 0;
}

.upw-after {
	margin-bottom: 3em!important;
}

#breaking-news-pager {
	width: 50%;
	margin: 5px 0 10px 0;
	float: left;
}

.bx-pager-item a {
	display: block;
	width: 6px;
	height: 6px;
	background: url('images/pager.png') no-repeat 0 0;
	text-indent: -9999px;
	margin: 6px 3px 0 0;
}

.bx-pager-item a.active {
	background: url('images/pager-active.png') no-repeat 0 0;
}

#sticky-posts-2 .upw-more {
	width: 50%;
	float: right;
}

#sticky-posts-2 .upw-more a {
	display: block;
	margin: 5px 0 10px 0;
	font-size: 12px; 
	text-align: right;
	color: #5a5a5a;
}

#views-2 .widget-title, #custom_post_widget-3 .widget-title, #custom_post_widget-5 .widget-title, #custom_post_widget-4 .widget-title, #custom_post_widget-6 .widget-title, #custom_post_widget-7 .widget-title {
	display: block;
	margin: 16px 0 0 0;
	line-height: 26px;
	color: #e83500;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
}

#views-2 ul {
	margin: 8px 0 0 0;
	padding: 0 0 12px 0;
}

#views-2 ul li {
	list-style: none;
	clear: both;
	min-height: 50px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eaeaea;
}

#views-2 ul li span {
	display: block;
	width: 36px;
	float: left;
	font-size: 32px;
	font-weight: bold;
	line-height: 24px;
	background-color: #868686;
	color: #fff;
	padding: 7px 18px 7px 10px;
	margin: 4px 15px 10px 0;
}

#views-2 ul li:first-child span {
	background-color: #f05122;
}

#views-2 ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#views-2 ul li p {
	display: inline;
	color: #ef4f21;
}

#custom_post_widget-3 p, #custom_post_widget-5 p, #custom_post_widget-4 p, #custom_post_widget-6 p, #custom_post_widget-7 p {
	display: inline;
}

#custom_post_widget-3 .index-set, #custom_post_widget-3 .index-mai, #custom_post_widget-3 .index-tfex {
	display: inline;
}

#custom_post_widget-3 .index-set a, #custom_post_widget-3 .index-mai a, #custom_post_widget-3 .index-tfex a {
	font-size: 12px;
	font-weight: bold;
	color: #4b4b4b;
}

#custom_post_widget-3 .index-active {
	color: #ef4f21;
}

#custom_post_widget-3 .index-title {
	margin: 8px 0 4px 0;
}

#custom_post_widget-3 .index-title span {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

#custom_post_widget-3 .index-row {
	clear: both;
	height: 30px;
	font-size: 12px;
	border-bottom: 1px dashed #ddd;
}

#custom_post_widget-3 .index-subject {
	display: block;
	float: left;
	background-color: #f5f5f5;
	width: 35%;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	color: #000;
}

#custom_post_widget-3 .index-last {
	display: block;
	float: left;
	width: 32%;
	text-align: right;
	font-size: 12px;
	line-height: 29px;
	color: #696969;
}

#custom_post_widget-3 .index-change {
	display: block;
	float: right;
	margin: 4px 0 0 0;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

#tab-tfex .index-change, .set-mil, .mai-mil {
	color: #696969!important;
}

#custom_post_widget-3 .change-up {
	background-color: #007402;
}

#custom_post_widget-3 .change-down {
	background-color: #a50000;
}

#custom_post_widget-3 .change-up span {
	display: block;
	padding: 5px;
	margin: 7px 0 0 3px;
	width: 6px;
	height: 5px;
	background: url('images/change-up.png') no-repeat 0 0;
	text-indent: -9999px;
	float: right;
}

#custom_post_widget-3 .change-down span {
	display: block;
	padding: 5px;
	margin: 7px 0 0 3px;
	width: 6px;
	height: 5px;
	background: url('images/change-down.png') no-repeat 0 0;
	text-indent: -9999px;
	float: right;
}

#tab-mai, #tab-tfex {
	display: none;
}

.set-active {
	color: #e83500!important;
}

#custom_post_widget-3 .blck {
	color: #696969;
}

.info-lastupdate {
	padding: 8px 0;
	margin: 0 0 7px 0;
	font-size: 11px;
	color: #9d9d9d;
	text-align: right;
}

#custom_post_widget-5 .gold-row {
	clear: both;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px dashed #ddd;

}

#custom_post_widget-5 .gold-subject {
	display: block;
	float: left;
	width: 30%;
	height: 29px;
	font-size: 12px;
	padding: 0 0 0 10px;
	background-color: #f5f5f5;
}

#custom_post_widget-5 .gold-buy {
	display: block;
	float: left;
	width: 35%;
	font-size: 12px;
	text-align: center;
	color: #696969;
}

#custom_post_widget-5 .gold-sell {
	display: block;
	float: right;
	width: 35%;
	font-size: 12px;
	text-align: center;
	color: #696969;
}

#custom_post_widget-5 .gold-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#custom_post_widget-4 .oil-row {
	clear: both;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px dashed #ddd;

}

#custom_post_widget-4 .oil-subject {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	width: 40%;
	height: 29px;
	font-size: 12px;
	background-color: #f5f5f5;
}

#custom_post_widget-4 .oil-price {
	display: block;
	float: left;
	padding: 0 35px 0 0;
	width: 60%;
	font-size: 12px;
	text-align: right;
	color: #696969;
}

#custom_post_widget-4 .oil-space {
	padding: 0;
}

#custom_post_widget-4 .oil-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#custom_post_widget-6 .exchange-row {
	clear: both;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px dashed #ddd;

}

#custom_post_widget-6 .exchange-subject {
	display: block;
	float: left;
	width: 40%;
	height: 29px;
	font-size: 12px;
	padding: 0 0 0 10px;
	background-color: #f5f5f5;
}

#custom_post_widget-6 .exchange-buy {
	display: block;
	float: left;
	width: 30%;
	font-size: 12px;
	text-align: center;
	color: #696969;
}

#custom_post_widget-6 .exchange-sell {
	display: block;
	float: right;
	width: 30%;
	font-size: 12px;
	text-align: center;
	color: #696969;
}

#custom_post_widget-6 .exchange-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.cur-ico {
	display: block;
	float: left;
	margin: 5px 4px 0 0;
	width: 24px;
	height: 19px;
}

.cur-usd {
	background: url('images/ico-usd.png') no-repeat 0 0;
}

.cur-gbp {
	background: url('images/ico-gbp.png') no-repeat 0 0;
}

.cur-eur {
	background: url('images/ico-eur.png') no-repeat 0 0;
}

.cur-jpy {
	background: url('images/ico-jpy.png') no-repeat 0 0;
}

.cur-hkd {
	background: url('images/ico-hkd.png') no-repeat 0 0;
}

.cur-cny {
	background: url('images/ico-cny.png') no-repeat 0 0;
}

#custom_post_widget-7 .weather-row {
	clear: both;
	height: 30px;
	font-size: 12px;
	line-height: 29px;
	border-bottom: 1px dashed #ddd;

}

#custom_post_widget-7 .weather-province {
	display: block;
	float: left;
	width: 40%;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 10px;
	background-color: #f5f5f5;
	color: #000;
}

#custom_post_widget-7 .weather-icon {
	display: block;
	float: left;
	width: 20%;
	font-size: 12px;
	text-align: center;
}

#custom_post_widget-7 .weather-icon img {
	width: 29px;
	height: 29px;
}

#custom_post_widget-7 .weather-max {
	display: block;
	float: left;
	width: 20%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#custom_post_widget-7 .weather-min {
	display: block;
	float: right;
	width: 20%;
	font-size: 12px;
	text-align: center;
	color: #000;
}

#widget_crp-3 .widget-title {
	display: block;
	margin: 16px 0 0 0;
	line-height: 26px;
	color: #ef4e21;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
}

#widget_crp-3 .crp_related_widget ul {
	margin: 0;
}

#widget_crp-3 .crp_related_widget ul li {
	clear: both;
	list-style: none;
	min-height: 75px;
	border-bottom: 1px solid #eaeaea;
}

#widget_crp-3 .crp_related_widget ul li a .crp_thumb {
	display: block;
	margin: 0 0 10px 0;
	width: 100px;
	height: 65px;
	float: left;
}

#widget_crp-3 .crp_related_widget ul li .crp_title {
	display: block;
	margin: 10px 0 0 115px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#widget_crp-3 .crp_related_widget ul li:last-child {
	margin: 0 0 25px 0;
}

.site-footer .bg-social {
	background: url('images/bg-social.png') #e9e9e9 repeat-x 0 0;
	min-height: 149px;
}

.site-footer .social-header {
	margin: 39px 0 14px 0;
	font-size: 16px;
	font-weight: bold;
	color: #f05122;
}

.social-row {
	display: block;
	padding: 0 0 15px 0;
}

.site-footer .social-icon {
	float: left;
	width: 20%;
}

.site-footer .social-title {
	float: right;
	width: 80%;
}

.site-footer .social-title p {
	margin: 0;
	font-weight: bold;
	line-height: 16px;
}

.site-footer .social-title p a {
	font-size: 14px;
	color: #000;
}

.site-footer .social-title span {
	margin: 0;
	line-height: 13px;
}

.site-footer .social-title span a {
	font-size: 11px;
	color: #838383;
}

.footer-info {
	padding: 33px 0 0 0;
}

.footer-logo a {
	background: url('images/footer-logo.png') no-repeat 0 0;
	display: block;
	margin: 0 0 15px 0;
	width: 76px;
	height: 96px;
	text-indent: -9999px;
}

.footer-category ul, .footer-page ul, .footer-service ul {
	margin: 0 0 15px 0;
}

.footer-category ul li, .footer-page ul li, .footer-service ul li {
	list-style: none;
	line-height: 19px;
}

.footer-category ul li:first-child a, .footer-page ul li:first-child a, .footer-service ul li:first-child a {
	font-size: 13px;
	font-weight: bold;
	color: #f05223;
}

.footer-category ul li a, .footer-page ul li a, .footer-service ul li a {
	font-size: 13px;
	color: #6b6a6b;
}

.copyright p {
	display: inline;
	margin: 0;
}

.copyright p a {
	font-size: 12px;
	color: #000;
}

.copyright p span {
	display: inline;
	font-size: 12px;
}

.copyright-corp {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
}

.copyright-corp span a {
	font-size: 12px;
	line-height: 13px;
	color: #f05223;
}

.address {
	margin: 5px 0 15px 0;
}

.address p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #757070;
}

/* ------------------------------- */

.site-single, .site-category {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding: 15px 15px 0 15px;
}

.site-single .entry-header h1, .site-search .entry-header span {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
}

.site-single .entry-meta {
	padding: 0 0 15px 0;
	border-bottom: 1px #e5e5e5 solid;
}

.site-single .entry-date, .display-views {
	font-size: 11px;
	color: #6f6e6e;
}

.category-in {
	font-size: 11px;
	color: #6f6e6e;
}

.category-title a {
	font-size: 11px;
	font-weight: bold;
	color: #f05122;
}

.category-dashed {
	font-size: 11px;
	color: #6f6e6e;
}

.social-btn {
	float: right;
}

.fb-btn {
	float: left;
	width: 135px;
}

.twt-btn {
	float: left;
	width: 90px;
	overflow: hidden;
}

.gp-btn {
	float: left;
	width: 65px;
}

.entry-img {
	text-align: center;
}

.post-slider ul, .post-carousel ul {
	margin: 0;
}

.post-slider ul li, .post-carousel ul li {
	list-style: none;
}

.entry-title {
	margin: 15px 0 0;
	font-size: 18px;
	color: #000;
}

.entry-content .entry-title {
	margin: 15px 0 18px;
}

#carousel .flex-viewport ul li {
	margin: 0 10px 0 0;
}

.entry-content p {
	font: normal 14px/19px arial;
	color: #4b4b4b;
}

.site-subnav .current-menu-item, .site-subnav .current-post-ancestor {
	background-color: #f05122;
}

.page-header {
	margin: 0;
	padding: 0;
	border: 0;
}
/*
.page-header h1 {
	font-weight: bold;
	line-height: 19px;
	color: #e83500;
}
*/
.category-header {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 4px 6px;
	background-color: #f05122;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}

.category-picture-headline img, .category-picture img {
	width: 100%;
}

.category-content-headline {
	padding: 0 15px;
}

.category-content-inside {
	padding: 0 15px;
	background-color: #222;
}

.site-category .category-content .entry-title a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.category-content .entry-title, .site-breakingnews .category-content .entry-title a {
	font-size: 14px;
	font-weight: normal;
	color: #5a5a5a;
}

.category-content .entry-title {
	margin: 10px 0;
}

.category-content .entry-date {
	font-size: 11px;
	color: #9d9d9d;
}

.category-content .entry-meta {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #5a5a5a;
}

.category-content-headline .entry-title a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.category-content-headline .entry-date {
	font-size: 11px;
	color: #868686;
}

.category-content-headline .entry-meta {
	margin: 0 0 15px 0;
	font-size: 13px;
	color: #bababa;
}

.tags span {
	font-size: 12px;
	font-weight: bold;
	color: #f05528;
}
.tags a {
	font-size: 12px;
	color: #4b4b4b;
}

#wp_page_numbers {
	clear: both;
	margin: 25px 0 15px 0;
	width: 100%;
	height: 37px;
	text-align: center;
}

#wp_page_numbers ul {
	margin: 0;
}

#wp_page_numbers ul li {
	display: inline;
	list-style: none;
}

#wp_page_numbers ul li a {
	padding: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#wp_page_numbers .active_page a {
	background-color: #f05122;
	color: #fff;
}

#carousel {
	padding: 7px;
	background-color: #242424;
}

.photo-header {
	clear: both;
	margin: 0 15px;
}

.photo-content {
	clear: both;
}

.mm-area  {
	margin: 0;
}

.photo-item-1, .quotes {
	padding-right: 5px;
}
.photo-item-2, .infographic {
	padding-left: 5px;
}

.logo-slideshow {
	position: absolute;
	top: 8px;
	background: url('images/logo-slideshow.png') no-repeat 0 0;
	width: 92px;
	height: 26px;
}

.logo-slideshow-1 {
	right: 13px;
}

.logo-slideshow-2 {
	right: 23px;
}

.cover-title {
	padding: 10px;
	min-height: 89px;
	background-color: #222;
}

.cover-title p {
	margin: 0;
}

.cover-title p a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.cover-title span {
	margin: 0;
	font-size: 11px;
	color: #9d9d9d;
}

.graphicmedia-header {
	clear: both;
	margin: 0;
}

.site-tag {
	padding: 15px;
}

.site-tag .entry-header h1 {
	margin: 5px 0;
	line-height: 24px;
}

.site-tag .entry-header .page-title {
	padding: 5px 0;
	border-bottom: 1px solid #eaeaea;
}

.site-tag .entry-meta {
	padding: 0;
	border: 0;
}

.site-tag .post, .site-category .category-item {
	padding: 5px 0 20px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #eaeaea;
}

.site-gallery {
	background-color: #222;
}

.site-gallery .entry-header {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
}

.site-gallery .entry-meta {
	border-bottom: 0;
}

.site-gallery #gallery-carousel {
	background-color: #222;
}

.gallery li {
	margin: 0;
}

.gallery img {
	max-height: 600px;
}

#gallery-carousel .flex-viewport ul li {
	margin: 0 10px 0 0;
}

#gallery-carousel {
	padding: 7px;
	background-color: #242424;
}

.cover-photo a img {
	width: 100%;
}
aside#recent-posts-3{padding:5px 25px;background: #fff;}
aside#recent-posts-3 h1.widget-title{
display: block;
margin: 16px 0px 0px;
line-height: 26px;
color: #E83500;
font-weight: bold;
border-bottom: 1px solid #EAEAEA;
text-transform:uppercase;
}
aside#recent-posts-3 ul{
    margin: 8px 0px 0px;
    padding: 0px 0px 12px;
}
aside#recent-posts-3 ul li {
    list-style: outside none none;
    clear: both;
    margin: 0px 0px 5px;
    border-bottom: 1px solid #EAEAEA;
}
aside#recent-posts-3 ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
aside#recent-posts-3 ul li span.post-date{
display: block;
padding: 0px;
margin: 8px 0px 10px;
color: #9D9D9D;
font-size: 11px;
}