/* =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%;
}





/* =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:0 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.biggest {
	width:600px;
	height:350px;
}

span.error, label.error {
	padding:0px 10px;
	display:block;
	color:#86272d;
	background:#ffd9da;
}

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;
}



/* =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:6px 6px 5px;
	float:left;
}
#search_q {
	width:10em;
	border:1px solid #333;
	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: 'M+ 1p', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:22px;
}



/* =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 20px;
	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;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.15em;
}
#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;
}
#nav_primary ul ul li a:hover,
#nav_primary ul ul li.active a {
	border-bottom:none;
	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;
	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;
}




/* =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 LAYOUT ELEMENTS
===================================================== */
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);
}





/* =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 {
	xheight:428px; /* explicit height needed for Flowplayer */
	margin-bottom:0;
}




/* =HOMEPAGE INTRO
===================================================== */
#intro {
	padding-top:15px;
	padding-bottom:150px;
	/*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:#861619;
	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 */
.video_grid_18_standard {
	width:700px;
	height:493px;
}
.video_grid_18_standardtv {
	width:700px;
	height:552px;
}
.video_grid_16_standard {
	width:600px;
	height:427px;
}
.video_grid_16_standardtv {
	width:600px;
	height:470px;
}
.video_grid_15_standard {
	width:560px;
	height:400px;
}
.video_grid_15_standardtv {
	width:560px;
	height:447px;
}
.video_grid_14_standard {
	width:520px;
	height:374px;
}
.video_grid_14_standardtv {
	width:520px;
	height:417px;
}
.video_grid_12_standard {
	width:440px;
	height:320px;
}
.video_grid_12_standardtv {
	width:440px;
	height:357px;
}
.video_grid_10_standard {
	width:360px;
	height:267px;
}
.video_grid_10_standardtv {
	width:360px;
	height:297px;
}
.video_grid_9_standard {
	width:320px;
	height:240px;
}
.video_grid_9_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_9 {
	width:320px !important;
	height:240px !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; 
}

/* =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

RED:
#86272d
25%:	#e1c9ca
=====================================================
*/
