/* start: node/InForm/css/assembleCss.wm.css */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Untargetted form behaviour */

fieldset label {
  display: block;
}

fieldset .w_file,
fieldset .w_text,
fieldset .w_textarea,
fieldset .w_multiSelect,
fieldset .w_select,
fieldset .w_submit,
fieldset .w_multisubmit,
fieldset .w_value,
fieldset .w_checkbox,
fieldset .w_date,
fieldset.w_radios {
  display: block;
}

fieldset.w_radios .w_radio {
  float: left;
  width: 10%;
  text-align: center;
}

fieldset.w_radios label {
  float: right;
  width: 90%;
  clear: both;
}

.widgetGrouping fieldset.no_border,
fieldset.no_border {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Node Editing Widgets */

.widgetGrouping,
.widgetGrouping fieldset { 
  margin: 0 0 0.25em 0;
  padding: 0.25em 0.5em;
  color: #000;
  border: solid 1px #ccc;
}

.widgetGrouping,
.widgetGrouping select,
.widgetGrouping input,
.widgetGrouping textarea {
  font-size: 1em;
}

.widgetGrouping hr {
	clear: both;	margin: 0 0 27px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px #999;
}

.widgetGrouping table {
  margin: 1px 0 0 1px;
  padding: 0;
  border: solid 1px #ccc;
  width: 99%;
  border-collapse: collapse;
}

.widgetGrouping td {
  border: solid 1px #ccc;
  padding: 0.25em;
  margin: 0;
}

.widgetGrouping fieldset.w_radios {
  border: none;
}

.widgetGrouping {
  border: solid 1px #999;
  background-color: #eee;
}


.widgetGrouping legend {
  padding: 0.1em 0.5em;
  border: solid 1px #999;
  background-color: #fff;
}

.widgetGrouping fieldset.w_radios legend {
  border: none;
  background-color: inherit;
}

.widgetGrouping fieldset legend {
  border: solid 1px #ccc;
}

.widgetGrouping a {
  color: #000;
}

.widgetGrouping a:link {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping a:visited {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping a:hover {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping form {
  border: 0;
  margin: 0;
  padding: 0;
}

.widgetGrouping .w_labelWidget {
	overflow: auto;
  clear: both;
}

.widgetGrouping label,
.widgetGrouping fieldset.w_radios .w_radio {
  float: left;
  clear: both;
  display: block;
  width: 39%;
  padding: 0 0 0.25em 0;
}

.widgetGrouping fieldset.w_radios .w_radio {
  clear: none;
  text-align: right;
}

.w_widget label {
  width: 100%;
}

.widgetGrouping .w_widget,
.widgetGrouping fieldset.w_radios label {
  display: block;
  float: right;
  clear: right;
  width: 59%;
  padding: 0 0 0.5em 0;
}

.widgetGrouping .w_file {
  display: block;
  float: right;
  text-align: right;
  width: auto;
  margin: 0 0 0.5em 0;
}

.widgetGrouping textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20em;
}

.widgetGrouping .w_value {
  overflow:auto;
}

input, select, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.widgetGrouping .w_text input,
.widgetGrouping .w_select select,
.widgetGrouping .w_multiSelect select,
.widgetGrouping input.w_fullWidth,
.widgetGrouping textarea.w_fullWidth {
  display: block;
  width: 100%;
}

.widgetGrouping .w_text input[type=checkbox] {
  width: auto;
}

.widgetGrouping .w_isDefined {
  display: inline;
  float: left;
  width: auto;
  clear: none;
}

.widgetGrouping input.w_digit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 2em;
  text-align: right;  
}

.widgetGrouping .w_textarea textarea {
  height: 4em;
}

.widgetGrouping .w_multiSelect select {
  height: 6em;
}

.widgetGrouping .w_value img.imagePreview {
  width: auto;
  max-height: 4em;
}

.widgetGrouping .w_multisubmit {
  text-align: center;
}

.gntml_edit textarea {
  height: 20em;
}

.gntml_clear {
  clear:both;
}

.gntml_error {
  border: solid 4px #ff0000;
  padding: 4px;
  margin-bottom: 1em; 
}
div.error {
  border: solid 4px #f00;
  padding: 4px;
}
span.error {
	color: #f00;
	font-weight: bold;
}

/* ****** abcPaginator  ****** */

.abcPaginator {
  overflow: auto;
  padding-right: 1px;
  padding-bottom: 1px;
}

.abcPaginator ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.abcPaginator li {
  display: block;
  float: left;
  width: 2em;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* ****** numPaginator  ****** */

.numPaginator {
  overflow: auto;
}

.numPaginator ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.numPaginator li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 .5em 0 0;
}

textarea.gntmledit {
  clear: both;
}

/* ******** cssVars *********** */

/* ------------------------------------------------------------------------- */
/* Obsolete: backwards compatibility only */

body.f_unpublishedCurrent {
  border-top: solid 0.5em #f00;
  padding-top: 0.5em;
}

body.f_unpublishedParent {
  border-top: solid 0.5em #fcc;
  padding-top: 0.5em;
}

/* ------------------------------------------------------------------------- */
/* Designed for use with a div right after body open */

div.f_unpublishedCurrent,
div.f_unpublishedParent {
  padding: 0.5em;
}

div.f_unpublishedCurrent:before,
div.f_unpublishedParent:before {
  font-weight: bold;
  color: #fff;
}

div.f_unpublishedCurrent {
  background-color: #f00;
}
div.f_unpublishedCurrent:before {
  content: "This page is not published";
}

div.f_unpublishedParent {
  background-color: #fcc;
}
div.f_unpublishedParent:before {
  content: "This page (or one of its parents) is not published";
}

/* ********* m_menu ********* */


.w_themedForm {
  clear: both;
}

.w_themedForm,
.w_themedForm select,
.w_themedForm input,
.w_themedForm textarea {
  font-size: 1em;
}

.w_themedForm fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.w_themedForm .w_labelWidget {
  clear: both;
}

.w_themedForm label {
  float: left;
  display: block;
  width: 39%;
  margin: 0 0 0.5em 0;
}


.w_themedForm .w_widget {
  display: block;
  float: right;
  width: 59%;
  margin: 0 0 0.5em 0;
}

.w_themedForm .w_text input,
.w_themedForm .w_select select,
.w_themedForm .w_multiSelect select,
.w_themedForm .w_textarea textarea,
.w_themedForm input.w_fullWidth,
.w_themedForm textarea.w_fullWidth {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: solid 1px #999;
  display: block;
  padding: 0.1em;
}

.w_themedForm h1,
.w_themedForm h2,
.w_themedForm h3,
.w_themedForm h4 {
  clear: both;
}


 
.grid_row {
margin-left: auto;
margin-right: auto;
width:1176px;
padding: 0 12px;
}
.grid_row:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}

.grid_clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.grid_1, .gntml_grid_1, .grid_2, .gntml_grid_2, .grid_3, .gntml_grid_3, .grid_4, .gntml_grid_4, .grid_5, .gntml_grid_5, .grid_6, .gntml_grid_6, .grid_7, .gntml_grid_7, .grid_8, .gntml_grid_8, .grid_9, .gntml_grid_9, .grid_10, .gntml_grid_10, .grid_11, .gntml_grid_11, .grid_12, .gntml_grid_12, .grid_13, .gntml_grid_13, .grid_14, .gntml_grid_14 {
display:inline;
float: left;
position:relative;
margin-left:12px;
min-height: 28px;
margin-right:12px;
}

.gntml_left_1, .gntml_left_2, .gntml_left_3, .gntml_left_4, .gntml_left_5, .gntml_left_6, .gntml_left_7, .gntml_left_8, .gntml_left_9, .gntml_left_10, .gntml_left_11, .gntml_left_12, .gntml_left_13, .gntml_left_14 {
  display: inline;
  float: left;
  clear: left;
  position: relative;
  margin: 0 24px 28px 0;
}

.gntml_right_1, .gntml_right_2, .gntml_right_3, .gntml_right_4, .gntml_right_5, .gntml_right_6, .gntml_right_7, .gntml_right_8, .gntml_right_9, .gntml_right_10, .gntml_right_11, .gntml_right_12, .gntml_right_13, .gntml_right_14 {
  display: inline;
  float: right;
  clear: right;
  position: relative;
  margin: 0 0 28px 24px;
}

.gntml_center_1, .gntml_center_2, .gntml_center_3, .gntml_center_4, .gntml_center_5, .gntml_center_6, .gntml_center_7, .gntml_center_8, .gntml_center_9, .gntml_center_10, .gntml_center_11, .gntml_center_12, .gntml_center_13, .gntml_center_14 {
  display: block;
 position: relative;
 clear: both;
 margin-bottom: 28px;
}

.gntml_3_view .gntml_center_1 {
width:60px;
margin-left:84px;
}

.gntml_5_view .gntml_center_1 {
width:60px;
margin-left:168px;
}

.gntml_7_view .gntml_center_1 {
width:60px;
margin-left:252px;
}

.gntml_9_view .gntml_center_1 {
width:60px;
margin-left:336px;
}

.gntml_11_view .gntml_center_1 {
width:60px;
margin-left:420px;
}

.gntml_13_view .gntml_center_1 {
width:60px;
margin-left:504px;
}

.gntml_4_view .gntml_center_2 {
width:144px;
margin-left:84px;
}

.gntml_6_view .gntml_center_2 {
width:144px;
margin-left:168px;
}

.gntml_8_view .gntml_center_2 {
width:144px;
margin-left:252px;
}

.gntml_10_view .gntml_center_2 {
width:144px;
margin-left:336px;
}

.gntml_12_view .gntml_center_2 {
width:144px;
margin-left:420px;
}

.gntml_14_view .gntml_center_2 {
width:144px;
margin-left:504px;
}

.gntml_5_view .gntml_center_3 {
width:228px;
margin-left:84px;
}

.gntml_7_view .gntml_center_3 {
width:228px;
margin-left:168px;
}

.gntml_9_view .gntml_center_3 {
width:228px;
margin-left:252px;
}

.gntml_11_view .gntml_center_3 {
width:228px;
margin-left:336px;
}

.gntml_13_view .gntml_center_3 {
width:228px;
margin-left:420px;
}

.gntml_6_view .gntml_center_4 {
width:312px;
margin-left:84px;
}

.gntml_8_view .gntml_center_4 {
width:312px;
margin-left:168px;
}

.gntml_10_view .gntml_center_4 {
width:312px;
margin-left:252px;
}

.gntml_12_view .gntml_center_4 {
width:312px;
margin-left:336px;
}

.gntml_14_view .gntml_center_4 {
width:312px;
margin-left:420px;
}

.gntml_7_view .gntml_center_5 {
width:396px;
margin-left:84px;
}

.gntml_9_view .gntml_center_5 {
width:396px;
margin-left:168px;
}

.gntml_11_view .gntml_center_5 {
width:396px;
margin-left:252px;
}

.gntml_13_view .gntml_center_5 {
width:396px;
margin-left:336px;
}

.gntml_8_view .gntml_center_6 {
width:480px;
margin-left:84px;
}

.gntml_10_view .gntml_center_6 {
width:480px;
margin-left:168px;
}

.gntml_12_view .gntml_center_6 {
width:480px;
margin-left:252px;
}

.gntml_14_view .gntml_center_6 {
width:480px;
margin-left:336px;
}

.gntml_9_view .gntml_center_7 {
width:564px;
margin-left:84px;
}

.gntml_11_view .gntml_center_7 {
width:564px;
margin-left:168px;
}

.gntml_13_view .gntml_center_7 {
width:564px;
margin-left:252px;
}

.gntml_10_view .gntml_center_8 {
width:648px;
margin-left:84px;
}

.gntml_12_view .gntml_center_8 {
width:648px;
margin-left:168px;
}

.gntml_14_view .gntml_center_8 {
width:648px;
margin-left:252px;
}

.gntml_11_view .gntml_center_9 {
width:732px;
margin-left:84px;
}

.gntml_13_view .gntml_center_9 {
width:732px;
margin-left:168px;
}

.gntml_12_view .gntml_center_10 {
width:816px;
margin-left:84px;
}

.gntml_14_view .gntml_center_10 {
width:816px;
margin-left:168px;
}

.gntml_13_view .gntml_center_11 {
width:900px;
margin-left:84px;
}

.gntml_14_view .gntml_center_12 {
width:984px;
margin-left:84px;
}

.grid_1, .gntml_left_1, .gntml_right_1, .gntml_grid_1 {
width:60px;
}

.grid_2, .gntml_left_2, .gntml_right_2, .gntml_grid_2 {
width:144px;
}

.grid_3, .gntml_left_3, .gntml_right_3, .gntml_grid_3 {
width:228px;
}

.grid_4, .gntml_left_4, .gntml_right_4, .gntml_grid_4 {
width:312px;
}

.grid_5, .gntml_left_5, .gntml_right_5, .gntml_grid_5 {
width:396px;
}

.grid_6, .gntml_left_6, .gntml_right_6, .gntml_grid_6 {
width:480px;
}

.grid_7, .gntml_left_7, .gntml_right_7, .gntml_grid_7 {
width:564px;
}

.grid_8, .gntml_left_8, .gntml_right_8, .gntml_grid_8 {
width:648px;
}

.grid_9, .gntml_left_9, .gntml_right_9, .gntml_grid_9 {
width:732px;
}

.grid_10, .gntml_left_10, .gntml_right_10, .gntml_grid_10 {
width:816px;
}

.grid_11, .gntml_left_11, .gntml_right_11, .gntml_grid_11 {
width:900px;
}

.grid_12, .gntml_left_12, .gntml_right_12, .gntml_grid_12 {
width:984px;
}

.grid_13, .gntml_left_13, .gntml_right_13, .gntml_grid_13 {
width:1068px;
}

.grid_14, .gntml_left_14, .gntml_right_14, .gntml_grid_14 {
width:1152px;
}

.alpha, .gntml_plus_alpha { margin-left: 0; clear: left; }
.omega, .gntml_plus_omega { margin-right: 0; }
.gntml_clear { clear: both; }
.grid_1.grid_innerRow,
.grid_2.grid_innerRow,
.grid_3.grid_innerRow,
.grid_4.grid_innerRow,
.grid_5.grid_innerRow,
.grid_6.grid_innerRow,
.grid_7.grid_innerRow,
.grid_8.grid_innerRow,
.grid_9.grid_innerRow,
.grid_10.grid_innerRow,
.grid_11.grid_innerRow,
.grid_12.grid_innerRow,
.grid_13.grid_innerRow,
.grid_14.grid_innerRow,
.grid_innerRow {
margin-left: -12px;
margin-right: -12px;
}
.grid_innerRow:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}

body { 
  line-height: 28px ;  font-size: 18px ;
}/* start: node/InForm/css/typography.wm.css */

html { overflow-y: scroll; }

body, input, textarea {
	font-family: sans-serif;
	}

h1, h2, h3, h4, ul, ol, dl, p, .gntml_image, .gntml_plus_tint {
	margin-bottom: 28px ;
}
h1,h2,h3,h4 {
	margin-top: 56px;
	}
h1.node_title {
	margin-top: 0;
	}
	
h1 { font-size: 39px; line-height: 56px; }
h2 { font-size: 25px; }
h3 { font-size: 22px; }
h4 { }

hr {	margin: 0 0 55px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px black;
	}

sup {
	font-size: 80%;
	position: relative;
	top: -0.5em;
}

sub {
	font-size: 80%;
	position: relative;
	bottom: -0.5em;
}

ul, ol, .semantic ul.semantic, .semantic ol.semantic {	margin-left: 42px;
}
ul {
	list-style: disc;
	}
ol	{
	list-style: decimal;
}
ul.semantic, ol.semantic {
	list-style:none;
	margin-left:0;
	}

ul ul, ul ol, ol ol, ol ul, .gntml_image p, .gntml_plus_tint_i * {
	margin-bottom: 0;
}
.gntml_plus_tint_i {
  padding: 11px;
}

dl { }
dt {
	font-weight: bold;
	}
dd {
	margin-left: 84px;
	}
	
.grid_6 dl { overflow: auto; }
.grid_6 dt { width: 144px; float: left; clear: both; text-align: right;  }
.grid_6 dd { width: 312px; margin: 0; float: right; clear: right;  }

.grid_3 dt, .grid_2 dt, .grid_1 dt { width: auto; margin-top: 28px; }
.grid_3 dd, .grid_2 dd, .grid_1 dd { margin: 0; }

	
blockquote {
	margin: 0 84px 28px 84px;
	font-style: italic;
}
.grid_3 blockquote {
	margin-left: 0;
	margin-right: 0;
	}

/* end: node/InForm/css/typography.wm.css */

/* start: node/InForm/css/navigation.wm.css */

.m_menu {
	font-family: octin-spraypaint;
	font-weight: 400;
	font-size: 26px;
	margin-top: 20px;
	}
.m_menu .gen2, .m_menu .gen3	{
	font-size: 16px;
	font-family: open-sans;
	line-height: 1.3;
	margin: 4px 0;
	}
.m_menu strong {
	font-weight: normal;
	}
.m_menu em {
	font-style: normal;
	}
.m_menu ul {
	list-style: none;
}

.m_menu a {
	display: block;
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 0 #000;
}
.m_menu a.current {
	background-color: #df6009;
	margin: 0 -12px;
	padding: 0 12px;
	-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px; 

	}
	
.m_menu a:hover, .m_menu a.parent.gen1:hover	{
	color: #df6009;
	}
	
.m_menu a.current:hover	{
	color: white;
	}
	
.m_menu a.parent.gen1	{
	color: #e4e4e4;
	}

.m_treeFull ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.m_treeFull ul.ul0 {
	padding-left: 0;
	margin-bottom: 28px;
}
	
a.RSS {
	display: block;
	padding-left: 18px;
	background: url('/statics/build/node/img/feed-icons/feed-icon-14x14.png') no-repeat left;
}

/* end: node/InForm/css/navigation.wm.css */
/* start: node/InForm/css/branding.wm.css */

.t_summary {
	margin-bottom: 56px ;
}


/* start: node/InForm/css/branding.wm.css */
/* start: node/InForm/css/rowsAndColumns.wm.css */

.t_row_header, .t_row_content, .t_row_footer {
	overflow: auto;
	}
	
.t_header, 
.t_left, .t_content, .t_right,
.t_footer {
	overflow: visible;
}

/* end: node/InForm/css/rowsAndColumns.wm.css */
.r_search { 
  padding-top:28px; 
  padding-bottom:0 ;
  height: 84px;
}

.f_globalSearch {
	margin-bottom: 28px;
	}
.f_globalSearchInput { 
  display: block; 
  border: solid 1px #ccc; 
  background-color: #fcfcfc;
  width: 100%; 
  height:28px ; 
  padding-left: 6px; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
}
.f_globalSearchSubmit { 
	}
/* start: node/InForm/css/bannerImg.wm.css */

.bannerImg {
	background-color:#ccc;
	margin-bottom: 28px;
}

.bannerImg img {
	margin: 0 auto;
}

/* end: node/InForm/css/bannerImg.wm.css */
/* start: node/InForm/css/ImagePage.wm.css */

.ImagePage_nav { 
	overflow: auto; 
	margin-bottom: 28px; 
}

/* end: node/InForm/css/ImagePage.wm.css */
.f_ImagePageListing {
	overflow: auto;
}/* start: node/InForm/css/IndexListing.wm.css */

.IndexListing_overview p {
	margin: 0 0 0 84px;
	text-indent: -84px;
}
.IndexListing_overview .indexValue { font-weight: bold; }
.IndexListing_overview a { text-decoration: none; }

.IndexPage_IndexValue .isDefined { width: auto; }
.IndexPage_IndexValue .ranking { width: 4em; }
.IndexPage_IndexValue .description { width: 100%; height: 3em; }

/* end: node/InForm/css/IndexListing.wm.css */
/* start: node/InForm/css/TimedPageListing.wm.css */

.TimedPageListing ul {
	list-style: none;
	margin-left: 0;
}

.TimedPageListing li {
	margin-bottom: 28px;
}

.TimedPageListing .f_title {
	margin-bottom: 0;
}

.TimedPageListing .f_startTime {
	float: right;
	margin-left: 2em;
}

.TimedPageListing_homeHighlights li {
	margin-bottom: 0;
}

.TimedPageListing_homeHighlights p {
	margin-bottom: 0;
}

/* end: node/InForm/css/TimedPageListing.wm.css */
.TimedPage_count {
	text-align: center;
}
.TimedPage_next {
	text-align: right;
}

p.TimedPage_nav_date {
	text-align: center;
}
/* end: node/InForm/css/assembleCss.wm.css */
/* start: node/InForm/css/hashgrid.wm.css */

#grid {	width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;    margin-left: -600px;
}

#grid div.vert {
    width: 60px;
    border: solid darkturquoise;
    border-width: 0 1px;
    background-color: rgba(200,255,255, 0.3);    margin-right: 22px;

}

#grid div.vert.first-line {    margin-left: 23px;

}


#grid div.horiz {    height: 27px;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    padding: 0;

}

#grid.grid-1 div.vert{
    border-color: darkturquoise;
}

/* end: node/InForm/css/hashgrid.wm.css */

img {
	display:block;
}

a.unpublished:link,
a.unpublished:visited {
	color: red;
}
a.unpublished:before {
	content:"(";
}
a.unpublished:after {
	content:')';
}
body {
	background: url('/statics/img/concrete_web.gif') #605f5e;
	color: white;
	padding-top: 28px;
	font-family: open-sans;
	font-weight: 400;
	font-size: 1em;
	}
	
.sitelogo {
	margin: 0 -84px;
	padding-top: 22px;
	}
	
.razorwire {
	padding-top: 28px;
	height: 52px;
	background: url('/statics/img/close-GTMO-razorwire.gif') no-repeat right bottom;
	font-family: octin-spraypaint;
	font-weight: 400;
	font-size: 33px;
	color: black;
	}
	
.chainlink_top,
.t_contentWrapper,
.socialmedia,
.chainlink_bottom {
	margin: 0 -24px;	padding: 0 23px;
	background: white;
	color: black;
	}
	
.chainlink_top {
	height: 47px;
	background: url('/statics/img/close-GTMO-chainlink.gif');
	-webkit-border-top-left-radius: 5px; 
-moz-border-top-left-radius: 5px; 
border-top-left-radius: 5px; 
-webkit-border-top-right-radius: 5px; 
-moz-border-top-right-radius: 5px; 
border-top-right-radius: 5px; 
-webkit-border-bottom-right-radius: 0px; 
-moz-border-bottom-right-radius: 0px; 
border-bottom-right-radius: 0px; 
-webkit-border-bottom-left-radius: 0px; 
-moz-border-bottom-left-radius: 0px; 
border-bottom-left-radius: 0px; 
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
;
	border: solid 1px #c9cccc;
	}
.t_contentWrapper {
	padding-top: 8px;
	padding-bottom: 28px;
	border-left: solid 1px #c9cccc;
	border-right: solid 1px #c9cccc;
}
.socialmedia {
	text-align: center;
	padding-bottom: 28px;
	}
.chainlink_bottom {
	height: 47px;
	background: url('/statics/img/close-GTMO-chainlink.gif');
	-webkit-border-top-left-radius: 0px; 
-moz-border-top-left-radius: 0px; 
border-top-left-radius: 0px; 
-webkit-border-top-right-radius: 0px; 
-moz-border-top-right-radius: 0px; 
border-top-right-radius: 0px; 
-webkit-border-bottom-right-radius: 5px; 
-moz-border-bottom-right-radius: 5px; 
border-bottom-right-radius: 5px; 
-webkit-border-bottom-left-radius: 5px; 
-moz-border-bottom-left-radius: 5px; 
border-bottom-left-radius: 5px; 
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
;
	border: solid 1px #c9cccc;
}

h1,h2,h3,.g_p_spray {
	font-family: octin-spraypaint;
	font-weight: 400;
	margin-top: 0;
	}
	
h1	{
	font-size: 28px;
	padding-top: 8px;
	margin-bottom: 12px;
	line-height: 1.4;
	}
	
h2	{
	font-size: 24px;
	}
	
h3	{
	font-size: 20px;
	}

.TimedPageListing_homeHighlights h3	{
	margin-bottom: 0;
	}
	
.TimedPageListing_homeHighlights li	{
	margin-bottom: 28px;
	}
	
.f_startTime	{
	font-style: italic;
	}
	
.t_rightWrapper	h3	{
	text-align: center;
	color: #000;
	padding-top: 28px;
	margin-bottom: 0;
	}
	
.heading>strong {
	font-weight: 400;
	}
	
.g_p_spray	{
	font-size: 1.5em;
	}

.g_p_tint, .g_p_alert {
	margin-bottom: 28px;
	}
.g_p_tint>._i {
	margin: -12px;
	padding: 12px;
	background-color: #ddd;
	-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 

	}
.g_p_alert>._i {
	margin: -12px;
	padding: 12px;
	background-color: #df6009;
	-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 

	font-family: octin-spraypaint;
	font-size: 1.5em;
	color: white;
	}
.g_p_tint>._i>*, .g_p_alert>._i>* {
	margin-bottom: 0;
	}
	
hr	{
	height: 9px;
	background: url('/statics/img/razorwire-hr-tile.gif');
	border: none;
	margin-bottom: 28px;
	}
	
.t_contentWrapper a:link	{
	color: #df6009;
	text-decoration: none;
	}
	
.t_contentWrapper a:visited	{
	color: #605f5e;
	}
	
.t_contentWrapper a:hover	{
	text-decoration: underline;
	}
	
.gntml_2_view a:link, .RSS_links a:link, .t_row_footer a:link	{
	color: white;
	}
	
.gntml_2_view a:visited, .RSS_links a:visited, .t_row_footer a:visited	{
	color: #e4e4e4;
	}
	
.gntml_2_view a:hover, .RSS_links a:hover, .t_row_footer a:hover	{
	color: black;
	}*/
	
.numPaginator p	{
	margin-bottom: 28px;
	}
	
.t_row_footer	{
	padding-top: 28px;
	color: black;
	font-size: 10px;
	line-height: 1;
}

.ImagePage_nav,
.ImagePage_count {
	text-align: center;
	}

.f_globalSearch	{
	margin-top: 2px;
	}

.f_globalSearch label	{
	font-family: octin-spraypaint;
	font-weight: 400;
	font-size: 16px;
	}
	
.f_globalSearchInput	{
	font-size: 1em;
	}
	
.f_globalSearchSubmit	{
	margin-top: 2px;
	float: right;
	font-size: 12px;
	}
	
p.GntmlScalableImage_zoomBack	{
	margin-bottom: 0;
	}
	
.socialmedia_follow	{
	margin-bottom: 28px;
	}
	
.mc-badge	{
	text-align: center;
	}
	
.g_p_small, .gntml_image_caption	{
	font-size: 0.85em;
	line-height: 1.6;
	}
	
.g_p_alert a:link, .g_p_alert a:visited {
	color: #605f5e;
	}
	
.g_p_alert a:hover {
	color: white;
	}
	
/*.g_p_prisoners ol
.g_p_prisoners strong
.g_p_prisoners em*/

img.joinus,
img.sign,
img.clock  {
	margin-bottom: 10px;
} 

a.rhslink:link {
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	margin: 6px 0 24px 0;
}
a.rhslink:hover {
	text-decoration:underline;
}


