/*
Theme Name: Clove Blog (ITDR)
Theme URI: http://intothedarkroom.com/
Description: 
Author: intothedarkroom
Author URI: http://intothedarkroom.com/
Version: 2.1.19
License: Proprietary
License URI: https://intothedarkroom.com/installer/assets/docs/eula/en.txt
*/
/* ---- Clear Default Browser Styles ---- */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */
/* =============================================================================
   Links
   ========================================================================== */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input { line-height: normal; *overflow: visible; }
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { *overflow: auto; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* =============================================================================
   Old resets
   ========================================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
outline: none;
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img, abbr {
border: 0;
}
address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
font-weight: normal;
font-style: normal;
}
ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 1.0em;
}
q:before, q:after {
content: '';
}
a, ins {
text-decoration: none;
}
a {
outline: none;
}
/************************************************************************
#  GENERAL
*************************************************************************/
*{
	font-family: Arial, sans-serif;
}

.Clear,
.clear {
	clear: both;
}

.left,
.Left{
	float:left;
}

.right,
.Right{
	float:right;
}

.center,
.Center{
	text-align:center;
}

.entry h1,
.page h1{
	font-size: 21.6px;
}

.entry h2,
.page h2{
	font-size: 20.4px;
}

.entry h3,
.page h3{
	font-size: 19.2px;
}

.entry h4,
.page h4{
	font-size: 18px;
}

.entry h5,
.page h5{
	font-size: 16.8px;
}

.entry h6,
.page h6{
	font-size: 15.6px;
}

em{
	font-style: italic;
}

b, strong{
	font-weight: bold;
}

u{
	text-decoration: unerline;
}

strike{
	text-decoration: line-through;
}

a:link,
a:visited{
	font-size: 13px;
	color: #932828;
	text-decoration: none;
}

a:hover{
	color: #414141;
}


/* Strip Twitter */
.twtr-hd, .twtr-ft{
	display: none;
}

.twtr-widget .twtr-tweet{
	border:none !important;
}
/* Strip Twitter End */


/* Begin Images */
.post img{
	display:block;
	margin: 0 auto 10px auto;
}

.post p img {
	padding: 0;
	max-width: 100%;
	height: inherit;
	margin: 0 auto 10px auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter{
	display:block;
	margin:0 auto;
}

img.wp-smiley{
	display:inline;
}
/* End Images */

.Blogshow,
.Blogshow > div{
	margin:0 auto;
}
/************************************************************************
#  GENERAL END
*************************************************************************/


/************************************************************************
#  UNDER CONSTRUCTION
*************************************************************************/
#under-construction-container{
	width: 900px;
	margin:0 auto 0 auto;
}
	#under-construction-header{
		padding: 35px 0;
	}
		#under-construction-header #logo{
		}
	#under-construction{
		min-height: 180px;
		padding: 30px;
		background: #ffffff;
		box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
		#under-construction-title{
			font-size: 22px;
			padding-bottom: 20px;
		}
		#under-construction-message{
		}
/************************************************************************
#  UNDER CONSTRUCTION END
*************************************************************************/


/************************************************************************
#  STRUCTURE
*************************************************************************/
body {
	color: #77756f;
	line-height: 19px;
	font-size: 13px;
	background: #969696 url("http://1000visions.com/blog/clove-blog-gateway.php?action=create_gradient&hex1=FFFFFF&hex2=969696&height=1000") repeat-x;
}

#body-inner {
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
}

#content{
	padding: 0 25px;
}

	#content-inner{
	}

#content-wrapper {
	position: relative;
	z-index: 100;
	background: #ffffff;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.ie8 #content-wrapper {
	border:1px solid #cccccc;
}

.indent{
	padding:0 0;
}

/*  ---- Header ---- */

#header-container{
	position:relative;
}

#header {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	overflow: hidden;
}

	#header object,
	#header embed,
	#header img {
		display: block;
		margin: 0 auto;
	}

	#header img{
		position: absolute;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
	}

	#header-arrow-left{
		width: 36px;
		height: 120px;
		margin: -60px 0 0;
		display: block;
		position: absolute;
		z-index:8888;
		top: 50%;
		cursor: pointer;
		text-indent: -999em;
		left: 0px;
		background: #7a7a7a url(http://1000visions.com/blog/clove-blog-gateway.php?action=image_colorize&effect=overlay&image=header_arrow_left.png&color=ffffff) no-repeat center center;
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
	}
	html touch #header-arrow-left,
	#header-arrow-left:hover {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}

	#header-arrow-right{
		width: 36px;
		height: 120px;
		margin: -60px 0 0;
		display: block;
		position: absolute;
		z-index:9999;
		top: 50%;
		cursor: pointer;
		text-indent: -999em;
		right: 0px;
		background: #7a7a7a url(http://1000visions.com/blog/clove-blog-gateway.php?action=image_colorize&effect=overlay&image=header_arrow_right.png&color=ffffff) no-repeat center center;
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
	}
	html touch #header-arrow-right,
	#header-arrow-right:hover {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}


/* ---- Welcome ---- */

#welcome-block{
	margin: 0 auto;
	width: 850px;
	padding: 25px 0;
	border-bottom:1px solid #cccccc;
	position:relative;
}

#welcome-block p{
	padding-bottom:10px;
}

#welcome-img{
	float:left;
}

#welcome-about{
	float: right;
	width: 850px;
	font-size: 13px;
}

#welcome-about .WelcomeTitle{
	float: left;
	font-family: ;
	display:block;
	font-size: 19.2px;
	line-height: 19.2px;
	color: #414141;
	padding-bottom:12px;
}

#welcome-about .WelcomeTitleBlank{
	height:25px;
}
/************************************************************************
#  STRUCTURE END
*************************************************************************/




/************************************************************************
#  SEARCH
*************************************************************************/
#search-container {
	position:absolute;
	top:22px;
	right:0px;
	height: 35px;
	margin:0 auto;
	z-index:40;
	width: 300px;
}

#search-form{
	float:right;
	width:150px;
}

#search-form #searchform .screen-reader-text{
	display:none;
}

#search-container #searchform{
	float: right;
	display: inline;
}

#search-container #searchsubmit{
	float: left;
	vertical-align: top;
	height: 18px;
	width: 18px;
	display: block;
	text-indent: -9999px;
	border: none;
	background: url('http://1000visions.com/blog/clove-blog-gateway.php?action=image_colorize&image=icon_sprite.png&effect=overlay&color=77756f') no-repeat;
	background-position: -252px 0;
	position: relative;
	top: 1px;
	font-size: 0;
	line-height:0;
	margin-left:5px;
	cursor:pointer
}

#search-container input#s{
	float: left;
	width: 112px;
	border: none;
	padding: 1px 5px;
	border:1px solid #77756f;
	position: relative;
	font-size:12px;
}
/************************************************************************
#  SEARCH END
*************************************************************************/



/************************************************************************
#  TWITTER
*************************************************************************/
#twitter-wrapper{
	position:relative;
	float:right;
	font-size: 12px;
	top:1px;
}

#twitter-container{
}

#twitter-container ul{
	list-style:none;
	padding:0;

}

#twitter-container ul li{
	float:right;
	width:24px;
}

#twitter-container ul li > a{
	width:18px;
	height:18px;
	display:block;
	padding-bottom:10px;
	float:left;
	background: url('http://1000visions.com/blog/clove-blog-gateway.php?action=image_colorize&image=icon_sprite.png&effect=overlay&color=77756f') no-repeat;
}

#twitter-container ul li > a#etsy_link { background-position: 0 0; }
#twitter-container ul li > a#facebook_link { background-position: -18px 0; }
#twitter-container ul li > a#flickr_link { background-position: -36px 0; }
#twitter-container ul li > a#googleplus_link { background-position: -54px 0; }
#twitter-container ul li > a#instagram_link { background-position: -72px 0; }
#twitter-container ul li > a#lastfm_link { background-position: -90px 0; }
#twitter-container ul li > a#linkedin_link { background-position: -108px 0; }
#twitter-container ul li > a#myspace_link { background-position: -126px 0; }
#twitter-container ul li > a#pintrest_link { background-position: -144px 0; }
#twitter-container ul li > a#tumblr_link { background-position: -162px 0; }
#twitter-container ul li > a#twitter_link { background-position: -180px 0; }
#twitter-container ul li > a#vimeo_link { background-position: -198px 0; }
#twitter-container ul li > a#youtube_link { background-position: -216px 0; }
#twitter-container ul li > a#rss_link{ background-position: -234px 0; }

#twitter-container ul li ul {
	clear: both;
	position: absolute;
	left: -999em;
	z-index: 5000;
	margin-left: -260px;
	width: 365px;
	line-height: 16px;
	height: 80px;
	top:25px;
	border: 2px solid #cccccc;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}

#twitter-container li ul li {
	clear:both;
}

#twitter-container li ul li:hover {
border-style: none;
}

#twitter-container li:hover ul ul,
#twitter-container li:hover ul ul ul,
#twitter-container li.sfhover ul ul,
#twitter-container li.sfhover ul ul ul {
left: -999em;
}

#twitter-container li:hover ul,
#twitter-container li.sfhover ul {
left: auto;
}

#twitter-container li li:hover ul,
#twitter-container li li.sfhover ul {
}iner li li.sfhover ul {
}

/* --TWITTER DROPDOWN BOX START-- */
#twitter{
	padding:7px 10px;
	height: 66px;
	text-transform:none;
	width:330px;
	background: #FFFFFF;
	color: #414141;
	position:absolute;
	left:0;
	padding-right:25px;
}

#twitter p{
font-size: 12px;
}
#twitter .TwitterTime{
	display:block;
	padding-top:5px;
	text-align:left;
	font-style:italic;
}
/* --TWITTER DROPDOWN BOX END-- */
/************************************************************************
#  TWITTER END
*************************************************************************/



/************************************************************************
#  NAVIGATION
*************************************************************************/
#navigation-container {
	height: 50px;
}

h1#logo {
	position: relative;
	z-index: 1;
	float: left;
	display: block;
	width: 371px;
	height: 50px;
}

h1#logo a {
	display: block;
	text-indent: -5000px;
	width: 371px;
	height: 50px;
	background: url("https://1000visions.com/blog/clove-blog-data/storage/asset/logo-bb32.png") no-repeat;
}

#navigation {
	position:relative;
	z-index: 9999;
	float: right;
	background: url('images/1pxbg.png') bottom right no-repeat;
	top: 11px;
}

#navigation ul, #navigation ul ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}

#navigation ul a{
	padding: 3px 20px 3px 16px;
	display:block;
	text-decoration:none;
	white-space:nowrap;
	font-family: ;
	color: #414141;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}

#navigation ul a:hover{
	color: #932828;
}

#navigation ul li{
	float:left;
	position:relative;
}

#navigation ul ul {
	padding: 10px 0 10px 0;
	position: absolute;
	z-index:9999;
	display: none;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	background: #FFFFFF;
	border: 1px #cccccc solid;
}

#navigation ul li li{
	clear: left;
}

#navigation ul li ul a{
	height: 14px;
	line-height: 14px;
	font-size: 11.2px;
	float: left;
}

#navigation ul ul ul{
	top:auto;
}

#navigation ul li ul ul {
	display:none;
}

.ie8 #navigation li ul li,
.ie7 #navigation li ul li {
	width:100%;
}


#navigation ul li:hover ul ul, #navigation ul li:hover ul ul ul, #navigation ul li:hover ul ul ul ul{
	display:none;
}
#navigation ul li:hover ul, #navigation ul li li:hover ul, #navigation ul li li li:hover ul, #navigation ul li li li li:hover ul{
	display:block;
}
/************************************************************************
#  NAVIGATION END
*************************************************************************/



/************************************************************************
#  BLOG
*************************************************************************/
.post {
	padding: 20px 0 10px 0;
	border-bottom:1px solid #cccccc;
}

	.post .title {
		float:left;
		width 800px;
	}
		.post .title h2{
			font-family: ;
			font-size: 24px;
			color: #414141;
		}
			.post .title h2 a {
				font-family: ;
				font-size: 24px;
				color: #414141;
				text-decoration: none;
			}
			.post .title h2 a:hover {
				color: #932828;
			}

	.post .date {
		font-family: ;
		font-size: 12px;
		line-height: 12px;
		color: #414141;
		float:left;
		clear:left;
		padding: 8px 0 10px 0;
	}

	.post a.CommentBubble{
		float:right;
		padding-right: 7px;
		background: url('http://1000visions.com/blog/clove-blog-gateway.php?action=image_colorize&image=icon_comment_bubble.png&effect=overlay&color=414141') no-repeat right center;
		color: #414141;
		min-width: 20px;
		min-height: 20px;
	}

	.post .entry {
		padding: 12px 0px;
		margin:0 auto;
	}

		.post .entry p{
			margin-bottom:10px;
		}

		.post .entry ul {
			list-style-type: disc;
			margin-bottom: 10px;
		}

		.post .entry li {
			margin-left: 20px;
		}

		.post .entry ul ul{
			margin-bottom: 0px;
		}

		.post .entry a {
			font-size: 13px;
			color: #932828;
			text-decoration: underline;
		}

		.post .entry a:hover {
			color: #932828;
		}

		.post .entry strong {
		font-weight: bold;
		}

		.post .entry em {
		font-style: italic;
		}

		.post .entry input {
			border: 1px solid #77756f;
			background none;
			padding:4px;
			margin:4px 0;
		}

	.post .postmetadata{
		float: left;
		padding-bottom:8px;
	}

		.post .postmetadata .link {
			font-family: ;
			font-size: 16.8px;
			padding-right: 25px;
			color: #414141;
			float:left;
			position:relative;
			cursor:pointer;
		}

		.post .postmetadata a{
			font-size: 16.8px;
			color: #414141;
		}
		.post .postmetadata a:hover {
			color: #932828;
		}

/* social media on index pages */
.SocialMedia{
	float:right;
	padding-bottom:8px;
}
	.SocialMedia .FacebookLike{
		margin:0 !important;
		margin-left: 8px !important;
		width:75px !important;
		float: right;
	}
	.SocialMedia .TweetPost{
		float: right;
		margin:0 !important;
		margin-left: 8px !important;
		overflow: hidden;
	}
	.SocialMedia .GooglePlus1{
		float: right;
	}
	.SocialMedia .Pinterest{
		position:relative;
		float: right;
		height:25px;
		margin-right:9px;
	}

/* social media on single entry page */
.SocialMediaAlt{
	clear:both;
	padding-bottom: 15px;
}
	.SocialMediaAlt .FacebookLike{
		margin:0 !important;
		width:100px;
		float: left;
	}
	.SocialMediaAlt .TweetPost{
		float: left;
		margin-right: 20px !important;
	}
	.SocialMediaAlt .GooglePlus1{
		float: left;
		margin-right: 5px !important;
	}
	.SocialMediaAlt .Pinterest{
		position:relative;
		float: left;
		height:25px;
	}

#entry-navigation{
	border-top: 1px solid #cccccc;
	padding:10px 0 6px 0;
}
/************************************************************************
#  BLOG END
*************************************************************************/



/************************************************************************
#  SINGLE
*************************************************************************/
.post h3{
	padding:15px 0 0 0;
	font-size: 16.8px;
	color: #414141;
}

.TagsCategories{
	padding-bottom: 20px;
}
/************************************************************************
#  SINGLE END
*************************************************************************/



/************************************************************************
#  PAGE
*************************************************************************/
h2.pagetitle{
	font-family: ;
	font-size: 24px;
	color: #414141;
}
/************************************************************************
#  PAGE END
*************************************************************************/



/************************************************************************
#  PAGE - ARCHIVES
*************************************************************************/
h2.archivestitle{
	font-family: ;
	font-size: 24px;
	color: #414141;
}
/************************************************************************
#  PAGE - ARCHIVES END
*************************************************************************/



/************************************************************************
#  PAGE - ARCHIVE
*************************************************************************/
h2.ArchiveTitle{
	padding:30px 0;
	margin-bottom:10px;
	font-family: ;
	font-size: 24px;
	color: #414141;
	border-bottom:1px solid #cccccc;
}
/************************************************************************
#  PAGE - ARCHIVE END
*************************************************************************/



/************************************************************************
#  PAGE - CONTACT
*************************************************************************/
#contact-area{
}

	#contact-area input,
	#contact-area textarea{
		padding:4px;
		margin:0 0 10px 0;
		border: 1px solid #cccccc;
		background:none;
		color: #77756f;
		font-size: 13px;
	}

	#contact-area .label-container{
		position:relative;
	}

	#contact-area .label-container label{
		position:absolute;
		top:4px;
		padding:0 0 0 10px;
	}

	#contact-area input#submit{
		background:none;
		color: #77756f;
	}

	#contact-area #contact-failed,
	#contact-area #contact-success{
		padding:7px;
		border: 1px solid #cccccc;
		margin:0 0 10px 0;
	}
/************************************************************************
#  PAGE - CONTACT END
*************************************************************************/



/************************************************************************
#  COMMENTS
*************************************************************************/
.CommentsTitle{
	font-family: ;
	font-size: 16.8px;
	color: #414141;
}

.postsingle .CommentsTitle{
	padding: 15px 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.CommentsWrapper .commentlist {
	margin: 10px 0 20px 0;
}

.inline-comments-container .CommentsWrapper .commentlist {
	border: none;
	margin: 0 0 0 0;
}

.inline-comments-container .CommentsWrapper {
	border:1px solid #cccccc;
	height:150px;
	overflow:auto;
	margin: 0 0 20px 0;
}

.inline-comments-container .CommentsWrapper .respond {
	margin: 10px 10px 0 10px;
}


ul.commentlist{
	list-style:none;
}

ul.commentlist li {
	padding:10px;
}

ul.commentlist ul {
	padding:0 0 0 30px;
}

ul.commentlist .avatar {
	display: block;
	float: left;
}

ul.commentlist .comment-author{
	font-weight:bold;
}

ul.commentlist .comment-author,
ul.commentlist .comment-text,
ul.commentlist .comment-text p,
ul.commentlist .comment-date{
	display:inline;
}

ul.commentlist .comment-reply,
ul.commentlist .comment-reply a{
	display:inline;
}

.inline-comments-container .CommentsWrapperFB {
	margin: 0 0 20px 0;
}

.fb-comments {
	margin-top: 5px;
}

.CommentsWrapperFB * {
	font-family:'lucida grande',tahoma,verdana,arial,sans-serif !important;
}
.CommentsWrapperFB .comment-area {
	margin-top: 3px;
}
.CommentsWrapperFB ul.commentlist li {
	border-top: 1px #e2e2e2 solid;
}
.CommentsWrapperFB .comment-author {
	display: block !important;
	color: #3b5998 !important;
	font-size: 11px !important;
	font-weight: bold !important;
	margin-bottom: 2px !important;
}
.CommentsWrapperFB .comment-author a {
	color: #3b5998 !important;
	font-size: 11px !important;
	font-weight: bold !important;
}
.CommentsWrapperFB .comment-author a:hover {
	text-decoration: underline !important;
}
.CommentsWrapperFB .comment-text {
	display: block !important;
	line-height: 13px !important;
	font-size: 11px !important;
	color: #1a1a1a !important;
	padding: 0 30px 0 0;
}

.CommentsWrapperFB .comment-date a {
	font-size: 11px !important;
}
.CommentsWrapperFB .comment-date a:hover {
	text-decoration: underline !important;
}
.CommentsWrapperFB .comment-reply {
	display: none !important;
}

.respond{
	position:relative;
}
.postsingle .respond{
	padding-top:20px;
}

	.respond .Left{
		width:40%;
	}

	.respond .Right{
	width:56%;
	}

	.respond .cancel-comment-reply{
		padding-bottom: 5px;
	}

	.respond input,
	.respond textarea{
		padding:5px;
		margin:0 0 10px 0;
		background:none;
		border: 1px solid #77756f;
		color: #77756f;
		font-size:11px;
	}

	.respond input{
		width:60%;
	}

	.respond textarea{
		height:87px;
		width:98%;
	float:right;
	}

	.respond .label-container{
		position:relative;
	}

	.respond .label-container label{
		position:absolute;
		top:4px;
		padding:0 0 0 10px;
	}

	.respond input#submit{
		background: none;
		color: #77756f;
		float:right;
		width:80px;
		margin:0;
	}
/************************************************************************
#  COMMENTS END
*************************************************************************/



/************************************************************************
#  FOOTER
*************************************************************************/
#footer {
	margin:0 auto;
	z-index:5000;
	padding:15px 0;
}

#footer a {
	font-size: 16.8px;
	color: #414141;
}

#footer a:hover {
	color: #932828;
}

#footer .Left {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	float: left;
}

#footer .Right{
	height: 36px;
	line-height: 36px;
	float: right;
}

#footer-info {
	color: #77756f;
	padding: 4px;
	text-align: center;
	font-size: 13px;
	position:relative;
}

#footer-info p {
	display: inline;
	font-size: 13px;
}

#footer-info a {
	color: #77756f;
	font-size: 13px;
}

#footer-info a:hover {
	color: #932828;
}
/************************************************************************
#  FOOTER END
*************************************************************************/