/*
 * Tweeting Too Hard
 * Main CSS file
 * (c) Tweeting Too Hard, 2009
 */

/* *********** layout *********** */
html {
	background-color: #ffc773; /* same as footer */
}
body {
	background-color: #ffb03b;
}
div#wrapper {
	background-color: #ffc773;
	width: 920px;
	margin: 0 auto;
	padding: 0 10px;
}
div#main {
	background-color: #fff;
	padding: 30px 0 0;
}
div#header {
	overflow: hidden;
	height: 165px;
	padding-bottom: 40px; /* same as height of menu */
}
ul#menu {
	background-color: #fff0a5;
	position: absolute;
	top: 195px;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	min-width: 920px;
}
ul#menu li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	height: 40px;
	margin-right: 30px;
}
ul#menu li {
	/* ie7 and below requires a separate definition for inline-block hack */
	*display: inline;
}
ul#menu li a {
	text-decoration: none;
	color: #468966;
	display: block;
	line-height: 40px;
	font-weight: bold;
}
ul#menu li.selected a {
	border-bottom: 3px solid #be1e2d;
	color: #be1e2d;
}
ul#menu li#pre_menusubmit {
	_padding-right: 229px;
}
ul#menu li#menusubmit {
	width: 229px;
	height: 61px;
	position: relative;
	top: -30px;
	margin-right: 0;
	_position: absolute;
	_right: 100px;
}
ul#menu li#menusubmit a {
	width: 229px;
	height: 61px;
	background: #468966 url(/img/submittweet.png) no-repeat top left;
	color: #fff;
	outline: 0;
	text-align: center;
}
ul#menu li#menusubmit a span {
	display: block;
	padding-left: 23px;
	padding-top: 11px;
}
h1#logo {
	float: left;
	width: 320px;
	height: 120px;
	background-color: #efefef;
	margin-left: 40px;
	font-size: 52px;
	font-family: Georgia, Garamond, serif;
	margin-bottom: 25px;
	display: inline; /* ie6 double padding bug fix */
}
h1#logo a {
	display: block;
	text-decoration: none;
	color: #000;
	width: 320px;
	height: 120px;
	text-indent: -9999px;
	background: transparent url(/img/header_logo.png) no-repeat top right;
}
h2#slogan {
	float: left;
	font-size: 24px;
	font-family: Garamond, Times, "Times New Roman", serif;
	background: #be1e2d url(/img/slogan.png) no-repeat top right;
	color: #fff0a5;
	width: 328px;
	height: 80px;
	padding: 40px 50px 0;
	position: relative;
	line-height: 1em;
}
h2#slogan a#clicktotweet {
	display: block;
	position: absolute;
	left: 428px;
	top: 12px;
	background: #ffc773 url(/img/clicktotweet.png) no-repeat top right;
	color: #be1e2d;
	width: 100px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
	padding-top: 10px;
	padding-left: 25px;
	color: #be1e2d;
	text-decoration: none;
}
h2#slogan a#clicktotweet:hover {
	text-decoration: underline;
}
div#content {
	padding-top: 20px;
	padding-bottom: 50px;
}
div#footer {
	background-color: #ffc773;
}
div#footercontent {
	width: 920px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}
a#footerlogo {
	margin-left: 50px;
	width: 171px;
	height: 49px;
	display: block;
	float: left;
	background-color: #fff;
	background: transparent url(/img/logo.png) no-repeat center right;
	text-indent: -9999px;
}
p#footlinks {
	text-align: right;
	margin-right: 50px;
	margin-top: 17px;
	color: #be1e2d;
	font-size: 12px;
	font-weight: bold;
}
p#footlinks a {
	color: #be1e2d;
}
p#footlinks span.wide_bull {
	padding: 0 0.5em;
}
/* *********** tweet display (list) *********** */
ol.tweet_list {
}
ol.tweet_list li {
	padding-top: 20px;
	clear: both;
	height: 108px;
}
span.number {
	display: block;
	float: left;
	background-color: #fff0a5;
	color: #ffc773;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	margin-left: -10px;
	font-weight: bold;
}
div.profile_pic {
	float: left;
	width: 80px;
	text-align: right;
	background: transparent url(/img/userpic_right_border.png) no-repeat top right;
	padding: 1px 20px;
}
ol.tweet_list li.first div.profile_pic {
	background-image: url(/img/userpic_right_border_lg.png);
}
div.profile_pic img {
	width: 48px;
	height: 48px;
}
ol.tweet_list li.first div.profile_pic img {
	width: 73px;
	height: 73px;
}
div.tweet {
	float: left;
	color: #468966;
	font-size: 14px;
	width: 460px;
	padding-left: 10px;
	padding-right: 20px;
}
ol.tweet_list li.first div.tweet {
	font-size: 20px;
	font-weight: bold;
}
div.tweet a {
	font-weight: bold;
	color: #468966;
	text-decoration: none;
}
div.tweet p.user_options {
	color: #666;
	font-family: Georgia, Garamond, serif;
	font-size: 12px;
	margin-top: 5px;
}
div.tweet p.user_options a {
	font-weight: normal;
	color: #be1e2d;
	text-decoration: underline;
}
div.tweet p.user_options a.twitter {
	font-style: italic;
}
div.vote_options {
	float: left;
	width: 115px;
	color: #be1e2d;
	text-align: right;
	position: relative;
}
div.vote_options span.quantity {
	color: #ffb03b;
	font-size: 36px;
	line-height: 0.85em;
	display: block;
	font-weight: bold;
}
div.vote_options div.vote_actions {
	position: absolute;
	top: 0;
	left: 0;
}
div.vote_actions a {
	color: #fff;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-indent: -9999px;
	outline: 0;
}

div.vote_actions a.vote_up {
    background: #be1e2d url(/img/vote_up.png) no-repeat top left;
}
div.vote_actions a.vote_up:hover {

    background-image: url(/img/voted_up.png);
}
div.vote_actions a.voted_up {
    background-image: url(/img/voted_up.png);
}
div.vote_actions a.vote_down {
    background: #be1e2d url(/img/vote_down.png) no-repeat top left;
}
div.vote_actions a.vote_down:hover {

    background-image: url(/img/voted_down.png);
}
div.vote_actions a.voted_down {
    background-image: url(/img/voted_down.png);
}


ol.tweet_list li.first img.badge {
	margin: -25px 0 0 27px;
}
ol.tweet_list hr {
	clear: both;
}
/* *********** tweet display (individual) *********** */
div.ind_content {
	background-color: #468966;
}
div#ind_open_bubble {
	height: 17px;
	background: transparent url(/img/ind_open_bubble.png) no-repeat 400px 0;
}
ol#individual {
	padding: 0;
}
ol#individual li {
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 760px;
	margin: 0 auto;
	padding-left: 20px;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
div#random_menu {
	background-color: #fff0a5;
	width: 700px;
	margin: 10px auto;
	padding: 10px 40px;
	font-weight: bold;
	color: #468966;
	text-align: right;
}
div#random_menu a {
	color: #468966;
}
div#random_menu p.vote_again {
	float: left;
}
div#random_menu span.boring {
	color: #ffb03b;
}
/* *********** submit lightbox *********** */
#submituser {
	display: block;
}
#submitperma {
	display: none;
}
#lightbox_background {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: 3000px;
	background-color: #000;
	-moz-opacity:.50;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
#lightbox_submit {
	position: absolute;
	top: 0;
	margin-top: 235px;
	left: 50%;
	margin-left: -291px;
	width: 510px;
	background-color: #fff;
	border: 16px solid #468966;
	padding: 20px;
	display: none;
}

#lightbox_login {
	position: absolute;
	top: 0;
	margin-top: 235px;
	left: 50%;
	margin-left: -291px;
	width: 510px;
	background-color: #fff;
	border: 16px solid #468966;
	padding: 20px;
	display: none;
}
.lightbox_options {
	background: transparent url(/img/lightbox_bubble.png) no-repeat top center;
	position: absolute;
	top: -16px;
	right: 0;
	width: 100px;
	padding-top: 21px;
	text-align: center;
	color: #468966;
}
.lightbox_options a {
	color: #b64926;
	text-decoration: underline;
}
#lightbox_submit h1 {
	color: #468966;
	font-weight: bold;
	margin-bottom: 1.5em;
	font-size: 16px;
}

#lightbox_login h1 {
	color: #468966;
	font-weight: bold;
	margin-bottom: 1.5em;
	font-size: 16px;
}
.lightbox_tabs {
	color: #468966;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}
.lightbox_tabs li {
	float: left;
	padding-right: 0.5em;
}
.lightbox_tabs a {
	color: #468966;
	text-decoration: underline;
	font-weight: bold;
}
.lightbox_tabs li.active a {
	font-weight: normal;
	text-decoration: none;
}
.submit_input {
	border: 1px solid #468966;
	padding: 8px 8px 0;
	color: #999;
	height: 24px;
	width: 384px;
	font-size: 14px;
	background: #fff url(/img/lightbox_input.png) no-repeat top left;
	float: left;
}
.submit_button {
	width: 80px;
	height: 34px;
	line-height: 34px;
	background-color: #ffb03b;
	border: 1px solid #b64926;
	color: #b64926;
	font-weight: bold;
	margin-left: 5px;
	float: left;
}

.lightbox_message {
	width: 183px;
	height: 77px;
/*	line-height: 34px;*/
	background-color: #ffb03b;
	border: 1px solid #b64926;
	color: #b64926;
	font-weight: bold;
	margin-left: 5px;
	float: left;
}

#lightbox_submit p.instructions {
	clear: both;
	padding: 0.5em 0;
	color: #468966;
}
#lightbox_submit h2 {
	clear: both;
	padding: 10px 0;
	color: #b64926;
	font-size: 14px;
	*width: 100%;
}
#lightbox_submit h2 span.highlight {
	background-color: #fff0a5;
	padding: 2px 0.5em;
}
#lightbox_submit h2 span.highlight span.user {
	font-weight: bold;
}
img.profile_pic {
	width: 45px;
	height: 45px;
	float: left;
}
ul.lightbox_tweets {
	padding-left: 55px;
	margin-right: 40px;
}
ul.lightbox_tweets li {
	padding: 10px 0;
	border-bottom: 1px solid #b64926;
	overflow: hidden;
}
ul.lightbox_tweets li.first {
	padding-top: 0;
}
ul.lightbox_tweets a.submit {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #b64926;
	float: right;
	display: block;
	width: 4em;
	padding: 0.5em;
	text-decoration: none;
	text-align: center;
	margin-left: 10px;
}

p.message_bar {
	display: block;
	width: 90%;
	padding: 1em 5%;
	position: absolute;
	position: fixed;
	top: 0;
	background-color: #fff;
	font-size: 150%;
	border-bottom: 1px solid #000;
}
p.message_bar a.close {
	display: block;
	float: right;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #BE1E2D;
	padding: 0 0.25em;
}

#lightbox_login {
	position: absolute;
	position: fixed;
	top: 50%;
	margin-top: -160px;
	left: 50%;
	margin-left: -291px;
	width: 510px;
	background-color: #fff;
	border: 16px solid #468966;
	padding: 20px;
	display: none;
}
#lightbox_login .lightbox_options {
	background-image: none;
}
#lightbox_login h1 {
	color: #468966;
	font-weight: bold;
	margin-bottom: 1.5em;
	font-size: 16px;
}
#lightbox_login p.login_instructions {
	color: #B64926;
	background-color: #FFF0A5;
	padding: 10px;
	display: block;
	float: right;
	width: 160px;
	margin: 0 10px;
	font-size: 0.8462em;
	line-height: 1.5em;
}

#lightbox_login .submit_input {
	width: 284px;
	display: block;
	margin-bottom: 10px;
	float: none;
}
#lightbox_login .submit_button {
	width: 115px;
	float: none;
	margin: 0 10px 0 0;
}
#lightbox_login .cancel_login {
	background-color: #999;
	color: #444;
	width: 175px;
	border-color: #444;
}
p.fine_print {
	color: #468966;
	font-weight: bold;
	margin-top: 20px;
}
p.fine_print span.highlight {
	background-color: #FFF0A5;
	color: #B64926;
	text-transform: uppercase;
	margin-right: 5px;
	padding: 0 2px;
}




.about_content {
	overflow: hidden;
	width: 100%;
}
#about_left_panel {
	float: left;
	width: 330px;
	padding-left: 50px;
	padding-right: 20px;
	overflow: hidden;
}
#about_right_panel {
	margin-left: 400px;
	padding-right: 20px;
}
.about_content h1 {
	color: #be1e2d;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.about_content h2 {
	color: #468966;
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}
.about_content p {
	color: #666;
	margin-bottom: 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
}
ul#about_us {
	background-color: #FFC773;
	padding: 20px 20px 0;
	overflow: hidden;
}
ul#about_us li {
	margin-bottom: 20px;
	height: 73px;
	margin-left: 73px;
	padding-left: 34px;
	background: #FFF0A5 url(/img/about_pic_border.png) no-repeat top left;
}
ul#about_us li img.profile_pic {
	float: left;
	margin-left: -107px; /* 73 + padding-left of 34 */
	height: 73px;
	width: 73px;
}
ul#about_us li h3 {
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
ul#about_us li h3 a {
	font-size: 14px;
	color: #be1e2d;
	text-decoration: none;
}
ul#about_us li p {
	color: #000;
	font-size: 11px;
}
p#falkor_cred {
	margin: 20px 0 0;
	text-align: right;
	color: #000;
	font-size: 11px;
}
p#falkor_cred img {
	display: block;
	margin: 0 0 0 auto;
}
p#falkor_cred a {
	color: #be1e2d;
	text-decoration: none;
}





