
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, t
, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
em {font-style: oblique;}
strong {font-weight: bold;}

/* common things */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    display: block;
}

body, html {
    height: 100%;
}

body {
	padding: 50px 0 0;
	margin: 0;
	text-align: center;
	font: 14px "Lucida Grande", Helvetica, Arial;	
	overflow: hidden;
	color: #333;
	text-align: left;
}

#t {
	background: #83cde6 url(../img/clouds-page.png) repeat fixed -30px -40px;
	width: 100%;
	min-width: 950px;
	height: 50px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	border-bottom : 1px solid #CCC;
}

iframe#twigyFrame {
	width: 100%;
	height: 100%;
	z-index: 10;
}

.home a {
    background: url(../img/logo2-sm.png) no-repeat center center;
    width: 300px;
    height: 50px;
    display: block;
    text-indent: -1000px;
}

#t .home a:hover {
    background-color: transparent;
}

/*--------------------*/

#t a {
    color: #fff;
}
#t {
    font-size: 14px;
    color: #003333;
}

.nav td {
	line-height: 50px;
	font-size: 16px;
	vertical-align: center;
}


#t .t-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px;
}


#t .count {
	text-align:center;
}

#extension {
    position: relative;
}

#close {
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 40px;
	text-decoration:none;
	color:#EF4E1D;
    padding: 0 5px;
}
#close:hover {
    color: white;
    background: #EF4E1D;
}

#retweet , #tweets{
	text-decoration: none;
	color: #fff;
	border: 1px dashed #fff;
	padding: 5px;	
}


/* #tweets:hover , */
#retweet:hover  {
    background: #EF4E1D;
    color: #fff;
}

.home a:hover {
    background-color: transparent;
}

/*****/
#retweet_pane  td {
    text-align: left;
}

#comment_count {
	/*text-align:right;*/
	font-size:14px;
	font-weight: bold;
	color:#333;
    padding-top: 15px;
}
#comment{
	width: 450px;
	height: 35px;
}

.inputButton {
	font-size: 18px;
	height:41px;
}

#tweetbar{
	padding:5px 5px 5px 13px;
	text-align:left;
	margin-bottom: 5px;
	width: 300px;
}

#tweetbarcontainer {
	overflow: hidden;
}
	
#credentials{
	line-height:1.4em;
}


#retweet_pane {
    float: right;
	margin-right:20px;
}

#cred_li {
display: block;
}

#fakediv {
    height: 3px;
    background: #d00;
}

table.cred th {
text-align: right;
}

table.cred th,
table.cred td
 {
    padding-right: 10px;
    padding-bottom: 5px;
}

.cred label {
	font-weight: bold;
}


.bigButton {
    display: block;
    margin: 0 auto;
    color: #111;
    border: 1px solid #ddd;
    border-color: #ddd #999 #999 #ddd;
    background: url(../img/button-bg.png) repeat-x center center;
    padding: 10px 5px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}

.bigButton:hover {
    border-color: #999 #ddd #ddd #999;
    padding: 12px 3px 8px 7px;
}


.posted {
    font-size: 14px;
}

.top-row td {
    vertical-align: bottom;
} 


textarea {
    font: 14px 'Lucida Grande', Helvetica, Arial;
    padding: 5px;
}

table.cred tr.alsoregister th{
text-align: left;
}


.twitbarcontainer {
width: 1px; overflow: hidden;}


#t .posted a {
 color: #333;   
}

#t .posted a:hover {
    color: #eee;
}