/**
 * Main Styles | Ben Stock Design
 * @file style.css
 * @version 2.0
 */

/* ------ */
/* !Reset */
/* ------ */

* {
	outline: none;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-style: normal;
	font-weight: normal;
}

a, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

fieldset, img {
	border: none;
	outline: none;
}

caption, th {
	text-align: left;
}

ins {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------ */
/* !Base Styles */
/* ------------ */

::selection {
	background: #afbcce;
	color: #111;
	text-shadow: none;
}

::-moz-selection {
	background: #afbcce;
	color: #111;
	text-shadow: none;
}

body {
	background: #1E252F url(../images/bg-subnav-remix.png) repeat-x 0 0;
	color: #afbcce;
	font: 100%/1.5 "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	text-align: center;
}

body, html {
	height: 100%;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

#push {
	height: 200px;
}

#wrapper {
	margin: 0 auto -200px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	width: 960px;
}

.clear {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

em {
	font-style: italic;
}

b {
	font-weight: bolder;
}

/* ------- */
/* !Header */
/* ------- */

#header {
	height: 170px;
	position: relative;
}

#header h1 a {
	background: url(../images/bsd-logo-sprite.png) no-repeat 0 0;
	float: left;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 74px;
	width: 264px;
	height: 51px;
	left: 4px;
}

#downloads #header h1 a .jsblend {
	width: 264px !important;
	height: 51px !important;
}

#header h1 a:hover, 
#header h1 a.hover {
	background-position: 0 -51px;
}

#logo {
	background: url(/images/bsd-logo.png) no-repeat 0 0;
	float: left;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 80px;
	width: 253px;
	height: 40px;
	left: 10px;
}

#logo:hover, 
#logo.hover {
	background-position: 0 -40px;
}

/* ---------------- */
/* !Main Navigation */
/* ---------------- */

#mainNav {
	position: absolute;
	right: 10px;
	top: 97px;
}

#mainNav li {
	display: inline;
}

#mainNav li a {
	color: #111;
	display: block;
	float: left;
	font-weight: 800;
	margin: 0 10px;
	text-shadow: 0 1px 0 rgba(175,188,206,.25);
	transition: color 200ms ease, text-shadow 200ms ease;
}

#mainNav li a:hover {
	color: #cfe8ff;
	text-shadow: 0px 0px 4px rgba(207,232,255,.45);
}

#mainNav li#blogItem a {
	margin-right: 0px;
}

#mainNav li.current a {
	color: #cfe8ff;
	text-shadow: 0px 0px 4px rgba(207,232,255,.45);
}

/* --------------- */
/* !Sub-Navigation */
/* --------------- */

#subNav {
	position: absolute;
	right: 10px;
	top: 144px;
}

#subNav li {
	display: inline;
}

#subNav li a {
	color: #66748b;
	display: block;
	float: left;
	font-size: 14px;
	margin: 0 10px;
	text-shadow: 0px 1px 0px black;
}

#subNav li.lastItem a {
	margin-right: 0px;
}

#subNav li a.selected {
	color: #cfe8ff;
}


#subNav li#rssItem a {
	margin: 0;
	padding: 0;
}

/* -------- */
/* !Content */
/* -------- */

#content {
	margin: 25px 0px;
	padding: 10px;
	position: relative;
	text-align: left;
}

#content h2 {
	color: #66748b;
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow: 0px 2px 3px #111;
}

#content h3 {
	color: #66748b;
	font-size: 18px;
	letter-spacing: 0px;
	text-shadow: 0px 2px 3px #111;
}

#content p {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}

#content p a {
	border-bottom: 1px solid #66748b;
	color: #66748b;
	font-weight: bold;
	padding-bottom: 1px;
	-webkit-transition: color 300ms ease, border-bottom 300ms ease;
	-moz-transition: color 300ms ease, border-bottom 300ms ease;
	-ms-transition: color 300ms ease, border-bottom 300ms ease;
	-o-transition: color 300ms ease, border-bottom 300ms ease;
	transition: color 300ms ease, border-bottom 300ms ease;
	word-break: keep-all;
}

#content p a:hover {
	color: #cfe8ff;
	border-bottom: 3px solid #cfe8ff;
}

/* ----- */
/* !Home */
/* ----- */

#home #content #banner {
	display: block;
	margin: 0 auto 25px;
	text-align: center;
}

#home .listImg {
	display: block;
	float: left;
	height: 72px;
	margin-right: 10px;
	margin-top: 8px;
	width: 91px;
}

#home #bpIcon {
	margin-top: 0px;
}

#home #content p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 35px;
	padding-right: 10px;
	position: relative;
	top: 8px;
}

#home #content p.lastP {
	padding-bottom: 0px;
}

#portfolio #content h2, #portfolio #content p {
	margin: 0px 90px;
}

#content .panels img {
	text-align: center;
}

.col1, .col2, .col3 {
	float: left;
	text-align: center;
	width: 260px;
}

.col1 {
	margin-left: 76px;
}

.col1 img, .col2 img, .col3 img {
	margin-bottom: 18px;
}

/* ---------- */
/* !Downloads */
/* ---------- */


#downloads #featuredShowHide {
	float: left;
	position: relative;
	top: -63px;
}

#downloads #featuredShowHide #featuredText {
	margin-right: 5px;
	float: left;
	position: relative;
	top: 6px;
	background: url(/images/featured-text.png) no-repeat 0 0;
	display: block;
	width: 56px;
	height: 11px;
	text-indent: -9999px;
	padding: 0;
}

#downloads #switchContainer {
	background: url(/images/switch-bg-sm3.png) no-repeat;
	width: 63px;
	height: 22px;
	float: left;

}

#downloads #onOff {
	background: url(/images/switch-btn-sm9.png) no-repeat 0 2px;
	width: 63px;
	height: 22px;
	text-indent: -9999px;
	padding: 0;
}

#downloads #onOff:hover {
	cursor: pointer;
}


#downloads .col1, #downloads .col2, #downloads .col3 {
	float: left;
	width: 300px;
}

#downloads .col1 img, #downloads .col2 img, #downloads .col3 img {
	margin-bottom: 0px;
}

#downloads .col1 {
	margin-left: 17px;
}

#downloads #content .panels {
	background: rgba(0,0,0,.45);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#downloads #content .panels .panelHead {
	margin: 0;
}

#downloads #content .panels h2 {
	margin: 0px 30px;
	padding: 20px 0px 0px;
}

#downloads #content .panels .panelHead p {
	margin: 0px 30px;
	padding: 0px 0px 30px;
}

#downloads #content p.captionText {
	margin: -10px 0 20px;
	padding: 0px;
}

#downloads #content p a {
	color: #68748b;
	text-decoration: none;
	border: none;
}

#downloads #content img.colImage {
	margin: 0px;
	border: 1px solid red;
}

#downloads h3.comingSoon {
	text-align: center;
	padding-bottom: 25px;
	margin-top: -15px;
}

#downloads img.dlIcon {
	position: relative;
	left: -10px;
	top: 6px;
}

#downloads .jFlowControl:active {
	background-position: left -24px;
}

/* jFlow Styles */

#jFlowSlide {
	margin: 10px auto;
}

#myController {
	height: 25px;
	width: 100px;
	margin: 0 auto;
	display: block;
}

.jFlowControl {
	background: url(../images/pager-sprite.png) no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

.jFlowSelected {
	background-position: 0 -24px;
}

.jFlowPrev {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/previous.png) no-repeat;
	position: absolute;
	left: 100px;
	top: 170px;
}

.jFlowPrev:active {
	background: url(../images/previous.png) center -50px no-repeat;
}

.jFlowNext {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/next.png) no-repeat;
	position: absolute;
	right: 100px;
	top: 170px;
}

.jFlowNext:active {
	background: url(../images/next.png) center -50px no-repeat;
}

/* ------ */
/* !About */
/* ------ */

#about #content ul {
	list-style: disc inside;
	margin-bottom: 20px;
}
			
#about #content li {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#about #left-column {
	width: 600px;
	float: left;
}

#about #right-column {
	width: 250px;
	float: right;
	background: rgba(0,0,0,.45);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0px 20px;
}

#dlVCard {
	background: url("../images/chat-bub.png") no-repeat;
	width: 174px;
	height: 100px;
	position: absolute;
	top: 50px;
	right: 250px;
	padding: 10px 0;
	display: none;
}

#dlVCard p {
	font-size: 18px;
	max-width: 130px;
	text-align: center;
	margin-left: 9px;
	margin-top: 3px;
	color: #536078;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: -1px;
}

#dlVCard p a {
	border: none;
}


#about #right-column h3 {
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	word-spacing: 0px;
}

#about #right-column h3#info {
	background: url(../images/about-me.png) no-repeat 226px;
}

#about #right-column h3#contact {
	background: url(../images/pencil-sm-turned.png) no-repeat 228px;
	width: 100%;
}

#about #right-column h3#web {
	background: url(../images/globe-sm2.png) no-repeat 226px;
	width: 100%;
}

#about #right-column h3#hardware {
	background: url(../images/hardware-sm-3.png) no-repeat 224px 3px;
}

#about #right-column h3#os {
	background: url(../images/osx-sm-7.png) no-repeat 224px;
}

#about #right-column h3#favs {
	background: url(../images/favs-sm.png) no-repeat 224px;
}

#about #right-column ul {
	list-style: none;
}

#about #right-column ul li {
	font-size: 12px;
	line-height: 22px;
	padding-left: 2px;
}

#about #right-column ul li a {
	padding-bottom: 3px;
	border-bottom: 1px dashed rgba(255,255,255,.2);
}

#about #right-column ul li a:hover {
	color: #cfe8ff;
}

#about #right-column ul li ul {
	padding-left: 5px;
	list-style: url(../images/list-style4.png) inside;
}

#mePic {
	display: block;
	margin: 20px auto 10px;
	text-align: center;
}

.aboutList {
	background: rgba(0,0,0,.45);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0px 20px;
}

.aboutList h3 {
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content .aboutList ul {
	list-style: none;
	padding-bottom: 10px;
}

#content .aboutList ul li {
	line-height: 22px;
	padding-left: 2px;
}

#about #formList li a {
	border-bottom: 1px dashed #66748b;
	color: #66748b;
	font-weight: bold;
	padding-bottom: 1px;
}

#about #content h3 {
	font-size: 18px;
	line-height: 1;
	margin: 1em 0;
	padding-top: 0;
}

#content h3 {
	padding-top: 10px;
}

#content #servicesIcons li a {
	display: block;
	margin: 20px 22px 30px;
	padding-top: 135px;
	text-align: center;
	width: 104px;
}

#content h3 a:hover {
	color: #cfe8ff;
}

p.topLine {
	border-top: 1px solid rgba(255,255,255,.07);
	padding-top: 18px;
}

.services {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.65);
}

.service {
	border-top: 1px solid rgba(255,255,255,.07);
	border-bottom: 1px solid rgba(0,0,0,.65);
}

#about #content #servicesIcons {
	list-style: none;
	position: relative;
}

#about #content #servicesIcons li {
	position: relative;
	z-index: 100;
	display: inline;
}

#content #servicesIcons li a {
	display: block;
	margin: 20px 22px 30px;
	padding-top: 135px;
	text-align: center;
	width: 104px;
	height: 0px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 2px black;
	letter-spacing: -1px;
	font-family: Helvetica , "Lucida Grande", Arial, sans-serif;
	color: #66748b;
}
	
div.ahover {
	background: rgba(255,255,255,.25);
	position: absolute;
	z-index: 99;
}

#content #iconsHead a {
	background: url(../images/icons-head.png) no-repeat 0 0;
}

#content #interfaceHead a {
	background: url(../images/interface-head.png) no-repeat center top;
}

#content #websiteHead a {
	background: url(../images/web-head.png) no-repeat center top;
}

#content #specialHead a {
	background: url(../images/special-head.png) no-repeat 0 0;
}

#content #igHead a {
	background: url(../images/infographics-icon.png) no-repeat 0 0;
}

#content #specialHead a:hover {
	background-position: center -131px;
}
#content #interfaceHead a:hover {
	background-position: center -131px;
}
#content #websiteHead a:hover {
	background-position: center -131px;
}
#content #iconsHead a:hover {
	background-position: center -131px;
}

#content #igHead a:hover {
	background-position: center -131px;
}

#about .left {
	float: left;
}

/*
#about #icons {
	background: #101419;
	padding: 0px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
*/

#about h4 {
	color: #66748b;
	text-shadow: 0px 1px 1px black;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#about h4#sizesHead {
	background: url(../images/sizes-2.png) no-repeat;
	padding-left: 20px;
}

#about h4#formatsHead {
	background: url(../images/formats-checkmark.png) no-repeat;
	padding-left: 20px;
}

.tableHead td {
	border: none;
	border-bottom: 1px solid #272b2f;
}

tbody td {
	font-size: 12px;
	padding: 5px;
	border: none;
	border-left: 1px solid #272b2f;
	border-bottom: 1px solid #272b2f;
	background: #101419;
}

#about table {
	margin-bottom: 20px;
}

#about ul#sizesList {
	list-style: none;
}

#about ul#formatsList {
	list-style: url(../images/list-style4.png) inside;
	padding-bottom: 10px;
}

#content #left-column p a.topText {
	background: url(../images/up.png) no-repeat 0 0;
	display: block;
	width: 26px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	margin: 0 auto;
}

#icons h3, #gui h3, #websites h3, #special h3 {
	margin-top: 0px;
}

#top {
	padding-top: 10px;
	padding-bottom: 10px;
}

hr {
	border: 1px solid rgba(255,255,255,.05);
}

.goingUp {
	position: relative;
}

.upBubble {
	background: url(../images/up-bubble-3.png) no-repeat 0 0;
	display: block;
	width: 117px;
	height: 86px;
	position: absolute;
	left: 242px;
	top: -86px;
	opacity: 0;
}

#about form {
	position: relative;
}

#about label {
	color: #afbcce;
	font-size: 12px;
	display: block;
	text-shadow: 0px 1px 0px #111;
	margin-bottom: 5px;
}

#about label .required {
	color: #66748b;
}

#about input {
	background: #51596b;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 22px;
	margin-bottom: 10px;
	color: #afbcce;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 5px;
	outline: none;
	width: 300px;
}

#about input:focus {
	background: #afbcce;
	color: #111;
}

#about textarea {
	background: #51596b;
	border: none;
	display: block;
	margin-bottom: 20px;
	color: #afbcce;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 5px;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	max-width: 590px;
	width: 300px;
}

#about textarea:focus {
	background: #afbcce;
	color: #111;
}

#about #hire button {
	background: transparent url(../images/request-btns-new2.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	width: 90px;
	height: 28px;
	position: relative;
	/* left: 135px; */
}

#about #feedback button {
	background: transparent url(../images/feedback-btns-new2.png) no-repeat;
	width: 60px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	width: 90px;
	height: 28px;
	position: relative;
	/* left: 135px; */
}

#about #hire button:active {
	background-position: 0 -28px;
}

#about #feedback button:active {
	background-position: 0 -28px;
}

#about span.validate {
	color: #cfe8ff;
	font-size: 14px;
	position: relative;
	top: -35px;
	left: 120px;
}

#about form .error-message {
	font-size: 12px;
	color: white;
}

#about form .warning {
	font-size: 12px;
	color: white;
	background: black;
}

#about form .red {
	color: red;
}

#about #content #right-column h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.0976562);
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	word-spacing: 0px;
}

/* ---------- */
/* !Tutorials */
/* ---------- */

#tutorials #leftCol {
	float: left;
	width: 650px;
}

#tutorials #rightCol {
	float: right;
	width: 250px;
	margin-bottom: 25px;
	margin-top: 25px;
}

#tutorials #content #rightCol h3 {
	font-size: 18px;
	font-weight: normal;
	background: transparent url(../images/drop-top-2.png) no-repeat;
	color: #12161a;
	text-shadow: none;
	padding: 10px 20px;
	cursor: pointer;
	text-align: right;
}

#tutorials #content #rightCol h3 {
	text-shadow: 0 1px 0 #636a7a;
}

#tutorials #content #rightCol h3#topHead {
	color: #cde8ff;
}

#tutorials #content #rightCol h3:active {
	background: url(../images/drop-top-pressed.png) no-repeat;
}

#tutorials #rightCol #latestTuts {
	display: block;
}

#tutorials #rightCol ul {
	display: none;
	width: 240px;
}

#tutorials #rightCol ul li a {
	display: block;
	padding: 10px 5px;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: rgba(0,0,0,.45);
}

#tutorials #rightCol ul li a.lastItem {
	border: none;
}

#tutorials #rightCol ul li a:hover {
	/*color: #cde8ff;*/
}

#tutorials #rightCol .listBottom {
	display: block;
	background: url(../images/drop-top-bottom-3.png) no-repeat;
	width: 248px;
	height: 29px;
	cursor: pointer;
}

#tutorials #rightCol .listBottom:active {
	background: url(../images/drop-top-bottom-pressed.png) no-repeat;
}

#tutorials #banner {
	display: block;
	margin: 0px auto 10px;
	text-align: center;
}


#tutorials #content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: -1px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	clear: both;
	color: #68748b;
	margin-top: 20px;
}

#tutorials #content h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	line-height: 22px;
	text-align: left;
	color: #50596b;
}

#tutorials #content p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.8);
	padding: 10px 0px 0px;
	margin-top: 10px;
	color: #b6bfcc;
}

			
#tutorials #content p img {
	float: left;
	margin: 0px 15px 5px 0px;
	
}

#tutorials #content p a {
	border-bottom: 1px dashed;
	font-weight: bold;
	color: #68748B;
	padding-bottom: 1px;
}

#tutorials #content .specialP a {
	border-bottom: none;
	font-weight: normal;
}

#tutorials #content .tutImg {
	display: block;
	width: 600px;
	margin: 20px auto;
}

#sideToggler {
	font-size: 12px;
	color: #b6bfcc;
	float: right;
	background: transparent url(../images/side-toggler.png) no-repeat;
	display: block;
	width: 98px;
	height: 22px;
	border: none;
	outline: none;
	font-size: 11px;
	color: #cfe8ff;
}

#sideToggler:active {
	background: transparent url(../images/side-toggler-pressed.png) no-repeat;
	color: #111;
}

h2#uhOh {
	background: transparent url(../images/404-text.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 487px;
	height: 220px;
	margin: 50px auto;
}

body#error #errorPara {
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	font-family: Helvetica;
	text-shadow: 0px 1px 2px black;
	font-weight: bold;
}

body#error #errorPara a {
	border-bottom: none;
	color: #505a6b;
}

body#error #errorPara a:hover {
	color: #cfe8ff;
}

#thanks p {
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#thanks h2 {
	margin-bottom: 10px;
}

#tipsy {
	background: url(/images/tohomepage.png) no-repeat;
	display: none;
	position: absolute;
	width: 319px;
	height: 58px;
	left: 80px;
	top: 0px;
}

#sitemap ul#sitemapLinks li a {
	border-bottom: 1px solid #4f596b;
	color: #66748b;
	font-size: 24px;
}

#sitemap ul#sitemapLinks li ul li a {
	background: url(/images/tree-thing2.png) no-repeat 10px -4px;
	border: none;
	color: #afbcce;
	font-size: 12px;
	padding-left: 20px;
}

#sitemap ul#sitemapLinks li a:hover {
	background: url(/images/tohome.png) no-repeat;
}

#sitemap ul#sitemapLinks li ul li.current a {
	color: #cfe8ff;
}

/* Footer */
			
#footWrapper {
	background: #111217 url(../images/footer-bg.png) repeat-x;
}

#footer {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

.footNav {
	color: #50596b;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,.45);
}

.footNav li a {
	display: block;
	margin: 10px 5px;
}

.footNav li a:hover {
	color: #d4d7e5;
}

.columns {
	float: left;
	margin: 20px 10px 0px;
	width: 240px;
}

.columns h5 {
	border-bottom: 1px solid #50596b;
	color: #d4d7e5;
	font-size: 16px;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px;
}

.columns p {
	color: #50596b;
	font-size: 14px;
	line-height: 20px;
	padding-left: 5px;
	text-align: justify;
}

.columns p a {
	border-bottom: 1px dashed rgba(255,255,255,.25);
	color: #66748b;
	font-weight: bold;
}

.columns p a, 
.footNav li a {
	-webkit-transition: color 0.3s ease;
}

.columns p a:hover {
	color: #d4d7e5;
}

#ribbon {
	left: 39px;
	position: relative;
	top: -10px;
}

#footInfo {
	clear: both;
	color: #d4d7e5;
	font-size: 12px;
	padding-bottom: 5px;
	text-align: center;
}

#footInfo a:hover {
	color: #50596b;
}

/* ------------------- */
/* Footer - New Styles */
/* ------------------- */

.footer {
	background-color: #111217;
	-webkit-box-shadow: inset 0 1px 0 0 #050607, inset 0 2px 0 0 #2e3239;
	-moz-box-shadow: inset 0 1px 0 0 #050607, inset 0 2px 0 0 #2e3239;
	-ms-box-shadow: inset 0 1px 0 0 #050607, inset 0 2px 0 0 #2e3239;
	-o-box-shadow: inset 0 1px 0 0 #050607, inset 0 2px 0 0 #2e3239;
	box-shadow: inset 0 1px 0 0 #050607, inset 0 2px 0 0 #2e3239;
}

.footer__content {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

.footer a {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.column {
	float: left;
}

.column_footer {
	margin: 20px 10px 0px;
	width: 240px;
}

.column__heading {
	border-bottom: 1px solid #50596b;
	color: #d4d7e5;
	font-size: 16px;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px;
}

.column__content {
	color: #50596b;
	font-size: 14px;
	line-height: 1.43;
	margin-bottom: 1.43em;
	padding-left: 5px;
	text-align: justify;
}

.column__nav {
	color: #50596b;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,.45);
}

.nav__link {
	display: block;
	margin: 10px 5px;
}

.nav__link:hover {
	color: #d4d7e5;
}

.content__link {
	border-bottom: 1px solid rgba(255,255,255,.25);
	color: #66748b;
	font-weight: bold;
}

.content__link:hover {
	color: #d4d7e5;
}

.decorative-figure {
	margin: 0;
	float: left;
}

.decorative-figure__image {
	left: 39px;
	position: relative;
	top: -3px;
}

.ancillary-info {
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}

.ancillary-info > * {
	clear: both;
	color: #d4d7e5;
	font-size: 12px;
	text-align: center;
}

.ancillary-info__copyright,
.ancillary-info__links {
	display: inline;
}

.ancillary-info__link:not(:last-child):after,
.ancillary-info__copyright:after {
	content: " | ";
}

input { -webkit-focus-ring-color: #cfe8ff !important; }
