@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
* {
	margin: 0;
	padding: 0;
}

/*--------------------------------- Main ---------------------------------*/
body {
	font: normal 0.9em/18px Verdana;
	color: #000;
	background: url(img/bg.png) no-repeat left bottom;
	height: 100%;
}
#header{
	width: 960px;
	height: 20px;
	padding: 0.5em 0 0 0;
	border: 0px solid green;
	text-align: right;
}
#wrap{
	width: 760px;
	height: 500px;
	margin: 0 0 0 25px;
	padding: 0 0 0 175px;
	border: 0px solid red;
	background: url(img/logotwitter.png) no-repeat left top;
}
#right{
	width: 240px;
	margin: 0 0 0 10px;
	float: right;
	border: 0px solid;
}
/*--------------------------------- Main ---------------------------------*/

/*--------------------------------- Menu ---------------------------------*/
#header a, #header a:visited, #header a:hover, #header a:link{
	margin: 0 1em 0 1em;
}
/*--------------------------------- Menu ---------------------------------*/

/*--------------------------------- Login form ---------------------------------*/
form#loginform{
	margin: 0px 5px;
}
form#loginform input{
	font: normal 1.35em/26px Verdana;
}

form#loginform p{
	height: 45apx;
	clear:both;
	padding:0 0 5px 0;
}
form#loginform p#last{
	height: 25px;
}
form#loginform #login{
	width:226px;
	margin: 0;
	border: 1px solid #668F18;
}
form#loginform #password{
	width:226px;
	margin: 0;
	border: 1px solid #668F18;
}
form#loginform #jabber{
	width:226px;
	margin: 0;
	border: 1px solid #668F18;
}
form#loginform label{
	font: normal 1.2em/24px Verdana;
}
form#loginform label#remember{
	font: normal 1em/46px Verdana;
}
#signin{
	width: 91px;
	height: 31px;
	border: 0;
	float: right;
}
a{
	color:#668F18;
}
a:hover{
	color:#668F18;
}
a:visited{
	color:#668F18;
}
/*--------------------------------- Content ---------------------------------*/
div.content p{
	text-indent: 15px;
	margin: 10px 0;
}
div.content p a {
	text-decoration: underline;
}

div.content h2 {
	color: #aa0000;
	font-weight: bold;
	font-size: 120%;
	display: block;
}
#tryit {
	margin-left: 120px;
	margin-top: 15px;
}
#tryit #jabberId {
	font-size: 1.3em;
	width: 300px;`
	margin: 5px 0px 5px 0px;
}
#tryit #trybutt {
	font-size: 1.3em;
	margin: 5px 0px 5px 0px;
}

#tryit .example {
	font-size: 90%;
	color: #aaaaaa;
}
#tryit .error {
	font-size: 90%;
	color: #aa0000;
	padding: 4px;
	background-color: lightyellow;
	width: 405px;
}


#list{
	margin: 10px 0 0 0;
	width: 454px;
	height: 165px;  
	background: url(img/listbg.png) no-repeat top left;
}

a.twitter {
	background: url(img/twitter.png) no-repeat 0 0;
	padding-left: 16px;
}
.active {color:#000;}
.inactive {color:#aaa;}

/*--------------------------------- Content ---------------------------------*/

/*--------------------------------- Headers ---------------------------------*/
h1{
	font: bold 1.5em/18px Verdana;
	text-align: center;
	color: black;
}
/*--------------------------------- Headers ---------------------------------*/