/*
 * Project:   Tweetag
 * Date:      2009/09/10
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { 
	background: #dbeef7; font-size: 62.5%; 
	font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
}

a {
	text-decoration:none;
	color:#3B5998;
}


#error {
	width:400px;
	overflow:hidden;
	margin:100px auto;
	padding:15px;
	font-size:12pt;
	text-align:center;
	line-height:2.5;
	background:white;
}

#page {
	width:770px;
	margin:10px auto;
	background:white;
	padding:20px;
	overflow:hidden;
}


#footer {
	font-family:;
}

#main {
	margin-top:30px;
}

/* beta.publitweet.com/profile */
#sidebar {
	overflow:hidden;
	width:200px;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	background:#E1F1F9;
	padding:10px;
}

#sidebar h1 {
	font-size:14pt;
/*	text-shadow:0 1px 0 black;*/
}

#sidebar h2 {
	font-size:11pt;
	margin-bottom:5px;
	clear:left;
	margin-top:30px;
/*	text-shadow:0 1px 0 black;*/
}

#sidebar input[type=text] {
	width:130px;
}

#sidebar #embed_code {
	width:200px;
	height:120px;
	font-size:7pt;
}

#stats {
	padding:0;
	list-style:none;
}

#stats li {
	margin:4px 0px;
}

#stats li .number {
	width:45px;
	display:block;
	float:left;
	clear:left;
	text-align:right;
	font-size:14pt;
	margin-right:5px;
}

#stats li label {
	display:block;
	float:left;
	padding-top:9px;
}

#subscribe {
	list-style:none;
	padding:0;
}

#subscribe li {
	margin:4px 0px;
	overflow:hidden;
}

#subscribe a {
	display:block;
	padding-top:0px;
	font-size:9pt;
}

#subscribe li img {
	margin-right:5px;
	float:left;
}

#list_members {
	padding:0;
	list-style:none;
	overflow:auto;
	height:300px;
}

#list_members li {
	clear:left;
	margin:2px 0px;
	overflow:hidden;
}


#list_members li span.avatar img {
	height:24px;
	height:24px;
}

#list_members li span.avatar {
	height:24px;
	height:24px;
	margin-right:5px;
	display:block;
	float:left;
}

#list_members li span.name {
	display:block;
	font-size:9pt;
	padding-top:4px;
}

#viewer {
	overflow:hidden;
	margin-right:25px;
	float:left;
	width:500px;
}

#viewer h1 {
	font-size:14pt;
	margin-top:10px;
}

#viewer h2 {
	font-size:12pt;
	margin-top:40px;
	margin-bottom:10px;
}

#viewer p {
	margin-top:5px !important;
	font-size:11pt;
}

#viewer #choosetwitterlist {
	padding-left:40px;
	margin-top:10px;
}

#viewer #choosetwitterlist li {
	line-height:2;
	font-size:12pt;
}

#header {
	overflow:hidden;
	margin-bottom:20px;
}

#header a {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 { color: #254872; font-weight: bold; line-height: 1.2; clear:left; }
h1 { font-size: 2.6em;}
h2 { font-size: 2.1em; margin-top:30px;}
h3 { font-size: 1.6em; margin-top:30px; clear:left; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }


h2 { margin-top:20px;}

#logo h2 {margin-top:0px;width:440px;}
ul#stats { overflow:hidden;}

#logo #profile_title {
	float:left;
	width:440px;
}

h4 {
	font-weight:normal;
	font-size:7pt;
	margin-bottom:6px;
	margin-top:-6px;
}

#footer {
	overflow:hidden;
	text-align:center;
	margin-top:75px;
}


#logo {
	color:white;
	width:500px;
	position:relative;
	height:60px;
	overflow:hidden;
	float:left;
}

#logo span.image {
	float:left;
	display:block;
	overflow:hidden;
	padding-top:7px !important;
	margin-right:8px;
}

#logo p {
	overflow:hidden;
}

#logo h1 {
	color:white;
	font-weight:normal;
	font-family:Times, Arial;
	font-size:20pt;
	margin:0;
	float:none;
}

#logo h2 {
	float:none;
	color:black;
	margin:0;
	font-size:9pt;
	width:440px;
	font-weight:normal;
	margin-top:-5px;
}

#share {
	width:130px;
	overflow:hidden;
	float:right;
	margin-right:10px;
	margin-top:10px;
}

#share iframe {
	margin-left:5px;
}


/* ADMIN */
#channels {
	padding-left:20px;
}

#channels li {
	font-size:9pt;
	line-height:1.5;
}

#admin_error {
	overflow:hidden;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	border:2px solid red;
	text-align:center;
	background:#FFF0A5;
	font-size:18px;
	padding-top:15px;
	padding-bottom:15px;
	opacity:0.9;	
}

#admin_error p {
	width:770px;
	opacity:1;
	line-height:1.5;
	margin:0 auto;
}

#admin_notice p {
	width:770px;
	opacity:1;
	line-height:1.5;
	margin:0 auto;
}

#admin_notice {
	font-size:18px;
	padding-top:15px;
	padding-bottom:15px;
	opacity:0.9;		
	overflow:hidden;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	border:2px solid #FED22F;
	text-align:center;
	background:#FFF0A5;	
}

#new_channel {
	float:left;
	margin-right:2px;
	width:140px;
}

#remove_channel {
	float:left;
	margin-right:2px;
	width:130px;
}

#new_channel .submit {
}