﻿body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	color: rgb(80, 80, 80);
}

/* general */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h3, h4 {
	padding-bottom: 0px;
	margin-bottom: 5px;	
}

.caption {
	font-style: italic;
	color: #999;
	display: block;
	padding: 0px;
	margin: 0px;
}

li {
	margin-bottom: 5px;	
}

ul.actions {
	margin: 0px;
	padding: 0px;
}

ul.actions li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* head */

#head {
	color: #333;
	background-color: #646464;
	border-top: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	float: left;
	clear: both;
	width: 100%;
	padding: 5px;
}

#head a {
	color: #ccc;
}

.inner {
	width: 780px;
	margin: 0 auto;
}

#sitename {
	font-size: 160%;
	font-weight: bold;
	color: rgb(255, 255, 255);
	margin: 0px;
	padding: 0 10px 0 0;
	float: left;
}

#sitename a {
	color: #fff !important;
}

#user_info {
	float: right;
}

#head #links {
	margin: 15px 0 0 0;
	padding: 0;
	color: #FFF;
	clear: both;
	float: left;
}

#head #links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 7px 0 10px;
	border-left: 1px solid #3C3C3C;
}

#head #links li a {
	color: #CCC;	
}

#head #links li#careerHubLink {
	border-left-width: 0px;
	padding-left: 0px;
}

/* foot */
#foot {
	background-color: rgb(100, 100, 100);
	border-top: 1px solid #3C3C3C;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* columns */
#columns {
	border-collapse: collapse;
	width: 800px;
	margin: 0 auto;
	clear: both;
}

#center {
	padding: 10px;
	vertical-align: top;
}

.sidebar {
	font-size: 80%;
	color: rgb(80, 80, 70);
	width: 200px;
	vertical-align: top;
	background-color: rgb(240, 240, 236);
	border-width: 0 1px;
	border-style: solid;
	border-color: rgb(220, 220, 200);
}

.sidebar a {
	color: rgb(80, 80, 70);
}

.sidebar h3 {
	font-size: 150%;
	color: rgb(170, 170, 150);
	border-bottom: 1px solid rgb(210, 210, 190);
}

.sidebar ul {
	padding-left: 15px;
	list-style-type: square;
}

/* blogs */
.post {
	padding-bottom: 10px;
}

.post h2 a {
	color: rgb(50, 50, 50);
}

.body {
	padding-top: 5px;	
}

#comments ol {
	padding-left: 20px;
}

#comments ol li {
	margin: 10px 0;
}

#center .actions {
	padding-top: 5px;	
}

#center .actions a, #center .actions a:visited {
	color: #00F;	
}

/* widgets */
.widget {
	margin: 5px;
}

/*videos*/

.video-content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  padding-right: 10%;
}
#video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-content {
    font-size: 16px;
    line-height: 23px;
    padding: 20px 20px 10px 10px;
}
