* { margin: 0; padding: 0 }
body {
	/*
	background: url(/images/creepy-pumpkin-collage.gif) repeat;
	*/
	background: url(/images/sexy-vampire-fangs.gif) repeat;
}
#page-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}
#page {
    margin: 0px auto;
	width: 780px;
    height: 100%;
}
#logo-wrapper {
	/*
	position: relative;
	top: 0px;
	left: 0px;
	width:  550px;
	height: 100px;
	*/
	margin: 40px 0 0;
}
#logo {
	background: url(/images/trick-o-tweet-blood3-550x100.png) no-repeat;
	width:  550px;
	height: 100px;
}
/*
#logo:hover {
	background: url(/images/trick-o-tweet-blood2-550x100.png) no-repeat;
}
*/
#authuser-wrapper {
	width: 200px;
	height: 100px;
}
#authuser {
	color: white;
	padding: 10px;
}
#authuser .avatar {
	width:  44px;
	height: 44px;
}
#authuser .nick {
	font-size: 13px;
}
#content {
	text-align: left;
	width: 100%;
}
#tabs {
	padding-bottom: 30px;
}
#tabs ul {
	list-style-type: none;
	margin-bottom: 5px;
}
.tab {
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 175px;
	margin-right: 12px;
	border: 0px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 0 0 3px black;
}
/*
.tab.selected {
	text-shadow: 0 0 3px rgb(255,33,33);
}
*/
.tab:hover {
	background: url(/images/opacity-mask-80.png);
}
.tab:hover a {
	border: none !important;
	color: white;
	text-shadow: 0 0 3px white;
}
#folder {
	padding-top: 20px;
	background: url(/images/opacity-mask-70.png);
	border: 0px solid #333;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0px;
}
#costumes {
	list-style-type: none;
	margin: 0 0 30px 35px;
}
#costumes li,
.costume-wrapper {
	margin: 0 20px 20px 0;
}
.costume {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}
.costume-name,
.costume-wrapper .costume-name {
	background: url(/images/opacity-white-40.png);
	border: 0px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0 5px;
	padding-top: 2px;
}
/*
.costume-name:hover 
*/
a .costume-name, 
a:link .costume-name, 
a:visited .costume-name { color: black; text-shadow: none } 
a:hover .costume-name, 
a:active .costume-name { color: white; text-shadow: 0 0 3px white; }
#costumes li:hover,
.costume-wrapper:hover 
{
	background: url(/images/opacity-mask-40.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#costumes li:hover .costume-name,
.costume-wrapper:hover .costume-name {
	background: none;
	color: white;
	text-shadow: 0 0 3px white;
}
.tabs-mask {
	background: url(/images/opacity-mask-70.png);
	border: 0px solid #333;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}
.selected a {
	color: white !important;
	text-shadow: 0 0 3px white;
}
.confirm-prompt {
	list-style-type: none;
	padding: 20px 0;
}
.update-button {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
}
.update-button:hover {
	background: url(/images/opacity-mask-40.png);
	color: white;
	text-shadow: 0 0 3px white;
}
.progress-wheel {
	background: url(/images/ajax-loader3.gif) no-repeat;
	width: 32px;
	height: 32px;
	margin-top: 5px;
	margin-left: 8px;
}
.black { color: black; }
.white { color: white; }
.red {   color: rgb(255,33,33); }
.black-shadow { text-shadow: 0 0 3px black; }
.white-shadow { text-shadow: 0 0 3px white; }
.red-shadow {   text-shadow: 0 0 3px rgb(255,33,33); }
.black-mask30 { background: url(/images/opacity-mask-30.png) }
.black-mask40 { background: url(/images/opacity-mask-40.png) }
.black-mask50 { background: url(/images/opacity-mask-50.png) }
.black-mask60 { background: url(/images/opacity-mask-60.png) }
.black-mask70 { background: url(/images/opacity-mask-70.png) }
.black-mask,
.black-mask80 { background: url(/images/opacity-mask-80.png) }
.white-mask30 { background: url(/images/opacity-white-30.png) }
.white-mask40 { background: url(/images/opacity-white-40.png) }
.white-mask50 { background: url(/images/opacity-white-50.png) }
.white-mask60 { background: url(/images/opacity-white-60.png) }
.white-mask70 { background: url(/images/opacity-white-70.png) }
.white-mask,
.white-mask80 { background: url(/images/opacity-white-80.png) }
.black-mask30,
.black-mask40,
.black-mask50,
.black-mask60,
.black-mask70,
.black-mask80,
.black-mask,
.white-mask30,
.white-mask40,
.white-mask50,
.white-mask60,
.white-mask70,
.white-mask80,
.white-mask {
	border: 0px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h3 {
	margin: 0 35px 10px 35px;
}
#tricksters,
#tweet-tooths {
	margin: 0 35px 30px 35px;
	padding-bottom: 20px;
}
.welcome {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*
#twitter-login {
	background: url(/images/twitter_button_3_lo.gif) no-repeat;
	width: 165px;
	height: 28px;
}
*/
.bottom {
	margin-bottom: 30px;
}
.inset {
	padding: 10px 20px 20px;
}
.tweet-nohover .textarea {
	margin-right: 10px;
	width: 430px;
}
.login {
	background: url(/images/login2.png) no-repeat;
	width: 180px;
	height: 65px;
}
.tweet-nohover .tweet-button {
	background: url(/images/tweet.png) no-repeat;
	width: 202px;
	height: 71px;
}
.tweet .score-wrapper {
	padding-left: 0px;
}
.tweet .score,
.score {
	color: orange;
	font-family: Georgia, serif;
	font-size:   48px;
	font-weight: bold;
	line-height: 0.8em;
	/*
	margin-bottom: 10px;
	*/
	text-shadow: 0 0 3px black;
}
.tweet:hover .score,
.tweet:hover .multi {
	text-shadow: 0 0 1px white;
}
.tweet .multi,
.multi {
	color: orange;
	font-family: Georgia, serif;
	font-size:   12px;
	font-style:  italic;
	text-align: center;
}
.tweet .point,
.point {
	font-size: 24px;
}
/*
.login-wrapper:hover { background: url(/images/opacity-white-40.png) }
*/
.login:hover { background: url(/images/login.png) no-repeat }
#footer {
	color: white;
	padding: 5px 0;
	margin-bottom: 40px;
}
.clear { clear: both; }
a, a:link, a:visited, a:hover, a:active { border: none; color: rgb(255,33,33); outline: none; text-decoration: none }
a, a:link, a:visited { text-shadow: 0 0 3px black; }
a:hover, a:active { background: none; text-shadow: 0 0 3px rgb(255,33,33); }
#footer a:hover, 
#footer a:active { border-bottom: 1px solid rgb(255,33,33); }
#folder h3 {
	color: white;
	font-weight: bold;
	margin: 0 0 20px 35px;
}
.tweet-nohover a,
.tweet-nohover a:hover,
.tweet-nohover a:active {
    border-bottom: none !important;
}
.tweet-nohover a:hover,
.tweet-nohover a:active {
    text-decoration: underline;
}
.tweet-nohover a.nick {
    font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
}
.tweet-nohover div,
.tweet-nohover a,
.tweet-nohover {
    font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, Sans-Serif;
}
.tweet-nohover {
    color: white;
    font-size: 11pt;
    line-height: 1.1em;
    padding: 10px 0 10px 10px;
}

