body {
	margin: 0;
	padding: 0;
	font: 12px Arial;
	background: #48b4da url(../images/bg.gif) center;
	text-align: center;
	color: #8d6339;
}
a {
	color: #f9921b;
}
img {
	border: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	width: 970px;
	margin: auto;
	text-align: left;
	background: #ffeab8;
}
#wrapper2 {
	width: 715px;
	margin: auto;
	text-align: left;
	background: #ffeab8;
}
#wrapper2 #content {
	width: 700px;
}
iframe html, iframe body {
	background: #ffeab8;
}
/* @group header */

#header {
	position: relative;
	text-align: center;
	background: url(../images/header_bgtile.gif) repeat-x;
	height: 151px;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
}
#header h2 {
	margin: 0;
	padding: 0;
}
#header #soap_logo {
	position: absolute;
	top: 10px;
	right: 0;
	width: 150px;
	height: 40px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
/* @end */
/* @group top nav */
#topnav {
	height: 30px;
	background: #f9921b;
}
#topnav ul {
	margin-left: 122px;
}
#topnav li {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
#topnav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-right: 9px;
	background: url(../images/nav_tab_sep.gif) no-repeat right;
	font-size: 16px;
}
#topnav li.selected {
	background: url(../images/nav_tab_r.gif) no-repeat right;
}
#topnav li.selected a {
	color: #f9921b;
	padding: 0 9px;
	background: url(../images/nav_tab_l.gif) no-repeat left;
}
#topnav li.nobg a {
	background: none;
	padding-right: 0;
}
/* @end */

#content {
	position: relative;
	clear: both;
	padding-bottom: 30px;
	width: 725px;
	margin: auto;
}

p.warning {
	padding: 3px;
	background-color: #fefbc4;
}

/* @group avatars */

ul#avatars {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#avatars li {
	float: left;
	margin: 10px;
}

/* @end */

/* @group my twadges */
#twadge_grid {
	float: left;
	width: 715px;
}
#twadge_grid li {
	float: left;
	width: 343px;
	height: 126px;
	margin: 0 29px 20px 0;
	background: url(../images/view_bgpanel.gif) no-repeat;	
}
#wrapper2 #twadge_grid li {
	float: left;
	width: 343px;
	margin: 0 29px 20px 0;	
}
#twadge_grid li img {
	width: 101px;
	height: 101px;
}
#twadge_grid li.norightmargin {
	margin-right: 0!important;
}

#profile {
	position: relative;
	background: url(../images/profile_bg.gif) no-repeat;
	width: 717px;
	height: 181px;
	margin: 25px 0;
}
#profile #profile_img {
	position: absolute;
	left: 29px;
	top: 17px;
}
#profile p#screen_name {	
	position: absolute;
	font-size: 18px;
	top: 15px;
	left: 127px;
	color: #f9921b;
	margin: 0;
	padding: 0;
	line-height: 33px;
}
#profile #total_twadges {
	position: absolute;
	top: 25px;
	left: 292px;
	font-size: 20px;
	width: 140px;
	
}
#profile #total_twadges p, #profile #total_points p, #profile #rank p {
	margin: 0;
	padding: 0;
	text-align: center;
	
}
#profile #total_twadges strong, #profile #total_points strong, #profile #rank strong {
	font-size: 30px;
}

#profile #total_points {
	position: absolute;
	top: 25px;
	left: 435px;
	font-size: 20px;
	width: 105px;
}
#profile #rank {
	position: absolute;
	left: 540px;
	top: 25px;
	font-size: 20px;
	width: 180px;
}
#profile p#last_updated {
	position: absolute;
	left: 30px;
	top: 135px;
	margin: 0;
	padding: 0;
}
#profile #refresh_btn {
	position: absolute;
	left: 228px;
	top: 120px;
}
#profile #tweetthis {
	position: absolute;
	top: 120px;
	left: 410px;
}

ul#view_twadges {
	margin: 20px 0 0 0;	
}
ul#view_twadges li {
	float: left;
	width: 136px;
	height: 131px;
}
/* @end */

/* @group Twadge container */

.twadge_container {
	position: relative;
	height: 126px;
}

.twadge_container .twadge_icon {
	position: absolute;
	width: 100px;
	top: 15px;
	left: 20px;
}
.twadge_container .twadge_name {
	position: absolute;
	top: 25px;
	left: 130px;
	font-weight: bold;
	font-size: 14px;
	width: 118px;
}
.twadge_container .twadge_desc {
	/*position: absolute;
	left: 127px;
	top: 48px;
	width: 125px;*/
	font-weight:normal;
	font-size: 14px;
}
.twadge_container .twadge_points {
	position: absolute;
	top: 20px;
	left: 260px;
	width: 70px;
	text-align: center;
	font-size: 18px;
	color: #8d6339;
}
.twadge_container .twadge_percentage {
	position: absolute;
	left: 260px;
	top: 92px;
	width: 87px;
	text-align: center;
	font-size: 18px;
	color: #8d6339;
}

/* @end */

/* @group homepage */

#homepage {
	text-align: center;
}
#homepage h1 {
	margin: 22px 0;
	padding-bottom: 0;
	font-size: 26px;
}
#homepage h1 span {
	color: #f9921b;
}
#homepage p {
	margin: 0 0 10px 0;
	padding: 0;
}
#homepage input {
	height: 77px;
}
#homepage input#twittername {
	width: 580px;
	color: #ddcfc4;
	font-size: 53px;
	height: 67px;
	vertical-align: middle;
}
#homepage input#go {
	background: #f9921b;
	color: #fff;
	font-size: 22px;
	width: 115px;
	vertical-align: middle;
}
#homepage #info_panel {
	width: 708px;
	height: 159px;
	margin: 20px 0 0 0;
	padding: 50px 10px 0 0;
	font-size: 16px;
	background: url(../images/homepage_infopanel.gif) no-repeat;
}
#homepage #info_panel p {
	margin-left: 258px;
	text-align: left;
}
#homepage #celebs {
	float: left;
	text-align: left;
	margin-bottom: 60px;
}
#homepage #celebs h2 {
	padding: 8px 0 17px;
	margin-bottom: 0;
	border-top: 1px solid #f9921b;
	background: url(../images/celebs_botborder.gif) no-repeat 0 bottom;
}
#homepage #celebs dl {
	float: left;
	width: 238px;
	text-align: left;
}
#homepage #celebs dt {
	float: left;
	width: 48px;
}
#homepage #celebs dd {
	margin-left: 58px;
	font-size: 16px;
}
/* @end */

/* @group What's a Twadge */

#whatsatwadge #explanation {
	float: left;
	width: 300px;
	font-size: 16px;
	background: #fff5db;
	padding: 7px 30px 0 30px;
	margin: 0 10px 0 0;
}
#whatsatwadge #whatsatwadge_img {
	float: right;
	width: 353px;
}
#whatsatwadge #explanation2 {
	float: left;
	width: 245px;
	font-size: 16px;
	background: #fff5db;
	padding: 7px 30px 0 30px;
	margin-right: 30px;
}

/* @end */

/* @group loader */

/*.transparent_class {
	background: url(../images/trans.png);
}*/

#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 737px;
	height: 100%;
	text-align: center;
	background-image: url(../images/trans.png);
}
#loading #loader {
	position: absolute;
	width: 304px;
	height: 185px;
	left: 50%;
	top: 100px;
	margin-left: -152px;
	background: url(../images/loader.png) no-repeat;

}
/*#loading p {
	font-size: 18px;
	font-weight: bold;
	margin: 50px 0 20px 0;
}*/


/* @end */

/* @group footer */

#footer {
	clear: both;
	height: 127px;
	background: url(../images/footer_bgtile.gif) repeat-x;
	text-align: center;
}
#footer #share {
	padding: 14px 0;
}
#footer #soap_logo {
	margin: 25px 0 0 0;
}

/* @end */

/* @group Rankings */
#rankings {
	margin-top: 20px;
}
#rankings #prev a, #rankings #next a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	margin-top: 20px;
}
#rankings #prev {
	float: left;
	width: 75px;
	background: url(../images/prev_bird.gif) no-repeat right;
}
#rankings #next {
	float: right;
	width: 75px;
	background: url(../images/prev_bird.gif) no-repeat left;
	text-indent: 41px;
}
#rankings #tbl_rankings {
	clear: both;
	margin: 20px 0 0 0;
}
#rankings #tbl_rankings td {
	background: #fff5db;
	height: 80px;
}
#rankings #tbl_rankings td a {
	color: #8d6339;
	font-size: 14px;
	text-decoration: none;
}
#rankings #tbl_rankings td a:hover {
	text-decoration: underline;
}
#rankings #tbl_rankings tr.alt td {
	background: #fff0cd;
}
#rankings #tbl_rankings td p strong {
	font-size: 16px;
}
#rankings #tbl_rankings td img.twadges {
	margin-right: 10px;
}

/* @end */

