/*

COLORS
body background: 	#2c2c29
header 				#111111
menu				#a6ba00
content (bg)		#f6f6e8
content (text)		#55554e


sidebar 1 bg		#EDEDE0
sidebar 2 bg		#
wdgt brd btm		#e7e7da
wdgt				#D8D8C7

#logo logo
.subtitle 
rss					#ec7e2d
email				#49abe8


*/

.entry h3 a, .entry h3 a:hover {
	color: #FF9900;
	text-decoration: none;
	border: 0;
	}

.entry a {
	font-weight: normal;
	}
	

#addthis {
	float:none;
	width:auto;
	height:16px;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	}
	#addthis a {
		color: #ccced3;
		color: #e25b25;
		font-size: .8em;
		line-height: 18px;
		}
	#addthis a:hover {
		color: #e25b25;
		color: #333;
		}



a {
	color: #FF9900;
}

.entry a, .navigation a {
	font-weight: bold;
	font-size: 12px;
	color: #FF9900;
	border-bottom: 1px solid #EEE;
}


.entry > p:first-child:first-letter {
	font-size: .8em;
}






.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;		/* for the benefit of IE5 Mac */
	}

.clear {
	clear: both; 
	} 

div.hidden, a.hidden {
	display: none;
	margin: 0;
	}

/* float for Netscape and Mozilla-like browsers */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* Hides from IE-mac \*/
* html>body .clearfix {
	display: inline-table; 
	height: 1%;
	width: 100%;
	}
.clearfix {display: block;}
/* End hide from IE-mac */



.entry > p:first-child:first-letter {
	font-size: 2em;
}

.entry > p:first-child:first-line {
	font-variant: small-caps;
	font-size: 1.3em;
}





/*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; 
	margin:0 0 20px 0;
	padding:0 0 0 0;
	clear:both;
	height:auto;
	} 
#juitterContainer .twittList A{color:#336699;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{
	float:left; 
	border:solid 1px #D3EECA; 
	margin: 0 10px 0 0;
	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*/

#content #juitterContainer li {
	margin:0 0 15px 0;
	padding:0;
	background-color: #FFF;
	clear: both;
	}




sup { 					/* TM © an ¨ Marks  */
 	font-size: 5px;
 	color: #000;
 	margin-top: -12px;
	} 



/* =POPUP LINKS
------------------------------------ */
.external {
	background : transparent url(../pix/icn-extlink.gif) no-repeat right center;
	padding-right: 13px;
	}

.popup {
	background : transparent url(../pix/icn-poplink.gif) no-repeat right center;
	padding-right: 14px;
	} 

/* Sample Action Code
<a href="popup.html" rel="popup|400|200">This is a popup link </a>;   
<a href="http://en.wikipedia.org/wiki/City_Road" rel="external">This is an external link</a> 
*/




