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

TABLE OF CONTENT:

0. Reset

1. Setup
-1.1 Defaults
-1.2 Hyperlinks

2. Site Structure & Appearance
-2.1 Containers & Columns
-2.2 Navigation Menu
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer

3. Posts
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination

4. Widgets
-4.1 Generic Widgets
-4.2 Specific Widgets

5. Comments

6. Page Templates
-6.1 Contact Form
-6.2 Archives & Sitemap

7. MISC
-7.1 Buttons
-7.2 Un-widgetized Advertisement
-7.3 CSS3 Effects

--------------------------------------------------------------------------------- */
/* =0. Reset
--------------------------------------------------------------------------------- */
@import "css/reset.css";
/* =1. Setup
--------------------------------------------------------------------------------- */
/* 1.1 Defaults */
body {
	background: #ffffff;
	color: #000000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5,
h6 {
	font-size: 12px;
}
input[type="text"], 
textarea {
	border: 1px solid #eeeeee;
	border-bottom-color: #dddddd;
	outline: none;
	margin: 0 0 10px 0;
	padding: 13px 15px 12px 15px;
	background: #ffffff;
	color: #9da0a4;
	font: 14px/14px 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:focus, textarea:focus {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: #cccccc;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	color: #232527;
}
textarea {
	width: 100%;
}
label {
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
}
/* 1.2 Hyperlinks */
a:focus,
a:hover,
a:active {
	outline: none;
}
a,
a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	text-decoration: none;
	transition: color .1s linear;
}
a img {
	border: none;
}
/* =2. Site Structure & Appearance
--------------------------------------------------------------------------------- */
/* 2.1 Containers & Columns */
.container {
	margin: 0 auto;
	width: 960px;
}
#main {
	background: #ffffff;
}
#content {
	background: #ffffff;
	float: left;
	width: 630px;
	margin: 0 0 30px 0;
}
/* 2.2 Navigation Menu */
.nav {
	list-style: none;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 0;
	z-index: 999;
}
.nav a {
	display: block;
	position: relative;
	text-decoration: none;
	z-index: 100;
}
.nav li {
	float: left;
	width: auto;
	z-index: 999;
}
.nav li a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 8px 0 0;
	padding: 0 12px;
	text-decoration: none;
}
.nav li a.sf-with-ul {
	padding-right: 19px;
}
.nav li:hover a, .nav li:hover a:active {
	text-decoration: none;
}
.nav li ul {
	float: left;
	left: -999em;
	position: absolute;
	width: 181px;
	z-index: 999;
}
.nav li ul li a, .nav li ul li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 150px;
}
.nav li ul li a.sf-with-ul {
	padding: 10px 0;
}
.nav li ul ul {
	margin: -43px 0 0 179px !important;
	padding: 0 !important;
}
.nav li:hover, .nav li.hover {
	position: static;
}
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul {
	left: auto;
}
.nav .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 9px;
	height: 9px;
	text-indent: -999em;
	top: 1.2em;
	right: 10px;
}
.nav li ul .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	top: 1.2em;
	right: 0.5em;
}
/* P R I M A R Y - N A V */
#primary-nav {
	height: 43px;
	margin: 0 0 25px 0;
	position: relative;
	text-transform: uppercase;
}
#primary-nav .nav {
	margin: 7px 0 0 0;
}
#primary-nav .nav .sf-sub-indicator {
	background: url(images/ico-primary-arrow-down.png) no-repeat;
	right: 0.5em;
	top: 10px;
}
#primary-nav .nav li a:hover,
#primary-nav .nav li.first a,
#primary-nav .nav li.sfHover a,
#primary-nav .current_page_item a {
	border-radius: 3px;
	color: #ffffff;
}
#primary-nav .nav li li:first-child a {
	padding-top: 20px;
}
#primary-nav .nav li li:last-child a {
	padding-bottom: 20px;
}
#primary-nav .nav li li a,
#primary-nav .nav li li:first-child li a,
#primary-nav .nav li li:last-child li a {
	background: #FFFFFF !important;
	border-left: 1px solid #e6e6e6;
	border-radius: 0 !important;
	color: #333333 !important;
	line-height: 1;
	padding: 10px 15px;
	text-transform: none;
}
#primary-nav .nav li ul {
	background: url(images/arrow-up.png) no-repeat 25px top;
	padding-top: 5px;
	-webkit-box-shadow: 3px 3px 0 0 rgba(135, 135, 135, 0.1);
	-moz-box-shadow: 3px 3px 0 0 rgba(135, 135, 135, 0.1);
	box-shadow: 3px 3px 0 0 rgba(135, 135, 135, 0.1);
}
#primary-nav .nav li ul .sf-sub-indicator {
	background: url(images/bullet.png) no-repeat;
	right: 0.7em;
	top: 12px;
}
#primary-nav .nav li li:first-child .sf-sub-indicator {
	top: 21px;
}
#primary-nav .nav li li:first-child ul,
#primary-nav .nav li li:last-child ul {
	background: #ffffff;
	padding: 10px 0 !important;
}
#primary-nav .right .nav .sf-sub-indicator {
	background: none;
}
#primary-nav .right .nav li a.sf-with-ul {
	padding-right: 15px;
}
/* S E A R C H - F O R M */
.menu-search ul {
	background: url(images/arrow-up.png) no-repeat 210px top !important;
	width: 280px !important;
	right: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.search-form {
	padding: 15px;
	height: 45px;
	background: #fff;
	z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 -1px 3px #f6f4ee;
}
.search-form input {
	width: 160px;
	height: 46px;
}
.search-form button {
	width: 70px;
	height: 46px;
	position: relative;
	text-align: center;
}
/* 2.3 Header */
#header {
	clear: both;
	height: 120px;
	overflow: hidden;
}
#text-logo {
	float: left;
	margin: 30px 0 00;
}
#site-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px 0;
}
#site-desc {
	color: #9da0a4;
}
#site-title a,
#site-title a:hover {
	color: #333333;
	text-decoration: none;
}
#logo {
	float: left;
	line-height: 1;
	margin: 20px 0 0 0;
	overflow: hidden;
}
/* 2.4 Content  */
.content-loop .entry-title {
	margin: 0 0 15px 0;
}
.content-loop .hentry {
	margin: 0 0 30px 0;
}
.content-loop .hentry .entry-thumb {
	float: left;
	margin: 0 25px 25px 0;
	width: 220px;
	height: auto;
	text-align:justify;
}
.entry-bottom {
	border-top: 1px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
	color: #999999;
	padding: 10px 0;
}
.entry-bottom a:link,
.entry-bottom a:visited {
	border-bottom: 1px dotted #cccccc;
	color: #333333;
}
.entry-bottom span.entry-categories {
	border-left: 3px solid;
	padding: 0 0 0 10px;
}
.entry-bottom span.entry-tags {
	margin-left: 10px;
}
.entry-title a,
.entry-title a:visited {
	color: #333333;
}
.content-loop .entry-title a:hover {
	background: #eeeeee;
	border-bottom: 1px dotted #cccccc;
	color: #000000;
}
h2.entry-title {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1.25em;
}
.entry-excerpt {
	display: table;
	margin: 0 0 30px 0;
}
.one-col {
	background: #FFFFFF !important;
	width: 960px !important;
}
h1.page-title,
h1.entry-title {
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
	margin: 0 0 15px 0;
	letter-spacing: -0.03em;
}
/* B R E A D C R U M B S */
#breadcrumbs {
	border-bottom: 1px solid #e6e6e6;
	color: #9da0a4;
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
}
/* F E A T U R E D - C O N T E N T */
#featured-content {
	display: none;
	margin: -25px 0 25px 0;
	padding: 35px 0 25px 0;
}
#featured-content .container {
	width: 980px;
}
.featured-post .entry-title a,
.featured-post .entry-title a:visited,
.featured-post .entry-title a:hover {
	color: #ffffff;
}
.featured-post .entry-title {
	font-size: 13px;
	margin-bottom: 10px;
}
.featured-post .entry-thumb {
	margin: 0 0 15px 0;
	width: 100%;
	height: auto !important;
}
.featured-post .entry-meta {
	color: #dddddd;
	margin-bottom: 0;
	text-transform: lowercase;
}
.featured-post {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 225px;
	height: 230px;
	visibility: visible;
	text-align: center;
}
.list_carousel {
	position: relative;
}
.list_carousel li {
	display: block;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
#featured-content .prev,
#featured-content .next {
	border-radius: 3px;
	display: block;
	width: 30px;
	height: 60px;
	text-indent: -9999em;
	position: absolute;
	top: 60px;
}
#featured-content .prev {
	background: #444444 url(images/arrow-left.png) no-repeat center center;
	left: -60px;
}
#featured-content .next {
	background: #444444 url(images/arrow-right.png) no-repeat center center;
	right: -60px;
}
/* 2.5 Sidebar */
#sidebar {
	float: right;
	width: 300px;
}
#sidebar .widget {
	margin: 0 0 30px 0;
}
#sidebar .widget-title {
	border-bottom: 5px solid;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
#sidebar .widget-title a:link,
#sidebar .widget-title a:visited {
	color: #333333;
}
#sidebar .widget ul li a:link,
#sidebar .widget ul li a:visited {
	border-bottom: 1px dotted #cccccc;
	color: #333333;
}
#sidebar .widget ul li a:hover,
#sidebar .widget ul li:hover a {
	
}
#sidebar .widget ul {
	margin: 0;
	padding: 0;
}
#sidebar .widget ul li {
	background: transparent url(images/bullet.png) no-repeat 0 8px;
	margin: 0 0 15px 0;
	padding: 0 0 0 13px;
}
.widget ul li a:hover {
	background: #eeeeee;
}
/* 2.6 Footer */
#footer-widget-1,
#footer-widget-2,
#footer-widget-3,
#footer-widget-4 {
	display: inline;
	float: left;
	padding-right: 25px;
	width: 215px;
}
#footer-widget-4 {
	padding-right: 0;
	width: 183px;
}
#footer-widgets {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding-top: 30px;
}
#footer-widgets .widget-title {
	font-size: 13px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
#footer-widgets .widget ul li {
	color: #999999;
	list-style: disc inside;
	margin: 0 0 10px 0;
}
#footer-widgets .widget ul li a:link,
#footer-widgets .widget ul li a:visited {
	color: #333333;
}
#footer-widgets .widget ul li a:hover {
	border-bottom: 1px dotted #cccccc;
}
.copyright {
	padding: 35px 0;
	color: #f7f7f7;
	font-size: 12px;
	text-align: center;
}
.copyright a,
.copyright a:visited {
	border-bottom: 1px dotted #999999;
	color: #f7f7f7;
}
/* =3. Posts
--------------------------------------------------------------------------------- */
/* 3.1 Typographic Elements */
.entry-meta {
	color: #9da0a4;
	margin: 0 0 15px 0;
}
.entry-meta a,
.entry-meta a:visited {
	color: #9da0a4;
}
.single .entry-content {
	margin: 0 0 25px 0;
	text-align:justify;
}
.entry-content blockquote {
	border-left: 10px solid #f7f7f7;
	margin: 20px 20px;
	padding: 0 30px 0 20px;
	overflow: hidden;
	text-align:justify;
}
.entry-content blockquote p,
blockquote a,
blockquote {
	color: #666666;
	font-size: 1em;
	font-style: italic;
}
.entry-content strong {
	font-weight: bold
}
.entry-content strong em,
.entry-content em strong {
	font-style: italic;
	font-weight: bold;
}
.entry-content li ul {
	margin: 0;
	padding: 0;
}
.entry-content input,
.entry-content textarea {
	font-size: 1em;
	padding: 3px;
}
.entry-content dfn {
	font-weight: bold
}
.entry-content del {
	color: #aaa;
	text-decoration: line-through;
}
.entry-content pre,
.entry-content code,
.entry-content tt {
	background: #f5f5f5;
	color: #666666;
	font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 20px;
	overflow: auto;
	padding: 1em;
}
.entry-content pre,
.entry-content code,
.entry-content tt {
	display: block;
	margin: 1.5em 0;
	white-space: pre;
}
.entry-content ins {
	font-weight: bold;
	text-decoration: underline;
}
.entry-content em {
	font-style: italic;
	font-weight: normal;
}
.entry-content ul {
	list-style: none;
	padding-bottom: 10px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul li {
	background: url(images/dot.png) no-repeat 0 14px;
	padding: 5px 0 5px 10px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 5px 0 10px 0;
}
.entry-content hr {
	background: #E6E6E6;
	border: none;
	clear: both;
	color: #E6E6E6;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}
.entry-content hr {
	background: #E6E6E6;
	border: none;
	clear: both;
	color: #E6E6E6;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}
.entry-content ol {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
}
.entry-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content ol li {
	font-size: 12px;
	margin: 5px 0;
}
.entry-content p {
	margin: 0 0 10px 0;
}
/* 3.2 Images */
img.centered {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
img.alignnone {
	display: inline;
	margin: 0 0 15px 0;
	padding: 0;
}
img.alignright {
	display: inline;
	margin: 0 0 15px 15px;
	padding: 0;
}
img.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
	padding: 0;
}
.aligncenter {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.wp-caption {
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	padding: 4px 0 5px 0;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
.wp-caption img {
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}
/* 3.3 Pagination */
.junkie-pagination {
	margin: 60px 0 30px;
	text-align: center;
}
.junkie-pagination .page-numbers,
.junkie-pagination a,
.junkie-pagination a:visited {
	background: #f0f0f0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #333333;
	font-size: 14px;
	margin: 0 2px;
	padding: 6px 10px;
}
.junkie-pagination .current,
.junkie-pagination a:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
/* =4. Widgets
--------------------------------------------------------------------------------- */
/* 4.1 General Widgets */
/* W I D G E T : C A L A N D E R */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	background: transparent;
	color: #333;
	font-weight: bold;
	padding: 3px 0 7px 0;
}
#wp-calendar #today {
	background: #F0F0F0;
	font-weight: bold;
}
#wp-calendar th {
	background: #F0F0F0;
	border: #F0F0F0 solid 1px;
	padding: 3px;
}
#wp-calendar td {
	border: #F0F0F0 solid 1px;
	padding: 5px 2px;
}
#wp-calendar,
#wp-calendar th,
#wp-calendar caption {
	text-align: center;
}
/* 4.1 Specific Widgets */
/* W I D G E T : C A T E G O R Y - P O S T S */
.widget_tj_category_posts li {
	background: #f7f7f7 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 -1px 3px #f6f4ee;
	padding: 15px !important;
}
.widget_tj_category_posts li .entry-excerpt {
	display: table;
}
.widget_tj_category_posts li .entry-thumb {
	float: left;
	margin: 0 15px 0 0;
}
.widget_tj_category_posts li .entry-title {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 18px;
}
.widget_tj_category_posts li .entry-meta {
	margin-bottom: 0;
	text-transform: lowercase;
}
/* W I D G E T : A D S */
.widget-ads {
	margin: 0 0 20px 0;
	width: 300px;
}
.widget-ads .ad-title {
	border-bottom: none !important;
	color: #9da0a4;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 1;
	margin-bottom: 7px;
	text-align: center;
}
/* =5. Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	position: relative;
}
#comments .commentlist {
	padding: 20px 0;
}
#comments .children {
	list-style-type: none;
	margin-left: 16px;
}
#comments ul.children li {
	background: url(images/ico-mobile-nav.png) no-repeat 0 6px;
	padding-left: 35px;
}
.pings-wrapper {
	position: relative;
}
.pinglist {
	list-style-type: none;
	margin: 0;
	padding: 30px 0 40px 0;
}
.pinglist li {
	border-bottom: 1px solid #e9eaea;
	padding: 10px;
}
.pinglist li a {
	border: 0;
	color: #4d4e52;
	display: block;
	font-weight: normal;
}
.pinglist li a:hover {
	background: none !important;
	color: #202222;
}
#reply-title,
.comments-title,
.pings-title {
	font-size: 22px;
	font-weight: 200;
	margin: 0 0 20px 0;
}
.commentlist #commentform {
	margin-bottom: 60px;
}
.comment .avatar {
	border-radius: 100px;
	float: left;
	margin: 0 15px 0 0;
}
.comment-meta {
	color: #9da0a4;
	font-size: 13px;
	margin-bottom: 15px;
}
.comment-meta a,
.comment-meta a:visited {
	background: none !important;
	border: 0;
	color: #9da0a4;
	font-weight: normal !important;
	text-decoration: none !important;
}
.comment-meta a:hover {
	color: #000000;
}
.moderation {
	color: #9da0a4;
	padding-left: 51px;
}
.comment-body {
	margin-bottom: 20px;
	padding: 0 0 20px 51px;
}
.comment-body ul {
	list-style-type: disc;
}
.comment-body ol {
	list-style-type: decimal;
}
.comment-author cite {
	color: #202222;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	display: none;
}
.nocomments {
	padding: 20px;
	text-align: center;
}
#commentform .comment-form-comment {
	margin-bottom: 10px;
}
#commentform .form-submit input {
	border: 1px solid #E6E6E6;
	border-bottom-color: #DDDDDD;
	box-shadow: none;
	cursor: pointer;
	float: none;
	font-weight: 700;
	margin: 0;
	width: auto;
}
#commentform .required {
	color: red;
}
#commentform textarea {
	width: 99%;
	margin: 0 0 5px 0;
}
#commentform input {
	float: left;
	margin-right: 15px;
	width: 40%;
}
#commentform p {
	clear: both;
	line-height: 40px;
	margin-bottom: 15px;
}
/* =6. Page Templates
--------------------------------------------------------------------------------- */
/* 6.1 Contact Form */
#contact-form {
	display: block;
	width: 100%;
}
#contact-form input[type="text"] {
	padding: 13px 15px 12px 15px;
	width: 40%;
}
#contact-form textarea {
	width: 80%;
}
#contact-form #submit {
	margin: 15px 0 0 0;
	width: 120px;
}
.contact-form label {
	display: block;
	line-height: 30px;
}
.page-template-page-templatestemplate-contact-php .thanks {
	color: #0A9600;
}
.page-template-page-templatestemplate-contact-php .error {
	color: red;
}
/* 6.2 Archives & Sitemap */
.page-template-page-templatestemplate-archives-php .entry-content ul li,
.page-template-page-templatestemplate-sitemap-php .entry-content ul li {
	color: #9da0a4;
}
.page-template-page-templatestemplate-archives-php .entry-content ul li a,
.page-template-page-templatestemplate-sitemap-php .entry-content ul li a {
	font-style: normal;
}
/* =7. Misc
--------------------------------------------------------------------------------- */
/* 7.1 Buttons */
button, .btn, 
.form-submit input,
.contact-form #submit,
#commentform .form-submit #submit {
	display: inline-block;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 15px 10px;
	color: #fff;
	font: 14px/14px 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
button:hover, .btn:hover, .form-submit input:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0.8;
}
button:active, .btn:active, .form-submit input:active {
	position: relative;
	top: 1px;
	bottom: -1px;
}
button.light, .btn.light {
	background: #fff;
	color: #555759;
}
button.light:hover, .btn.light:hover {
	color: #fff;
}
/* 7.2 Un-widgetized Advertisement */
.header-ad {
	display: block;
	float: right;
	margin: 30px 0 0 0;
	width: 468px;
	height: 60px;
}
/* 7.3 CSS3 Effects */
.comment-body {
	background-size: 100% 1px, 100% 1px, auto;
	background-position: 50% 100%, 50% 100%, 50% 0;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-origin: padding-box, border-box, padding-box;
	border-bottom: 1px solid transparent;
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -webkit-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -moz-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -ms-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -ms-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -o-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -o-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
}
/* ------------------------------------------- START Related CSS ------------------------------------------- */
.relatedposts {width: 100%; margin: 0 0 20px 0; float: left; font-size: 12px;}
.relatedposts h3 {font-size: 13px; margin: 0 0 5px 0; }
.relatedthumb {margin: 0 1px 0 1px; float: left; }
.relatedthumb img {width: 100%; height: auto; margin: 0 0 3px 0; padding: 0;}
.relatedthumb a {color :#333; text-decoration: none; display:block; padding: 4px; width: 145px;}
.relatedthumb a:hover {background-color: #ddd; color: #000;}
.related_posts ul {margin: 10px 0; }
.related_posts ul li {padding: 1%; width: 98%; display: inline-block; overflow: hidden; margin-bottom: 5px; border: 1px solid #efefef; }
.related_posts h4 {font-size: 13px; line-height: 18px; margin-bottom: 5px; }
.related_posts p { margin: 0; }