@charset "utf-8";

@import url('menu.css'); 
@import url('resource.css'); 


/* ARTICLE */
#article h2 {
		font-size:20px;
		line-height:30px;
		color:#666666;
	}
	#article .byline {
		font-size:10px;
	}
	#article .leftcolhr {
		border: none 0;
border-top: 1px solid #ccc;
width: 100%;
text-align: left;
color: #ccc;
background-color: #ccc;
height: 1px;
margin:0;
	}
	#article .comments {
		font-size:16px;
		line-height:26px;
		color:#666666;
	}
	#article .leavecomment {
		font-size:14px;
	}
	#article h2 {
		padding:5px 20px 5px 20px;
	}
	#article p {
		padding:0 20px 10px 20px;
	}



/* TEXT STYLES */

a, .title2 {
	color: #d39c3f;
	outline:none;
}
.title {
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#8f8c86;
	text-decoration:none;
}

.deck {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
}
.cta {
	font: bold 10px Arial, Helvetica, sans-serif;
}
.date {
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#666;
}

.articleblurb {
		padding: 10px 34px 0 120px; 
		min-height:90px;
		background:35px 16px no-repeat;
	}
.trialblurb {
		padding: 10px 17px 0 145px; 
		min-height:90px;
		background:15px 16px no-repeat;
	}
	.trialblurb .title {
	font-weight:bold;
	color:#2e70a3;
	font-size:13px;
	text-decoration:none;
}
.trialblurb .cta {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#2e70a3;
	text-decoration:none;
	
}
	.blogblurb {
		padding: 10px 34px 0 0; 
	}
	.blogblurb .title {
		font-size:18px;
		font-weight:bold;
		color:#2e70a3;
	}
	.blogblurb .cta {
		color:#d39c3f;
		font-size:10px;
		text-decoration:underline;
		font-weight:bold;
	}
	.blogblurb .datestamp {
		font-weight:bold;
	}

/* PAGE LAYOUT */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	color: #555555;
	line-height:16px;
	text-align:center;
}
.twoColumns #container { 
	width: 950px;  
	margin: 25px auto 15px auto;
	text-align:left; 
} 

.twoColumns #sidebar1 {
	float: right;
	width: 336px;
	padding: 0 0 0 10px;
	margin:0;
}
.twoColumns #mainContent { 
	margin: 0 350px 0 0;
	padding: 0 0 15px 0;
} 
.twoColumns #footer { 
	padding: 0 10px 0 20px;
	background: url('/assets/footer.jpg');
	color:#fff;
	text-align:center;
	font-size:10px;
	height:100px;
	margin-top:20px;
}

.twoColumns #footer a{ 
	padding: 10px 0;
	color:#fff;
	text-align:center;
	font-size:10px;
	text-decoration: none;
}

.twoColumns #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* HEADER */
.twoColumns #header {
	font-family:Arial,sans-serif;
	min-width:950px;
	background:#f3f3f3;
	width:auto;
	height:100px;
}

div.headerContent {
	text-align:left;
	margin:0 auto;
	width:950px;
}
.headerCeiling {
	float:left;
	}
.headerContent .headerCeiling {
	height:50px;
	padding-top:35px;
	margin:0; 
	line-height:48px;
}
.headColRight {
	float:right;
}

.headerContent .headColRight {
	position:relative;
	top:8px;
	width:auto;
	z-index:1;
}

/* MODULES */

div.moduleDate {
  float: right;
  font-size: 10px;
}


.module {
  width: 100%;
  margin: 0 0 15px 0;
  float:left;

  /* background: url('/assets/topleft.png') left top no-repeat; */
}

.module h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
  margin: 0;
  padding: 4px 15px 6px 15px;
  font-size: 18px;
  letter-spacing:-.08em;
  color:#2e70a4;
  /* background: url('/assets/topright.png') right top no-repeat; */
}

.module #moduleOuter {
  /* background: url('/assets/bottomleft.png') left bottom no-repeat; */
  
}
#sidebar1 .module #moduleOuter {
  /* background: url('/assets/bottomleft.png') left bottom no-repeat; */
  border:0;
}

.module #moduleInner {
	padding:5px 0 10px 0;
	  border: 1px solid #d6d1d1;
	  background:#fefef9;
}

.module h2 {
  padding: 8px 15px 0 8px;
  font-size:12px;
}

.module p {
  padding-bottom: 10px;
}
.module p.technology {
  padding-left: 5px;
  padding-right: 15px;
}
.module p, .module h2 {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  
}

div.rsslink {
  float: right;
  padding: 7px;
  font-size: 10px;
}