
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:14px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin: 0; padding: 0; }
ul { list-style: none; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; text-decoration: none; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #1077ba; text-decoration: none; }
a:hover { color: #005187; }

img { display: block; }


/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

/* html roles list found here: http://www.w3.org/TR/wai-aria/roles#role_definitions */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #515151;
	line-height: 1.4em;
}

.site_width {
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

a.camo { color: inherit }
a.camo:hover { color: #005187 }

a.button {
	display: block; background: #000; float: left; padding: 3px 10px; color: #FFF;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background: #71AED6; background: -moz-linear-gradient(top, #71AED6 0%, #1479BC 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71AED6), color-stop(100%,#1479BC)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71AED6', endColorstr='#1479BC',GradientType=0 );
}

.topleft, .left, .bottomleft, .topbottomleft { float: left; }
.topleft { padding: 0 20px 20px 0; }
.left { padding: 20px 20px 20px 0; }
.bottomleft { padding: 20px 20px 0 0; }
.topbottomleft { padding: 0 20px 0 0; }

.topright, .right, .bottomright, .topbottomright { float: right; }
.topright { padding: 0 0 20px 20px; }
.right { padding: 20px 0 20px 20px; }
.bottomright { padding: 20px 0 0 20px; }
.topbottomright { padding: 0 0 0 20px; }

.center { margin-left: auto; margin-right: auto; text-align: center; }
.center img { display: inline; }

/* Extra Large Padding Classes */
.elpad { padding: 100px; }
.elpadt { padding-top: 100px; }
.elpadr { padding-right: 100px; }
.elpadb { padding-bottom: 100px; }
.elpadl { padding-left: 100px; }

/* Large Padding Classes */
.lpad { padding: 60px; }
.lpadt { padding-top: 60px; }
.lpadr { padding-right: 60px; }
.lpadb { padding-bottom: 60px; }
.lpadl { padding-left: 60px; }

/* Regular Padding Classes */
.pad { padding: 40px; }
.padt { padding-top: 40px; }
.padr { padding-right: 40px; }
.padb { padding-bottom: 40px; }
.padl { padding-left: 40px; }

/* Medium Padding Classes */
.mpad { padding: 30px; }
.mpadt { padding-top: 30px; }
.mpadr { padding-right: 30px; }
.mpadb { padding-bottom: 30px; }
.mpadl { padding-left: 30px; }

/* Small Padding Classes */
.spad { padding: 20px; }
.spadt { padding-top: 20px; }
.spadr { padding-right: 20px; }
.spadb { padding-bottom: 20px; }
.spadl { padding-left: 20px; }

/*Very Small Padding Classes */
.vspad { padding: 10px; }
.vspadt { padding-top: 10px; }
.vspadr { padding-right: 10px; }
.vspadb { padding-bottom: 10px; }
.vspadl { padding-left: 10px; }

/*No Padding Classes */
.npad { padding: 0px!important; }
.npadt { padding-top: 0px!important; }
.nspadr { padding-right: 0px!important; }
.npadb { padding-bottom: 0px!important; }
.npadl { padding-left: 0px!important; }

/*Divider Lines Classes */
.linet { border-top: 1px solid #e6e6e6; }
.liner { border-right: 1px solid #e6e6e6; }
.lineb { border-bottom: 1px solid #e6e6e6; }
.linel { border-left: 1px solid #e6e6e6; }

/*Dashed Divider Lines Classes */
.dlinet { border-top: 1px dashed #e6e6e6; }
.dliner { border-right: 1px dashed #e6e6e6; }
.dlineb { border-bottom: 1px dashed #e6e6e6; }
.dlinel { border-left: 1px dashed #e6e6e6; }

#main * > h1:first-child, #main * > h2:first-child, #main * > h3:first-child,
#main * > h4:first-child, #main * > h5:first-child, #main * > h6:first-child {
	padding-top: 0; margin-top: 0;
}



/* Standard Form
------------------------------------------------------- */
	
			
		.content input[type="text"],
		.content input[type="password"],
		.content textarea {
			font-size: 14px;
			padding: 6px 7px;
			margin-top: 3px;
			border: none;
			color: #404040;
			text-shadow: #FFF 0 1px 1px;
			
			-webkit-box-shadow: #CCC 0px 1px 2px;
			-moz-box-shadow: #CCC 0px 1px 2px;
			box-shadow: #CCC 0px 1px 2px;
			background: #FFFFFF; /* old browsers */
			background: -moz-linear-gradient(top, #FFFFFF 0%, #f5f5f5 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f5f5f5)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f5f5f5',GradientType=0 ); /* ie */
			
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			margin-bottom: 10px;
			
			border: 1px solid #b3b3b3;
		}
		
			.content input[type="text"]:focus ,
			.content input[type="password"]:focus ,
			.content input[type="text"].hasValue ,
			.content input[type="password"].hasValue,
			.content textarea:focus {
				color: #000;
				background: #F4F4F4; /* old browsers */
				background: -moz-linear-gradient(top, #FFFFFF 0%, #fafafa 100%); /* firefox */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#fafafa)); /* webkit */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#fafafa',GradientType=0 ); /* ie */
				
				border: 1px #0076BD solid;
				outline: none;	
			}
		
		.content textarea {
			width: 100%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		

		
		.content input[type="submit"],
		.content input[type="reset"] {
			background: #005e95; /* old browsers */
			background: -moz-linear-gradient(top, #007fce 0%, #005e95 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007fce), color-stop(100%,#005e95)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fce', endColorstr='#005e95',GradientType=0 ); /* ie */
			
			border-top: 1px solid #4c90ac;
			
			color: #FFF;
			border: none;
			
			-webkit-box-shadow: #CCC 0px 1px 2px;
			-moz-box-shadow: #CCC 0px 1px 2px;
			box-shadow: #CCC 0px 1px 2px;
			
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			
			font-size: 16px;
			padding: 5px 15px;
		}
		
			
			.content input[type="submit"]:active,
			.content input[type="reset"]:active {
				background: #005e95; /* old browsers */
			background: -moz-linear-gradient(top, #005e95 0%, #007fce 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005e95), color-stop(100%,#007fce)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e95', endColorstr='#007fce',GradientType=0 ); /* ie */
			}
			
			
			
			
			.content th[scope=row] {
				text-align: left;
				padding-right: 20px;
				vertical-align: middle;
			}
			
			tr.novis { display: none; }
			
			.placeholderfallback { display: none; }
			
/* Box
------------------------------------------------------- */
.box { 
	background-color: #FFF;
	margin-bottom: 20px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.topcorners { 
	-webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px;
}


.offwhite { background-color: #fafafa; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; }

.box.clearfix { overflow: hidden; float: none; }

.box.full { width: 1000px; }

.box header.box {
	width: 100%;
	float: left;
	margin-bottom: 0;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	
	
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 3%, #f2f2f2 97%, #CCCCCC 100%);	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(3%,#F5F5F5), color-stop(97%,#f2f2f2), color-stop(100%,#CCCCCC));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f2f2f2',GradientType=0 );
}
	
	.box header.box h1 {
		font-size: 12px;
		line-height: 30px;
		padding-left: 20px;
		color: #000;
	}
	
		.box header.box h1.alt {
			font-size: 16px;
			font-weight: 600;
			line-height: 50px;
			padding-left: 30px;
		}
	
	.box header.box h1 .icon {
		float: left;
		height: 30px;
		width: 30px;
		height: 30px;
		background-color: red;
	}
	
	.box header.box.article h1 {
		font-size: 16px;
		line-height: 60px;
		padding-left: 30px;
		color: #000;
		margin-bottom: 0;
	}
	
	header.box .right { padding: 0 20px 0 0; line-height: 30px; }



.box .the_pad,
.outline .the_pad {
	margin: 30px 0;
	padding: 0px 30px;
	float: left;
	min-height: 10px;
}

.box .the_spad,
.outline .the_spad {
	margin: 20px 0;
	padding: 0 20px;
	float: left;
	min-height: 10px;
}


/* Floating the pad left creates problems with there's not enough content. this fixes the problem */
#main .nofloat { float: none; }




/* Dark Box */
.dark .box {
	background: transparent url(images/blue_30.png);
}

.dark .box header { background: transparent url(images/blue_30.png); border-bottom: 1px solid #143952; }
	.dark .box header h1 { color: #FFF; border-bottom: 1px solid #0c283b; }
	
	.dark .box a { color: #4ab7ff; }



/* Error */
div.error {
	margin-top: 10px;
	background-color: #f5f5f5;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #FFF;
	-webkit-box-shadow: #e5e5e5 0px -1px 0px;
	-moz-box-shadow: #e5e5e5 0px -1px 0px;
	box-shadow: #e5e5e5 0px -1px 0px;
}

div.error strong.error { color: #ce0000; }

/* Box Tabs
------------------------------------------------------- */
.box ul.tabs { float: left; margin: 0 0 0 10px; }
.box ul.tabs li {
	float: left;
	list-style-type: none;
	line-height: 40px;
}

	.box ul.tabs li a {
		color: #333333;
		padding: 0 20px;
		font-size: 12px;
		font-weight: 600;
		height: 40px;
		float: left;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}
	
				
		.box ul.tabs li a:hover {
			background: #FFFFFF; /* old browsers */
			background: -moz-linear-gradient(top, #FFFFFF 0%, #F2F2F2 3%, #E3E3E3 97%, #D8D8D8 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(3%,#F2F2F2), color-stop(97%,#E3E3E3), color-stop(100%,#D8D8D8)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D8D8D8',GradientType=0 ); /* ie */
		}
		
		.box ul.tabs li a.current,
		.box ul.tabs li a.current:hover {
			background: #FFF;
			border-left: 1px solid #dfdfdf;
			border-right: 1px solid #dfdfdf;
		}




.shadow {
	-webkit-box-shadow: #b3b3b3 0px 1px 2px;
	-moz-box-shadow: #b3b3b3 0px 1px 2px;
	box-shadow: #b3b3b3 0px 1px 2px;
}

.outline {
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

.box.outline { background: none; }
.box.outline header.box { background: none; border-bottom: 1px solid #dbdbdb; }

.skeleton { float: left; }

/* Platinum box */
.platinum {
	box-shadow: none;
	background: #d5d6d9 url(images/platinum_bg.png) repeat 0 0;
	text-shadow: #FFF 0px 1px 1px;
	font-size: 12px;
}

.platinum ul li {
	background-image: none;
	padding-left: 0;
	color: #696969;
	padding-top: 3px; padding-bottom: 3px;
}

.platinum ul li a strong { color: inherit; }
.platinum ul li a em { color: #696969; font-style: normal; }

/* Column Width Constructs
------------------------------------------------------- */
.whole, .half, .third, .two_third, .fourth, .three_fourth, .fifth, .two_fifth, .three_fifth, .four_fifth { float: left; }

.whole { width: 100% }
			
.half { width: 50%; }
		
.third { width: 33.3%; }
.two_third { width: 66.6%; }

.fourth { width: 25%; }
.three_fourth { width: 75%; }

.fifth { width: 20%; }
.two_fifth { width: 40%; }
.three_fifth { width: 60%; }
.four_fifth { width: 80%; }



/* Column Width Box Gutter
------------------------------------------------------- */

.gutter_top > * { margin-top: 10px }
.gutter_right > * { margin-right: 10px }
.gutter_bottom > * { margin-bottom: 10px }
.gutter_left > * { margin-left: 10px }

.gutter_tb { margin-top: 10px; margin-bottom: 10px; }
.gutter_lr { margin-left: 10px; margin-right: 10px; }
.gutter { margin: 10px; }
			

/* Row and Dividers
------------------------------------------------------- */

.row {margin-bottom: 20px;}

.row .the_pad {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	padding-left: 10px;
	padding-right: 10px;
}

.row.dividers .the_pad {
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #e5e5e5;
}

.row.dividers > *:first-child .the_pad { border-left: 0; }
.row > *:first-child .the_pad { padding-left: 0!important; }
.row > *:last-child .the_pad { padding-right: 0!important; }


.left_divider { border-left: 1px solid #e5e5e5;}
.right_divider { border-right: 1px solid #e5e5e5;}
.top_divider { border-top: 1px dashed #e5e5e5;}
.bottom_divider { border-bottom: 1px solid #e5e5e5;}

.dark .left_divider { border-left: 1px solid #20445c;}
.dark .right_divider { border-right: 1px solid #20445c;}
.dark .top_divider { border-top: 1px dashed #20445c;}
.dark .bottom_divider { border-bottom: 1px dashed #20445c;}



/* Equal Heights with Table CSS */
.equal_heights { display: table;}
				
.equal_heights_row {
	display:table-row;
	vertical-align: top;
}

.equal_heights_row > div {
	display:table-cell;
	float: none;
	vertical-align: top;
}

/* Content Formatting
------------------------------------------------------- */
	


	.content {

	}
	
	.content.no_box {
		padding: 20px 0;
		float: left;
	}
	
	.skeleton h1 {
		color: #262626;
	}
	/*
.content h1 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
		margin-top: 10px;
		color: #333333;
		line-height: 24px;
	}
*/
	.content h1
/* 	.content h2, */
/* 	.content h3, */
/* 	.content h4 */ { font-family: "OpenSansRegular", "Myriad Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
	
	
	.content h1 {
		color: #0076bd;
		font-size: 24px;
		font-weight: 600;
		font-family: "OpenSansRegular", "Myriad Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
		line-height: 32px;
		margin-bottom: 10px;
	}
	
	
		.content h1.alt {
			font-size: 24px;
			font-weight: 400;
			margin-bottom: 10px;
			line-height: 30px;
			color: #262626;
			padding-left: 0;
		}
		
		.content.no_box h1 {
			font-size: 24px;
		}
		
		.content h2 {
			font-size: 18px;
			font-weight: 600;
			margin-bottom: 5px;
			margin-top: 10px;
			color: #333333;
			line-height: 24px;
		}
		
		.content h3 {
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 0px;
			margin-top: 10px;
			color: #0076bd;
			line-height: 22px;
		}
	
		.content h6 {
			color: #b2b2b2;
			font-size: 10px;
			text-transform: uppercase;
			margin: 3px 0; 
		}
		
		/* Header Groups --------------------------------- */
		
		.content hgroup { padding-bottom: 10px; }
		.content hgroup h2 { margin-bottom: 0; }
		.content hgroup h3 { margin-top: 0; color: #808080; }
		
		
	
	.content p {
		
		padding-bottom: 15px;
		line-height: 1.6em;
	}
	
		.content p.large {
			font-size: 18px;
			line-height: 1.5em;
			color: #262626;
		}
	
	.content blockquote { font-family: Georgia; font-size: 18px; line-height: 1.5em; padding-bottom: 10px; margin-left: 25px; }
	.content blockquote p { padding-bottom: 0; }
	.content blockquote cite { color: #b3b3b3; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }
	
	.content a[target=_blank], .content a[target=new] {
		background: transparent url(images/icon_external_link.png) no-repeat right 50%;
		display: inline-block;
		padding-right: 13px;
	}
	
	.content h1 a[target=_blank], .content h1 a[target=new],
	.content h2 a[target=_blank], .content h2 a[target=new], 
	.content h3 a[target=_blank], .content h3 a[target=new],
	.content h4 a[target=_blank], .content h4 a[target=new],
	.content h5 a[target=_blank], .content h5 a[target=new],
	.content h6 a[target=_blank], .content h6 a[target=new] { background: none; padding-right: 0; }
	
	.content strong { color: #262626; }
	.content .right {
		text-align: right;
	}
	
	.content .serif {
		font-family: Georgia, Palatino, serif;
		font-weight: 400;
		font-size: 16px;
		color: #262626;
	}
	
		
	
	.content ul {
		margin-bottom: 10px;
	}
		
		.content ul li {
			background: transparent url(./images/ul_bullet.png) no-repeat 0 12px;
			padding: 3px 0 4px 15px;
		}
		
		.content ul.nobull li { background-image: none; padding-left: 0; }
	
	
	.content p:last-child { padding-bottom: 0; margin-bottom: 0; }
	
	.content .hr {
		border-bottom: 1px dashed #e5e5e5;
		width: 100%;
		padding-top: 0px;
		margin-bottom: 0px;
		clear: none;
	}
	
	.content em { font-style: oblique; }
	
	.hr {
		border-bottom: 1px dashed #e5e5e5;
		width: 100%;
		padding-top: 20px;
		margin-bottom: 30px;
		clear: both;
	}
	
	
	/* Figure Formatting */
	
	figure { margin-bottom: 20px; }
	figure.left {
		float: left;
		margin-right: 30px;
	}
	
	figure.right {
		float: right;
		margin-left: 30px;
	}
	
	figure.border {
		border: 1px solid #ebebeb;
		padding: 2px;
	}
	
	figure.bleed.left {
		position: relative;
	}
	

	figure.bleed.left { position: relative; padding: 0;}
	.elpad figure.bleed.left,
	.elpadl figure.bleed.left { left: -100px; margin-right: -60px; }
	.lpad figure.bleed.left,
	.lpadl figure.bleed.left { left: -60px; margin-right: -20px; }
	.pad figure.bleed.left,
	.padl figure.bleed.left { left: -40px; margin-right: -10px; }
	.mpad figure.bleed.left,
	.mpad figure.bleed.left { left: -30px; margin-right: 0px; }
	.spad figure.bleed.left,
	.spadl figure.bleed.left { left: -20px; margin-right: 0px; }
	.vspad figure.bleed.left,
	.vspadl figure.bleed.left { left: -10px; margin-right: 10px; }

	
	
		
	
	
	
	figure figcaption {
		height: 30px;
		display: block;
		font-size: .8em;
		padding: 7px 7px 0 7px;
		width: inherit;
	}
	
	
	/* Table Formatting
	------------------------------------------------------- */
	table.gridtable {
				color:#333333;
				border-width: 1px;
				border-color: #666666;
				border-collapse: collapse;
				width: 100%;
				margin-bottom: 50px;
				float: left;q
			}
			table.gridtable th {
				padding: 8px;
				border-style: solid;
				background: #FFFFFF;
				background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 3%, #f2f2f2 97%, #CCCCCC 100%);	
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(3%,#F5F5F5), color-stop(97%,#f2f2f2), color-stop(100%,#CCCCCC));
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f2f2f2',GradientType=0 );
			}
			table.gridtable td {
				padding: 8px;
				border-bottom: 1px solid #CCC;
			}
	
	
	/* Language Tabs */							
	.language_tabs {
		position: absolute;
		right: -50px;
		top: 20px;
	}
	
		.language_tabs li a,
		.language_tabs .select_language {
			display: block;
			width: 40px;
			height: 40px;
			background: transparent url(./images/icons.png) no-repeat 0 0;
		}
		
		.language_tabs li a:hover { cursor: pointer; }
		
		.language_tabs .select_language { background-position: -1040px 0; }
		
		.language_tabs li a#en { background-position: -1080px 0; }
		.language_tabs li a#fr { background-position: -1120px 0; }
		.language_tabs li a#sv { background-position: -1160px 0; }
		.language_tabs li a#de { background-position: -1200px 0; }
		
		.language_ul li a.current { background-color: #ebebeb; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
		
		.tooltip {
			display:none;
			background: #000;
			font-size:12px;
			width:160px;
			padding:7px;
			color:#fff;	
		}
	

	
	/* Side Content Menu */
	.side_page_nav {
		width: 100%;
	}
	
	.side_page_nav  li {
		text-align: right;
		margin-right: 10px;
		display: block;
		margin-bottom: 10px;
		font-weight: 600;
	}
	
		.side_page_nav li a { color: inherit; }
		.side_page_nav li.here a { color: #1077BA; }
		.side_page_nav li a:hover { color: #1077BA; }
	
	.clear { clear: both; }
	
	
	/*Page Tabs -------------------------- */
	/* JqueryTools Tabs
	------------------------------------------------------- */
	
	ul.page_tabs {
		float: left;
		display: block;
		padding: 10px 0 0px 0;
		list-style-type: none;
		clear: both;
	}
	
	ul.page_tabs li{
		float: left;
		background: none;
		padding: 0;
	}
	
	ul.page_tabs li a{
		padding-top: 8px;
		padding-right: 16px;
		padding-bottom: 7px;
		padding-left: 16px;
		display: block;
		border-bottom: 1px solid #CCC;
	}
	
	ul.page_tabs li a.current {
		border: 1px solid #CCC;
		padding-top: 7px;
		padding-right: 15px;
		padding-bottom: 7px;
		padding-left: 15px;
		border-bottom: none;
		color: #000;
	}
	
		ul.page_tabs li a.current:hover {
			text-decoration: none;
		}
	
	
		/* tab pane styling */
	/* 	div.panes { clear: both; } */
		div.panes div.pane {
			display:none;
		}
		
		div.block {
			border-bottom: 1px solid #CCC;
			margin-bottom: 30px;
			padding-bottom: 15px;
		}
		
		
		
		
		


/* Dark Content */
.dark .content h1 { 
	color: #FFF;
	font-size: 16px;	
}

.dark {
	color: #FFF;
	background: rgb(26,26,26); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,26,26,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,26,26,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(26,26,26,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(26,26,26,1) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(26,26,26,1) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(26,26,26,1) 0%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

.dark .content {
	color: #c2c8cc;
}

.dark a { color: #4AB7FF; }




.box.dark {
	background-color: #191919;
}
	
	.dark .content,
	.dark .content p.large { color: #cccccc; }
	
	.dark .content p strong { color: #FFF; }
	
	.dark .content h1 { font-size: 36px; }
/* 	.dark .content hgroup h1 { margin-bottom: 0; } */
/* 	.dark .content hgroup { padding-bottom: 0; } */
	
	.dark .content ul { padding-left: 20px;list-style-type: square; }
	
	.dark .content h2 { color: #FFF; }
	.dark .content h3 { color: #999999; }
	
	

/* Standard Page Header */		
		.page_intro {
			background-color: #fafafa;
			width: 100%;
			padding: 10px 0 0 0;
			border-bottom: 1px solid #dcdfe0;
			position: relative;
		}
		
			header.page_intro h1 {
				color: #091a33;
				font-size: 50px;
				font-weight: 600;
				font-family: "OpenSansRegular", "Myriad Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
			}
			
			header.page_intro hgroup h1 { margin-bottom: .4em; }
			
			header.page_intro h2 {
				color: #0076bd;
				font-size: 24px;
				font-weight: 500;
				font-family: "OpenSansRegular", "Myriad Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
				padding-left: 5px;
			}
			
			header.page_intro p {
				color: #0076bd;
				margin-bottom: 10px;
			}
			
			header.page_intro .icon {
				position: relative;
				width: 170px;
				float: left;
				height: 100px;
			}
			
			header.page_intro .icon img {
				position: absolute;
				top: -35px;
			}
			
			header.page_intro .the_pad { float: none; }

	

		.page_intro.dark {
			background: #2e2e2e url(images/subproduct_bg.jpg) no-repeat 0 0;
		}
		
			header.page_intro.dark h1 { color: #FFF; text-shadow: #000 0px 3px 5px; }
			header.page_intro.dark h2 { color: #67aad5; text-shadow: #000 0px 3px 5px;  }


/* Alt STANdard Page Header */
	.page_intro_alt,
	.content header {
		width: 100%;
		position: relative;
		padding-bottom: 25px;
	}
	
		.page_intro_alt h1,
		.content header h1 {
			color: #1a1a1a;
			font-size: 40px;
			font-weight: 600;
			font-family: "OpenSansRegular", "Myriad Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
			margin-bottom: 5px;
			line-height: 50px;
		}
		
		.page_intro_alt h2,
		.content header h2 {
			color: #0076bd;
			font-size: 24px;
			font-weight: 500;
			font-family: "OpenSansRegular", "Myriad Pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
		}
		
		.page_intro_alt hgroup h2,
		.content header group h2 { margin-top: 0; }
		
		.content .page_intro_alt p {
			color: #8C8C8C;
		}
		
	/*
	.page_intro_alt hgroup h1 {
			margin-bottom: 25px;
		}
*/

	/* Truncating */
	span.truncated_toggle {}
	.nojs .truncated_toggle { display: none; }
	
	.truncated_hidden { display: none; }
	.nojs .truncated_hidden { display: block; }

/* Comments
------------------------------------------------------- */	
	.comments li:first-child .platinum { border-top: 1px solid #c7c7c7;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px; }
	
	.comments li:first-child .comment_detail {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px; }
	
	.comments li:last-child .platinum {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px; }
	
	.comments li:last-child .comment_detail {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px; }
	
	
	.comment .platinum { border-bottom: 1px solid #c7c7c7; border-top: 1px solid #e0e0e0; }
	.comment_author_info {  }
	.comment_detail { background-color: #FFF; border-left: 1px solid #a6a6a6; }
	
	.comment_author_info img.avatar { float: left; border: 2px solid #FFF; margin-right: 10px;
	-webkit-box-shadow: #343434 0px 1px 2px;
	-moz-box-shadow: #343434 0px 1px 2px;
	box-shadow: #343434 0px 1px 2px; }
	
	.comment_author_info .name { line-height: 1.5em; padding-top: 5px; display: inline-block; }
	
	.comment_form label.placeholderfallback { width: 100px; }


/* Page Flip Formatting
************************************
************************************
************************************
************************************ */		
		
		.pageflip {
			position: relative; clear: both; float: none;
		}
		
		/* Previous */
		.pageflip-prev {
			height: 400px; width: 100px; position: absolute; top: 5px; left: 0; z-index: 0; background-color: #fcfcfc;
			-moz-transform: rotate(-3deg) translate(10px, 0px); -webkit-transform: rotate(-3deg) translate3d(10px, 0px, 0); -o-transform: rotate(-3deg) translate(10px, 0px); -ms-transform: rotate(-3deg) translate(10px, 0px); transform: rotate(-3deg) translate(10px, 0px);
				-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; display: block;
		}
		
		.pageflip-prev i {
			width: 40px; height: 40px; background: transparent url(./images/icons.png) no-repeat -1240px 0; opacity: 0;
			-moz-transform: rotate(7deg); -webkit-transform: rotate(7deg); -o-transform: rotate(7deg); -ms-transform: rotate(7deg); transform: rotate(7deg);
			-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;
		}
		
		.pageflip-prev:hover {
			background-color: #fff;
			-moz-transform: rotate(-7deg) translate(5px, 0px); -webkit-transform: rotate(-7deg) translate3d(5px, 0px, 0); -o-transform: rotate(-7deg) translate(5px, 0px); -ms-transform: rotate(-7deg) translate(5px, 0px); transform: rotate(-7deg) translate(5px, 0px);
		}
		
		.pageflip-prev:hover i {opacity: .3; }
		
		.pageflip-prev:hover ~ .pageflip-current {
			-moz-transform: rotate(0deg) translate(10px, 0px); -webkit-transform: rotate(0deg) translate3d(10px, 0px, 0); -o-transform: rotate(0deg) translate(10px, 0px); -ms-transform: rotate(0deg) translate(10px, 0px); transform: rotate(0deg) translate(10px, 0px);
		}
		
		/* Next */
		.pageflip-next {
			height: 400px; width: 100px; position: absolute; top: 5px; right: 0; z-index: 0; background-color: #fcfcfc;
			-moz-transform: rotate(3deg) translate(-10px, 0px); -webkit-transform: rotate(3deg) translate3d(-10px, 0px, 0); -o-transform: rotate(3deg) translate(-10px, 0px); -ms-transform: rotate(3deg) translate(-10px, 0px); transform: rotate(3deg) translate(-10px, 0px);
					-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; display: block;
		}
		
		.pageflip-next:hover {
			background-color: #fff;
			-moz-transform: rotate(7deg) translate(-5px, 0px); -webkit-transform: rotate(7deg) translate3d(-5px, 0px, 0); -o-transform: rotate(7deg) translate(-5px, 0px); -ms-transform: rotate(7deg) translate(-5px, 0px); transform: rotate(7deg) translate(-5px, 0px);
		}
		
		.pageflip-next:hover ~ .pageflip-current {
			-moz-transform: rotate(0deg) translate(-10px, 0px); -webkit-transform: rotate(0deg) translate3d(-10px, 0px, 0); -o-transform: rotate(0deg) translate(-10px, 0px); -ms-transform: rotate(0deg) translate(-10px, 0px); transform: rotate(0deg) translate(-10px, 0px);
		}
		
		.pageflip-next i {
			width: 40px; height: 40px; background: transparent url(./images/icons.png) no-repeat -1280px 0; opacity: 0; float: right;
			-moz-transform: rotate(-7deg); -webkit-transform: rotate(-7deg); -o-transform: rotate(-7deg); -ms-transform: rotate(-7deg); transform: rotate(-7deg);
			-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;
		}
		
		.pageflip-next:hover i {opacity: .3; }
		
		.pageflip-current {
			position: relative; z-index: 10; min-height: 410px;
			-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;	
		}


/* Icons
------------------------------------------------------- */	
	
	span.icon {
		background: transparent url(images/icons.png);
		width: 40px;
		height: 40px;
	}
	
		span.icon#code-development-largeicon { background-position: -200px 0; }
		span.icon#static-analysis-largeicon { background-position: -240px 0; }
		span.icon#qa-testing-largeicon { background-position: -280px 0; }
		
		span.icon.code-development { background-position: -320px 0; }
		span.icon.static-analysis { background-position: -360px 0; }
		span.icon.qa-testing { background-position: -400px 0; }
		
		span.icon.gem_light { background-position: -440px 0; }
		span.icon.webinar_light { background-position: -480px 0; }
		span.icon.papers_light { background-position: -520px 0; }
		span.icon.devlog_light { background-position: -560px 0; }
		span.icon.docs_light { background-position: -600px 0; }
		span.icon.press_light { background-position: -640px 0; }
		
		span.icon.gem_dark { background-position: 680px 0; }
		span.icon.webinar_dark { background-position: -720px 0; }
		span.icon.papers_dark { background-position: -760px 0; }
		span.icon.devlog_dark { background-position: -800px 0; }
		span.icon.docs_dark { background-position: -840px 0; }
		span.icon.press_dark { background-position: -880px 0; }



/* Internal Modules
------------------------------------------------------- */		

.module_header { border-bottom: 1px dashed #e5e5e5; }
.module_header .the_pad { padding: 0 30px; }
.module_header .the_pad h1 { font-weight: 600; margin-bottom: 0; }

.module {
	font-size: 14px;
	line-height: 1.5em;
}
	
	.module .the_pad {
		padding: 0 30px;
		margin: 30px 0;
	}
		
/* Expertise */		
#module_expertise {
	background: transparent url(images/content/module_expertise.jpg) no-repeat 0 0;
	height: 200px;
}
	
	#module_expertise .the_pad {
		padding: 0 30px;
		margin: 30px 0;
	}

	
/* GNAT Tracker */
#module_gnattracker {
	background: transparent url(images/content/module_gnattracker.jpg) no-repeat 0 0;
	height: 200px;
}
	
	#module_gnattracker .the_pad {
		padding: 30px 180px 0 30px;
		margin: 0;
		border-left: 1px solid #e5e5e5;
		height: 170px;
	}


/* Expertise */		
.module_expertquote {
	height: 200px;
	position: relative;
}
	
	.module_expertquote .the_pad {
		padding: 0 230px 0 30px;
		margin: 30px 0;
	}
	
	.module_expertquote blockquote {
		color: #FFF;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.4em;
	}
	
	.module_expertquote cite {
		background: transparent url(images/black_50.png);
		color: #FFF;
		line-height: 40px;
		width: 470px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-left: 30px;
	}
	
	.module_expertquote#expertquote_ed { background-image: url(images/content/module_expertquote_ed.jpg); }
			
						
/* Branding
------------------------------------------------------- */
header#primary {
	height: 80px;
	background: #13354c; /* Old browsers */
	background: -moz-linear-gradient(top, #13354c 0%, #031826 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13354c), color-stop(100%,#031826)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #13354c 0%,#031826 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #13354c 0%,#031826 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #13354c 0%,#031826 100%); /* IE10+ */
	background: linear-gradient(top, #13354c 0%,#031826 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13354c', endColorstr='#031826',GradientType=0 ); /* IE6-9 */
}
	
	header#primary hgroup {
		display: block; float: left;
	}
	
	header#primary hgroup h1 a {
		width: 206px;
		height: 48px;
		background: transparent url(images/branding-dark.png) no-repeat 0 0;
		margin-top: 16px;
		float: left;
		margin-right: 30px;
	}
	
	header#primary hgroup h2 {
		color: #666666;
		font-size: 13px;
		font-weight: 400;
		float: left;
		line-height: 90px;
		padding-top: 10px;
	}


/* Main Nav
------------------------------------------------------- */
nav[role=navigation] {
	float: right;
	width: 750px;
	
}

	nav[role=navigation] ul {
		float: right;
		height: 40px;
		background: transparent url(images/nav-divider.png) repeat-x 0 0;
/* 		padding-top: 2px; */
	}
	
		nav[role=navigation] ul li {
			float: left;
			font-size: 13px;
			line-height: 40px;
			margin-right: 5px;
		}
		
		nav[role=navigation] ul li a {
			color: #FFF;
			padding: 0 15px;
			float: left;
			height: 40px;
			text-decoration: none;
			
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			border-top-left-radius: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-topright: 3px;
			border-top-right-radius: 3px;
				
		}
		
		nav[role=navigation] ul li.active a,
		nav[role=navigation] ul li.active a:hover {
			color: #0e222f;
			
			background: #f4f4f4;
			background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
		}
		
		nav[role=navigation] ul li a:hover {
			background: #216795;
			background: -moz-linear-gradient(top, #216795 0%, #246B9A 90%, #1C5278 100%);	
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#216795), color-stop(90%,#246B9A), color-stop(100%,#1C5278));
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216795', endColorstr='#1C5278',GradientType=0 );
		}
	

/* GNAT Tracker
------------------------------------------------------- */
.utility_links {
	float: right;
	position: relative;
	z-index: +500;
	height: 30px;
	padding-top: 10px;
}

	.utility_links a.utility {
		display: block;
		height: 12px;
		color: #89b1cc;
		line-height: 12px;
		margin: 5px 0;
		text-decoration: none;
		position: relative;
		font-weight: 500;
		font-size: 11px;
		float: right;
		border-right: 1px solid #89b1cc;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.utility_links a.utility:hover { text-decoration: underline; }
	
.gnattracker {
	float: right;
	position: relative;
	z-index: +500;
	margin-right: 5px;
}

	.gnattracker a.toggle {
		float: right;
		height: 23px;
		margin: 0;
		line-height: 23px;
		padding: 0 0 0 7px;
		border-right: 0;
		z-index: +10;
	}
	
		.gnattracker a.toggle span.icon.trackericon {
			width: 24px;
			background: transparent url(images/icons2.png) no-repeat -300px 0px;
			height: 24px;
			display: block;
			float: left;
			margin-right: 5px;
			margin-top: 2px;
		}
		
		
		.gnattracker a.toggle span.icon.arrows {
			width: 24px;
			background: transparent url(images/icons.png) no-repeat -128px -9px;
			height: 23px;
			display: block;
			float: right;
			margin-right: 2px;
		}
		
		.gnattracker:hover a.toggle span.icon.arrows { background-position: -168px -9px; }
		
.gnattracker:hover a.toggle {
	background: #FFF;
	border-bottom: none;
	text-decoration: none;
}

.gnattracker:hover .login_field {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0
}
	
	.gnattracker .login_field {
		display: none;
		border: 1px solid #e1e4e6;
		margin-top: 22px;
		background-color: #FFF;
		padding: 4px;
	}
	
		.gnattracker .login_field form {
			background-color: #f4f4f4;
			padding: 15px;
			width: 215px;
		}
		
			.gnattracker .login_field form label {
				float: left;
				width: 75px;
				text-align: right;
				padding-right: 10px;
				line-height: 24px;
			}
			
			.gnattracker .login_field form input.text {
				float: left;
				width: 120px;
				margin-bottom: 10px;
			}
			
			.gnattracker .login_field form .help {
				float: left;
				width: 140px;
				font-size: 11px;
				color: #808080;
			}
				
				
			
			.gnattracker .login_field form input[type=submit] {
				border: none;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
				border-radius: 20px;
				color: #FFF;
				
				font-size: 12px;
				padding: 3px 20px;
				margin-top: 6px;
				float: right;
				
				background: #2A2A2A; /* old browsers */
				background: -moz-linear-gradient(top, #2A2A2A 0%, #787878 5%, #515151 10%, #2B2B2B 100%); /* firefox */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007fce), color-stop(100%,#005e95)); /* webkit */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A2A2A', endColorstr='#2B2B2B',GradientType=0 ); /* ie */
			}


/* GNAT Tracker box */
.gnattrackeraccess form .help {
	float: left;
	width: 140px;
	font-size: 11px;
	color: #808080;
}

.gnattrackeraccess input[type=text],
.gnattrackeraccess input[type=password] { width: 238px; }

.gnattrackeraccess input[type=submit] { float: right; margin-top: 5px;}


/* Search
------------------------------------------------------- */

.search {
	float: right;
	padding: 0;
	margin-right: 10px;
}

	.search input[type=text] {
		border: none;
		height: 13px;
		-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-left-radius: 3px;
		color: #d7e6f2;
		padding: 5px 10px;
		font-size: 12px;
		float: left;
		width: 148px;
		background-color: #476a82;
		
	}
	
	.search input[type=text]::-webkit-input-placeholder { color: #91abbf; }
	.search input[type=text]:-moz-placeholder { color: #91abbf; }
		
		.search input[type=text]:active,
		.search input[type=text]:focus {
			background-color: #56809c;
			outline: none;
		}
	
	.search .search_btn {
		float: left;
		position: relative;
		width: 25px;
		height: 23px;
		
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		border-bottom-right-radius: 3px;
			
		background-color: #35586e;
		
	}
	
		.search .search_btn input {
			width: 25px;
			height: 28px;
			border: none;
			margin: 0;
			padding: 0;
			background: none;
			position: absolute;
			top: 0;
			left: 0;
			
		}
		
		.search .search_btn .icon {
			background: transparent url(images/icons2.png) no-repeat -325px -2px;
			height: 23px;
			width: 25px;
			top: 0px;
			left: 0px;
			position: absolute;
		}
				
		
/* Sub Navigation
------------------------------------------------------- */						
		.navigation_sub {
			display: block;
			clear: both;
			
			padding-bottom: 2px;
			
			background: #F4F4F4; /* old browsers */
			background: -moz-linear-gradient(top, #F4F4F4 0%, #E3E3E3 77%, #DEDEDE 95%, #EEEEEE 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(77%,#E3E3E3), color-stop(95%,#DEDEDE), color-stop(100%,#EEEEEE)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
		}
		
		.navigation_sub_inner {
			border-bottom: 1px solid #bcbcbc;
			padding-bottom: 4px;
/* 			height: 75px; */
/* 			padding-bottom: 4px; */
		}
			
			.navigation_sub .breadcrumbs {
				color: #a8aeb3;
				padding: 15px 0 10px 0;
				font-size: 12px;
				text-shadow: #FFF 0px 1px 1px;
				font-weight: 600;
			}
				
				.navigation_sub .breadcrumbs a { color: #787c80; }
				.navigation_sub .breadcrumbs a:hover { color: #1077ba; }
				
			
			.navigation_sub_alt {
				padding-bottom: 5px;
				clear: both;
				float: left;
				width: 100%;
			}
			
			.navigation_sub h1,
			h1.sub {
				color: #363c40;
				font-size: 24px;
				font-weight: 600;
				text-shadow: #FFF 0px 1px 1px;
				margin-bottom: 10px;
			}
			
			.navigation_sub_alt h1.sub a { padding-left: 7px; }
			
			h1.sub a:hover { color: #1077ba; }
			
			nav.sub ul {
				float: right;
				padding-top: 3px;
			}
				
				nav.sub ul li {
					float: left;
					border-left: 1px solid #c8c8c8;
					padding: 0 10px;
					line-height: 12px;
					font-size: 13px;
				}
				
				nav.sub ul li a { color: #4d4d4d; }
				
				nav.sub ul li:first-child { border-left: 0; }
				
				nav.sub ul li.active a { color: #aaaaaa; }
			
/* Page Selections
------------------------------------------------------- */		
	/*
.page_selections {
		font-size: 12px;
		background: #FFFFFF;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #ededed 2%, #e3e3e3 100%);	
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(2%,#ededed), color-stop(99%,#e3e3e3));
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e3e3e3',GradientType=0 );
		
		-webkit-box-shadow: #999999 0px 1px 2px;
		-moz-box-shadow: #999999 0px 1px 2px;
		box-shadow: #999999 0px 1px 2px;
	}
*/
	
	.page_selections {
		font-size: 12px;
		background: #191919;
		background: #303030; /* Old browsers */
		background: -moz-linear-gradient(top, #303030 0%, #171717 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#171717)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #303030 0%,#171717 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #303030 0%,#171717 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #303030 0%,#171717 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#171717',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #303030 0%,#171717 100%); /* W3C */

		
		-webkit-box-shadow: #999999 0px 1px 2px;
		-moz-box-shadow: #999999 0px 1px 2px;
		box-shadow: #999999 0px 1px 2px;
		margin-bottom: 5px;
	}
		
		.page_selections ul li {
			padding: 1px 0;
			color: #cccccc;
		}
		
		.page_selections ul li.here a,
		.page_selections ul li a:hover { color: #4AB7FF; }
		.page_selections ul li a { color: inherit; }
		
		.page_selections ul li { float: left; width: 240px; }
		
						
						
/* Main Wrapper
------------------------------------------------------- */		
#main {
	background: #f7f7f7 url(images/background-texture.png);
	float: left;
	width: 100%;
	padding-bottom: 30px;
	clear: both;
	padding-top: 20px;
}

	#main.flush { padding-top: 0; margin-top: 0px; }
	
	#main.flush .site_width { position: relative; top: -2px;}

/* Front Feature
------------------------------------------------------- */	
#front_feature {
	height: 350px;
	margin-top: 10px;
	float: left;
	width: 1000px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	
	background: #031826;
	background: -moz-linear-gradient(top, #031826 0%, #13354C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#031826), color-stop(100%,#13354C));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031826', endColorstr='#13354C',GradientType=0 );
}

	
	#front_feature .panes {
		float: left;
		width: 800px;
		height: 350px;
		overflow: hidden;
		-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-left-radius: 3px;
		position: relative;
	}
		
		#front_feature .panes div {
			width: 800px;
			height: 350px;
			display: none;
			position: absolute;
			left: 0;
			top: 0;
		}
		
	
	
	#front_feature ul.tabs {
		float: left;
		width: 200px;
		height: 350px;
		list-style-type: none;
		
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		border-bottom-right-radius: 3px;
	}
	
		#front_feature ul.tabs li {
		}
	
	#front_feature ul.tabs li a {
		list-style-type: none;
		width: 200px;
		height: 100px;
		margin: 0; padding: 0;
	}



/* Quotes
------------------------------------------------------- */

	ul.quotes li {
		position: relative;
		margin-bottom: 80px;
		clear: both;
		padding-left: 0;
		background: none;
	}
	
	ul.quotes li .quote_logo {
		border: 1px solid #e5e5e5;
		border-left: 0;
		width: 100px;
		height: 60px;
		padding-left: 39px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 10px;
		float: left;

	}
	
		ul.quotes li .quote_logo img {
			float: right;
		}
	
		ul.quotes li .quote {
			float: left;
			width: 760px;
			padding-left: 40px;
		}
		
				
		/* text formatting */
		.quote p {
			font-family: Georgia, Palatino, serif;
			font-style: oblique;
			font-size: 18px;
			line-height: 1.5em;
			color: #191919;
		}
		
		.quote p {
			padding-bottom: 10px;
		}
		
		.quote cite,
		cite.quote {
			font-size: 11px;
			color: #999999;
			text-transform: uppercase;
			font-weight: 400;
			font-family: Georgia, Palatino, serif;
			font-style: normal;
			line-height: 0;
		}
		
			.quote cite em,
			cite.quote em {
				color: #666666;
				font-style: oblique;
				text-transform: none;
			}


/* Frontline Support Banners */
.frontline_support_banner_wide {
		width: 425px;
		height: 120px;
		padding: 65px 500px 65px 75px;
	}
	
		.frontline_support_banner_wide h1 { font-size: 50px; color: #FFF; padding-bottom: 7px;}
		.frontline_support_banner_wide h2 { font-size: 26px; color: #b6cdd9; font-weight: 300; font-family: "Myriad Pro"; line-height: 33px;}


/* Footer
------------------------------------------------------- */
footer#site_footer {
	border-top: 1px solid #e6e6e6;
	padding-bottom: 75px;
	width: 100%;
	float: left;
}

	footer#site_footer nav.supplemental {
		border-bottom: 1px solid #e5e5e5;
		padding: 45px 0;
	}
	
		
	footer#site_footer nav.supplemental .fourth a { float: right }
	
	footer#site_footer {
		color: #b2b2b2;
		font-size: 11px;
	}
	
	footer#site_footer nav.supplemental a {
		float: left;
		display: block;
		height: 24px;
		line-height: 24px;
		margin-right: 20px;
	}
	
	
	footer#site_footer nav.supplemental a span.icon {
		width: 25px;
		background: transparent url(images/icons2.png) no-repeat 0 0;
		height: 24px;
		display: block;
		float: left;
	}
	
	footer#site_footer nav.supplemental a.home span.icon { background-position: 0 0 }
	footer#site_footer nav.supplemental a.contact span.icon { background-position: -25px 0 }
	footer#site_footer nav.supplemental a.pricing span.icon { background-position: -50px 0 }
	footer#site_footer nav.supplemental a.news span.icon { background-position: -75px 0 }
	footer#site_footer nav.supplemental a.partners span.icon { background-position: -100px 0 }
	footer#site_footer nav.supplemental a.mailing span.icon { background-position: -150px 0 }
	footer#site_footer nav.supplemental a.site_map span.icon { background-position: -125px 0 }
	footer#site_footer nav.supplemental a.twitter span.icon { background-position: -175px 0 }
	footer#site_footer nav.supplemental a.rss span.icon { background-position: -200px 0 }


footer#site_footer .legal {
	padding: 20px 0;
	line-height: 24px;
	clear: both;
}

	footer#site_footer .legal .adacore_logo {
		width: 75px;
		background: transparent url(images/icons2.png) no-repeat -225px -2px;
		height: 24px;
		display: block;
		float: left;
		margin-right: 10px;
	}



/* News Ticker
------------------------------------------------------- */
#newsticker {
	background-color: #FFF;
	height: 30px;
	color: #666666;
}
	
	#newsticker h2 {
		float: left;
		width: 110px;
		text-align: right;
		background-color: #f2f2f2;
		color: #333333;
		height: 30px;
		line-height: 30px;
		padding-right: 15px;
		margin-right: 15px;
		
		-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-left-radius: 3px;
	}
		
		#newsticker h2 a { color: #333; }
	
	#newsticker ul {
		position: relative;
		overflow: hidden;
	}
	
		#newsticker ul li {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			line-height: 30px;
			padding-right: 15px;
			display: block;
			font-size: 12px;
		}
			
			#newsticker a { color: #666666; }
			#newsticker a:hover { color: #1077ba; }
			
			#newsticker ul li em {
				color: #b3b3b3;
			}
	
	
	
	
	/* root element for scrollable */
	#newsticker .scrollable {
		position:relative;
		overflow:hidden;
		width: 780px;
		height: 30px;
		float: left;
	}
	
		#newsticker .scrollable ul {
			position:absolute;
			height:20000em;
		}
	

	
		#newsticker a.prev,
		#newsticker a.next {
			height: 30px;
			float: left;
			display: block;
			width: 39px;
			border-left: 1px dotted #e5e5e5;
			
			
		}
		
		#newsticker a.next span,
		#newsticker a.prev span {
			background: transparent url(images/icons.png) no-repeat 0 -6px;
			width: 39px;
			height: 30px;
		}
	
			#newsticker a.prev span {
				background-position: -40px -6px;
			}









/* Front Page Spotlight
------------------------------------------------------- */
#spotlight section article {
	font-size: 12px;
	min-height: 180px;
}
	
	#spotlight section article .the_pad {
		border-left: 1px solid #e6e6e6;
		
	}
	
	#spotlight section article:first-child .the_pad {
		border-left: none;
	}

#spotlight section article h1 {
	color: #333;
	margin-bottom: 7px;
}

#spotlight section article p {
	margin-bottom: 10px;
}

#spotlight section article a { font-weight: 600; }



/* Knowledge Center
------------------------------------------------------- */
		#knowledge_center {
			float: left;
			width: 100%;
			padding-bottom: 20px;
			
		/*
	border-top: 1px solid #001826;
			border-bottom: 2px solid #000;
			
			background: #062F4B;
			background: -moz-linear-gradient(top, #062F4B 0%, #041A29 10%, #13354C 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#062F4B), color-stop(10%,#041A29), color-stop(100%,#13354C));
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062F4B', endColorstr='#13354C',GradientType=0 );
*/
		}
		
		#knowledge_center .no_box h1 { font-size: 18px; }
		
	
		#knowledge_center article footer strong {
			font-family: Georgia, Palatino, serif;
			color: #FFF;
			font-size: 16px;
			font-weight: 100;
		}
		
		#knowledge_center article footer em {
			color: #c2c8cc;
		}
		
			.dark .avatar {
				border: 3px solid #0e151a;
				width: 72px;
				height: 72px;
				position: relative;
				margin-bottom: 10px;
				background: transparent url(css/images/avatar.png) no-repeat 0 0;
			}
			
			.dark .avatar img {
				position: absolute;
				left: 0;
				top: 0;
			}
		



/* Slightly more content specific stuff 
********************************************************************************** 
********************************************************************************** 
********************************************************************************** 
********************************************************************************** 
********************************************************************************** 
********************************************************************************** */
	
	/* GNAT Pro Insider */
	.gnatproinsider { background-color: #93b5da; }
	.gnatproinsider .insider { background-color: #00467e; color: #FFF; text-align: right; }
	.gnatproinsider .insider.whole { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
	.gnatproinsider .summary { background-color: #93b5da; color: #163e66; }
	.gnatproinsider .insider h1.insider { background: transparent url(images/insider.png) no-repeat 0 0; width: 202px; height: 70px; float: right; text-align: left; margin-bottom: 20px;}
	.gnatproinsider div.insider h1 { color: #FFF; }
	.gnatproinsider div.insider h2 { clear: both; color: #FFF; }
	.gnatproinsider div.insider a,
	.gnatproinsider div.insider h3 { color: #FFF; }
	.gnatproinsider div.insider em { font-size: 12px; }
	
	.gnatproinsider .summary .content ul li { padding: 0; }
	
	/* Products Page
	------------------------------------------------------- */
		.product_overview {
			padding: 40px 0;
			background-color: #FFF;
		}
		
			.product_overview .product_description .the_pad {
				padding: 0 30px 20px 30px;
			}
			
			.product_overview .product_insides { background-color: #fafafa; border-top: 1px solid #dedede; padding-bottom: 30px; padding-top: 30px; }
			
				.product_overview .product_insides .the_pad {
					margin: 20px 0;
					padding: 0 30px 0 30px!important;
				}
		
		
		
		
		/* Sub Products
		------------------------------------------------------- */
		.sub_products hgroup h1 {
			font-size: 30px;
			font-family: "OpenSansRegular", "Myriad Pro", "Helvetica", sans-serif;;
			color: #091A33;
			font-weight: 600;
			margin-bottom: 2px;
			line-height: 34px;
		}
		.sub_products hgroup h2 {
			font-size: 16px;
			font-family: "OpenSansRegular", "Myriad Pro", "Helvetica", sans-serif;;
			color: #0076BD;
			font-weight: 500;
		}
		
		.sub_products hgroup h3 {
			color: #cccccc;
			float: left;
			margin-left: -7px;
			font-size: 14px;
			line-height: 42px;
		}
			.sub_products hgroup h3 .icon,
			.icon_header .icon {
				float: left;
			}
			
			h2.icon_header { line-height: 40px; }
			h1.icon_header { line-height: 48px; }
		
		.sub_products .product { border-bottom: 1px solid #e5e5e5; padding-bottom: 30px; }
		
					
					
					
					
					
		/* Product Editions */
		.product_editions {
		
			
			background: #062f4b; /* Old browsers */
			background: -moz-linear-gradient(top, #062f4b 0%, #041a29 10%, #13354c 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#062f4b), color-stop(10%,#041a29), color-stop(100%,#13354c)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #062f4b 0%,#041a29 10%,#13354c 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #062f4b 0%,#041a29 10%,#13354c 100%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, #062f4b 0%,#041a29 10%,#13354c 100%); /* IE10+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062F4B', endColorstr='#13354C',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, #062f4b 0%,#041a29 10%,#13354c 100%); /* W3C */
		}

	
		/* Products Head
		------------------------------------------------------- */
		#products_head {
			color: #FFF;
			font-size: 37px;
			text-align: center;
			line-height: 48px;
			margin-top: 10px;
			text-shadow: #000 1px 1px 1px;
			
			background: #40505B; /* old browsers */
			background: -moz-linear-gradient(top, #40505B 0%, #071A26 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40505B), color-stop(100%,#071A26)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40505B', endColorstr='#071A26',GradientType=0 ); /* ie */

		}
		
			#products_head .the_pad { padding: 10px 30px; }
			
			#products_head h2 {
				font-weight: 200;
			
			}
		
		#tools_and_tech .the_pad {
			padding: 0 30px;
			margin: 30px 0;
			min-height: 200px;
		}
		
		
		
	
		/* Dev Center Menu
		------------------------------------------------------- */
		
		.devcenter_menu.the_pad { padding: 0 30px;  margin: 25px 0; }
		
		.devcenter_menu header {
			width: 150px;
			float: left;
		}
		
			.devcenter_menu header h2 {
				margin-top: 0;
				line-height: 40px;
			}
		
		
		.devcenter_menu ul {
			float: left;
		}
			
			.devcenter_menu ul li {
				width: 280px;
				display: block;
				float: left;
				border-left: 1px solid #e5e5e5;
				padding-left: 20px;
			}
				
				.devcenter_menu ul li:first-child { padding-left: 0; border-left: none; }
			
			
				.devcenter_menu ul li a {
					font-size: 16px;
					font-weight: 600;
					color: #272727;
					line-height: 40px;
					padding-left: 10px;
				}
				
				.devcenter_menu ul li.active a { color: #1077ba; }
				
				.devcenter_menu ul li a:hover { color: #1077ba; }
				
				.devcenter_menu ul li a span.icon {
					background: transparent url(images/icons.png) no-repeat -920px 0;
					width: 40px;
					height: 40px;
					display: block;
					margin-bottom: 5px;
					float: left;
				}
				
				.devcenter_menu ul li a.devlog span.icon { background-position: -920px 0; }
				.devcenter_menu ul li a.knowledge span.icon { background-position: -960px 0; }
				.devcenter_menu ul li a.labs span.icon { background-position: -1000px 0; }
				
				.devcenter_menu ul li a.code span.icon { background-position: -200px 0; }
				.devcenter_menu ul li a.static span.icon { background-position: -240px 0; }
				.devcenter_menu ul li a.dynamic span.icon { background-position: -280px 0; }
		
		
		/* Side Menu
		------------------------------------------------------- */
		.side_menu { width: 100%; }			
			.side_menu ul { width: 100%;}
			
			.side_menu ul li {
				border-top: 1px dashed #e5e5e5;
				font-size: 16px;
				font-weight: 600;
				position: relative;
			}
			
				.side_menu ul li:first-child { border-top: none; }
			
				.side_menu ul li a { color: #272727; position: relative; padding: 30px; display: block; }
				
				.side_menu ul li a:hover { color: #1077ba; }
				
				.side_menu ul li a.active {
					color: #1077ba;
				}
				
					.side_menu ul li .pointer {
						display: block;
						background: transparent url(images/active.png);
						width: 14px;
						height: 42px;
						position: absolute;
						top: 20px;
						right: -5px;
					}
					
					/* Categories */
					#main .categories strong { padding: 0 5px; }
					#main .categories ul li { font-size: 12px; background-image: none; padding: 0; margin: 1px 0; }
					#main .categories ul li a { color: #8c8c8c; display: block; padding: 2px 5px; background: none;
					-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
					#main .categories ul li a:hover { background: transparent url(images/black_5.png); }
					#main .categories ul li.active a { background-color: #0076c6; color: #FFF; }
					
					
					/* Nest Filters */
					.filter.nested ul > li.item-year {
							background-image: none;
							padding-left: 0;
							font-size: 12px;
							display: block;
/* 							border-bottom: 1px solid red; */
							float: left;
							padding: 5px;
							font-weight: 600;
						}
						
						#list-archive > li.item-year > ul li {
							float: left;
							padding: 0;
							padding-left: 0;
							background-image: none;
						}
						
						#list-archive > li.item-year > ul { display: none; }
						#list-archive > li.item-year.active  { padding-top: 13px; border-top: 1px solid #e5e5e5;  border-bottom: 1px solid #e5e5e5 }
						#list-archive > li.item-year.active > a { color: #000; float: left; width: 50px; }
						#list-archive > li.item-year.active > ul { display: block; float: left; width: 150px; }
						
						
		
						/* Side Menu Filters */
							.filter {
								display: box;
								box-orient: horizontal;
								line-height: 1.7em;
								color: #cccccc;
								padding: 5px;
							}
							
								.filter h2 { font-size: 16px; }
								.filter h4 { font-size: 11px; color: #999999; clear: both; padding: 5px 0; clear: both;}
								
								.filter.tags ul li { padding: 0; float: left; display: block; background-image: none; }
								
								.filter.tags a,
								#list-archive > li.item-year > ul li a { font-size: 11px; color: #323232; display: block;  float: left; line-height: 13px; padding: 7px 10px; margin: 0 1px 1px 0; background-color: transparent; background-image: url(images/black_5.png); text-shadow: #FFF 0px 1px 1px; font-weight: 600;}
								
								.filter.tags a:hover,
								.filter.tags ul li.active a:hover,
								#list-archive > li.item-year > ul li a:hover { text-decoration: none; background-image: url(images/black_5.png), url(images/black_5.png); }
								
								.filter.tags a.active,
								.filter.tags ul li.active a,
								#list-archive > li.item-year > ul li.active a { background-color: #c2d6e2; color: #0f3c59; background-image: none; text-shadow: transparent 0px -1px 0px; }
								
		
	
	
	

	
	
	/* List Formatting
	------------------------------------------------------- */
	
	ul.divided_list li:first-child { border-top: none; }
	ul.divided_list li {
		border-top: 1px dashed #e5e5e5;
		clear: both;
		float: left;
		width: 100%;
	}
	
	.more_entries,
	.post_info {
		border-top: 1px solid #e6e6e6;
		background: #F4F4F4; /* old browsers */
		background: -moz-linear-gradient(top, #F4F4F4 0%, #FCFCFC 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#FCFCFC)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#FCFCFC',GradientType=0 ); /* ie */
		background: -o-linear-gradient(top, #F4F4F4 0%,#FCFCFC 100%); /* opera */
	}
	
	.more_entries .content { text-align: center; }
	.more_entries .older { float: right; }
	.more_entries .newer { float: left; }
	.more_entries a.current { color: #000; }
	
		/* press */
		body ul.press li {
			padding-left: 0;
			background-image: none;
		}
		
		body ul.press li em.serif,
		body ul.development-log li em.serif { font-size: 12px; color: #737373;}
		body ul.press li h3 { margin-top: 0; }
		body ul.development-log li { clear: both; }
	
	
	/* Videos
	------------------------------------------------------- */
	.videos {

	}
	
	.videos li {
		width: 50%;
		float: left;
	}
	
	.videos li .gutter { margin-bottom: 20px; overflow: hidden;}
	
	.videos li img {
		float: left;
		margin-right: 20px;
	}
	
		.videos li strong {
			font-size: 12px;
		}
	
		.videos li em { color: #808080; font-size: 12px; }
		
		.videos .video_placeholder { margin-right: 20px; }
		
		.video_placeholder {
			display: block;
			background: transparent url(images/video_placeholder.png) no-repeat 0 0;
			width: 100px;
			height: 75px;
			float: left;
		}

	#main .videos li:nth-child(2n) .gutter { margin-left: 10px; margin-right: 0px; }
	#main .videos li:nth-child(2n-1) .gutter { margin-left: 0px; margin-right: 10px; }
	
	/* Videos
	------------------------------------------------------- */
	.video_list { float: left; }
	.video_list li { float: left; }
	.video_list li img { float: left; margin-right: 20px; margin-bottom: 20px; }
		.video_list li strong { font-size: 12px; }
		.video_list li em { color: #808080; font-size: 12px; }
		.video_list .video_placeholder { margin-right: 20px; }
		.video_list .video_placeholder { display: block; height: auto; width: 100%; background: transparent url(images/video_placeholder.png) no-repeat 0 0; float: left; }
	
	#main .video_list li.third:nth-child(3n-2){ clear: left; }
	#main .video_list li.half:nth-child(2n-1){ clear: left; }
	
	
	/* play icon overlay */
	a.video { position: relative; display: block; }
	a.video i.icon {
		display: block;
		background-image: url(images/play_overlay.png);
		width: 73px; height: 73px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -36px;
		margin-top: -36px;
	}
	
	
	/* Video Overlay
	------------------------------------------------------- */
	.simple_overlay {							
		/* must be initially hidden */
		display:none;
		
		/* place overlay on top of other elements */
		z-index:10000;
		
		/* styling */
		background-color:#333;
		
/* 					width:675px; */
		min-height:200px;
		
		/* CSS3 styling for latest browsers */
		-moz-box-shadow:0 0 90px 5px #000;
		-webkit-box-shadow: 0 0 90px #000;	
	}
	
	/* close button positioned on upper right corner */
	.simple_overlay .close {
		background: transparent url(images/close.png) no-repeat 0 0;
		position:absolute;
		right:-15px;
		top:-15px;
		cursor:pointer;
		height:26px;
		width:26px;
	}
		
		.simple_overlay .close:hover {
			border-bottom: none;
		}
	
	
	/* Devlog Dates
	------------------------------------------------------- */
	ul.devlog_dates { clear: both; }
	
	ul.devlog_dates li {
		padding-left: 0;
		background: none;
	}
	
	ul.devlog_dates li em.date {
		border-bottom: 1px solid #e6e6e6;
		display: block;
		color: #999999;
		position: relative;
		height: 2em;
		margin-bottom: 1.5em;
		font-style: oblique;
	}
	
	ul.devlog_dates li em.date span {
		display: block;
		position: relative;
		top: 1.4em;
		padding: 0 10px;
		left: 20px;
		background-color: #FFF;
		float: left;
	}
	
	/* Devlog Posts
	------------------------------------------------------- */
	ul.devlog { padding: 0 30px 0px 30px; }
	
	ul.devlog li {
		margin-bottom: 10px;
		padding-left: 0;
		background: none;
	}
	
		ul.devlog li h1 { font-size: 14px; margin-bottom: 5px; }
		ul.devlog li p { padding-bottom: 5px; line-height: 1.6em; }
		
		
		/* Post Detail */
		.devlog_post .the_pad {
			padding: 0 30px;
			margin: 20px 0;
		}
		
		.devlog_post .entry_nav {
			font-weight: 600;
			line-height: 30px;
			padding: 0 30px;
		}
		
		.devlog_post .post_info {
			line-height: 30px;
			padding: 5px 30px;
			font-size: 12px;
		}
		
	
	/* Yearly Archive Accordion
	------------------------------------------------------- */
	.date-accordion strong {
		cursor:pointer;	
		color: #2080BF;
	}
	
	.date-accordion strong.current {
		cursor:default;
		color: #000;
	}
	
	.date-accordion .pane {
		display:none;
		padding-top: 5px; padding-bottom: 5px;
	}

/* Additional Boilerplate Styles
------------------------------------------------------- */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}