/*
Theme Name: Jamesparsons
Theme URI: http://jamesparsons.com
Author: James Parsons
Author URI: http://jamesparsons.com
Description: The theme for James Parsons' personal website.
Version: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1337
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: JamesParsons
Text Domain: jamesparsons

BlankSlate WordPress Theme © 2011-2015 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
body {
	padding-top:107px;
	min-width:950px;
}
#header {
	height:107px;
	width:100%;
	background:#2d2d2d;
	position:fixed;
	top:0;
	z-index:999;
	border-bottom:1px solid #41485d;
}
#header-inner {
	width:950px;
	margin:0px auto;
	height:107px;
	
}
.photolink {
	background:url(/wp-content/themes/jamesparsons/img/mypicture-small.jpg);
	display:block;
	width:60px;
	height:60px;
	background-size:100% auto;
	background-repeat:no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:24px;
	float:left;
}
.phototag {
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-size:26px;
	float:left;
	display:inline-block;    
	margin-left: 21px;
    margin-top: 41px;
}
#nav {
	float:right;
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-size:26px;
}
#nav a {
	text-align:right;
    margin-top: 41px;
	display:inline-block; 
	color:#FFF;
	text-decoration:none;
	margin-left:24px;
	border-bottom:2px solid #666;
	padding-bottom:3px;
	position:relative;
}
#nav a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #FFF;
  transition: 0.4s;
}
#nav a:hover:after {
	width:100%;
}
#container {
	width:950px;
	margin:0px auto;
}
#stage {
	height:374px;
	width:100%;
	background:url(/wp-content/themes/jamesparsons/img/stage.jpg);
	background-repeat:repeat-x;
}
#stage-inner {
	width:950px;
	margin:0px auto;
}
#stage-inner h1 {
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-size:64px;
	margin:76px 0px 0px 0px;
	padding:0px;
}
.overlay{
   background:url(/wp-content/themes/jamesparsons/img/clouds.png);
  -webkit-animation:200s scroll infinite linear;
  -moz-animation:200s scroll infinite linear;
  -o-animation:200s scroll infinite linear;
  -ms-animation:200s scroll infinite linear;
  animation:200s scroll infinite linear;
  top:0;
  left:0;
  right:0;
  width:100%;
  background-size:cover;
  min-width:950px;
  height:374px;
  margin-top:107px;
  display:block;
  position:absolute;
  opacity:1;
}
@-webkit-keyframes scroll{
  100%{
    background-position:-3000px 0px;
  }
}

@-moz-keyframes scroll{
  100%{
    background-position:-3000px 0px;
  }
}

@-o-keyframes scroll{
  100%{
    background-position:-3000px 0px;
  }
}

@-ms-keyframes scroll{
  100%{
    background-position:-3000px 0px;
  }
}

@keyframes scroll{
  100%{
    background-position:-3000px 0px;
  }
}
#stage-inner p {
    color: #acb0bf;
    font-family: "Montserrat",sans-serif;
    font-size: 33px;
    line-height: 54px;
    margin-top: 31px;
}
#stage-inner a {
	color:#FFF;
	text-decoration:none;
	border-bottom:2px solid #f6d2ff;
	padding-bottom:0px;
	position: relative;
}
#stage-inner a:hover:after {
  width: 100%;
  margin-top:3px;
}
#stage-inner a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #ff7e00;
  transition: 0.4s;
}
#stage-inner a:hover {
	color:#ffe6c8;
}
#divider {
	background:url(/wp-content/themes/jamesparsons/img/divider.png);
	width:950px;
	height:19px;
	margin:0px auto;
	margin-top:20px;
}
#articlecontainer {
	width:950px;
	height:80px;
	margin-bottom:20px;
}
.huffpo {
	background:url(/wp-content/themes/jamesparsons/img/huffpo.jpg);
	width:134px;
	height:75px;
	background-size:100% auto;
	background-repeat:no-repeat;
	display:inline-block;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
}
.articledate {
	display:inline-block;
    font-family: "Montserrat",sans-serif;
    font-size:18px;
    color:#a1a9ac;
	float:left;
	text-transform:uppercase;    
	margin-left: 26px;
    margin-top: 11px;
}
.articlelink {
	font-size:26px;
	float:left;
	color:#414141;
	display:inline-block;
    font-family: "Montserrat",sans-serif;
    text-decoration:none;
    border-bottom:2px solid #FFF;    
    margin-left: 25px;
    margin-top: 9px;
    text-transform:capitalize;
    max-width:785px;
    overflow:hidden;
    display:inline-block;
    height:29px;
}
a.articlelink:hover {
	border-bottom:2px solid #abdaff;
	padding-bottom:2px;
    height:27px;
}

.entrepreneur {
	background:url(/wp-content/themes/jamesparsons/img/entrepreneur.jpg);
	width:134px;
	height:75px;
	background-size:100% auto;
	background-repeat:no-repeat;
	display:inline-block;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
}
.inc {
	background:url(/wp-content/themes/jamesparsons/img/inc.jpg);
	width:134px;
	height:75px;
	background-size:100% auto;
	background-repeat:no-repeat;
	display:inline-block;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
}
.businessinsider {
	background:url(/wp-content/themes/jamesparsons/img/businessinsider.jpg);
	width:134px;
	height:75px;
	background-size:100% auto;
	background-repeat:no-repeat;
	display:inline-block;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
}
.venturebeat {
	background:url(/wp-content/themes/jamesparsons/img/venturebeat.jpg);
	width:134px;
	height:75px;
	background-size:100% auto;
	background-repeat:no-repeat;
	display:inline-block;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
}
.about {
	margin-top:40px !important;
	display:block;
}
.about-content2 {
	font-family:Helvetica;
	font-size:18px;
	color:#838383;
	display:block;
	line-height:28px;
	display:block;
	position:absolute;
	z-index:1;
	background:#FFF;
	width:920px;
}
.about-content {
	font-family:Helvetica;
	font-size:18px;
	color:#838383;
	display:block;
	line-height:28px;
	display:block;
	position:absolute;
	background:#FFF;
	z-index:2;
	width:920px;
}
.onoffswitch {
    position: relative; width: 123px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #A0A3AC; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "PERSONAL";
    padding-left: 10px;
    background-color: #EEEEEE; color: #000;
}
.onoffswitch-inner:after {
    content: "BUSINESS";
    padding-right: 14px;
    background: #6a7077 !important;
    color: #FFFFFF;
    text-align: right;
}
.onoffswitch-inner:after > .about-content {
	display:block;
}
.onoffswitch-inner:before > .about-content2 {
	display:block;
}
.onoffswitch-switch {
    display: block; width: 14px;height:14px; margin: 10px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 88px;
    border-radius: 16px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch {
    -moz-user-select: none;
    display: block;
    float: right;
    margin-right: 25px;
    margin-top: 11px;
    position: relative;
    width: 123px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background:#39b831 !important;
}
#aboutcontainer {
    height: 187px;
    margin-top: -5px;
    opacity: 0.8;
}

#latest {
  background:none 0 0 repeat scroll #A0A3AC;
  border-radius:10px;
  color:#FFFFFF;
  font-family:Montserrat, sans-serif;
  font-size:23px;
  height:56px;
  line-height:58px;
  margin-bottom:40px;
  margin-top:20px;
  opacity:0.7;
  padding-left:30px;
  text-transform:uppercase;
  width:920px;
}
#marketing {
  background:none 0 0 repeat scroll #A0A3AC;
  border-radius:10px;
  color:#FFFFFF;
  font-family:'Montserrat', sans-serif;
  font-size:23px;
  height:56px;
  line-height:58px;
  margin-bottom:40px;
  margin-top:20px;
  opacity:0.7;
  padding-left:30px;
  text-transform:uppercase;
  width:426px;
  margin-right:38px;
  float:left;
}
#everythingelse {
  background:none 0 0 repeat scroll #A0A3AC;
  border-radius:10px;
  color:#FFFFFF;
  font-family:'Montserrat', sans-serif;
  font-size:23px;
  height:56px;
  line-height:58px;
  margin-bottom:40px;
  margin-top:20px;
  opacity:0.7;
  padding-left:30px;
  text-transform:uppercase;
  width:426px;
  float:left;
}
#marketing-left {
  width:456px;
  float:left;
  height:285px;
  margin-right:38px;
}
#marketing-right {
  width:456px;
  float:left;
  height:285px;
  
}
.catimg2 img {
  border-radius:10px;
  border:1px solid #d9d9d9;
}
.catimg2 {
  float:left;
}
.homecatlink {
    border-bottom: 2px solid #fff;
    color: #000;
    display: inline-block;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-left: 24px;
    margin-top: 11px;
    width: 291px;
    position: absolute;
    text-decoration: none;
}
a.homecatlink:hover {
	opacity:0.6;
}
#postcont {
	width:456px;
	height:80px;
	float:left;
	margin-bottom:12px;
}
.anchor {
	position:absolute;
	margin-top:-100px;
}
.anchor2 {
	position:absolute;
	margin-top:-120px;
}
.contactc {
	float:left;
}
.emailbtn {
	width:455px;
	height:56px;
	/* IE10+ */ 
	background-image: -ms-linear-gradient(top, #F5F5F5 0%, #D6D6D6 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F5F5F5 0%, #D6D6D6 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F5F5F5 0%, #D6D6D6 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(100, #D6D6D6));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #D6D6D6 100%);
	
	/* W3C Markup */ 
	background-image: linear-gradient(to bottom, #F5F5F5 0%, #D6D6D6 100%);
	display:block;
	font-family: 'Montserrat', sans-serif;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#393939;
	line-height: 58px;
	font-size:19px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #d1d1d1;
}

.twitterbtn {
	width:455px;
	height:56px;
	/* IE10+ */ 
/* IE10+ */ 
background-image: -ms-linear-gradient(top, #25BDF5 0%, #43acbe 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #25BDF5 0%, #43acbe 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #25BDF5 0%, #43acbe 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #25BDF5), color-stop(100, #43acbe));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #25BDF5 0%, #43acbe 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #25BDF5 0%, #43acbe 100%);
	display:block;
	font-family: 'Montserrat', sans-serif;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	line-height: 58px;
	font-size:19px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #319ddb;
	margin-right:36px;
}
#footercontainer {
	width:920px;
	height:20px;
	color:#bababa;
	margin-top:80px;
	border-top:1px solid #e0e0e0;
	font-family:Helvetica;
	font-size:18px;
	padding-top:50px;
	left:50%;
	right:50%;
	text-align:center;
	margin-bottom:100px;
	opacity:0.7;
	float:left;
}
a.emailbtn:hover,
a.twitterbtn:hover {
	opacity:0.7;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	width:27px;
	height:20px !important;
	background:#e54a1b !important;
	border:0px !important;
	color:#FFFFFF !important;
	display:block !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px !important;
	margin:0px 5px 0px 0px; !important;
	text-align:center !important;
	padding-top:7px !important;
	font-family: 'Droid Sans', sans-serif !important;
	font-size:12px;
	opacity:1 !important;
	text-shadow:none !important;
	font-weight:bold !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	width:27px;
	height:20px !important;
	background:#83868b !important;
	border:0px !important;
	color:#FFFFFF !important;
	display:block !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px !important;
	margin:0px 5px 0px 0px !important;
	text-align:center !important;
	padding-top:7px !important;
	font-family: 'Droid Sans', sans-serif !important;
	font-size:12px;
	opacity:0.6;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.76);
	font-weight:bold !important;
	float:left;
	text-decoration: none;
}
.wp-pagenavi {
	clear: both;
	margin-top:100px;
	float:left;
}
.wp-pagenavi .nextpostslink {
	width:70px !important;
}
.wp-pagenavi .nextpostslink a:hover {
	width:70px !important;
}
.wp-pagenavi .pages {
	display:none !important;
}
.blogsuffix {
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-size:26px;
	float:left;
	display:inline-block;    
	margin-left: 18px;
    margin-top: 41px;
    text-decoration:none;
}
a.blogsuffix:hover {
	text-decoration:underline;
}
#blogbracket {
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-size:22px;
	float:left;
	display:inline-block;    
	margin-left: 16px;
    margin-top: 45px;
}
#blogtagline {
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-size:26px;
	float:right;
	display:inline-block;    
	margin-left: 18px;
    margin-top: 41px;
    opacity:0.3;
}
.entry-title {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#000;
	font-size:43px;
	margin-top:65px;
	line-height:52px;
}
.entry-title a {
	text-decoration:none;
	color:#000;
	margin-top:65px;
}
.entry-title2 {
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 31px;
    line-height: 40px;
    margin-top: -6px;
}
.entry-title2:hover {
	opacity:0.6;
}
.paged .entry-title {
    -moz-osx-font-smoothing: grayscale !important;
    color: #000 !important;
    font-family: "Montserrat",sans-serif !important;
    font-size: 31px !important;
    line-height: 40px !important;
    margin-top: -6px !important;
}
.entry-title2 a {
	text-decoration:none;
	color:#000;
	margin-top:65px;
}
.blog .entry-title a {
	font-size:30px;
	line-height:32px;
}
.blog .entry-title a:hover {
	opacity:0.7;
}
.entry-meta {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:22px;
	color:#9b9b9b;
	height:35px;
	margin-top:20px;
}
.entry-meta a {
	color:#0b7ed6;
	text-decoration:none;
}
.entry-meta a:hover {
	opacity:0.7;
}
.thumbblog {
	margin-right:30px;
}
.blog .entry-title {
	line-height:35px !important;
	position: relative;
    top: -8px;
}
.blog .entry-content p {
	line-height:30px !important;
	font-family:Helvetica;
	font-size:18px;
	color:#828282;
}
#spacer {
	width:920px;
	height:25px;
	float:left;
}
#blogtop {
	background:#faf7f0;
	height:78px;
	border:1px solid #f0ede8;
	width:950px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:28px;
}
.showme {
    color: #000;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    margin-left: 34px;
    margin-top: 26px;
    text-decoration:none;
}
#radioun {
	width:30px;
	height:30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #bebaaf;
	background:#FFF;
	display:inline-block;
	margin-top:15px;
	margin-left:40px;
	position:relative;
	top:9px;
    text-decoration:none;
}
#radioch {
	width:14px;
	height:14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background:#000;
	border:none !important;
	display:block;
	position:relative;
	top:8px;
	margin-left:7px;
    margin:0px auto;
    text-decoration:none;
}
.topcatlink {
    color: #000;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    margin-left: 13px;
    margin-top: 26px;
    text-decoration:none;
}
a.topcatlink:hover {
	text-decoration:underline;
}
#blogtop > a {
    border: medium none;
    text-decoration: none;
}
#navseperator {
	width:920px;
	height:1px;
	background:#e0e0e0;
	margin-top:28px;
	
}
.entry-content img {
	max-width:655px;
	height:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.entry-content {
	width:655px;
	display:block;
	float:left;
	margin-top:33px;
}

.entry-content2 {
	width:655px;
	display:block;
	float:left;
	margin-top:33px;
}
.entry-content > p {
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.entry-content a {
	color:#0b7ed6;
	text-decoration:none;
}
.entry-content a:hover {
	text-decoration:underline;
}
.entry-content > h3 {
    color: #ff6000;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.commentsh3 {
    color: #ff6000;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 10px;
    float:left;
    width:655px;
}
.entry-content ul { 
   list-style-type: disc; 
   list-style-position: inside; 
    font-family: Helvetica;
    font-size: 18px;
    line-height: 28px;
   margin-bottom:20px;
}
.entry-content ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   font-family: Helvetica;
   font-size: 18px;
   line-height: 28px;
   margin-bottom:20px;
}
.entry-content ul ul, .entry-content ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.entry-content ol ol, .entry-content ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.entry-content blockquote,
.entry-content pre {
   font-size: 18px;
   line-height: 28px;
   margin-bottom:20px;
   border-left:2px solid #bababa;
   padding-left:15px;
   color:#666;
   font-family: Helvetica;	
}
.excerptpara {
	line-height:30px !important;
	font-family:Helvetica;
	font-size:18px;
	color:#828282;
	margin-top:5px;
}
#catcon {
    float: left;
    height: 138px;
    margin-top: 44px;
    width: 950px;
}
#sidebar {
	float:right;
	width:268px;
	height:1000px;
	margin-top:43px;
}
#sidebar-title {
	height:50px;
	width:268px;
	background:#aab9c8;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#sidebar-cont1 {
	height:150px;
	width:266px;
	background:#f6f7f8;
	border-right:1px solid #e6e8e9;
	border-left:1px solid #e6e8e9;
	border-bottom:1px solid #e6e8e9;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#sidebar-title2 {
	height:50px;
	width:268px;
	background:#aab9c8;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top:17px;
}
#sidebar-cont2 {
	height:685px;
	width:266px;
	background:#f6f7f8;
	border-right:1px solid #e6e8e9;
	border-left:1px solid #e6e8e9;
	border-bottom:1px solid #e6e8e9;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.titletext {
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#FFF;
	display:inline-block;   
	margin-left: 22px;
    margin-top: 16px;
}
#sidebar-cont1 p {
    color: #838383;
    display: block;
    float: left;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 28px;
    margin: 15px auto 0 20px;
    width: 225px;
}
#sidebar-cont1 a {
	color:#7db2e0;
	text-decoration:none;
}
#sidebar-cont1 a:hover {
	text-decoration:underline;
}
#cont2-inner {
    width: 225px;
    margin: 15px auto 0 20px;
    color: #838383;
    display: block;
    float: left;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 28px;
}
.excerptp {
	margin-bottom:15px;
}

#sidebar-cont2 a {
	color:#7db2e0;
	text-decoration:none;
}
#sidebar-cont2 a:hover {
	text-decoration:underline;
}
.headerahref {
	color:#FFF;
    text-decoration:none;
}
a.headerahref:hover {
	text-decoration:underline;
}