@charset "UTF-8";

/*!
 * Tagwhat, Inc
 *
 * Copyright 2012 Tagwhat, Inc
 *
 */

body {
	font-family: Helvetica;
	background-image: url(/images/footer_pattern_extended.gif);
	background-color: #8fb2c8;
	background-position: 0px 699px;
	margin: 0;
	padding: 0;
	color: #525252;
	font-size: 12px;
}

h2 {
	font-size: 22px;
	color: black;
	font-weight: normal;
	margin: 30px 0px 10px 0px;
}

h3 {
	font-size: 18px;
	color: #d66028;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
}

h4 {
	font-weight: normal;
	margin: -10px 0px 10px 0px;
	color:#679fbf;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}

ul li {
	margin: 20px 0px 20px 0px;
	
}

/*///////////////////// STRUCTURE //////////////////////////*/

#container {
	width: 100%;
}

/*///////// HEADER ///////////*/

#header {
	width: 100%;
	height: 136px;
	background-image: url(/images/header_bkgd.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	z-index: 1;
}

#header_inside {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header_inside #signup_head {
	position: absolute;
	top:20px;
	right: 0px;	
}

.bluesignup {
	color:#29a3d2;
}

#header_nav {
	position: absolute;
	top:35px;
	right:206px;
}

#header_nav a:link, #header_nav a:visited {
	font-family: helvetica;
	color: #434242;
	font-size: 22px;
	font-weight: 500;
	margin: 0px 0px 0px 30px;
}

#header_nav a:hover, #header_nav a:visited:hover {
	text-decoration: none;
	color: #29a3d2;
}

#logo a:link, #logo a:visited {
	width: 310px;
	height: 136px;
	display: block;
	overflow: hidden;
	line-height: 500px;
	background-image: url(/images/tagwhat_logo.png);
}


#headersocial {
	position: absolute;
	right: 50px;
	top:20px;
	width: 136px;
	height: 46px;
}

#headfacebook a:link, #headfacebook a:visited {
	width: 42px;
	height:46px;
	overflow: hidden;
	line-height: 200px;
	float: left;
	background-image: url(/images/facebook_twitter_top_icons.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}

#headfacebook a:hover, #headfacebook a:visited:hover {
	background-position: 0px -46px;
}

#headtwitter a:link, #headtwitter a:visited {
	width: 42px;
	height:46px;
	overflow: hidden;
	line-height: 200px;
	float: left;
	background-image: url(/images/facebook_twitter_top_icons.gif);
	background-position: -42px 0px;
	background-repeat: no-repeat;
	display: block;
}

#headtwitter a:hover, #headtwitter a:visited:hover {
	background-position: -42px -46px;
}



#headyoutube a:link, #headyoutube a:visited {
	width: 51px;
	height:46px;
	overflow: hidden;
	line-height: 200px;
	float: left;
	background-image: url(/images/facebook_twitter_top_icons.gif);
	background-position: -84px 0px;
	background-repeat: no-repeat;
	display: block;
}

#headyoutube a:hover, #headyoutube a:visited:hover {
	background-position: -84px -46px;
}


/*/////// HOMEPAGE MAIN CONTENT ////////*/

#home_content {
	width: 100%;
	min-width: 980px;
	height: 619px;
	background-image: url(/images/manhattanpano.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: white;
	position: absolute;
	top:80px;
}

#home_content_inside {
	width: 980px;
	min-height: 631px;
	margin: 0 auto;
	position: relative;
	
}

#home_content #home_content_inside h1 {
	color: white;
	text-shadow: 1px 1px 3px #000;
	font-family: 'Arvo', serif;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 60px;
	margin: 100px 0px 20px 0px;
}

#screendemo {
	position: absolute;
	top:-40px;
	right:67px;
	width: 284px;
	height: 426px;
}

#orange_box {
	margin: 0px 0px 0px -16px;
	background-image: url(/images/orange_bar.png);
	background-repeat: no-repeat;
	width: 530px;
	height: 172px;
	position: relative;
}

#channel_feature a:link, #channel_feature a:visited {
	background-image: url('/images/channel_btn_homepage.png');
	background-position: 0px 0px;
	width: 514px;
	height: 79px;
	display: block;
	overflow: hidden;
	line-height: 500px;
	margin: 30px 0px 10px -7px;
}

#channel_feature a:hover, #channel_feature a:visited:hover {
	background-position: 0px -79px;
}

#publish_text_feature a:link, #publish_text_feature a:visited  {
	margin: 0px 0px 0px 85px;
	font-family: helvetica;
	font-size: 16px;
	color: white;
	text-decoration: none;
}

#publish_text_feature a:hover, #publish_text_feature a:visited:hover  {
	text-decoration: underline;
}



#home_sub_btn_contain {
	width: 521px;
	height: 97px;	
}

#twilight_btn a:link, #twilight_btn a:visited {
	background-image: url('/images/twilight_publish_btns.png');
	background-position: 0px 0px;
	width: 262px;
	height: 97px;
	display: block;
	overflow: hidden;
	line-height: 500px;
	float: left;
	margin: 0px 0px 0px -12px;
}

#twilight_btn a:hover, #twilight_btn a:visited:hover {
	background-position: 0px -97px;
}


#publish_btn_sm a:link, #publish_btn_sm a:visited {
	background-image: url('/images/twilight_publish_btns.png');
	background-position: -262px 0px;
	width: 259px;
	height: 97px;
	display: block;
	overflow: hidden;
	line-height: 500px;
	float: left;
	margin: 0px 0px 0px -1px;
}

#publish_btn_sm a:hover, #publish_btn_sm a:visited:hover {
	background-position: -262px -97px;
}



.downloadlink {
	position: absolute;
	top:50px;
	left: 40px;
}

.downloadlink label {
	width: 237px;
	height: 19px;
	display: block;
	overflow: hidden;
	line-height: 200px;
	background-image: url(/images/get_link_text.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
}

.downloadlink .homefield {
	height: 25px;
	width: 300px;
	margin-bottom: 0px !important;
	margin-right: 5px;
}

#appicons {
	position: absolute;
	top:30px;
	right: 60px;
	width: 94px;
}

#appicons #ioslink a:link,  #appicons #ioslink a:visited {
	width: 47px;
	height: 54px;
	display: block;
	overflow: hidden;
	line-height: 400px;
	background-image: url(/images/app_store_icons.png);
	background-position: 0px 0px;
	float: left;
	border: none;
	outline: none;
}

#appicons #ioslink a:hover,  #appicons #ioslink a:visited:hover {
	background-position: 0px -54px;
}

#appicons #androidlink a:link, #appicons #androidlink a:visited {
	width: 47px;
	height: 54px;
	display: block;
	overflow: hidden;
	line-height: 400px;
	background-image: url(/images/app_store_icons.png);
	background-position: -47px 0px;
	float: left;
	border: none;
	outline: none;
}

#appicons #androidlink a:hover, #appicons #androidlink a:visited:hover {
	background-position: -47px -54px;
}

/*/////// SUBPAGE MAIN CONTENT ////////*/

#content {
	width: 100%;
	min-width: 980px;
	height: 619px;
	background-image: url(/images/manhattanpano_nophone.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: white;
	position: absolute;
	top:80px;
	
	}

#content_inside {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#main_content {
	background-color: white;
	margin: 70px 0px -9px 0px;
	min-height: 550px;
}

#sub_nav {
	padding: 32px;
}

#sub_nav .subnav_btn a:link, #sub_nav .subnav_btn a:visited {
	color:#3a3a3a;
	float: left;
	font-size: 18px;
	margin: 0px 20px 0px 0px;
	text-decoration: none;
}

#sub_nav .current a:link, #sub_nav .current a:visited {
	color: black;
	font-weight: bold;
}

#sub_nav .subnav_btn a:hover, #sub_nav .subnav_btn a:visited:hover {
	color: #297e9f;
}



/*/////// SUBPAGE COLUMNS ////////*/


#column_contain {
	
}

#column_left {
	float: left;
	width: 380px;
}


#coltitle {
	background-color:#d6d6d6;
	color: white;
	font-family: 'Arvo', serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 60px;
	padding: 20px 20px 20px 32px;
}

#leftcolcontent {
	padding: 16px 0px 0px 32px;
}

#leftcolcontent h2 {
	
	margin-top: 20px;
}

#leftcolcontent ul {
	list-style: none;
	margin: 0px;
}

#leftcolcontent ul li {
	margin: 5px 0px 5px 0px;
}


#column_right {
	float: right;
	width: 528px;
	background-image: url(/images/orange_title_bar.gif);
	background-repeat: repeat-x;
	padding: 20px 32px 50px 0px;
}


/*/////////// FOOTER /////////////*/

#footer {
	width: 980px;
	height: 111px;
	background-image: url(/images/footer_bar.gif);
	background-repeat: no-repeat;
}

.footerreltive {
	position: relative;
}

.footerabsolute {
	position: absolute;
	bottom: 1px;
	z-index: 2;
}

#footer_nav {
	position: absolute;
	right: 30px;
	bottom: 30px;	
}

#footer_nav a:link, #footer_nav a:visited {
	float: left;
	color: #414040;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
}

#footer_nav a:hover, #footer_nav a:visited:hover {
	color: #fff;
	text-decoration: none;
}

#seenin {
	position: absolute;
	left: 30px;
	bottom: 47px;
	width: 338px;
	height: 38px;
}

#asseen {
	color: white;
	padding: 0px 0px 10px 8px;
}

#mash_btn a:link, #mash_btn a:visited {
	display: block;
	width: 135px;
	height: 34px;
	background-image: url(/images/mash_wallst.gif);
	background-position: 0px 0px;
	overflow: hidden;
	line-height: 200px;
	float: left;
	margin: 0px 10px 0px 0px;
	outline: none;
}

#mash_btn a:hover, #mash_btn a:visited:hover {
	background-position: 0px -34px;
}

#wallst_btn a:link, #wallst_btn a:visited {
	display: block;
	width: 141px;
	height: 34px;
	background-image: url(/images/mash_wallst.gif);
	background-position: -135px 0px;
	overflow: hidden;
	line-height: 200px;
	float: left;
	outline: none;
}

#wallst_btn a:hover, #wallst_btn a:visited:hover {
	background-position: -135px -34px;
}

#copyright {
	position: absolute;
	bottom: -30px;
	right: 0px;
	color: #646464;
	font-size: 14px;
}


/*/////////////// MISC /////////////////*/

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

p.privacy_title {
	text-align: center;
	font-weight: bold;
}

p.privacy_normal {}

p.privacy_indent {
	padding-left:1.5em;
}

p.privacy_heading_left {
	text-align: left;
	font-weight: bold;
}

ul.privacy_list {
	padding-left:5em;
}

p.terms_title {
	text-align: center;
	font-weight: bold;
}

p.terms_normal {
	text-align: justify;
}

p.terms_address {
	text-align: left;
	padding-left:3em;
}

p.terms_infringement {
	text-align: left;
	padding-left:3em;
}

.inline_staff_photo {
	float: left;
	margin: 0px 30px 20px 0px;
}

.social_media_item {
	margin: 15px 0px 15px 0px;
}

#facebooklink a:link, #facebooklink a:visited {
	display: block;
	width: 47px;
	height: 47px;
	background-image: url(/images/social_media_icons.jpg);
	background-position: 0px 0px;
	overflow: hidden;
	line-height: 500px;
	float: left;
	margin: 15px 10px 20px 0px;
}

#facebooklink a:hover, #facebooklink a:visited:hover {
	background-position: 0px -47px;
}


#twitterlink a:link, #twitterlink a:visited {
	display: block;
	width: 47px;
	height: 47px;
	background-image: url(/images/social_media_icons.jpg);
	background-position: -47px 0px;
	overflow: hidden;
	line-height: 500px;
	float: left;
	margin: 15px 10px 0px 0px;
}

#twitterlink a:hover, #twitterlink a:visited:hover {
	background-position: -47px -47px;
}



#tumblrlink a:link, #tumblrlink a:visited {
	display: block;
	width: 47px;
	height: 47px;
	background-image: url(/images/social_media_icons.jpg);
	background-position: -94px 0px;
	overflow: hidden;
	line-height: 500px;
	float: left;
	margin: 15px 10px 0px 0px;
}

#tumblrlink a:hover, #tumblrlink a:visited:hover {
	background-position: -94px -47px;
}

#bkgd_gradient { 
	background-image: url(/images/bkgd_gradient.gif);
	background-position: center 0px;
	background-repeat: repeat-x;
	position: absolute;
	height: 300px;
	width: 100%;
	top:699px;
	z-index: 0;
}

#bkgd_gradient_subage { 
	background-image: url(/images/bkgd_gradient.gif);
	background-position: center 0px;
	background-repeat: repeat-x;
	position: absolute;
	height: 503px;
	width: 100%;
	top:619px;
	z-index: 0;
}

#homealerts {
	margin-left:-25px;
	margin-top:18px; 
	width:450px;
}

#homesuccess {
	color: #fcd7a3;
	font-weight: bold;
	font-size: 18px;
	margin-top: 35px;
}

.horzrule {
	border-top: 1px solid #ccc;
	margin: 10px 0px 10px 0px;
}



/*
     