/* Basic element styles */

body {
	margin: 0;
	padding: 0;
	background: #f3fbff url(/images/gradient-bg.jpg) repeat-x;
	font: 12px verdana;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid red;
	padding-top: 10px;
}

fieldset + fieldset {
	margin-top: 10px;
}

a img {
	border: none;
}

a:link {
	color: #c52f24;
	text-decoration: none;
}

a:visited {
	color: #a4281f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: #c52f24;
}

p {
	margin: 0px 0px 18px;
	padding: 0px;
}

h1 + p {
	margin-top: +10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	display: inline;	
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

strong {
	font-weight: bold;	
}


/* Utility class definitions */

.clear {
	clear:both;	
}

.inline {
	display: inline;
}

.small-text {
	font-size: 75%;
}

.block {
	width: 300px;
	height: 250px;
	float: left;	
}

.button {
	cursor: hand;
}

.centerblock {
	text-align: center;
	margin: 10px 0;
}

.skyscraper {
	width: 160px;
	height: 626px;
	float:left;
	margin: 26px 15px 0 0;
}

.alert-box {
	width: 405px;
	height: 45px;
	background: url(/images/alertbox.png) no-repeat;
	margin: 10px auto 6px;
	padding: 15px 8px 10px 6px;
	color: #fff;
	text-align: center;
	font-size: 138%%;
	color: #000;
}

.response-box {
	width: 184px;
	height: 53px;
	background: url(/images/response-box.gif) no-repeat;
	margin: -3px 6px;
	padding: 15px 0 0;
	color: #fff;
	text-align: center;
	font-size: 138%%;
	color: #000;
	float: right;
	left: 805px;
	position: absolute;
}

.response-box-small {
	width: 140px;
	height: 44px;
	background: url(/images/response-box-small.gif) no-repeat;
	margin: 6px 0;
	padding: 10px 0 0;
	color: #fff;
	text-align: center;
	font-size: 138%%;
	color: #000;
	float: right;
}

.pic-small {
	height: 48px;
	width: 48px;
	margin: 0px 6px 0px 0px;
	background: #d3ebf5;
	-moz-border-radius: 8px;
	background-image: url(/images/luvtweets-48.jpg);
}

.pic {
	height: 82px;
	width: 82px;
	background: #d3ebf5;
	-moz-border-radius: 8px;	
	background-image: url(/images/luvtweets-82.jpg);
}

.pic-large {
	width: 136px;
	height: 136px;
	background: #d3ebf5;
	-moz-border-radius: 12px;	
	background-image: url(/images/luvtweets-146.jpg);
}

.msg-options {
	float: right;
}

/* Page specific styles */
.index-leftcol {
	width: 330px;
	margin-right: 40px;
	float: left;
}

ul.bulletpoints {
	list-style: none;
	padding: 0;
}

ul.bulletpoints li {
	background: url(/images/bulletpoint.gif) no-repeat;
	padding: 3px 0 6px 28px;
	margin:	5px 0 4px;
}

ul.bulletpoints li .number {
	color: #fff;
	font-size: 110%;
	margin: 0 15px 0 -20px;
}

div.textpages li {
	padding-bottom: 15px;
}

.index-rightcol {
	float: left;
	width: 374px;
}

.index-rightcol div#loginbox{
	height: 142px;
	color: #fff;
	background: #7cb7e4;
	margin: 0 0 0 15px;
	-moz-border-radius: 12px;
	padding: 1em;
	text-align: center;
}
.index-rightcol div#loginbox h1 {
	margin-bottom: 15px;
}

.index-rightcol div#memberbox{
	height: 342px;
	color: #fff;
	background: #7cb7e4;
	margin: 26px 0 0 15px;
	-moz-border-radius: 12px;
	padding: 1em;
	text-align: center;
}
.index-rightcol div#memberbox h1 {
	font-size: 160%;
	margin-bottom: 13px;
}

.profile-leftcol {
	width: 136px;
	float: left;
	margin-right: 30px;
}

.profile-leftcol div.pic-large {
	margin-bottom: 5px;
}

.profile-leftcol img {
	margin-top: 4px;
}

.profile-rightcol {
	width: 279px;
	float: left;
}

.profile-rightcol br + h2 {
	display:block;
	margin-top: 6px;
}


.profilelist {
	width: 450px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0px;
	border-top: solid 1px #d3e8f7;
}

.profilelist li {
	padding: 0px 5px;
	border-bottom: solid 1px #d3e8f7;
}

.profilelist.winknudge li {
	height: 60px;
	margin-top: 10px;	
}

.profilelist.messages li, .profilelist.friends li {
	height: 75px;
	margin-top: 15px;	
}

.profilelist li div {
	float: left;
}

.profilelist.messages li div + div {
	width: 385px;
}

.profilelist li div p{
	margin-bottom: 4px;
}

form.search {
	margin: 10px 0px 15px;
}

form.search input[type=image] {
	float: right;
	margin-top: -5px;
}

form.tweetform {
	margin: 10px 0px;
}

form.tweetform h3.charcount {
	float: right;
}

form.tweetform textarea {
	margin: 8px 0px 12px;
}

form.tweetform input[type=submit], form.tweetform input[type=image] {
	float: right;
}

#container{
	width: 975px;
	margin: 0 auto;
	padding: 0px;
}

#header{
	width:950px;
	height:214px;
	margin: 0 auto;
	background: url(/images/luvtweets-header.jpg) no-repeat;
}

#twitterlink{
	position:relative;
	width:917px;
	text-align:center;
	margin-top:10px;
}

#content-wrap { 
	width: 485px;
	float: left;	
}

ul#topnav {
	width: 450px;
}

ul#topnav li {
	width: 88px;
	background: url(/images/tab.jpg);
}

ul#topnav li.active {
	background-position: 0px 27px;
}


ul.tabs {
	height: 26px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul.tabs li {
	height: 21px;
	margin: 0 2px 0 0;
	padding: 5px 0 0;
	text-align: center;
	float: left;
	color: #fff;
}

ul.tabs li a {
	color: #fff;
	text-decoration: none;	
}

ul.tabs li.active a {
	color:#000;
}

ul.tabs li.active a:hover {
	text-decoration: underline;
}

ul.filter {
	margin-top: 20px;
	padding: 0px 20px;
	border-bottom: solid 1px #c52f24;
}

ul.filter li {
	width: 133px;
	background: url(/images/searchtab.jpg);
}

ul.filter li.ui-state-active, ul.filter li.ui-state-hover  {
	color: #000;
	background-position: 0px 26px;
	border-bottom: solid 1px #fff;
}

ul.filter li.ui-state-active a, ul.filter li.ui-state-hover a{
	color: #000;
}

#content {
	background: #f8fdff;
	padding: 18px 20px;
	-moz-border-radius: 10px;
}

#profilebar {
	width: 300px;
	background: #7cb7e4;
	float: left;
	margin: 26px 0 0px 15px;
	-moz-border-radius: 12px;
}

#profilebar #picsection {
	height: 100px;
	margin: 22px 0 0;
	padding: 0 20px;
	color: #fff;
}

#profilebar #picsection div.pic {
	float: left;
	margin-right: 12px;
}

#profilebar ul#profilenav {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;	
}

#profilebar ul#profilenav li div.num_count {
	font-size: 28px;
	float: right;
}

#profilebar ul#profilenav li {
	border-bottom:1px solid #7CB7E4;
	height: 32px;
	margin: 0;
	padding: 8px 18px 5px;
	background: #dceff7;
	font-size: 18px;
	width: 264px;
}

#profilebar ul#profilenav li.active {
	background: #c52f24;
	color: #fff;
}

#profilebar ul#profilenav li a {
	color: #000;
	text-decoration: none;
}

#profilebar ul#profilenav li.active a {
	color: #fff;
}

.settings-form {
	margin: 25px 0px;
	font-size: 110%;
	position: relative;
}

.settings-form input[type=text] {
	margin-top: 6px;
}

/* reset top margin for those with labels (to the left) */
.settings-form label + input[type=text] {
	margin-top: 0px;
}

.settings-form label {
	width: 119px;
	float: left;
	text-align: right;
	padding: 0px 1em;
}

.settings-form div.group {
	margin-bottom: 8px;
	position: relative;
}

.settings-form div.end {
	font-size: 90%;
	text-align: center;
}

.settings-form input[type=image] {
	margin-top: 10px;
}

.inline-textfield-box {
	background: #ACCFFF url(/images/inline-box-bg.gif) no-repeat right 3px;
	border: solid 2px #AAACFF;
	float: left;
	height: 12px;
	padding: 0 1.3em 0.3em 0.3em;
	margin: -2px 0 5px 5px;
	font-size: 95%;
}

.fakeinput {
	padding: 5px 5px 0px;
	border: 1px solid #BBB;
	background-color: #fff;
}

.fakeinput input {
	float: left;
	border: 1px solid #fff;
	margin: 0;
}

.pic-row {
	width: 445px;
	margin: 0 0 10px;
}

.pic-row .pic-small {
	margin: 0 41px 10px 0;
	float: left;
}

.pic-row .pic-small end {
	margin-right: 0px;
}

.tweetlist {
	width: 300px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0px;
	border-top: solid 1px #d3e8f7;
	background: #D3EBF5;
	font-size: 90%;
	margin-bottom: 25px;
}

.tweetlist li {
	padding: 0px 5px;
	height: 73px;
	padding-top: 8px;
	border-bottom: solid 1px #7CB7E4;
}

.tweetlist li div.pic-small {
	background: #7CB7E4;
}

.tweetlist li div {
	float: left;
}

.tweetlist li div + div {
	width: 235px;
}

.tweetlist li div p {
	margin-bottom: 4px;
}

#footer-bar {
	clear:both;
	float:left;
	text-align: center;
	background: #fff;
	font-size: 90%;
	padding: 8px 0 4px;
	margin-top: 15px;
	height: 25px;
	width: 975px;
}

.user-highlight {
	margin: 60px auto 0pt; 
	padding: 5px; 
	background: #D3EBF5; 
	border: solid 1px #7CB7E4;
	font-size: 80%; 
	width: 75px;
	position: absolute;
	color: #000;
}

#pager {
	text-align: center;
	margin: 20px 0 0;
}
	