/*
	Author Name	: Pacco
	Author Site	: mae-bd.fr
	Style Name	: Teeniemae
	Style URI	: Teeniemae.com
	Version		: 
	Comments	: 
	
*/



/*	----------------
Main body
----------------	*/

body
	{
	font-size: 70%; /* Taille de tt les typos */
	font-family: 'Lucida Grande', verdana, sans-serif;
	background: #ffffff; /* Couleur du back ground des coté */
	text-align: center;
	margin: 20px 0 40px;
	}
	
#page
	{
	background: #ffffff; /*	couleur fond central*/
	text-align: left;
	margin: -20px auto 0 auto;
	padding: 0 10px;
	position: relative;
	width: 760px;
	_width: 720px;
	border: 0;
	}
	

/*	----------------
Header
----------------	*/

#header 
	{
	margin: 0 auto;
	padding: 0 auto;
	height: 150px
	}


/*	This positions the navigation menu at the top of the header.	*/
ul#menu-top
	{
	display: inline !important;	/*	This line prevents the top menu from showing up in styles that don't support it.	*/
	position: absolute;
	top: -2px;
	left: 25px;
	}


#header h1
	{
	color: #eeeeee;
	}
#header .description
	{
	font-size: 1em;
	margin: 0 0 0 40px;
	color: #eeeeee;
	}
	
ul.menu li a
	{
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	color: #FFFFFF; /*	couleur typo onglet admin du site	*/
	background-color: #ff66ff; /*	couleur onglet admin du site	*/
	margin: 0;
	opacity:.50;
	filter: alpha(opacity=50);
	}
ul.menu li a:hover
	{
	background: #000000;
	color: #777777 !important; /*	couleur typo onglet admin du site	*/
	text-decoration: none;
	opacity:.70;
	filter: alpha(opacity=70);
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
	{
	color: #FFFFFF !important;
	background: #ff66ff; /*	couleur onglet admin du site	*/
	text-decoration: none;
	opacity:.70;
	filter: alpha(opacity=70);
	}
	
/*	----------------
Post images
----------------	*/

.primary img
	{
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
	}
	
img.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright
	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft
	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.noborder
	{
	border: none;
	}



/*	----------------
Headers
----------------	*/

h1, 
h2, 
h3, 
h4 
	{
	font-family: 'Century Gothic' Lucida Grande, Verdana, Sans-Serif;
	}
	
h1, 
h1 a, 
h1 a:hover, 
h1 a:visited,
#header .description
	{
	text-decoration: none;
	color: #222;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
	{
	color: #444;
	}


/*	----------------
Links
----------------	*/

a:hover,
a:visited:hover 
	{
	text-decoration: underline;
	}
h2 a:hover,
h2 span a:hover
	{
	color: #ff66ff !important; /*	Couleur typo lien */
	}
a
	{
	color: #ff66ff;
	text-decoration: none;
	}
.itemtext a:visited
	{
	color: #ff66ff;
	}
	


/*	----------------
Meta info
----------------	*/	

.entry-meta
	{
	font-size: 1em;
	display: block;
	color: #ff66ff;
	}

/*	I went ahead and dropped the icon for post time, since I found it annoying.	*/

.chronodata
	{
	background: none !important;
	padding: 2px 0 !important;
	}
.chronodata abbr
	{
	font: inherit;
	}
.commentslink
	{
	padding: 2px 0 2px 17px;
	margin: 0 10px 0 5px;
	}
.entry-edit a
	{
	padding: 2px 0 2px 17px;
	margin: 0;
	}

