/* =SITEWIDE
===================================================== */
span.clear {
	height:0px; overflow:hidden;
	display:block; clear:both;
}
.clear {
	clear:both;
}
object, embed {
	display:block;
}
:focus {
	outline:none;
}

/* Clearfixes */
div.row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div.row {
	display: inline-block;
}

html[xmlns] div.row {
	display: block;
}

* html div.row {
	height: 1%;
}

#error_message {
	margin-bottom: 5px;
}

#error_message > * {
	color: tomato;
}

/* =960 Helpers
===================================================== */
.container_16 .grid_6_col_r {
	width:300px;
	margin-left:19px;
	padding-left:30px;
	border-left:1px solid #b2b2b2;
}
.container_16 .grid_6_col_r_inner {
	width:300px;
	margin-left:30px;
}
.container_16 .grid_5_col_r {
	border-left: 1px solid #b2b2b2;
	margin-left: 9px;
	padding-left: 30px;
	width: 240px;
}
.container_16 .grid_5_col_r_inner {
	margin-left: 30px;
	width: 240px;
}


/* =SITEWIDE LAYOUT ELEMENTS & HELPERS
===================================================== */
.align_right {
	text-align:right;
}
div.shadowed {
	margin-bottom:20px;
	padding:10px;
	background:url(/assets/templates/tow/slices/damasks/big.png) no-repeat center top;
	box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

div.col_bracket {
	border-color:#3FA9F5 !important;
	position:relative;
}
div.col_bracket div.bracket_container {
	width:10px;
	min-height:180px;
	overflow:visible;
	border:1px solid #3FA9F5;
	border-width:1px 0;
	position:relative;
	left:-30px;
}
div.bracket_container p {
	color:#757575;
}

#banner {
  background:#111110;
  height:20px;
  text-align:center;
}



/* =FORMS, FORM ELEMENTS
===================================================== */
form p, form input, form textarea, form label, form button,
div.form p, div.form input, div.form textarea, div.form label, div.form button, {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

fieldset label {
	width:15em;
	border-bottom:1px dashed #b2b2b2;
	float:left;
}
label .example, label .help {
	font-weight: normal;
	color: #777;
	font-size: 10px;
	display: block;
	line-height:1.2;
}

fieldset input, fieldset textarea {
	padding:3px 4px;
	border:3px solid #e1c9ca;
}
fieldset {
	margin-bottom:30px;
	padding:10px 20px;
	border:10px solid #d9d9d9;
	background:#fff;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
fieldset fieldset {
	margin:0 -20px 20px;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background:#f3f3f3;
}

fieldset legend {
	margin-left:-20px;
	padding: 5px 20px;
	line-height:20px;
}
fieldset fieldset legend {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	background:#D9D9D9;
	color:#333;
}

div.row {
	position:relative;
	padding:0 0 10px;
}

input.text_small {
	width:3em;
}
input.text_medium {
	width:300px;
}
input.text_long {
	width:90%;
}
textarea.medium {
	width:300px;
}
textarea.big {
	width:500px;
	height:125px;
}
textarea.biggest {
	width:600px;
	height:350px;
}
.wym_skin_default div.wym_iframe iframe {
	height: 350px;
}

span.error, label.error, ul.error, div.error {
	padding:0 10px;
	display:block;
	color:#86272D;
	background:#FFD9DA;
}
span.success, div.success {
	color: #008000;
}
form span.error {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 24px;
}
ul.error {
	margin: 10px 0 20px 10px;
	padding: 20px 20px 20px 40px;
}

fieldset .row_checkbox label {
	width:auto;
	float:none;
	display:block;
}


/* Minimal Fieldsets */
fieldset.none {
	margin:0;
	padding:0;
	border:none;
	float:none; clear:both;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
fieldset.none label {
	border-bottom:none;
}
fieldset.none div.row {
	padding-bottom:0;
}
fieldset.none div.row_actions {
	margin-top:10px;
	text-align:right;
}

/* E-Commerce */
input.paid {
	padding-left:32px;
	background-image:url(/assets/images_static/icons/cart.gif);
	background-repeat:no-repeat;
	background-position:6px 4px;
}


/* WYM Editor */
.wym_classes {
	display:none;
}


/* =HORIZONTAL RULES
===================================================== */
hr {
	height:0; overflow:none;
	padding-top:17px;
	margin:20px auto 10px;
	border:none;
	display:block;
	clear:both;
	background:url(/assets/templates/tow/slices/hr.gif) no-repeat center top;
}

div.grid_7 hr {
	padding-top:0;
	margin:5px auto 15px;
	border-bottom:1px solid #999;
	background:none;
}






/* =NAV SUPER
===================================================== */
#nav_super {
	background:#000;
	font-size:12px;
}
#nav_super a {
	color:#fff;
}
#nav_super ul li {
	padding:0 5px;
	float:left; *display:inline;
	list-style:none outside;
}
#nav_super ul li a,
#nav_super ul li span.a {
	padding:5px;
	display:block;
	text-decoration:none;
}
#nav_super ul.nav_login {
	float:right;
}

#super_search {
	padding: 5px 6px;
	float:left;
}
#super_search a {
	display: block;
	float: left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-right: 4px;
	text-decoration: none;
}
#search_q {
	width:10em;
	border:1px solid #555;
	background:#000;
	color:#ccc;
}
#nav_super li.home {
	margin-right:30px;
}
#nav_super li.lang a {
	color:#aaa;
}
#nav_super li.lang a:hover {
	color:#fff;
}
#nav_super li.active a {
	text-decoration:underline;
}
#nav_super li.active a:hover {
	cursor:default;
	color:#aaa;
}




/* =NAVS
===================================================== */
#nav_primary ul li,
#nav_secondary ul li {
	font-family: 'M1pregular', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;;
	font-size-adjust: 0.52;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/css/hIEfix.png,sizingMethod=crop);
	zoom:1;
	font-size:17px;
}



/* =NAV PRIMARY
===================================================== */
#nav_primary {
	background:#171916 url(/assets/templates/tow/slices/nav-primary-bg.gif) repeat top left;
}
#nav_primary .container_24 {
	position:relative;
}

#nav_primary a {
	color:#fff;
}


#logo {
	width:160px;
	height:0px; overflow:hidden;
	margin:30px 0 0;
	padding-top:110px;
	background:url(/assets/templates/tow/slices/tow-logo-png24.png) no-repeat center top;
	_background:url(/assets/templates/tow/slices/tow-logo-ie6.gif) no-repeat center top;
}

#nav_primary ul.nav_primary {
	height:35px;
	padding:105px 0 0;
	overflow:hidden;
}
#nav_primary ul {
	float:right; *display:inline;
	list-style:none outside;
}
#nav_primary ul li {
	margin:0 0 0 35px;
	float:left;
	_display:inline;
	position:relative;
}
#nav_primary ul li.first {
	margin-left:0;
}
#nav_primary ul li a {
	padding:0 0 2px 3px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:.1em;
}
#nav_primary ul li a:hover {
}
#nav_primary ul li.active a {
	border-bottom: 3px solid #fff;;
}
#nav_primary ul li.active ul a {
	border-bottom:none;
}
#nav_primary ul ul {
	height:0; overflow:hidden;
	margin:0;
	padding:0;
	display:block;
	float:none;
	opacity:0;
	filter: alpha(opacity = 0);
	zoom:1;
}
#nav_primary ul li.active ul {
	height:auto;
	opacity:1;
	filter: alpha(opacity = 1);
}
#nav_primary ul ul li {
	margin:0;
	padding:0;
	display:block;
	float:none;
	font-size:11px;
	line-height:1.5em;
}
#nav_primary ul ul li a {
	margin:0;
	padding:0 3px;
	font-family:Verdana, sans-serif;
	letter-spacing:0;
	font-weight:normal;
	zoom:1;
}
#nav_primary ul ul li a:hover,
#nav_primary ul ul li.active a {
	border-bottom:none;
	background:rgb(69,69,69); /* fallback */
	background:rgba(255,255,255,.2);
}





/* =NAV SECONDARY
===================================================== */
#nav_secondary {
	padding:0 0 30px;
}
#nav_secondary ul.nav_secondary {
	padding:20px 0;
	/*border-bottom:1px dashed #d9d9d9;*/
}

#nav_secondary li {
	margin-right:40px;
	margin-bottom:15px;
	float:left;
	position:relative;
	list-style:none outside;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.1em;
}
#nav_secondary li a {
	padding:0;
	border:none;
	color:#333;
	text-decoration:none;
}
#nav_secondary li a:hover {
	border-bottom:3px solid #d9d9d9;
	background:none;
}
#nav_secondary li.active a {
	border-bottom:3px solid #86272d;
}
#nav_secondary ul ul {
	padding:0;
	display:none;
}

#nav_secondary ul li.active ul {
	min-width:600px;
	display:block;
	position:absolute;
 top:35px; left:0;
}
#nav_secondary ul ul li {
	margin-bottom:10px;
	margin-right:20px;
	position:static;
}
#nav_secondary ul ul li a {
	color:#999;
}
#nav_secondary ul ul li a:hover {
	color:#000;
}
#nav_secondary ul ul li.active a {
	color:#86272d;
}



/* =NAV SECTION HEADER
===================================================== */
#section_header ul {
	width:100%;
	margin:0 0 20px;
	padding:0;
	float:left;
	border-bottom:2px solid #d9d9d9;
	list-style:none;
}
#section_header ul li {
	float:left;
	border-right:2px solid #d9d9d9;
}
#section_header ul li a {
	padding:5px 15px;
	display:block;
	border:none;
	color:#999;
}
#section_header ul li.active a {
	position:relative; top:10px;
	background:#fff;
	color:#333;
}
#section_header ul {

}



/* =NAV SECTION SIDE/COLUMN
===================================================== */
ul.nav_internal {
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
ul.nav_internal li {
	font-size:15px;
	line-height:1.7;
}
ul.nav_internal li a {
	border-bottom:none;
	text-decoration:none;
	color:#333;
}
div.nav_internal div.damask {
	margin-bottom:30px;
}
div.nav_internal div.tagcloud {
	margin-bottom:30px;
}

/* =TABS
===================================================== */
#flowtabs {
  border-bottom:1px solid grey;
  padding:0px;
}
#flowtabs li{
  display:inline;
  border:1px solid grey;
  border-bottom:none;
  padding:5px 10px 0px 10px;
 margin:10px
}
#flowtabs .current {
  color:grey;
}



/* =COLUMNS
===================================================== */
div.block {
	margin-bottom:30px;
}




/* =BODY
===================================================== */
div.body {
	padding:25px 0;
}




/* =FOOTER
===================================================== */
#footer {
	margin-top:20px;
	padding:30px 0 40px;
	background:url(/assets/templates/tow/slices/hr.gif) no-repeat center top;
}
#footer ul li {
	list-style:none outside;
	font-size:11px;
	color:#b2b2b2;
}
#footer ul li a {
	color:#b2b2b2;
	text-decoration:none;
}
#footer ul li:hover {
	list-style-type:decimal-leading-zero;
	list-style-type:lower-roman;
}
#footer ul li a:hover {
	background-color:transparent;
	color:#86272d;
}
#logotype {
	clear:both;
}
#logotype a {
	height:0px; overflow:hidden;
	padding-top:38px;
	width:480px;
	margin:30px auto 0px;
	border:#fff double 4px;
	display:block;
	background:url(/assets/templates/tow/slices/tow-logotype-url-footer.gif) no-repeat center 11px;
}
#logotype a:hover {
	border:#000 double 4px;
}




/* =DAMASKS
===================================================== */
.damask {
	padding-top:5px; /* Not sure why the .inner's margin won't do this... */
	padding-bottom:5px;
	background:url(/assets/templates/tow/slices/damasks/subtle.png) no-repeat center top;
	text-align:justify;
}
.damask .inner {
	margin:0px 5px;
	padding:14px;
	border:1px solid #fff;
	background:none !important;
}
.damask_2 {
	background:url(/assets/templates/tow/slices/damasks/grunge.png) no-repeat center top;
}
.damask_3 {
	background:url(/assets/templates/tow/slices/damasks/big.png) no-repeat center top;
}

.damask p,
.damask p em, .damask p i, .damask p strong, .damask p b {
	font-family:Georgia, serif;
	color:#000;
	font-size:14px;
	line-height:20px;
}



/* =SITEWIDE PROMO ELEMENTS
===================================================== */
#promo_secondary a {
	margin:10px -5px;
	padding:5px;
	display:block;
}
#promo_secondary a:hover {
	padding:4px;
	border:1px solid #999;
}
#promo_secondary a img {
	display:block;
}




/* =TWITTER
===================================================== */
div.twitter {
	background:transparent url(/assets/images_static/icons/twitter-bird-2-48x48.png) no-repeat top right;
}

div.twitter ul {
	margin:0;
	padding:0;
}
div.twitter li {
	margin:0 0 10px;
	padding:0px 0 10px;
	list-style:none;
}
div.twitter span.created_at {
	font-size:9px;
	color:#999;
}
div.twitter a {
	border-bottom:1px dashed #e1c9ca;
	color:#86272d;
	text-decoration:none;
}

#twitter li {
	padding-left:60px;
	background-repeat:no-repeat;
}



/* =HOMEPAGE BILLBOARD
===================================================== */
#body_billboard #nav_primary {
	padding-bottom:260px;
}
#body_billboard #billboard {
	margin-top:-280px;
	margin-bottom:20px;
	position:relative; z-index:100;
	border:10px solid #000;
	background:#fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

#billboard div.grid_16 div.inner {
	min-height:428px;
	padding:10px 0 10px 50px;
	background:url(/assets/templates/tow/slices/homepage/transformation-news.vertical.light.png) no-repeat 12px 10px;
}

#billboard_video {
	margin-bottom:0;
}




/* =HOMEPAGE INTRO
===================================================== */
#intro {
	padding:10px 0 20px 0;
	/*display:none;*/ /* default to none. will display if cookie isn't set. */
}
#intro h1 {
	height:0px; overflow:hidden;
	padding:170px 0 0;
	margin:0 0 20px;
	border:none;
	background:url(/assets/templates/tow/slices/homepage/intro.heading.png) no-repeat top center;
}
#video_intro_replaced {
}

#intro div.buttons {
	padding-top:10px;
}
#intro div.grid_10 p {
	color:#fff;
}

#intro div.buttons a {
	margin:0;
	float:left;
	font-size:12px;
}
#intro div.buttons a {
	border:1px solid #fff;
	background-image:none;
}
#intro div.buttons a:hover {
	padding-left:12px;
	border:1px solid #fff;
	background-image:none;
	background:#fff;
}
#intro div.buttons span.n2 {
	padding:0;
	float:right;
}
#intro a.primary_big {
	margin-bottom:10px;
	border:1px solid #fff;
	background-image:none;
}
#intro a.primary_big:hover {
	background:#fff;
}
#intro div.biggest * {
	line-height:1.15;
}

/* Set the container on the homepage */
body.home #nav_primary div.container_24 {
	position:relative;
}
#intro_controls {
	position:absolute;
	right:40px; bottom:90px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#intro_controls a {
	text-decoration:none;
}
#intro_show {
	display:none;
}

div.slider_item {
	width:100px;
	float:left;
	overflow:hidden;
	position:relative;
	margin-right:20px;
}
div.slider_item_last {
	margin-right:0 !important;
}
div.slider_item_container {
	width:340px;
}
div.slider_item div.title * {
	color:#ccc;
}
div.slider_item div.image {
	width:120px;
	float:left;
}
div.slider_item div.text {
	width:220px;
	padding-bottom:10px;
	float:left;
}
div.slider_item div.text p {
	color:#fff;
}



/* =HOMEPAGE
===================================================== */
body.home span.action_primary a {
	font-size:21px;
	line-height:18px;
}
body.home #tour_nav_current {
	width:1em;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size:22px;
	color:#fff;
	font-weight:normal;
	line-height:12px;
}

body.home #twitter_container {
	border-bottom:1px solid #d9d9d9;
}


body.home	#url_secondary a {
	border: 1px solid gray;
	color: gray;
	font-size: 10px;
	padding: 3px;
	text-transform: uppercase;
}

#home h2 {
	font-weight:800;
	text-transform:uppercase;
}
#home_primary {
	text-align:right;
}
#home_primary span.button_container {
	padding-right:0;
	float:right;
}
#home_primary a.button {
	margin-right:0;
	margin-left:10px;
	float:right;
}
#home_secondary h2, #home_secondary h2 a {
	color:#999;
}
#home_discuss h2 {
	color:#999;
}
#home_discuss div.forum_topics {
	text-align:left;
}
#home_discuss div.forum_topics div.image {
	margin-left:-100px;
}
#home_promo_secondary h2 {
	color:#ccc;
}

#home_map h4 {
	padding:0;
	text-transform:uppercase;
}


/* =BODYLESS
===================================================== */
#bodyless #logo, #bodyless ul.nav_primary {
	display: none;
}
#bodyless #intro {
	padding-bottom: 50px;
}
#bodyless #nav_secondary {
	display: none;
}



/* =BLOG ELEMENTS
===================================================== */
.blog_teaser {
	padding:0 0 20px;
}
.blog_teaser p {
	padding-bottom:10px;
}

.blog_post {
	margin:20px 0 20px;
	padding:10px 0 20px;
	border-bottom:1px solid #d9d9d9;
}
.tags {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}
div.tags h6 {
	display:inline;
}

div.blog_post_header {
	padding:0 0 0px;
}
div.byline, p.byline {
	font-size:10px;
	color:#999;
}
div.byline div.by {
	float:left;
}
div.byline div.flag {
	float:right;
}
div.flag a {
	border:none;
}
div.byline div.tags {
	clear:both;
	font-size:10px;
	color:#999
}

div.date span.date_date {
	padding:0 0 4px;
	display:block;
	font-size:36px;
	font-weight:bold;
	line-height:30px;
}
div.date span.date_month {
	text-transform:lowercase;
}




/* =RESOURCES
===================================================== */
div.resource_teaser {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px dashed #d9d9d9;
}
div.resource_teaser a.more {
	padding-top:0;
	padding-bottom:0;
	float:right;
}
div.resource span.price {
	font-weight: bold;
}
div.resource span.free {
	color: #86272d;
	text-transform: uppercase;
}

div.resource div.tagcloud {
	display:inline;
}
div.resource div.tagcloud a {
	font-family:inherit;
	font-size:inherit;
}





/* =TAG CLOUD, TAGS
===================================================== */
div.tagcloud {
}
div.tagcloud a {
	font-family:Georgia, serif;
	text-decoration: none;
	color: #333;
}
div.tagcloud a:hover {
	border-bottom: 1px dashed #b2b2b2;
	color: #fff;
	background-color: #000;
}
#tag_cloud {
	padding:20px 0;
	text-align:center;
}
.tag_cloud {
	text-align:center;
}
.tag_count {
	padding:0;
	font-size:9px;
}

.tagcloud a {
	padding:1px 2px 1px 4px;
	color:#bbb;
	font-size:11px;
	text-decoration:none;
}
.tagcloud a:hover {
	background-color:#000;
	color:#fff !important;
}
.tagcloud a.s2 {
	color:#999;
	font-size:14px;
}
.tagcloud a.s3 {
	color:#958976;
	font-size:17px;
	line-height:.9;
}
.tagcloud a.s4 {
	color:#c28a8c;
	font-size:21px;
	line-height:.8;
}
.tagcloud a.s5 {
	color:#861619;
	font-size:26px;
	line-height:.6;
}

span.tag_country a {
	padding-left:20px;
	padding-right:20px;
	background:no-repeat 0% 50%;
}
span.tag_country a:hover {
	color:#861619 !important;
	background-color:#fff;
	text-decoration:underline;
}

div.taglist {
	border-top:1px dashed #ccc;
	border-bottom:2px solid #ccc;
	padding:10px 0;
	margin:5px 0 10px;
}
div.taglist a.tag {
	padding:0 5px;
	margin:0 2px;
	float:left;
	line-height: 20px;
	font-size: 12px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
div.taglist a.tag:hover {
	color:#fff;
	background:#333;
}




/* =PODCASTS
===================================================== */
div.podcast {

}
div.podcast img.image {
	margin:0 0 10px 10px;
	border:1px dashed #d9d9d9;
	float:right;
}



/* =PAGINATION
===================================================== */
div.pagination {
	padding:20px 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}
div.pagination a,
div.pagination span {
	padding:4px 8px;
	border:1px solid #fff;
}
div.pagination a {
	color:#4d4d4d;
	text-decoration:none;
}
div.pagination a:hover {
	border-color:#4d4d4d;
}
div.pagination span.current {
	background:#333;
	color:#fff;
}





/* =ARCHIVES
===================================================== */
.reflect_archive_list ul.reflect_archive {
	width:100%; float:left;
	margin:0;
	padding:0;
	list-style:none outside;
}
.reflect_archive_list ul.reflect_archive ul {
	margin:0;
	padding:0;
	font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}
.reflect_archive_list ul.reflect_archive ul li a {
	margin:0;
	padding:0;
	font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}

.reflect_archive_list ul.reflect_archive li {
	list-style:none outside;
}
.reflect_archive_list ul.reflect_archive a {
	border-bottom:none;
	text-decoration:none;
}
ul.reflect_archive li.reflect_year {
	width:100%;
	padding:0 0 10px;
	float:left;
	background:none;
	line-height:1;
}
ul.reflect_archive li.reflect_year a {
	float:left;
	color:#4d4d4d;
	text-decoration:none;
	font-size:22px;
	line-height:40px;
	font-weight:300;
	font-family:'M+ 1p', sans-serif;
}
ul.reflect_archive a:hover {
	color:#fff !important;
}
ul.reflect_archive li.reflect_year ul.reflect_months {
	padding-top:8px;
}
ul.reflect_archive li.reflect_year ul.reflect_months li {
	padding:0 10px;
	float:left;
	background:none;
}
ul.reflect_archive li.reflect_year ul.reflect_months li a {
	font-size:10px;
	text-transform:uppercase;
	color:#808080;
	line-height:1.7;
	font-weight:normal;
}








/* =VIDEOS
===================================================== */
/* extra 27px for controls */
.video {
	border:10px solid #000;
	margin-bottom:20px;
	background:#000 url(/assets/images_static/videos/video_placeholder.jpg) no-repeat center center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	cursor:pointer;
}
div.video:hover {
	border-color:#fff;
}

/*
	"tv" is 4:3, normal is 3:2
	add 27px for controls
*/
/*.video_grid_18_standard {
	width:700px;
	height:493px;
}
.video_grid_18_standardtv {
	width:700px;
	height:552px;
}
*/
.video_grid_10_standard {
	width:560px;
	height:400px;
}
.video_grid_10_standardtv {
	width:560px;
	height:447px;
}
/*
.video_grid_15_standard {
	width:560px;
	height:400px;
}
.video_grid_15_standardtv {
	width:560px;
	height:447px;
}
*/
.video_grid_9_standard {
	width:500px;
	height:360px;
}
.video_grid_9_standardtv {
	width:500px;
	height:402px;
}
.video_grid_8_standard {
	width:440px;
	height:320px;
}
.video_grid_8_standardtv {
	width:440px;
	height:357px;
}
/*.video_grid_10_standard {
	width:360px;
	height:267px;
}
.video_grid_10_standardtv {
	width:360px;
	height:297px;
}
*/
.video_grid_6_standard {
	width:320px;
	height:240px;
}
.video_grid_6_standardtv {
	width:320px;
	height:267px;
}
/*.video_grid_8_standard {
	width:280px;
	height:214px;
}
.video_grid_8_standardtv {
	width:280px;
	height:237px;
}
*/




/* =EVENT CALENDAR
===================================================== */
table.event_calendar { border-collapse: collapse; }
table.event_calendar tr td { border: 1px dashed #b2b2b2; height: 90px; width: 120px; }
table.event_calendar h4 { padding-top: 0px; color: #999; }
table.event_calendar td.current h4 { padding-top: 0px; color: #333; }
table.event_calendar ul li { list-style-type: none; }


/* =MAP
===================================================== */
#map_info_window {
	position: absolute;
	background-color: black;
	color: white;
	padding: 10px;
	font-size: 11px;
}

#map_info_window a {
	color: white;
	text-decoration: underline;
}

#map_user_pics img {
	cursor: pointer;
}
#map #logocontrol {
	display:none;
}

.map a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.map a.user, .map a.post {
	font-size:12px;
	text-decoration:none;
}
.map a div {
	padding:5px 10px 5px 25px;
	border:2px solid #000;
	color:#fff;
	background:#333 url(/assets/images_static/icons/user.gif) no-repeat 4px 5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
}
.map a div * {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.map a:hover div {
	border-color:#fff;
	color:#000;
	background-color:#dedede;
}
.map a:hover div * {
	color:#000;
}
.map a.post div {
	background-image:url(/assets/images_static/icons/document_comment.gif);
}

#map {
	width: 580px;
	height: 360px;
}

.map {
	border:10px solid #fff;
	margin-bottom:20px;
	background:#000;
	box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	cursor:pointer;
}
div.map:hover {
	border-color:#000;
}
.map_grid_10 {
	width:560px !important;
	height:400px !important;
}
.map_grid_6 {
	width:320px !important;
	height:240px !important;
}
.map_grid_4 {
	width:240px !important;
	height:180px !important;
}
.map_grid_4_square {
	height: 200px !important;
	margin-bottom: 30px;
	width: 200px !important;
}
div.map_post {
	padding:4px 0 6px;
	line-height:1.2;
}
div.map_post:hover {
	background:#f6f6f6;
}
div.map_post a {
	color:#86272d;
	text-decoration:none;
}
div.map_post a:hover {
	color:#fff;
	background-color:#86272d;
	text-decoration:none;
}
div.map_post a.icon {
	margin:3px 6px 3px 0;
	float:left;
}
div.map_post div.map_post_details {
	text-align:left;
}
div.map_post span.date {
	float:left; clear:left;
	font-size:9px;
	line-height:1;
	color:#666;
}
div.map_post a.title {

}

#map #title {
	border:5px solid #333;
	padding:10px;
}
#map #title h3 {
	font-size:16px;
}
#map #title h3 a {
	border-bottom:none !important;
	text-decoration:none;
}
#map #title p { /* TODO: fix this */
	display:none;
}



/* =FORUM / COMMENTS
===================================================== */
div.forum_topic div.image {
	padding:10px 20px 20px 0;
	float:left;
}
p.forum_excerpt {
	padding-bottom:0;
}

#post-form-submit-container {
	clear: both;
}


/* =WEBUSERS SIGNUP
===================================================== */
div.websignup input {
	width:200px !important;
	margin:0 0 10px;
	border:2px solid #ccc;
}

#upload_photo_preview {
	border:10px solid #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.7);
	position:absolute; top:0; right:0;
	z-index:100;
}





/* =GRID SYSTEM OVERRIDES
===================================================== */
.fake_suffix_1 {
	margin-right:20px;
	padding-right:29px;
	border-right:1px solid #ccc;
}

/* =MODIFIERS
===================================================== */
.last {
	border:none;
}


/* =RESOURCES, OVERLAYS
===================================================== */
.overlay {
	display:none;
	z-index:10000;
	background-color:#333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.overlay .close {
	background-image:url(../slices/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.modal {
	border: 1px solid silver;
	padding: 20px;
	background-color: #fff;
	width: 400px;
	display: none;
}


/* =ADOPT A STREET
=====================================================*/
.edit_street .lat, .edit_street .lng {
  display: none !important;
}

.edit_street .map_instructions {
	color: #999;
	font-size: 0.8em;
}

.hidden {
	display: none !important;
}


/* =PRAY FOR THIS
=====================================================*/
.pray_for_this .remove {
	color: #b2b2b2;
	font-size: 0.8em;
	padding-left: 1em;
	text-decoration: none;
}

/* =EDIT RESOURCE
=====================================================*/
textarea.resource_file {
	display: none;
}

.attachment {
	background: url(/assets/images_static/icons/page_white.png) 0px 2px no-repeat;
	padding-left: 22px;
	margin-left: 4px;
	padding-right: 4px;
	line-height: 20px;
}

.attachment_doc {
	background: url(/assets/images_static/icons/page_white_word.png) 0px 2px no-repeat;
}
.attachment_xls {
	background: url(/assets/images_static/icons/page_white_excel.png) 0px 2px no-repeat;
}
.attachment_pdf {
	background: url(/assets/images_static/icons/page_white_acrobat.png) 0px 2px no-repeat;
}
.attachment_zip {
	background: url(/assets/images_static/icons/page_white_zip.png) 0px 2px no-repeat;
}
.attachment_png, .attachment_jpg, .attachment_bmp, .attachment_jpeg, .attachment_gif, .attachment_tif {
	background: url(/assets/images_static/icons/page_white_picture.png) 0px 2px no-repeat;
}
.attachment_ppt {
	background: url(/assets/images_static/icons/page_white_powerpoint.png) 0px 2px no-repeat;
}

.description_help {
	padding-left: 15em;
	line-height: 1.9em;
}
code.example {
	background-color:	#d9d9d9;
	border: 1px solid #4d4d4d;
	padding: 4px;
	font-family: monospace;
	font-size: 0.9em;
}

/* =CONSTANTS
=====================================================
BLACK:  #333
		#4d4d4d
		#999
30%:    #b2b2b2
15%:    #d9d9d9
10%:    #E6E6E6

RED:    #86272d
25%:    #e1c9ca

BLUE:   #00529F
		#3FA9F5

GREEN:  #6E8C00
47%     #5A7300
=====================================================
*/

/* =DATA TABLE
===================================================== */
table.data { border-collapse:collapse; border:1px solid #444; font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-size:12px; margin:20px 0; }
table.data caption { font-size:200%; text-align:left; }
table.data thead { background:#EEE; }
table.data th, table.data td { border:1px solid #444; padding:2px 8px; }
table.data th { padding:8px; text-align:left; }


/* =SNAP-A-BUG
===================================================== */
#SnapABug_Button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 2147000000;
}
#SnapABug_bImg {
	border: 0;
	position: relative;
	right: -4px;
}


/* = RESOURCES
===================================================== */
div.rowfull {
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}
label.no_border {
	border-bottom: none;
}
.gridrow {
	border-top: 1px solid #e3e3e3;
	padding: 25px 0 75px 0;
	position: relative;
}
.gridrow.first {
	border-top: none;
	padding-top: 0;
}
.griditem {
	margin: 0 25px;
}
.gridheader {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
}
.gridsummary {
	margin-top: 25px;
}
.gridbuttons {
	bottom: 35px;
	position: absolute;
}
.grid_5_resource_details {
	border-left: 1px solid #e3e3e3;
	float: left;
	margin-left: 19px;
	padding-left: 30px;
	width: 220px;
}

.ui-autocomplete-input {
	position: relative;
	z-index: 10;
}
div.slider {
	float: left;
	margin:0 20px 0 10px;
	width: 200px;
}


/* = FILTERS
===================================================== */
.filters {
	padding-left: 40px;
}
ul.filter,
ul.tagcloud {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
ul.tagcloud li {
	display: inline;
}
ul.filter a,
ul.tagcloud a {
	border-bottom: none;
}
ul.filter a:hover {
	border-bottom: 1px dotted #00529F;
}
ul.tagcloud a.s1,
ul.tagcloud a.s2,
ul.tagcloud a.s3,
ul.tagcloud a.s4,
ul.tagcloud a.s5 {
	margin-right: 5px;
}
ul.tagcloud a.s3 {
	line-height: 1.2;
}
ul.tagcloud a.s4 {
	line-height: 1.1;
}
ul.tagcloud a.s5 {
	line-height: 1.0;
}
.body li.filteredby {
	background: #8EAC20;
	clear: both;
	display: block;
	float: none;
	margin: 2px 0 2px -5px;
	padding: 2px 5px;
}
.body li.filteredby a {
	color: #FFF;
	display: block;
	line-height: 1.4;
}
.body li.filteredby a:hover {
	background-color: #8EAC20;
	border-bottom: none;
	color: #000 !important;
}


/* = PILL BUTTON
===================================================== */
a.pill {
	background-color: #D9D9D9;
	border: 1px solid #BBB;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	outline: none;
	overflow: visible;
	padding: 2px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	zoom: 1;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	*display: inline;
	*vertical-align: middle;
}

/* = JQUERY UI TABS
===================================================== */
#tabs.minimal.ui-widget-content { border: none; }
#tabs.minimal .ui-widget-header {
	background: none;
	border: none;
	border-bottom: 1px solid #AAAAAA;
}
#tabs.haslayout.ui-tabs .ui-tabs-panel {
	padding-left: 0;
	padding-right: 0;
}
.ui-widget-header li a,
.ui-widget-header li a:hover {
	border-bottom: none;
}


/* = RSS FEEDS
===================================================== */
p.rss a {
	background: url(/assets/images_static/icons/rss/feed-32x32.png) no-repeat 0 10px;
	border-bottom-width: 0;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 10px 0 0 40px;
}


/* = ADMIN
===================================================== */
h1.admin_header {
	text-transform: capitalize;
}

#admin_nav {
	display: block;
	float: left;
	margin: -20px 0 30px 0;
	padding: 0 5px;
}
#admin_nav li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

#admin_search label {
	display: block;
	float: left;
	margin-right: 5px;
	text-align: right;
	text-transform: capitalize;
	width: 17%;
}
#admin_search div {
	float: left;
	margin-bottom: 10px;
	width: 82%;
}
#admin_search input {
	width: 98%;
}

#admin_details {
	margin-top: 30px;
}
#admin_details table {
	width: 100%;
}
#admin_details tr.alt {
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#admin_details th {
	padding: 2px 10px;
	text-align: right;
	white-space: nowrap;
	width: 1%;
}

#admin_actions {
	border-left: 2px dotted #999;
	padding: 10px 0 100px 2px;
}
#admin_actions h4 {
	border-top: 2px dotted #DDD;
	padding-left: 20px;
	padding-top: 20px;
}
#admin_actions h4.first {
	border-top: none;
	padding-top: 0;
}
#admin_actions p {
	margin-left: 40px;
}
#admin_actions input[type="submit"] {
	width: 80%;
}

#top_nav_events li.official a {
	padding-left: 20px;
}


/* = ADDTHIS
===================================================== */
div.addthis_toolbox {
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}
div.addthis_32x32_style {
	height: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}
div.addthis_toolbox .byline{
	float: left;
	margin-right: 4px;
}

/* = EMAIL OBFUSCATION
===================================================== */
.email.rev { direction:rtl; unicode-bidi:bidi-override; }

