/*JUITTER PLUGIN CSS*/
#juitterContainer {
} /*Juitter container*/
#juitterContainer .twittList {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration: none;
	color:#656565;
} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI {
	list-style:none;
	background:#FFF;
	margin:0;
	padding:8px 0 0 0;
	padding:5px;
	clear:both;
	height:auto;
}
#juitterContainer .twittList A {
	font-family:"Trebuchet MS";
	color:#656565;
	text-decoration:none;
} /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar {
	float:left;
	border:solid 1px #EEEEEE;
	background:#FFF;
	margin-right:5px;
	padding:2px;
	width:35px;
	;
	height:35px;
}
#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:#ffffff;}*/
#header {
	text-align:center;
}
#logo {
	width:166px;
	margin:40px 0 20px 0;
	border-color:#CC3300;
	float:left;
}
h1 {
	color:#272424;
	font-size:18px;
	line-height:16px;
	margin:30px 20px 1px 0;
	padding:0;
}
#content {
	width:200px;
	padding:0px;
	background:#FFF;
}
#content H2 {
	color:#2CAF1D;
	font-size:1.4em;
	margin:0 0 5px 0;
	padding:0;
}
#content UL.nav {
	margin:0;
	padding:0;
}
#content UL.nav LI {
	list-style:none;
	float:left;
	margin:0;
	padding:0 5px 0;
	color:#A4D630;
}
#content UL.nav LI A {
	color:#A4D630;
	font-size:1.2em;
	display:block;
	font-weight:bold;
}
#content UL.nav LI A:hover {
	color:#2CAF1D;
}
#content UL.nav LI A.on {
	color:#2CAF1D;
	font-size:1.2em;
}
#content P.download {
	text-align:center;
	margin-bottom:0;
}
#content P.download SMALL {
	color:#006699;
	font-size:0.8em;
}
#content P.download IMG {
	border:0;
}
#content #juitter {
	width:310px;
}
#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;
}
#content .btl {
	position:absolute;
	left:0;
	top:0;
}
#content .btr {
	position:absolute;
	right:0;
	top:0;
}
#content .bbl {
	position:absolute;
	left:0;
	bottom:0;
}
#content .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 {
	background:#FEFDED;
	margin:0;
	padding:0;
}
