#categoriesSelect {
	display: none;
	list-style: none;
	margin-left: 0;
}

	#categoriesSelect select {
		width: 100%;
	}

.entry-content .more-link .meta-nav {
	display: none;
}

/* Comments link */
.entry-header .comments-link a {
	background: #99a0aa url(../images/bubble.svg) no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0 2px;
	position: absolute;
	top: -1em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	font-family: HelveticaNeueLTStd77BdCn, sans-serif;
}

	#ie7 .entry-header .comments-link a ,
	#ie8 .entry-header .comments-link a {
		background: #99a0aa url(../images/comment-bubble.png) no-repeat;
	}

.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #009ee0;
	color: #fff;
	color: rgba(255,255,255,0.8);
}

.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/* header */
.entry-header {
	font-size: 100%;
	/* color: #b3b8c0; */
}

	.entry-header span a {
		/* color: #6e7880; */
	}
		.entry-header span a:hover {
			color: #009ee0;
			text-decoration: none;
		}
		
	.entry-header .cat-links .entry-utility-prep,
	.entry-header .tag-links .entry-utility-prep,
	.entry-header .edit-link {
		padding-left: 7px;
		margin-left: 2px;
		background: transparent url(../images/pipe_grey.gif) no-repeat 0 2px;
	}
	
	
/* Images */
.blog #shDisplay {
	position: fixed;
}

.entry-content img,
.comment-content img,
.widget img {
	padding: 0;
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

.singular .entry-content {
	padding-top: 1.625em;
	margin-top: 0;
}

/* Singular content styles for Posts and Pages */
.firstPost .hentry,
.hentry  {
	background: transparent url(../images/border.gif) repeat-x 0 bottom;
	margin: 1.625em 0 0 0;
	padding: 0 0 1em;
	position: relative;
}
	.firstPost .hentry {
		margin-top: 0;
	}
.hentry:last-child  {
	border-bottom: none;
}
.firstPost .hentry:last-child  {
	background: transparent url(../images/border.gif) repeat-x 0 bottom;
}
.singular .hentry {
	background: transparent url(../images/border.gif) repeat-x 0 0;
	border: none;
	padding: 1.5em 0 0;
	margin: 1em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
	.singular .image-attachment .entry-content .entry-attachment .attachment {
		width: 100%;
		padding: 1.625em 0 0 0;
		margin: 0;
	}
	
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* socialBookmarks */
.single .social_share_privacy_area .help_info{
	width: auto;
	margin-right: 10px !important;
}

	.single .social_share_privacy_area li div.tweet,
	.single .social_share_privacy_area li div.gplusone{
		width: auto;
	}
	
	.single .social_share_privacy_area li .help_info.icon {
		margin-right: 0 !important;
	}
	
#content .social_share_privacy_area li.help_info {
	
}

	#content .social_share_privacy_area li.facebook {
		width: 150px;
	}
	#content .social_share_privacy_area li.twitter {
		width: 97px
	}
		#content .social_share_privacy_area li div.tweet {
			width: 56px;
		}
	#content .social_share_privacy_area li.gplus {
		width: 101px;
	}
		#content .social_share_privacy_area li div.gplusone {
			width: 59px;
		}
	#content .social_share_privacy_area li.settings_info .settings_info_menu.off{
		
	}
	
	#content .social_share_privacy_area li.help_info img  {
		width: 100%;
		max-width: 100%;
	}

/* Comment Form */
#respond {
	position: relative;
	margin: 1.3em 0 30px 0;
	padding: 1.3em 0 0 0;
	width: 100%;
	background: transparent url(../images/border.gif) repeat-x 0 0;
}

#respond > form > p {
	clear: left;
	overflow: hidden;
	margin-bottom: 15px;
}

#respond input[type="text"],
#respond textarea {
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 10px;
	float: left;
}

#respond .comment-form-comment label {
	margin-top: -7px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	display: block;
	width: 110px;
	padding: 0 10px;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	float: left;
}

#respond textarea {
	resize: vertical;
	width: 75.2%;
	padding-left: 6px;
	text-indent: 0;
}
/*
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 0;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
	margin: 0;
	/* color: #6e7880; */
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	padding-left: 130px;
}
#respond input#submit {
	background: #00aef0;
	border: none;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	font-size: 17px;
	margin: 10px 0;
	padding: 13px 25px;
	transition: color .3s linear, background-color .3s linear;
}
#respond input#submit:active {
	background: #009ee0;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	float: right;
	margin-top: -41px;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	/* color: #6e7880; */
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}
#cancel-comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #009ee0;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	line-height: 22px;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	background: #888;
	color: #fff;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 13px;
	width: 75%;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* =Comments
----------------------------------------------- */
.commentlist article {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #CCD1D9;
}
#comments {
	border-top: 1px solid #CCD1D9;
    margin: 3em 0 30px;
    padding: 1.3em 0 0;
}


#comments-title {
	/* color: #6e7880; */
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 1em;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}

.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
	.commentlist .children #li-comment-3 {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
.commentlist .children li.comment {
	background: #fff;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1em 0 0;
	padding: 1em;
	position: relative;
}
.commentlist .children li.comment .fn {
	
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}

a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #009ee0;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #f4f6f6;
	border-color: #d3d3d3;
	padding-left: 1em;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #f4f6f6;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* archive */
.archive .page-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

	.archive .page-header .page-title {
		margin: 0;
	}
	
.archive #nav-above {
	position: relative;
	margin-top: -47px;
	border: none;
}

	.archive #nav-above .nav-next {
		float: right;
		width: auto;
	}
	
	.archive #nav-above .nav-previous {
		float: right;
		width: auto;
		margin-right: 15px;
	}


