/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
a, input, button, .post_image, .thumb {
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
}
::selection  { background: #069; color:#fff; }
::-moz-selection { background: #069; color:#fff; }
::-webkit-selection { background: #069; color:#fff; }
::-ms-selection { background: #069; color:#fff; }
::-o-selection { background: #069; color:#fff; }

body { color: #444; font-family: 'Open Sans', sans-serif; line-height: 24px; }
a { color: #069; } a:hover { color: #222; text-decoration: none; } 
.main {	padding-top: 70px; }

h1, h2, h3, h4, h5, h6, .btn-download, #site_title, .byline, .post_tags, .previous_posts a, .next_posts a, .input_submit, .comment .comment_author, #commentform, .comments_intro, .comment_form_title {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
}





/*---:[ HEADING STRUCTURE ]:---*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #222;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0 20px 0;
}

h3 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px 0;
	color:#666;
}

h4 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}





/*---:[ MENU STRUCTURE ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
}
.menu li {
	position: relative;
	float: left;
}
.menu .sub-menu {
	position: absolute;
	display: none;
	list-style: none;
	z-index: 110;
}
.menu .sub-menu .sub-menu {
	top: 0;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 200px;
	clear: both;
	margin: 0 0 20px 0;
}
.menu .sub-menu {
	padding: 20px 20px 0;
	background: #fff;
	border-top: 0;
	border-bottom: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
}
.navbar ul {
	padding: 0;
}
.navbar-nav > li {
	border-left: solid 1px #1F3C4B;
}
.navbar-inverse {
	background-color: #069;
	border: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color:  #069;
	background: #fff;
}
.navbar-inverse .navbar-collapse{
	border: none;
}
.navbar-collapse {
	padding: 0;
}
.navbar-toggle {
	background-color: transparent;
	border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: #08C;
}



/*---:[ HEADER STRUCTURE ]:---*/
#site_title {
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 10px 0;
	color:#069;
}
.header {
	padding: 45px 0 20px 0;
	border-bottom: solid 1px #f5f5f5;
}
.header-ad .widget p {
	margin: 0;
}
.header-ad .widget{
	margin: 0;
}



/*---:[ COLUMNS STRUCTURE ]:---*/
.columns {
	padding: 20px 15px 0 15px;
}
.col-left {
	padding-bottom: 20px;
}
.col-right {
}




/*---:[ POST STRUCTURE ]:---*/
.post_block {
	clear:both;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: solid 2px #f5f5f5;
}
.post_block .widget {
	margin: 0 0 20px 0;
}
.post_image, .thumb {
	margin: 0 0 10px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
}
 {
	padding: 5px;
	margin: 0 0 10px;
	border: solid 1px #f5f5f5;
}
.post_image:hover, .thumb:hover {
	opacity: .8;
	filter:alpha(opacity=80);
}
.byline a, .post_tags a, .post_cats a {
	color: #999;
	margin: 0 5px 0 0;
	text-decoration:underline;
}
.byline a:hover, .post_tags a:hover, .post_cats a:hover; {
		color:#666;
}
.byline, .post_tags, .post_cats {
	color: #999;
	margin: 0 0 20px;
}
#post_header{ margin-bottom:10px;}
#post_header h2, #post_header h1 {
	font-size: 32px;
	margin: 0 0 10px 0;
	font-weight:800;
	line-height:110%;
}

#post_header h2 a{
	color:#000;
}

.featured_image_link img{ margin:0 auto 15px auto; border:1px solid #F4F4F4; -moz-border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; border-radius: 15px;}
.more-link{ font-weight:600;
font-size:18px;
padding: 5px 10px;
cursor: pointer;
float: right;
text-decoration: none!important;
text-transform: uppercase;}
.post_content a{text-decoration:underline;}
#post_footer{ margin-bottom:20px;}



/*---:[ SIDEBAR STRUCTURE ]:---*/
.col-right .widget{
	float:left;
	width:100%;
	clear:both;
}
.widget {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.widget .widget_title {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.widget p, .widget ul {
	margin-bottom: 23px
}
.widget li ul {
	margin-bottom: 0;
}
.widget ul {
	list-style-type: none;
}
.widget ul, .widget ol {
	margin-left: 23px;
}
.widget li {
	margin-bottom: 10px;
}
.widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul, .widget ol {
	margin-left: 0;
}
.widget .widget_title {
	color: #999;
}
.widget_categories .cat-item {
	float: left;
	width: 50%;
}
.widget_categories .cat-item a {
	border-bottom: dotted 1px;
}




/*---:[ HOME / POST NAVIGATION STRUCTURE ]:---*/
.prev-next {
	color: #999;
	clear: both;
}
.next_post {
	width: 48%;
	float: right;
	text-align: right;
}
.previous_post {
	width: 48%;
	float: left;
}
.previous_post a, .next_post a {
	display: block;
	text-decoration: none;
}
.previous_posts a, .next_posts a {
	background: #069;
	color: #fff;
	padding: 10px 20px 8px 20px;
	font-weight: 600;
	text-transform: uppercase;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
}
.previous_posts a:hover, .next_posts a:hover {
	background: #222;
}
.next_posts {
	float: right;
}
.previous_posts {
	float: left;
}





/*---:[ COMMENTS STRUCTURE ]:---*/
.comment {
    border: solid 1px #f5f5f5;
    margin: 40px 0;
	padding: 0;
}
.comment_list .comment {
	padding: 20px;
	margin: 0;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.comment .comment_author {
	font-size: 20px;
    font-weight: 600;
}
.comment .comment_aux {
	font-size: 11px;
    line-height: 18px;
}
.children .comment {
	list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
/*.bypostauthor {
	background-color: #FFF9A8;
}
.children .bypostauthor {
	color: #FFF9A8;
}*/
.comment p, .comment .comment_text ul, .comment .comment_text ol, .comment .comment_text blockquote, .comment .comment_text pre {
	margin-bottom: 23px;
}
.comment .comment_text li ul, .comment .comment_text li ol {
	margin-left: 23px;
    margin-bottom: 0;
}
.comment .comment_text .left, .comment .comment_text .alignleft {
	margin-bottom: 23px;
    margin-right: 23px;
}
.comment .comment_text .right, .comment .comment_text .alignright {
	margin-bottom: 23px;
    margin-left: 23px;
}
.comment .comment_text .center, .comment .comment_text .aligncenter {
	margin: 0 auto 23px auto;
}
.comment .comment_text .block, .comment .comment_text .alignnone {
	margin: 0 auto 23px 0;
}
.avatar {
	float: right;
    margin: 0 0 10px 10px;
    -moz-border-radius: 100px; -webkit-border-radius: 100px; -khtml-border-radius: 100px; border-radius: 100px;
}
.comment-header {
	margin-bottom: 10px;
}
#commentform {
	padding: 20px 20px 0 20px;
}
.comment_date {
	margin-left: 10px;
    color: #999;
}
.comment-footer a {
	margin-right: 20px;
    border-bottom: dotted 1px;
}
.children .comment {
	border-left: 3px solid #eee;
    border-bottom: none;
    border-right: none;
    border-top: none;
    padding: 0 0 0 20px;
    margin: 40px 0 0 0;
}
.comments_intro, .comment_form_title {
	font-size: 30px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
}
.comments_intro {
	border-bottom: solid 1px #f5f5f5;
	margin-bottom: 0;
}
.input_text {
	border: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	padding: 10px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
}
.input_submit, .btn-download {
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	background: #069;
	font-size: 18px;
	padding: 10px 20px 8px 20px;
	color: #fff;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
}
.btn-download {
	margin: 10px 0 0;
	display: inline-block;
	text-align: center;
}
.btn-download:hover {
	color: #fff;
	background: #222;
}
.input_submit:hover {
	background: #222;
}
.input_text, #comment_form_submit input {
	width: 100%;
}
label {
	display: block;
	font-weight: normal;
}

/*---:[ FOOTER STRUCTURE ]:---*/
.footer {
	padding: 40px 0;
	text-align: center;
	border-top: solid 1px #f5f5f5;
}

#site-title  { margin-top:0; font-size:28px; padding:15px 20px 10px 15px; color:#fff; font-weight:500;}
.featured_image_link img{margin-right:15px;}
/* header social icons */
.titSocialIcons{ float:right; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#fff; font-weight:bold; text-align:right; margin:13px 0 0;}
.titSocialIcons span{ font-size:11px; display:block; font-weight:normal; }
.socialIcons{width: 335px;margin: 0 auto 0;height: 35px;}
.sp-mail, .sp-rss, .sp-twit, .sp-fbook, .sp-gplus{ display:block; background:url(http://www.trickyways.com/wp-content/thesis/skins/thesis-blank/asst/img/sprt-tw.png) no-repeat; width:31px; height:35px; float:left; margin:0 28px 0 0;}
a.sp-mail{background-position: -69px -9px;}
a.sp-rss{background-position: -11px -9px;}
a.sp-twit{background-position: -127px -9px;}
a.sp-fbook{background-position: -185px -9px;}
a.sp-gplus{background-position: -240px -9px;}
a:hover.sp-mail,a:hover.sp-rss,a:hover.sp-twit,a:hover.sp-fbook,a:hover.sp-gplus{opacity:0.5;}
a:hover.sp-mail{/*background-position: -69px -80px;*/}
a:hover.sp-rss{/*background-position: -11px -80px;*/}
a:hover.sp-twit{/*background-position: -127px -80px;*/}
a:hover.sp-fbook{/* background-position: -185px -80px;*/}

#cse-search-box .search_box{width:72%;}
#cse-search-box .submit {padding: 2px 10px;}
div.bsap_1291131 a.adhere{width:100%!important;}




/*---:[ MEDIA QUERIES STRUCTURE ]:---*/
/* Medium devices (desktops, 480px and up) */
@media (max-width: 480px) {
.post_content .post_excerpt{ display: none; }
.footer { margin-top: 20px; }
.sp-mail, .sp-rss, .sp-twit, .sp-fbook, .sp-gplus{ margin:0 10px ;}
.socialIcons{width:260px; padding:0px!important;}
.comments_intro, .comment_form_title {font-size: 20px;   padding: 10px;}
a.adhere{width:100%!important;}
div.bsap_1256327 a.adhere{width:125px!important;}
.widget{text-align:center;}
.col-right{padding:0 30px;}


}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.byline, .post_tags {
		display: none;
	}
	.menu li {
		float: none;
		border: none;
	}
	.navbar-collapse.in {
		overflow: hidden;
	}
	.navbar-nav {
		margin: 0;
		background-color:$LinkColor!important;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 10px 20px;
		border-right: none !important;
	}
	.logo {
		text-align: center;
	}
	.col-right {
		float: left;
		padding: 0 30px;
		margin-top: 50px;
	}
	#post_header h1, #post_header h2 {
		font-size: 25px;
	}
	.post_block {
	padding-bottom: 10px;
	margin-bottom: 30px;
	}
	
	.socialIcons{
		margin: 0 auto 0px;
		padding: 0 0 0 35px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.logo {
		text-align: center;
	}	
	.socialIcons{
		margin-top:0px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

div.bsap_1256327 a{ margin:0 27px 15px 27px!important;}
}


#thesis_launcher {
	display: none;
}
/*---:[ custom CSS ]:---*/
ul, ol {padding: 0 20px;}
.home .columns, .archive .columns {padding: 20px 0;}
.home .prev-next {margin: 0 15px;}
.navbar-brand {padding: 10px 20px;}
blockquote p {font-size: inherit;line-height: inherit;font-weight: inherit;}
.navbar-fixed-top{z-index:9999!important;}
code{background: #FFFFC1; color:inherit; white-space:normal;-ms-white-space:normal;-webkit-white-space:normal;-moz-white-space:normal; }
.ad336{float: none; margin: 0 auto;}
.post_content img.alignnone, .post_content img.aligncenter, .post_content img.alignleft, .post_content img.alignright{ margin-bottom:30px; border:1px solid #ddd;-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; background-color: #f6f6f6; margin: 5px 0 20px; padding: 4px 0;
}
.imgGroup{ display:block;}
.imgGroup img{display:inline;}
.wp-caption-text {
    color: #A4A4A4;
    font-size: 12px;
    text-align: center;
}
.bs-callout { margin: 20px 0; padding: 20px; border-left: 3px solid #eeeeee;
	code, .highlight {  }
    h4 { margin-top: 0; margin-bottom: 5px; }
    p:last-child { margin-bottom: 0;
    }
}

.bs-callout-danger { background-color: #fdf7f7; border-color: #eed3d7;
	h4 { color: #b94a48;}
}

.bs-callout-warning {
    background-color: #faf8f0; border-color: #faebcc;
	h4 { color: #c09853; }
}

.bs-callout-info { background-color: #f4f8fa; border-color: #bce8f1;
    h4 { color: #3a87ad; }
}
table{margin:30px 0;}
.comments_intro { font-size: 20px; margin: 0 !important; padding: 5px 0;}
a:focus{outline:none;}
.header-ad{ text-align:center;}
.header-ad img{ display:inline;}