/* @group GENERAL STYLES */

p{}
b,strong{}
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
img,img a{border-style:none;}
.clear{clear:both;}
.clear-right{clear:right;}
.clear-left{clear:left;}
.widthCheck{background-color:red;height:200px;margin:0;padding:0;}
code{border:1px solid;font-family:monospace;padding:0.2em 0.5em;}
pre{border:1px solid;font-family:monospace;font-size:1.3em;margin-bottom:20px;padding:10px;}
sup{font:0.9em "Times New Roman",Times,sans-serif;font-style:italic;}
sub{font:0.9em "Times New Roman",Times,sans-serif;font-style:italic;}
.image-left{float:left;margin:0 15px 5px 0;}
.image-right{float:right;margin:0 0 5px 15px;}
.imageStyle{}
blockquote,.standout{font-size:1.4em;font-family:serif;font-style:italic;line-height:1.7em;letter-spacing:0.05em;padding:1em;text-indent:2em;word-spacing:0.05em;}
blockquote p{margin:0;padding:0;}
ul.disc{list-style-type:disc;}
ul.circle{list-style-type:circle;}
ul.square{list-style-type:square;}
ol.arabic-numbers{list-style-type:decimal;}
ol.upper-alpha{list-style-type:upper-latin;}
ol.lower-alpha{list-style-type:upper-latin;}
ol.upper-roman{list-style-type:upper-roman;}
ol.lower-roman{list-style-type:lower-roman;}
/* Table Styles */
table{}
tr{}
td{}

/* @end */

/* @group BLOG */

.blog-entry {
	width: 29%;
	margin-left:  20px;
	margin-bottom: 55px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eee;
}

/*smaller than 950 (iPad portrait)*/
@media screen and (max-width: 950px) { 
    .blog-entry {
    	width: 43%;
    }
}

/*smaller than 600 (iPhone) */
@media screen and (max-width: 600px) { 
    .blog-entry {
        margin-left:  -8px;
    	width: 90%;
    }
    
    .blog-entry:first-child {
        margin-top: 30px;
    }
}

.blog-entry img {padding-top: 3px}

.blog-entry-title {
	font-size: 20px;
	color: #000;
	font-weight: 700;
}

.blog-entry-date {
	margin-bottom: 15px;
	color: #ccc;
	display: inline;
	z-index: 9999;
	line-height: 1.5em;
	cursor: pointer;
	font-weight: normal;
}

.blog-entry-date a:link{
	color: #999;
}

.blog-entry-category {}
#blog-categories {}

#blog-categories:before {
	content: "Categories";
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 5px 0;
}
	
.blog-entry-body {	
	margin-top: 20px;
	color: #999;
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 1em
}

#blog-archives{
	margin-top: 30px;
}

#blog-archives:before {
	content: "Archives";
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 5px 0;
}

#blog-rss-feeds:before {
	content: "Feeds";
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 5px 0;
}

.blog-entry-author {
	padding-top: 0;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #333;
}

.blog-entry-tags {
	font-size: 1em;
	position: relative;
	display: block;
	margin-top: 20px;
	left: 0;
	width: 100%;
	list-style: none;
	line-height: 2em;
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 0;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

.blog-entry-tags::before{
	content: "\f02b";
	padding-right: 5px;
}

p.blog-entry-tags {font-size: 1em;}
p.blog-entry-tags a {}

.blog-read-more {
	/*float: left;*/
	font-size: 1.2em;
	position: relative;
	display: block;
	margin-top: 40px;
	left: 0;
	/*text-align: left;*/
	width: 100%; 
	/*height: 30px;*/
	z-index: 9999;
	list-style: none;
	line-height: 1em;
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 0;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

.blog-read-more::before{
	content: "\f02d";
	padding-right: 2px;
}

ul.blog-tag-cloud:before {
    content: "Tags";
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 5px 0;
}

ul.blog-tag-cloud li a:after {
	content: " ";
}

ul.blog-tag-cloud {
	margin: 30px 0;
	font-size: 14px;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px
}

.blog-tag-size-10 {}
.blog-archive-link a:link,.blog-archive-link a:visited {}

.blog-archive-headings-wrapper {
    padding-bottom: 50px;
    padding-left: 22px;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
}

.blog-archive-entries-wrapper .blog-entry{width: 96%;}
.blog-archive-entries-wrapper .blog-entry-body {}
.blog-archive-month {}
.blog-archive-link {}

/* @end */

/* @group FILESHARING */

.filesharing-description {
	padding-bottom: 25px;
	padding-top: 2px;
	font-size: 1.em!important;
	font-weight: normal;
}

.filesharing-item-title a {}
.filesharing-item-title a:hover {}
.filesharing-item-title a:active {}

.filesharing-item-description {
	padding: 2px;
	float: left;
	display: block;
}

.filesharing-item {
	clear: both;
	min-height: 50px;
	overflow: hidden;
	padding: 30px 0;
}

/* @end */

/* @group SITEMAP */

.rw-sitemap ul {
	padding: 0 0 20px 20px
}

.rw-sitemap ul li {
	padding: 5px
}

.rw-sitemap ul li a {
	border: none
}

.tree .nav-description{
	border: 1px solid #333;
}

/* @end */

/* @group BREADCRUMB */

#breadcrumb {
	position: relative;
	top: 15px;
	color: #fff;
}

#breadcrumb ul {
    padding: 0;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	font-size: 10px;
}

#breadcrumb .nav-description{
	display: none;
}

/* @end */

/* @group Disqus */

#dsq-comments-title {
	clear: none !important;
}

#dsq-content .dsq-options {
	clear: none !important;
}

#dsq-thread-settings {
	clear: none !important;
}

#dsq-content div {
	clear: none !important;
}

.dsq-login-buttons li {
	clear: none !important;
	margin-bottom: 25px!important;
}

.dsq-button {
	float: none ! important;
}

/* @end */

/* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	padding-top: 17px !important;

}

.js-singleCommentHeader {
	padding: 0 8px !important;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}

.js-singleCommentText {
	display: block !important;
	clear: both !important;
}

.js-kit-comments br {
	display: none !important;
}

.js-singleCommentBody br {
	display: block !important;
}

/* @end */