/*
Theme Name: Cool Blog
Theme URI: none
Description: A cool blog template with 2 sidebars (a sidebar and a footbar) and a static front page showcasing welcome message and a featured post
Author: ""
Version: 1.0
License: Commercial
License URI: 
Tags: black, white, red, column, fixed-width
Text Domain: coolblog
Licence info: This theme is not free and can not be used in its fullest nor some parts of it anywhere without prior consent of the author as it is a  commercial theme.
Next version update:
	When the theme is choosing there should be option to show both sidebars in one column or two, based on that the width of the pbody changes..
	- One column
	pbody-width:760px;
	- 2 columns
	pbody-width:598px;
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body
{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6
{
	clear: both;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
blockquote
{
	quotes: none;
}
blockquote:before, blockquote:after
{
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*----- Styling ------*/
*
{
	margin: 0;
	padding: 0;
	/*font-family: Verdana, Tahoma, serif;*/
	/* ----- */
}
* :focus
{
	outline: 0;
}
::-moz-selection { background: #f00; color: white; }
::selection { background: #f00; color: white; }
/*::-webkit-selection { background: #f00; color: white; }*/
body
{
	background-color: lightGray;
	/*font-size: 14px;*/
	/* ----- */
	font: 14px/20px "Helvetica Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.fcleaner
{
	clear: both;
}
.newliner
{
	display: block;
	height: 10px;
	width: 1px;
}
#contents
{
	margin: 0 auto;
	width: 960px;
}
#header
{
	background-color: #590000;
	/*background-image: -moz-linear-gradient(#FF0000, #590000);*/
	background-image: url("images/header-gradient.png");
	background-repeat:repeat-x;
	border-color: gray;
	border-radius: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	height: 108px;
	margin-bottom: 17px;
	min-height: 108px;
	margin-top:10px;
	padding: 10px;
}
	#logo
	{
		/*background-image: url("http://rapidvpn.com/blog/wp-content/themes/coolblog/images/logo.png");*/
		float: left;
		height: 82px;
		margin-left: 5px;
		width: 234px;
	}
		#logo a /* Not needed, but should stay, just in case..*/
		{
			display: block;
			height: 100%;
			width: 100%;
		}
		#logo a img /* Not needed at the moment - make sure the 'a img' does not change the border */
		{
			border: none;
		}
	/* ----- Search related -----*/
	#SearchSection
	{
		float: right;
		height: 41px;
		width: 500px;
	}
	#SearchSection #searchform
	{
		margin-right: 5px;
		text-align: right;
	}
	#SearchSection .assistive-text
	{
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
	}
	#SearchSection #searchsubmit
	{
		display: none;
	}
	#SearchSection input#s
	{
		background: url("images/search.png") no-repeat scroll 1px 1px transparent;
		border: 2px solid #B40000;
		border-radius: 2px 2px 2px 2px;
		color: white; /*#DDDDDD;*/
		font-size: 14px;
		height: 18px;
		line-height: 1.2em;
		padding: 2px 5px 2px 28px;
	}
	#SearchSection #s
	{
		float: right;
		width: 72px;
		transition-duration: 400ms;
		transition-property: width, background;
		transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: width, background;
		-moz-transition-timing-function: ease;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: width, background;
		-webkit-transition-timing-function: ease;
		/* @HERE - CHECK THESE 
		-o-transition-duration: 400ms;
		-o-transition-property: width, background;
		-o-transition-timing-function: ease;*/
		color: white;
	}
	#SearchSection #s::-webkit-input-placeholder
	{
		color: #F9F9F9; /* Same as background - almost white*/
	}
	#SearchSection #s:-moz-placeholder
	{
		color: #F9F9F9;
	}
	#SearchSection #s:-ms-input-placeholder
	{
		color: #F9F9F9;
	}
	#SearchSection #s:focus
	{
		background-color: #F9F9F9;
		color:black;
		width: 196px;
	}
	/* ----- Search related [END] -----*/
	/* ----- Header Links -----*/
	#LinksTop
	{
		padding-top: 10px;
		height: 41px;
		width: 490px;
		/*float: left;*/
		margin-top:70px;
		position:absolute;
	}
	#LinksTop a
	{
		color: white;
		display: block;
		text-decoration: none;
	}
	#LinksTop a:hover
	{
		color: #CC0000;
	}
		/*.topLinksDropdownParent div, .topLinksDropdownParent br
		{
			display: none;
		}
		.topLinksDropdownParent:hover div
		{
			display: block;
			position: fixed;
		}
		.topLinksDropdownParent:hover br
		{
			display:block;
		}*/
		#LinksTop ul li ul
		{
			background:#990000; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
			/*background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
			list-style:none;
			position:absolute;
			top:-9999px;
			line-height:1.5em;
			border-top: 1px solid #C00000;
			border-right: 1px solid #590000;
			border-bottom: 2px solid black;
			border-left: 1px solid #C00000;
			z-index: 4;
			/*background-image: -moz-linear-gradient(#590000, #990000, #590000 );*/
		}
		#LinksTop ul li ul a:hover
		{
			color: #ff3333;
		}
		#LinksTop ul li ul li
		{
			 /*padding-top:5px; Introducing a padding between the li and the a give the illusion spaced items */
			float:none;
		}
		#LinksTop ul li ul a
		{
			white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
		}
		#LinksTop ul li:hover ul
		{ /* Display the dropdown on hover */
			left:4em; /* Bring back on-screen when needed */
			top:2em;
			padding:2px 5px;
		}
		/*---*/
	#LinksTop ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#LinksTop li
	{
		border-right: 2px solid #990000;
		float: left;
		margin: 0 5px;
		padding-right: 10px;
	}
	#LinksTop li:last-child
	{
		border:0;
	}
	/* ----- Header Links [END] -----*/
/* ----- Body -----*/
#pbody
{
	background-color: white;
	border-color: gray;
	border-radius: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	min-height: 500px;
	padding: 10px;
	float:left;
	width: 938px;
}
	#WelcomeMsg
	{
		background:lightGray;
		background-image: -moz-linear-gradient(#cccccc, white, #cccccc, #cccccc);
		background-image: -webkit-linear-gradient(#cccccc, white, #cccccc, #cccccc);
		background-image: -o-linear-gradient(#cccccc, white, #cccccc, #cccccc);
		background-image: -ms-linear-gradient(#cccccc, white, #cccccc, #cccccc);
		background-image: linear-gradient(#cccccc, white, #cccccc, #cccccc);
		border:1px solid #ccc;
		border-bottom: 0;
		width:698px;
		float:left;
		padding:5px;
		line-height:1.2;
		border-radius:10px;
	}
	#Featured
	{
		background:white;
		padding: 5px;
		float:left;
		margin-left:5px;
		width:693px;
		border-top: 1px dotted gray;
		border-left: 1px solid gray;
		border-right: 2px solid gray;
		border-top-left-radius: 5px;
	}
		.postFTitle
		{
			margin: 5px 0 5px 45px;
			font-size:1.2em;
			color:red;
		}
			.postFTitle a
			{
				font-size:1.2em;
				color:red;
				text-decoration:none;
			}
		.postFDetails, .postDetails
		{
			color:#667667;
			font-size:10px;
			margin: 0 0 0 45px;
			padding: 0;
		}
		.postFDetails a, .postDetails a
		{
			color:#590000;
			text-decoration:none;
			font-size:10px;
		}
		.postFDetails a:hover
		{
			color:#f00;
		}
		.PostBody
		{
			height:100%;
			min-height:20px;
			margin-top:5px;
			padding: 8px;
			/*font-size: 15px; --t-u */
		}
			.PostBody h3
			{
				background-color: lightGray;
				border-radius: 5px;
				padding: 3px 5px;
				width: 80%;
				margin-top: 30px;
			}
			.PostBody p img.alignright
			{
				float: right;
			}
			.PostBody p img.alignleft
			{
				float: left;
			}
			.FollowFeaturedPosts
			{
				/*border-bottom: 1px dotted lightGray;
				margin-bottom: 80px;
				margin-bottom: 100px;*/
				padding-bottom: 30px;
			}
			.PostBody/*.frontList*/ .CoolBlog-read-more
			{
				border-left: 3px dotted lightGray;
				border-radius: 10px 10px 10px 10px;
				border-right: 3px dotted lightGray;
				margin-bottom: 30px;
				position: relative;
				color: white;
				/*top: -16px;*/
			}
			.PostBody/*.frontList:after*/
			{
				clear:both;
			}
			.PostBody p:first-child
			{
				text-align:center;
			}
			.PostBody p
			{
				margin: 1em 0;
			}
			.PostBody ol, .PostBody ul
			{
				margin-left: 5%;
				width:95%;
			}
			.PostBody ol
			{
				list-style: decimal inside none;
			}
			.PostBody ul
			{
				list-style: disc inside none;
			}
			.PostBody .more-link
			{
				display:none;
			}
			.CoolBlog-read-more
			{
				float:right;
				margin-right:20px;
				display: block;
				border:1px solid darkGray;
				border-radius:4px;
				padding: 3px;
				background-color:gray;
				color: white;
				text-decoration: none;
				margin-top: 1em;
			}
				.CoolBlog-read-more:hover
				{
					background-color:red;
					color: white;
				}
		.postTitle
		{
			margin-left:20px;
			font-size:1em;
			color:#990000;
		}
			.postTitle a
			{
				font-size:1.2em;
				/*color:#990000;*/
				color: red;
				text-decoration:none;
			}
			.post_reading
			{
				color: red;
				font-size:1.3em;
			}
		.pageTitle
		{
			margin-left:20px;
			font-size:2em;
			color:red;
		}
		.pageInfo
		{
			margin-top:10px;
			padding:0;
		}
		.pageInfo ol
		{
			list-style: decimal inside none;
			margin-top:10px;
		}
		.pageInfo ol li p
		{
			padding-left: 40px;
		}
		.pageInfo ol li
		{
			padding:5px;
		}
	.post
	{
		/*line-height:1.2em;
		font-size: 16px; --t-u */
		padding-bottom: 30px;
	}
	.post #doing button
	{
		color: black;
	}
	.PostBody a:not([class]) { color: #09f; }
	.PostBody a:visited:not([class]) { color: #469; }
	.PostBody a:hover:not([class]) { color: #047; }
	.post p
	{
		margin: 1em 0;
	}
	.postSpacer
	{
		border-bottom:1px solid #ff6666;
		border-top:1px dotted #ffcccc;
		margin-bottom:30px;
		width:100%;
	}
	.post-edit-link
	{
		background-color: #EEEEEE;
		border-radius: 3px 3px 3px 3px;
		color: #666666 !important;
		float: right;
		font-size: 12px;
		font-weight: 300;
		line-height: 1.5em;
		padding: 3px 5px 4px 5px;
		text-decoration: none;
		position: absolute;
		margin-left: 4px;
		margin-top: -1px;
		font-size: 10px !important;
	}
		.postFDetails .post-edit-link
		{
			margin-top: -6px;
		}
	.post-edit-link:hover
	{
		background-color:red;
		color: #FFFFFF !important;
	}
	#editOnPages
	{
		margin: 10px 0;
	}
	#editOnPages .post-edit-link
	{
		float: none;
		position: relative;
	}
	/*------ Attachments -------*/
	.youtube-video
	{
		display: block;
		margin: 2em auto;
	}
	/*------ Attachments END -------*/
	/*------ Comments -------*/
	.PostComments
	{
		margin: 20px 0 !important;
	}
	.comments-cloud
	{
		background: url("images/comment-bubble.png") no-repeat scroll 0 0 #EEEEEE;
		color: #666666;
		float: right;
		font-size: 13px;
		font-weight: normal;
		height: 36px;
		line-height: 35px;
		overflow: hidden;
		padding: 0;
		position: relative;
		right: 0;
		text-align: center;
		text-decoration: none;
		top: -20px; /* 40px -- -t-up*/
		width: 43px;
	}
		.comments-cloud:after
		{
			clear:both;
		}
		.comments-cloud:hover
		{
			background-color: darkGray;
		}
		.comments-cloud:hover a
		{
			color: white;
		}
		.comments-cloud a
		{
			display: block;
			height: 36px;
			width: 43px;
		}
		/*---- comments form -----*/
	.sfw-commentlist
	{
		margin: 20px 30px !important;
		list-style: none outside none !important;
	}
		.sfw-commentlist .children
		{
			border-top: 1px dotted lightGray !important;
			left: 50px !important;
			/*padding-top: 50px;*/
			position: relative !important;
			width: 90% !important;
			margin-top: 20px !important;
			/*margin-top:-20px; - bp */
		}
			.sfw-commentlist .children > li:before
			{
				position: relative !important;
				z-index: 3 !important;
				content: url("images/comment-bubblesW.png") !important;
				/* left: 16px; - bp */
				left: 0 !important;
				/*top: 62px; - bp*/
				top: 45px !important;
			}
				.sfw-commentlist li div.sfw-comment
				{
					margin-bottom:-40px !important;
				}
		.sfw-commentlist:before
		{
			clear:both !important;
		}
		.sfw-commentlist > li.sfw-comment:before
		{
			position: relative !important;
			z-index: 3 !important;
			/* - for comment arrows +5L
			content: url("http://rapidvpn.com/blog/wp-content/themes/coolblog/images/comment-arrow.png");
			left: 65px;
			top: 50px;
			*/
			/* - for comment bubbles A +5L
			content: url("http://rapidvpn.com/blog/wp-content/themes/coolblog/images/comment-bubblesA.png");
			left: 36px; 
			top: 78px;*/
			/* - for comment bubbles W*/
			content: url("images/comment-bubblesW.png") !important;
			left: 16px !important;
			top: 62px !important; /*66px;*/
		}
		.sfw-commentlist > li
		{
			background: none repeat scroll 0 0 #F6F6F6 !important;
			border: 1px solid #DDDDDD !important;
			border-radius: 3px 3px 3px 3px !important;
			margin: 0 0 1.625em !important;
			padding: 1.625em !important;
			position: relative !important;
		}
		.sfw-commentlist li
		{
			margin-bottom: 5px !important; /*-40px; 0;
			padding-bottom: 0;*/
			padding-top: 1px !important;
		}
		.sfw-commentlist .avatar
		{
			border-radius: 3px 3px 3px 3px !important;
			box-shadow: 0 1px 2px #CCCCCC !important;
			left: 0 !important;
			padding: 0 !important;
			position: relative !important;
			top: -20px !important;
		}
		.sfw-commentlist .sfw-edit-link a
		{
			background: none repeat scroll 0 0 #EEEEEE !important;
			border-radius: 3px 3px 3px 3px !important;
			color: #666666 !important;
			float: right !important;
			font-size: 12px !important;
			font-weight: 300 !important;
			line-height: 1.5em !important;
			padding: 0 8px !important;
			text-decoration: none !important;
			position: relative !important;
			right: 0 !important;
			top: 27px !important; /*-135px;*/
		}
			.sfw-entry-meta .sfw-edit-link a:hover, .sfw-commentlist .sfw-edit-link a:hover
			{
				background: none repeat scroll 0 0 #888888 !important;
				color: #FFFFFF !important;
			}
		.post.sfw-pingback .sfw-edit-link a
		{
			top: -15px !important;
		}
	.sfw-comment-body.commentator-is-author
	{
		box-shadow: 2px 2px 2px 2px gray !important;
	}
	/*.commentator-is-author img
	{
		border:3px dotted lightGray;
		margin-top: -2px;
	}*/
	.sfw-comment br
	{
		clear:both !important;
	}
	.vcard
	{
	}
	.fn a
	{
		color: red !important;
		font-weight: bold !important;
	}
	.comment-details
	{
		border: 0 !important;
		border-bottom:1px solid lightGray !important;
		border-bottom-left-radius: 8px !important;
		left: 100px !important;
		padding: 5px !important;
		position: relative !important;
		top: -100px !important;
		width: 80% !important;
		font-size: 12px !important;
	}
	.comment-body
	{
		border: 1px solid lightGray !important;
		border-radius: 5px 5px 5px 5px !important;
		box-shadow: 2px 2px 2px 2px lightGray !important;
		padding: 5px !important;
		position: relative !important;
		left: 90px !important;
		top: -90px !important;
		width: 80% !important;
		line-height:1.2em !important;
		font-style:italic !important;
		color:gray !important;
		font-size:12px !important;
	}
		.comment-body code
		{
			padding: 5px 5px 5px 10px !important;
			width: 100% !important;
			color: black !important;
			font-style: italic !important;
			font-family: "Terminal" !important;
			font-size: 14px !important;
		}
		.comment-body code br
		{
			border:none !important;
		}
		}
	.sfw-comment-to-moderate
	{
		float: left !important;
		top: -35px !important;
		background-color: lightGray !important;
		padding:3px 5px !important;
		position: relative !important;
	}
	.sfw-reply
	{
		border: 1px solid lightGray !important;
		border-radius: 5px 5px 5px 5px !important;
		background: none repeat scroll 0 0 #EEEEEE !important;
		color: white !important;
		float: right !important;
		font-size: 14px !important;
		font-weight: bold !important;
		padding: 4px 5px !important;
		position: relative !important;
		top: -70px !important;
	}
		.sfw-reply:hover
		{
			background: lightGray !important;
		}
		.sfw-reply a
		{
			text-decoration: none !important;
			color: gray !important;
		}
			.sfw-reply:hover a
			{
				color: black !important;
			}
		h3#sfw-reply-title
		{
			margin: 18px 0 !important;
		}
		#sfw-respond p
		{
			margin: 0 !important;
		}
		#sfw-respond label
		{
			color: #888888 !important;
			float: left !important;
			font-size: 12px !important;
			margin: 3px 5px 5px 0 !important;
		}
		.sfw-comment-form-comment #comment
		{
			background-color: white !important;
			border: 1px solid lightGray !important;
			box-shadow: -1px -1px 4px lightGray inset !important;
			height: 100px !important;
			margin-bottom: 11px !important;
			resize: vertical !important;
			width: 720px !important;
			padding: 4px !important;
			width: 98% !important;
		}
		#sfw-respond .sfw-form-allowed-tags
		{
			color: gray !important;
			font-size: 10px !important;
			line-height: 1.5em !important;
		}
		.sfw-form-submit
		{
			text-align: center !important;
		}
		.sfw-form-submit #submit
		{
			margin: 15px 0 !important;
			float: right !important;
			position: relative !important;
			right: 30px !important;
		}
		.comment-notes
		{
			color: gray !important;
			font-size: 13px !important;
			padding: 4px !important;
		}
		.sfw-comment-notes span, .sfw-comment-form-author span, .sfw-comment-form-email span
		{
			color:red !important;
			font-size: 12px !important;
		}
		.sfw-comment-form-url input, .sfw-comment-form-author input, .sfw-comment-form-email input
		{
			color: gray !important;
			font-size: 14px !important;
			margin: 0 0 9px !important;
			padding: 4px !important;
			width: 98% !important;
			background-color: white !important;
			border: 1px solid lightGray !important;
			box-shadow: 1px 1px 8px lightGray inset !important;
		}
		.sfw-comment-form-url input:focus, .sfw-comment-form-author input:focus, .sfw-comment-form-email input:focus
		{
			color:black !important;
		}
		.wp-smiley
		{
			border: 0 none !important;
			background-color: white !important;
			background-color: inherit !important;
		}
		/*---- comments form END -----*/
	.category_description
	{
		margin: 15px 10% 30px;
		color:#999999;
		font-style:italic;
		width:80%;
	}
	/* ----- Sidebars ----- */
	#sidebars ul
	{
		list-style-type: none;
		margin: 0;
		padding: 4px 0;
	}
	#sidebars li
	{
		float: left;
		height: 100%;
		padding: 0 1px 0 5px;
		width: 100%; /*154px;*/
		/*------*/
		font: 12px "Helvetica Neue","Helvetica Neue",Helvetica,arial,sans-serif;
	}
		#sidebars li ul
		{
			border-top: 1px dotted red;
			width: 210px; /*150px;*/
		}
		#sidebars li ul li
		{
			padding: 0;
		}
		#sidebars a
		{
			color: #CC0000;
			display: block;
			text-decoration: none;
			font-size: 1em;
			line-height: 1.2em;
		}
			#sidebars a:hover
			{
				text-decoration: underline;
			}
			#sidebars #wp_twitter_goodies_profile_widgets a
			{
				display: inline;
			}
		#sidebars h2
		{
			font-size: 16px; /*20px; --t-up*/
			line-height: 25px;
		}
		#sidebarLeft, #sidebarRight
		{
			float: left;
			max-width: 160px;
			min-width: 160px;
			width: 160px;
		}
		.sidebarPos
		{
			background-color: transparent;
			float: left;
			height: 10px;
			margin-left: -5px;
			margin-top: 0;
			width: 160px;
		}
	.sidebarDecor
	{
		margin-bottom: 5px; /* just in case */
		display: block;
	}
	/* ----- Sidebars [END] ----- */
	/* ----- Footbars ----- */
	#footbar
	{
		background-color: white;
		border: 1px solid gray;
		border-radius: 5px 5px 5px 5px;
		color: black;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 10px;
		text-align: left;
		width: 938px;
	}
	/* ----- Footbars [END] ----- */
	

/* ----- Footer -----*/
#footer
{
	float: left;
	width: 938px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	/*color:darkGray; */
	color: black;
	background-color: white;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 10px;
}
	#footer a
	{
		color: red;
		text-decoration: none;
	}
	/* could be used in footer sidebar...*/
	.fotterspots
	{
		width:33%;
		min-width:33%;
		margin: 0 auto;
		float:left;
		border:1px solid transparent;
	}

/*--------- The rest of the classes ---------*/
/*Follow/Like/watch*/
.followTwitter, .followFacebook, .followYouTube
{
	text-align:center;
	width:30%;
	border:1px dotted gray;
	background-color: lightGray;
	min-height: 70px;
	height: 75px;
	margin: 1%;
	float: left;
	border-radius: 5px;
}
.followTwitter:hover, .followFacebook:hover, .followYouTube:hover
{
	border:1px solid gray;
	box-shadow: 0 0 20px gray; /* or 10px */
}
.followTwitter
{
	background: url("images/follow_twitter.png") no-repeat scroll 50% 50% lightGray;
}
.followFacebook
{
	background: url("images/follow_facebook.png") no-repeat scroll 50% 50% lightGray;
}
.followYouTube
{
	background: url("images/follow_youtube.png") no-repeat scroll 50% 50% lightGray;
}
/*Articles Page*/
.imglinks
{
	text-align: center;
	width: 100%;
}
	.imglinks a
	{
		border: 1px dashed red;
		border-radius: 5px;
		margin: 10px;
		padding: 5px;
		display: block;
		width: 200px;
	}
#artImageDivSepL, #artImageDivSepR
{
	width: 120px;
	height: 150px;
}
#artImageDivSepL
{
	float: left;
}
#artImageDivSepR
{
	float: right;
}
.artLatest
{
	width:auto;
	padding: 45px 15px;
	margin-top: 30px;
	float:left;
	color:gray;
}
/* Links page*/
#linksHolder
{
	padding: 10px;
}
#contact_us
{
	width: 100% !important;
	text-align: center;
}
#locationsUSA, #locationsEU, #locationsCA, #locationsAU, #locationsSG, #contact_us
{
	color: black;
	padding: 1%;
    width: 46%;
	vertical-align: top;
}
	#locationsUSA a, #locationsEU a, #locationsCA a, #locationsAU a, #locationsSG a, #contact_us a
	{
		display: block;
		text-align: center;
	}
	#locationsUSA span a, #locationsEU span a, #locationsCA span a, #locationsAU span a, #locationsSG span a
	{
		background: none;
		display: inline;
	}
#locationsUSA a img, #locationsEU a img, #locationsCA a img, #locationsAU a img, #locationsSG a img, #contact_us a img
{
	background-size: 100% 150px !important;
	display: block;
	box-shadow: 0px 0px 15px white inset;
}
#contact_us a img
{
	background-size: 300px 243px !important;
}
	#locationsUSA a span, #locationsEU a span, #locationsCA a span, #locationsAU a span, #locationsSG a span, #contact_us a span
	{
		color: black;
		font-size: 1em;
		font-variant: small-caps;
		position: relative;
		top: -75px;
		text-shadow: -1px -1px 2px white;
	}
/* Finish style touches */
#contact_us a
{
	height: 243px;
	margin: 0 auto;
	width: 300px;
}
.recent-headlines a
{
	color:#cc0000;
	text-decoration:none;
	padding:10px;
}
/*h2.sidebarTitle[text=Recent Posts] ul li
{
	font-size:12px;
}*/
img.aligncenter, aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#recent-posts-2
{
	font-size: 10px;
}
/*Zopim*/
.zopim.meshim_components_FloatingButton, .zopim.meshim_components_FirstUse
{
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.zopim.meshim_components_FirstUse:hover, .zopim.meshim_components_FloatingButton:hover
{
	opacity: 1;
	filter:alpha(opacity=100);
}
/*Navigation*/
#cb-nav-top, #cb-nav-bottom
{
	background-color: #590000;
	background-image: -moz-linear-gradient(#FF0000, #590000);
	background-image: -webkit-linear-gradient(#FF0000, #590000);
	background-image: -o-linear-gradient(#FF0000, #590000);
	background-image: -ms-linear-gradient(#FF0000, #590000);
	background-image: linear-gradient(#FF0000, #590000);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 2px black;
	color: white;
	float: left;
	margin-bottom: 10px;
	padding: 2%;
	width: 96%;
	text-align:center;
}
#cb-nav-top a, #cb-nav-bottom a
{
	color: white;
	text-decoration: none;
}
#cb-nav-top a:hover, #cb-nav-bottom a:hover
{
	color: red;
}
/*.nav_previous, .nav_next
{
	margin: 40px 15px;
}*/
.nav_previous
{
	float: left;
	min-height: 1px;
	min-width: 33%;
	width: 33%;
}
.nav_next
{
	float: right;
	min-height: 1px;
	min-width: 33%;
	width: 33%;
}
.cb-nav-top .assistive-text, .cb-nav-bottom .assistive-text
{
	display: block;
	float: left;
	min-height: 1px;
	min-width: 33%;
	width: 33%;
}
/* Facebook stuff */
.pluginRecommendationsBarBottom .uiBoxWhite.topborder
{
	width:225px;
	
}
.pluginRecommendationsBarBottom
{
	width: 225px;
}

.pluginRecommendationsBar.pluginRecommendationsBarLeft.pluginRecommendationsBarOpen .pluginRecommendationsBarTop
{
	width: 225px;
}

.pluginRecommendationsBarOpen .pluginRecommendationsBarTop
{
	width: 225px;
}

.fb-recommendations-bar.fb-social-plugin.fb_iframe_widget
{
	/* It brakes the posts with its layout - just hide it. */
	display:none;
}

.fbpluginrecommendationsbarleft
{
	left: 2px;
}
.fb-activity.fb-social-plugin.fb_iframe_widget span, .fb-activity.fb-social-plugin.fb_iframe_widget span iframe
{
	width: 215px !important;
}
.comments-cloud iframe, .postDetails iframe
{
	display:none;
}
.fb-like.fb-social-plugin.fb_edge_widget_with_comment.fb_iframe_widget
{
	/*margin-bottom: 40px;*/
	margin-left: 50px;
	width: 450px !important;
}
.twitter-share-button.twitter-count-vertical
{
	margin-right: 50px;
	position: relative;
	top: -5px;
}
.rapid
{
	text-shadow: -1px 0 0 rgba(0, 0, 0, 0.17), -2px 0 0 rgba(0, 0, 0, 0.15), -4px 0 0 rgba(0, 0, 0, 0.1), -6px 0 0 rgba(0, 0, 0, 0.05);
}
.twtr-hd a, .twtr-hd h3, .twtr-hd h4
{
    display: inline !important;
    /*margin: 0 !important;
    padding: 0 !important;*/
}

/* After plugin */
.sfw-comment-meta
{
	font-size: 10px !important;
	position: relative !important;
	top: -50px !important;
}
.sfw-comment-meta em
{
	float: right !important;
	position: relative !important;
	top: -40px !important;
	z-index: 3 !important;
}
.sfw-comment-meta br
{
	display: none !important;
}
.sfw-comment-author.vcard
{
	left: 20px !important;
	position: relative !important;
	top: -30px !important;
}
.sfw-comment-author.vcard img
{
	left: -15px !important;
	position: relative !important;
	top: 60px !important;
}
.sfw-comment-content
{
	border: 2px solid lightGray !important;
	border-radius: 10px 10px 10px 10px !important;
	font-size: 12px !important;
	left: 89px !important;
	padding: 2% !important;
	position: relative !important;
	top: -88px !important;
	width: 80% !important;
	margin-top: 20px !important;
}
.sfw-commentlist article
{
	margin-bottom: -50px !important;
}
.children .sfw-comment-content
{
	left: 73px !important;
	top: -100px !important;
}
.children .sfw-comment-author.vcard img {
    top: 35px !important;
}
.sfw-commentlist .children > li:before {
    content: url("images/comment-bubblesW.png") !important;
    top: 21px !important;
}
.sfw-commentlist li.post.sfw-pingback {
    padding: 10px !important;
    border-radius: 10px !important;
    background-color: lightGray !important;
    font-style: italic !important;
    font-size: 10px !important;
    padding-left: 30px !important;
}
.sfw-commentlist
{
	width: 96% !important;
}
.bypostauthor>article:first-Child span.fn
{
/* Admin comments */
    font-weight: bold !important;
    color: red !important;
}