/*JUITTER PLUGIN CSS*/

#juitterContainer
{
}
/*Juitter container*/

#juitterContainer .twittList
{
  margin: 0;
  padding: 0;
}
/* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI
{
  list-style: none;
  background: #EEF8FF;
  margin: 0;
  padding: 5px 0 0 0;
  border-bottom: dashed 1px #0000ff;
  padding: 3px;
  clear: both;
  height: 55px;
}
#juitterContainer .twittList SPAN.time
{
  color: #777;
  font-size: 0.9em;
}
#juitterContainer .twittList A
{
  color: #87cefa;
}
/*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar
{
  float: left;
  border: solid 1px #D3EECA;
  background: #FFF;
  margin-right: 5px;
  padding: 2px;
  width: 48px; ;height:48px;}

#juitterContainer .jRM
{
  float: right;
  clear: both;
}
/*read it on twitter link*/

#juitterContainer .extLink
{
}
/*CSS for the external links*/

#juitterContainer .hashLink
{
}
/*CSS for the hash links*/

/*end of Juitter CSS*/





/*BELOW HERE IS THE JUITTER WEBSITE CSS*/

body
{
  margin: 0;
  padding: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 12px;
  /*background: #009933 url(../image/bg.jpg) left top repeat-x;*/
}

#header
{
  /*text-align: center;*/
}

#logo
{
  width: 166px;
  margin: 40px 0 20px 0;
}

h1
{
  color: #009900;
  font-size: 1.8em;
  margin: 0 0 5px 0;
  padding: 0;
}
h1 SPAN
{
  display: none;
}

#juitter {
	background:none repeat scroll 0 0 #FFFFFF;
	margin:0 auto;
	padding:10px 0;
	position:relative;
	width:100%;
}

#juitter H2
{
  color: ##4169e1;
  font-size: 1.4em;
  margin: 0 0 5px 0;
  padding: 0;
}

#juitter UL.nav
{
  margin: 0;
  padding: 0;
}

#juitter UL.nav LI
{
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 5px 0;
  color: #A4D630;
}

#juitter UL.nav LI A
{
  color: #4169e1;
  font-size: 1.2em;
  display: block;
  font-weight: bold;
}

#juitter UL.nav LI A:hover
{
  color: ##4169e1;
}

#juitter UL.nav LI A.on
{
  color: #0000CD;
  font-size: 1.2em;
}

#juitter #juitterSearch
{
  clear: both;
  padding: 7px 0 5px 0;
}
#juitter #juitterSearch P
{
  font-size: 1.2em;
  color: ##4169e1;
}
#juitter #juitterSearch INPUT
{
  padding: 4px;
  border: solid 1px #666;
  width: 250px;
  color: #666;
}
#juitter P.download
{
  text-align: center;
  margin-bottom: 0;
}

#juitter P.download SMALL
{
  color: #006699;
  font-size: 0.8em;
}

#juitter P.download IMG
{
  border: 0;
}

#juitter #juitter
{
  width: 440px;
  float: left;
}



#info
{
  width: 400px;
  margin-left: 10px;
  float: left;
}

#info H2
{
  color: #17C6FF;
  font-size: 1.6em;
  margin: 0 0 5px 0;
  padding: 0;
}

#info A
{
  color: #0099FF;
}

#info LI
{
  margin: 5px 0;
}

#info FORM
{
  padding-left: 100px;
}

#juitter .btl
{
  position: absolute;
  left: 0;
  top: 0;
}

#juitter .btr
{
  position: absolute;
  right: 0;
  top: 0;
}

#juitter .bbl
{
  position: absolute;
  left: 0;
  bottom: 0;
}

#juitter .bbr
{
  position: absolute;
  right: 0;
  bottom: 0;
}


/*
#footer
{
  width: 860px;
  padding: 5px 10px;
  background: #FFF;
  margin: 10px auto;
  position: relative;
}

#footer P
{
  text-align: center;
  font-size: 0.9em;
  color: #003300;
  margin: 1px 0;
  padding: 0;
}

#footer P A
{
  color: #003300;
}

#footer .btl
{
  position: absolute;
  left: 0;
  top: 0;
}

#footer .btr
{
  position: absolute;
  right: 0;
  top: 0;
}

#footer .bbl
{
  position: absolute;
  left: 0;
  bottom: 0;
}

#footer .bbr
{
  position: absolute;
  right: 0;
  bottom: 0;
}
*/




.cb
{
  clear: both;
}

.nmt
{
  margin-top: 0;
  padding-top: 0;
}

.code
{
  color: #87cefa;
  background: #FEFDED;
  margin: 0;
  padding: 0;
}
