/*
Theme Name: Parament
Theme URI: http://theme.wordpress.com/themes/parament/
Description: Parament is a great all-purpose theme featuring a dark color scheme with bright orange highlights and a textured background. Add your own personal flair by uploading a custom header or background image. Parament's full-width image template allows your images to display as large as possible for maximum impact.
Version: 1.3
Author: Automattic
Author URI:  http://automattic.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, dark, orange, two-columns, fixed-width, custom-background, custom-header, custom-menu, microformats, rtl-language-support, sticky-post, translation-ready
*/


body {
	background: #ededed url( images/diagonal-stripes-010.png );
	color: #101010;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px;
	box-sizing:border-box;
}
body.custom-background {
	background: #ededed !important;
}
#page-wrap {
	margin: 0 auto;
	width: 100%;
}
#container {
	margin: 0 auto;
	width: 970px;
	background-color:#ededed;
}
#main {
	display: inline;/* fix double margin */
	float: left;
	clear:both;
	width: 660px;
	padding-bottom:20px;

}
#main-nosidebar {
	display: inline;/* fix double margin */
	float: left;
	margin: 0 25px 30px 10px;
	width: 970px;
}
/* Image Template. */
#main.image-template {
	width: 950px;
}
.image-template #comments {
	margin: 0 auto;
	width: 660px;
}
.image-template .hentry img {
	height: auto;
	max-width: 917px;
}
.popular h2.entry-title {
	margin: 0;
}


/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea {
	font-family: 'Open Sans', sans-serif;
	
}
h1,
h2,
h3,
h4,
h5,
h6,
#site-title,
.comment-author,
.nav-paged a {
	font-family: Trebuchet, arial, sans-serif;
}
code,
kbd,
pre,
samp,
tt,
var {
	font-family: Consolas, "Courier New", Courier, monospace;
}


/* =Inline Elements
-------------------------------------------------------------- */

a {
/*	color: #009700; */
	text-decoration: none;

}
a title{
	color:#2b5fff !important;
}
a img {
	border-width: 0;
}
a.edit-term img {
	border-width: 0;
}
a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: underline;
}
abbr,
acronym {
	border-bottom: 1px dashed #989eae;
	cursor: help;
}
big {
	font-size: 2em;
	position: relative;
	top: .1em;
}
code,
var {
	background: #ddd;
	border: .1em solid #bbb;
	color: #989eae;
	font-style: normal;
	padding: 0 .3em;
}
code abbr,
code acronym {
	border-width: 0;
}
code var {
	border-width: 0;
	padding: 0;
}
b code,
b var,
strong code,
strong var {
	border-width: .2em;
}
pre code {
	background: transparent;
	border-width: 0;
	padding: 0;
}
del,
s,
strike {
	text-decoration: line-through;
}
ins {
	background-color: #989eae;
	color: #202228;
	padding-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
.fontcolor a{
	color:#2b5fff !important;
}


/* =Block Level Elements
-------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
address,
article,
aside,
blockquote,
dl,
fieldset,
footer,
form,
header,
nav,
ol,
p,
pre,
table,
ul,
.embed,
.entry-content div {
	font-size: 1em;
	line-height: 1.75em;
	margin: 0.5em 0;
	padding: 0;
}
.entry-content div div {
	margin: 0;
	padding: 0;
}
blockquote,
fieldset,
pre {
	border: .1em solid #bbb;
	padding: .75em;
	text-align: left;
}
blockquote,
pre {
	background: #bbb;
}
pre {
	white-space: pre-wrap;
}
blockquote {
	font-style: italic;
	line-height: 1.3;
	padding: 1em 2em;
}
blockquote blockquote {
	background: #111;
	margin-right: 0;
	margin-left: 0;
}
blockquote blockquote blockquote {
	background: #202228;
}
blockquote cite {
	color: #cccfd7;
	font-size: .85em;
	font-weight: bold;
}
.sf_search{
	margin-top:4px !important;
}
blockquote p {
	line-height: 1.3;
}
blockquote p:first-child,
blockquote p:only-child,
blockquote blockquote:first-child {
	margin-top: 0;
}
blockquote p:last-child,
blockquote p:only-child,
blockquote blockquote:last-child {
	margin-bottom: 0;
}
hr {
	border: 1px solid #444855;
}


/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #101010;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	margin: .83em 0;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 1.05em 0;
}
h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 1.23em 0;
}
h4 {
	font-size: 15px;
	margin: 1.35em 0;
}
h5,
h6 {
	font-size: 12px;
	margin: 1.5em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #cccfd7;
	text-decoration: none;
}


/* =Lists
-------------------------------------------------------------- */

ol,
ul {
	padding-left: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	list-style-position: inside;
	margin: 0;
}
ul {
	list-style-type: square;
}
dt {
	color: #cccfd7;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
dd {
	margin: 0 0 1.5em;
	padding-bottom: .3em;
}


/* =Tables
-------------------------------------------------------------- */

table {
	border-collapse: collapse;
}
th,
td {
	padding: .25em .5em;
}
table,
th,
td {
	border: 1px solid #bbb;
	/*border:none; */
}
tbody th {
	background-color: transparent;
}
tbody td {
	background-color: #33353d;
}
caption {
	font-size: 14px;
	padding-bottom: 7px;
}


/* =Float Clearing
-------------------------------------------------------------- */

.contain:before,
.contain:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.contain:after {
	clear: both;
}
.contain {
	zoom: 1;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	font-size: 12px;
	margin: auto;
	min-height: 100px;
	text-shadow: #000 1px 1px 2px;
	width: 970px;
	PADDING-top:20px;
	box-sizing:border-box;
}

.whsocialmedia{
	display:inline-block;
	float:right;
}
h1#site-title {
	font-size: 40px;
	font-weight: normal;
	line-height: 47px;
	margin: 20px 0 0 15px;
}
h2#site-description {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px 15px;
}
h1#site-title a,
h2#site-description a {
	color: #cccfd7;
	display: block;
	text-decoration: none;
}


/* =Menu
-------------------------------------------------------------- */
#menu ul,
#menu li,
#menu span,
#menu a {
  margin: 0;
  padding: 0;
  position: relative;
}

#menu {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #EDEDED;
  background: -moz-linear-gradient(top, #EDEDED 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDEDED), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #EDEDED 0%, #fff 100%);
  background: -o-linear-gradient(top, #EDEDED 0%, #fff 100%);
  background: -ms-linear-gradient(top, #EDEDED 0%, #fff 100%);
  background: linear-gradient(to bottom, #EDEDED 0%, #fff 100%);
  border-bottom: 2px solid #1f4fe2;/*#db000b*/
  width: auto;
  margin:0px;
}
#menu:after,
#menu ul:after {
  content: '';
  display: block;
  clear: both;
}
#menu a {
  background: #EDEDED;
  background: -moz-linear-gradient(top, #EDEDED 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDEDED), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #EDEDED 0%, #fff 100%);
  background: -o-linear-gradient(top, #EDEDED 0%, #fff 100%);
  background: -ms-linear-gradient(top, #EDEDED 0%, #fff 100%);
  background: linear-gradient(to bottom, #EDEDED 0%, #fff 100%);
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 19px 20px;
  text-decoration: none;
}
#menu ul {
  list-style: none;
  display:block;
  width:970px;
  margin:auto;
}
#menu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#menu.align-center {
  text-align: center;
}
#menu.align-center > ul > li {
  float: none;
}
#menu.align-center ul ul {
  text-align: left;
}
#menu.align-right > ul {
  float: right;
}
#menu.align-right ul ul {
  text-align: right;
}
#menu > ul > li > a {
  color: #000000;
  font-size: 12px;
}
#menu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1f4fe2;
  margin-left: -10px;
}
#menu > ul > li:first-child > a {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}
#menu.align-right > ul > li:first-child > a,
#menu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#menu.align-right > ul > li:last-child > a {
  border-radius: 0 0px 0 0;
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;
}
#menu > ul > li.active > a,
#menu > ul > li:hover > a {
  color: #000000;
  box-shadow: inset 0 0 3px #d9d9d9;
  -moz-box-shadow: inset 0 0 3px #d9d9d9;
  -webkit-box-shadow: inset 0 0 3px #d9d9d9;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
#menu .menu-item-has-children {
  z-index: 1;
}
#menu .menu-item-has-children:hover > ul {
  display: block;
}
#menu .menu-item-has-children ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#menu.align-right .menu-item-has-children ul {
  left: auto;
  right: 0;
}
#menu .menu-item-has-children ul li {
  *margin-bottom: -1px;
}
#menu .menu-item-has-children ul li a {
  background: #2b5fff;
  border-bottom: 1px dotted #3014B0;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#menu .menu-item-has-children ul li:hover a {
  background: #3A00E7;
}
#menu ul ul li:hover > a {
  color: #ffffff;
}
#menu .menu-item-has-children .menu-item-has-children:hover > ul {
  display: block;
}
#menu .menu-item-has-children .menu-item-has-children ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#menu.align-right .menu-item-has-children .menu-item-has-children ul,
#menu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#menu .menu-item-has-children .menu-item-has-children ul li a {
  background: #a80008;
  border-bottom: 1px dotted #ff0f1b;
}
#menu .menu-item-has-children .menu-item-has-children ul li a:hover {
  background: #8f0007;
}
#menu ul ul li.last > a,
#menu ul ul li:last-child > a,
#menu ul ul ul li.last > a,
#menu ul ul ul li:last-child > a,
#menu .menu-item-has-children ul li:last-child > a,
#menu .menu-item-has-children ul li.last > a {
  border-bottom: 0;
}



/* =Intro (For archive views)
-------------------------------------------------------------- */

#introduction {
/*	background: #202228;
	border: 1px solid #444855; */
	border-top-width: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	clear: both;
	color: #989eae;
	margin: 0;
	padding: 10px 20px 10px;
	position: relative;
}
#introduction hgroup {
	float: left;
}
#page-title {
	color: #cccfd7;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}
#page-tagline {
	color: #666c7f;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
	padding-top: 7px;
}
.search-results #page-title,
.search-results #page-tagline {
	float: left;
	width: 55%;
}
#introduction #searchform {
	position: absolute;
	top: 0;
	right: 15px;
}


/* =Entry
-------------------------------------------------------------- */

.hentry {
	background: #111;
/*	border: 1px solid #444855; */
	border-radius: 0px;
	margin: 20px 0 0 0;
	position: relative;
	box-shadow: 1px 1px 0px #c9c9c9;
}
.hentry p:first-child,
.hentry p:only-child {
	margin-top: 0;
}
.hentry p:last-child,
.hentry p:only-child {
	margin-bottom: 0;
}
.hentry img {
	max-width: 627px;
	width: auto;
	height: auto;
}
.title {
/*	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom: 1px dotted #444855;*/
	background: #fff;
	color: #2e5be4 !important;
	padding: 17px 15px 15px;
}
.has-byline .title {
	padding-top: 25px;
}
h2.entry-title {
	color: #000;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: .025em;
	line-height: 30px;
	margin:20px 0 20px;
	padding: 0;
}
h2.entry-title a {
	color: #1f4fe2;
}
h2.entry-title a:hover {
	color: #000;
	text-decoration: none;
}
.entry-byline {
/*	background: #009700;
	border: 1px solid #007700; */
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top:0px;
	left:0px;
	border-left:5px solid blue;
	background:#f5f5f5;
	width:655px;
	
/*	text-shadow: #000 1px 1px 2px; */
}
.entry-comments {
	position: absolute;
	right: 20px;
	top: 0;
}
.entry-tagged {
	width: 70%;
}
.entry-byline a {
	color: #000 !important;
font-style: normal;
font-weight: bold;
}
.entry-byline span,
.entry-byline .post-edit-link {
	display:block;
	float: left;
	padding: 10px 13px;
	color:#000;
}
.entry-byline .post-edit-link {
	background: #d2d9f0;
	font-style: normal;
}
.entry-content {
	overflow: hidden;
	padding: 5px 15px 15px;
	background-color:#fff;
  color:#000;
}
.entry-content a {
	text-decoration: none;
}
.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus {
	color: #0501a3; 

}
.entry-meta {
	color: #000;
	font-size: 12px;
	position: relative;
}
.entry-meta a {
	color: #0501a3;
	text-decoration: none;
}
.entry-meta a:hover {
	border-bottom: 1px solid #0501a3;
	color: #0501a3;
	text-decoration: none;
}
div.entry-navigation {
	clear: both;
	float: left;
	margin: 15px 0 0;
	width: 100%;
}
.entry-navigation span {
	background: #2f323c;
	border: 1px solid #33353d;
	border-radius: 0px;
	color: #bfc3cf;
	float: left;
	font-size: 13px;
	line-height: 25px;
	margin: 0 5px 5px 0;
	min-width: 27px;
	padding: 0;
	text-align: center;
}
.entry-navigation a:link,
.entry-navigation a:visited {
	color: #1f4fe2;
	text-decoration: none;
}
.entry-navigation a:active,
.entry-navigation a:focus,
.entry-navigation a:hover {
	color: #5588bb;
	text-decoration: underline;
}
.sticky .title {
	background-color: #007700;
	border-bottom: 1px solid #009700;
	padding: 8px 15px;
}
.sticky .entry-byline {
	border-width: 0;
	top: -14px;
}
.sticky .entry-byline span {
	display: none;
}
.sticky h2.entry-title {
	text-shadow: #000 1px 1px 2px;
}
.sticky h2.entry-title,
.sticky h2.entry-title a {
	color: #fff;
}
.sticky .entry-meta {
	display:none;
}
.sticky .entry-meta,
.sticky .entry-meta a {
	color: #fff;
}
.post-password-required form {
	margin: 0;
}
.post-password-required form p:first-child {
	margin-top: 0;
}
.more-link {
	color: #009700 /* 009700*/;
}
#attachment-image {
	text-align: center;
}

.mejs-container {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
	padding: 0;
}

/* =Asides
-------------------------------------------------------------- */

.format-aside .title {
	padding: 0;
}
.format-aside .entry-title {
	display: none;
}
.format-aside .entry-meta {
	display: none;
}


/* =Images
-------------------------------------------------------------- */

.format-image .wp-caption {
	margin: 0 0 5px;
	max-width: 600px;
}
.format-image .wp-caption img {
	max-width: 590px;
}


/* =Gallery
-------------------------------------------------------------- */

#main .gallery img {
	border: 10px solid #33353d;
}
#main .gallery img:hover {
	border-color: #444855;
}
#main .gallery .gallery-caption {
	color: #666c7f;
	font-size: 13px;
	line-height: 1.35;
	margin: 0 20px;
}


/* =Shadows
-------------------------------------------------------------- */

#branding.has-image,
#menu,
#introduction,
#respond,
.bypostauthor .comment-meta img,
.commentlist article,
.commentlist .pingback,
.entry-byline,
.hentry,
.widget {
/*	-webkit-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	-moz-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 ); */
}


/* =Paged Navigation
-------------------------------------------------------------- */

.paged-navigation {
	display: block;
	font-weight: bold;
	padding: 0 15px;
}
.paged-navigation a {
	color: #989eae;
}
.paged-navigation a:hover,
.paged-navigation a:active,
.paged-navigation a:focus {
	color: #cccfd7
}
.nav-older,
.nav-newer {
	width: 48%;
	
}
.nav-older {
	float: left;
	text-align: left;
}
.nav-newer {
	float: right;
	text-align: right;
}
/* Single Post Template. */
#post-nav {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	background: #2b5fff;
	margin-top: 0;
}
#post-nav a {
	color: #fff;
}
#post-nav a:hover,
#post-nav a:active,
#post-nav a:focus {
	color: #fff;
}
#post-nav a:hover {
	text-decoration: underline;
}
#post-nav .nav-older,
#post-nav .nav-newer {
	padding: 7px 10px;
	width: 250px;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	clear: both;
	color: #777d92;
	font-size: 13px;
	padding: 26px 0 0;
	text-align: center;
	width: 100%;
}
#colophon a {
	color: #777d92;
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 30px;
	width: 260px;
}
#sidebar img {
	height: auto;
	max-width: 228px;
}
#sidebar li {
	list-style-type: none;
}
#sidebar .widget li {
	list-style-type: none;
	font-size:15px;
	color: #1f4fe2;
}
.widget {
/*	background-color: #111; 
	border: 1px solid #444855; */
	border-radius: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0 15px 15px;
}
.widget a {
/*	color: #009700; */
}
.widget a:hover,
.widget a:active,
.widget a:focus {
	color: #0501a3;
	text-decoration: none;
}
.widget ol {
	list-style: decimal inside;
}
.widget-title {
/*	background: #202228;
	border-bottom: 1px dotted #444855; */
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	left: -15px;
	width: 296px;
}
.widget-title,
.widget .widget-title a {
	color: #000;
	font-family:Orator Std;
	font-size:25px;
}
.widget div,
.widget iframe,
.widget table,
.widget ul,
.widget ol {
	padding: 3px 0 0;
}
.widget div div {
	padding: 0;
}
.widget ul ul,
.widget ul ol,
.widget ol ul,
.widget ol ol {
	padding: 0 0 0 15px;
}
/* Calendar Widget. */
.widget_calendar table {
	margin: 0;
	width: 100%;
}
.widget_calendar td a {
	color: #cccfd7;
	font-weight: bold;
}
#prev {
	padding-top: 5px;
	text-align: left;
}
#next {
	padding-top: 5px;
	text-align: right;
}
#prev,
#next,
.widget_calendar th,
.widget_calendar .pad {
	background-color: transparent;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
#today {
	background-color: #666c7f;
	color: #fff;
}
/* RSS Widget. */
#sidebar .widget_rss ul {
	padding-bottom: 0;
}
#sidebar .widget_rss li {
	list-style-type: none;
	padding-bottom: 15px;
}
#sidebar .widget_rss li .rsswidget {
	color: #cccfd7;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0;
}
.widget_rss cite,
.rss-date {
	color: #666c7f;
	font-size: 12px;
	font-style: italic;
	white-space: nowrap;
}
.widget .rssSummary {
	padding: 0;
}
/* Search Widget */
.widget_search form {
	margin: 15px 0 0;
}


/* =Comment List
-------------------------------------------------------------- */

.commentlist {
	padding: 0;
		box-shadow: 1px 1px 0px #c9c9c9;
	background: #fff;
}
#comments-title,
.comments-closed,
.nocomments,
.nopassword {
	color: #383636;
	font-weight: normal;
	text-align: left;
}
#comments-title {
	margin: 0px 0 0 35px;
}
.commentlist .pingback {
	padding: 7px 15px;
}
.commentlist .pingback p {
	margin: 0;
}
.commentlist .comment,
.commentlist .pingback {
	list-style-type: none;
}
.commentlist .pingback,
.commentlist .depth-1 article {
	background: #fff;
/*	border: 1px solid #444855;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px; */
	margin: 0;
}
.commentlist .comment {
	margin: 15px 0;
}
.commentlist .comment.depth-1 {
	border-left: 4px solid #1f4fe2;
}
/* Individual Comments. */
.comment footer {
	background: #f4f4f4;
/*	border-left: 4px solid #1f4fe2;
	border-top-left-radius: 0px;
	border-bottom: 1px solid #444855; */
	margin: 0;
	padding: 10px;
}
.commentlist .comment.depth-1 footer {
	border-left: none;
}
.commentlist .comment.depth-2 footer, .commentlist .comment.depth-3 footer, .commentlist .comment.depth-4 footer {
	border-left: 7px solid #1f4fe2;
	background: #e8e8e8;
}
.comment-meta {
	display: block;
	font-size: 14px;
}
.comment-meta,
.comment-meta a {
	text-align:right;
}
.comment-meta .avatar {
/*	border: 5px solid #444855; */
	float: left;
}
.comment-author {
	padding-top: 5px;
}
.comment-author,
.comment-awaiting-moderation {
	margin-left: 60px;
}
.comment-author .fn,
.comment-author .fn a {
	color: #1f4fe2;
	text-align:left;
	
}
.comment-author .fn {
	display: block;
	font-size: 20px;
	padding-bottom: 4px;
	width: 300px;
	float:left;
	font-family: 'Open sans', san serif;
}
.comment-content {
	padding: 0 15px;
	color:#000;
}
.comment-content p {
	margin: 15px 0;
}
.bypostauthor > article .comment-meta {
	background: #ededed;
	border-top-left-radius: 0px;
}
.bypostauthor > article .comment-meta,
.bypostauthor > article .comment-meta a {
	color: #989eae;
}
.bypostauthor > article .comment-meta img {
	border-color: #666c7f;
}
.comment-awaiting-moderation {
	color: #666c7f;
}
.comment .reply {
	display: block;
	margin: 0;
}
.comment .reply a {
/*	background: #1c1c1c;
	border-top: 1px solid #33353d;
	border-left: 1px solid #33353d;
	border-top-left-radius: 0px; */
	color: #989eae;
	display: block;
	float: right;
	font-size: 14px;
	padding: 5px 10px;
	color:#1f4fe2;
}
.comment .reply a:hover,
.comment .reply a:focus,
.comment .reply a:active {
	background-color: #202228;
	border-color: #444855;
	color: #cccfd7;
}


/* =Comment Form
-------------------------------------------------------------- */

#respond {
	background: #fff;
/*	border: 1px solid #444855; */
border-radius: 0px;
margin: 0;
padding: 15px;
padding-bottom: 40px;
float: left;
margin-top: 20px;
box-shadow: 1px 1px 0px #c9c9c9;
}
#respond form {
	margin: 0;
}
#respond p {
	margin: 0 0 15px;
}
#respond p.form-submit {
	margin-bottom: 0;
	width:145px;
	float:left;
}
#reply-title {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 7px;
}
.comment-notes,
.comment-notes a,
.logged-in-as,
.logged-in-as a {
	color: #666c7f;
	font-size: 14px;
	font-style: italic;
}
#respond .form-allowed-tags {
/*	background: #202228;
	border: 1px solid #444855; */
	font-size: 12px;
	margin: 15px 0;
	padding: 7px;
	float:left;
}
.form-allowed-tags code {
	background: transparent;
	border-width: 0;
}
.required {
	color: #d32c2c;
}
#respond input,
#respond textarea {
	background: #ededed;
	border: 1px solid #bbbbbb;
	font-size:14px;
	padding: 3px 7px;
}
#respond input:focus,
#respond textarea:focus {
	background: #eaecef;
}
#respond #submit {
	background: #1f4fe2;
	border: 1px solid #bbbbbb;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 8px 18px;
	
}
.comment-form-author,
.comment-form-url,
.comment-form-email {
	clear: both;
	padding-bottom: 3px;
}
.comment-form-author label,
.comment-form-url label,
.comment-form-email label {
	float: left;
	min-width: 6em;
}
.comment-form-author .required,
.comment-form-url .required,
.comment-form-email .required {
	float: left;
	width: 15px;
}
.comment-form-url input {
	position: relative;
	left: 0;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	width: 97.5%;
	height: 16em;
}
#cancel-comment-reply-link {
	background: #009700;
	border: 1px solid #007700;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	text-shadow: #000 1px 1px 2px;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 5px;
}


/* =General
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft,
div.alignleft {
	float: left;
	margin: 5px 15px 15px 0;
}
.alignright,
div.alignright {
	float: right;
	margin: 5px 0 15px 15px;
}
/* Captions */
#main div.wp-caption {
/*	background-color: #202228; */
	border: 1px solid #444855;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 15px 10px 10px;
	max-width: 96.5%;
	text-align: center;
}
#main div.wp-caption img {
	max-width: 100%;
}
#main .wp-caption-text {
	color: #989eae;
	display: block;
	font-size: 12px;
	line-height: 1.4;
}
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Search form */
#s {
	background: #fff url( images/search.gif ) 100% -3px no-repeat;
	border-width: 0;
	color: #666c7f;
	font-size: 14px;
	padding: 3px 22px 3px 3px;
	width: 200px;
}
#searchsubmit {
	display: none;
}
.clear {
	clear: both;
}


/* =IE 7 and IE 8
-------------------------------------------------------------- */

#ie7 #menu {
	padding-bottom: 7px;
}
#ie7 #menu li:hover,
#ie8 #menu li:hover {
	display: block;
	z-index: 10;
}
#ie7 #menu ul ul a,
#ie8 #menu ul ul a {
	background: #202228;
	border-bottom-style: solid;
}


/* =WordPress.com
-------------------------------------------------------------- */

#flickr table,
#flickr th,
#flickr td {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#flickr #flickr_badge_uber_wrapper {
	margin-top: 15px;
}
#flickr #flickr_badge_wrapper a {
	color: #009700;
}
#flickr #flickr_badge_wrapper img {
	max-width: 223px;
}
#vodpod_recent_videos {
	margin: 15px auto 0;
}
.widget_authors img {
	vertical-align: middle;
}
#sidebar #authors li {
	list-style: none;
}
#socialvibe_badge img {
	background: #ccc;
	border-radius: 0px;
	padding: 0 0 7px;
}
#sidebar #authors li li {
	list-style: square;
}
#authors .avatar {
	margin-right: 5px;
}
#subscribe-blog input[type="submit"] {
	background: #009700;
	border: 1px solid #007700;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	text-shadow: #000 1px 1px 2px;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 5px;
}
/* Comment Form. */
.highlander-comment {
	background-color: transparent !important;
}
#respond.js {
	background-color: #202228;
	border: 1px solid #444855;
}
#respond.js h3#reply-title {
	padding-left: 15px;
	margin-top: 0;
}
#respond.js #cancel-comment-reply-link {
	position: relative;
	right: 15px;
	bottom: 5px;
}
.commentlist #respond.js {
	margin-top: 15px;
}
#main .sharedaddy .sd-block {
	border-color: #444855;
}
#sidebar #recent-comments td {
	background: transparent;
}
.geo-map {
	margin-top: 15px;
}


.wdca_custom_ad {
	background: none !important;
	border: none !important;
}


.adsbygoogle {
	background: none !important;
	border: none !important;
}






/* for the formatted tooltips */
.bg1 {
    background-color: #33353d; 
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 10px;
    padding-right: 10px;
   
  
}

.tooltip{
  position:absolute;
  width:640px;
  /* background-image:url(images/tip-bg.png);*/
  background-position:left bottom;
  background-repeat:no-repeat;
  color:#33353d;
  padding:5px 5px 5px 5px;
  font-size:12px;
  font-family:Verdana, Geneva, sans-serif;
  z-index: 2;
  }

.tooltip-image{
  float:left;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:3px;}  
  
  
.tooltip span{
    font-weight:700;
color:#ffea00;}


a:visited { color: #1f4fe2;
 }
a.link.active { color:#33353d;
background: #cccfd7; }
.wpp-list a{
	color:#1f4fe2;
	margin-top: 1px;
display: inline-block;
}
#container-holder{
	width:100%;
	background-color:#ededed;
}
#menu a:hover{
  background-color:#2b5fff;
}
#menu li:hover{
	background-color:#2b5fff;
}
#header-image{
	left:-83px !important;
	overflow: hidden;
	width: 659px !important;
	height: 83px !important;
}
#header-image img{
	margin-top: -9px;
}
.ssba{
	border:none !important;
	background-color: #fff !important;
}
#text-6{
	display:none;
}
#comments{
	
float: left;
margin-top: 20px;

}
.entry-content td{
	background-color: #ededed !important;
}
.entry-content tr{
	background-color: #ededed !important;
}
td p{
	background-color: #ededed !important;
}
.entry-content table tr{
	border-color: #ededed !important;
}
.header-wrapper{
	width:100%;
	background:#000;
}
label{
	float:left;
	margin-top:8px;
}
@font-face{
  font-family:Orator Std;
	src:url(../../uploads/fonts/OratorStd.otf);	
}
.ssba_twitter_share img {
	display:none;
}
.nav-older a, .nav-newer a{
	color: #1f4fe2;
}

.home article .entry-title font {
	display: none;
}

.entry-title {
	color: #1f4fe2 !important;
	font-family: 'Open Sans', sans-serif;
}

.wpp-list  {
	list-style: none;
}
.wpp-views{
	float: left;
	margin-right: 10px;
	display: block;
	padding: 0px 10px;
	text-align: center;
	color: #000;
	background: #d2d9f0;
	font-size: 13px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 0px #c9c9c9;
}
p.ecae-button {
	float: left;
	width: 50%;
}
.ssba {
	float: right;
	margin-top: 44px;
}
.ssba img {
	float: left;
}
.ecae-button.ecae-buttonskin-none a span{
	font-weight:700;
}
.root timeline ltr customisable-border twitter-timeline not-touch twitter-timeline-rendered thm-dark var-narrow{
	background-color:#fff !important;
}
u p{
	text-decoration:none;
}

.sf_search .sf_input {
font-style: italic;
border: 0 none !important;
padding: 0 0 0 5px !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
width: 90%;
margin-left: 2px;
height: 26px !important;
}

.sdp, .sdp h4, .sdp p, .sdp ul, .sdp h2, .sdp h3 {
	background-color: #fff !important;
	color: #000 !important;
}

.sdp h4, .sdp h2, .sdp h3 {
	margin-left: 8px !important;
	margin-right: 8px !important;
}

@media only screen and (max-width: 1024px){
	#page-wrap{
		WIDTH:100%;
	}
	
	.header-wrapper{
		WIDTH:100%;
		height: auto; 
	}
	
	#branding{
		width:100% !important;
		  overflow: inherit !important;
		  height: auto !important;
	}
	
	#branding>div{
		text-align:center;
		width:100%;
		margin:0px;
	}
	
	#header-image{
		width:100% !important;
		position: relative !important;
		left: 0px !important; 
		overflow: inherit !important;
		height: auto; 
	}
	
	#header-image img{
		width:100%;
		
	}
	
	#menu{	
		clear: both;
		float: none;
		margin: 0;
		padding: 0 0 0;
		width: 100%;
		height: auto;
	}
	
	#menu:after{
		clear:both;
		content:"";
		display:block;
		width:100%;
	}
	#container-holder:before{
		display:block;
		content:"";
		width:100%;
		clear:both; 
	}
	
	#container,#main,#sidebar,.entry-byline{
		width:100%;
		right:0px;
		border:0px;
	}
	
	#primary-menu,
	#menu ul{
		width:100%;
		margin:0px;
		margin-left: 0 !important; 
	}
	
	#menu:before{
		content:"";
		background:url(images/menu.png) no-repeat;
		background-size:30px 26px;
		width:30px;
		height: 26px;
		display:block;
		margin:10px auto;
		
	}
	#menu ul{
		display:none;
	}
	
	#menu>.hover{
		display:block;
	}
	
	#primary-menu li{
		width:100%;
		margin:0px;
	}
	
	#menu li.current-menu-item > a, 
	#menu li.current-menu-ancestor > a, 
	#menu li.current_page_item > a, 
	#menu li.current_page_ancestor > a{
		height:auto;
		color:black;
	}
	
	#menu ul ul {
		border-top: 0px solid #444855;
		display: block;
		z-index: 99999;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		  box-shadow: none;
		  float:none;
		  margin: 0;
		  position: relative;
		  top: 0;
		  left: 0;
		  width: auto;
	}
	
	#menu .menu-item-has-children ul {
		display: block;
		position: relative;
		width: 100%;
		top: 100%;
		left: 0;
	}
	
	#menu .menu-item-has-children ul li a{
		width:100%;
		padding-left: 6%;
		box-sizing:border-box;
	}
	
	#menu ul ul a {
		width:auto;
	}
	
	.ads{
		overflow:auto; 
	}
	
	.widget-title{
		width:100%;
	}
	
	#comments, .comment-author .fn{
		width:100%;
	}
	
	#main{
		width:100% !important;
	}
	
	ul.related_post{
		text-align:center;
	}
	
	iframe{
		width:100%;
	}
	.hentry img{
		width:100%;
	}
}

.mobile-search{
	padding:5px;
	background:url(http://webrtchacks.staging.wpengine.com/wp-content/plugins/ajaxy-search-form/themes/default/images/sf_search.png) no-repeat;
	background-position:right;
	padding-right:26px;
	border:1px solid gray;
}