/*

Theme Name: Fluoxyne

Description: Fluoxyne

Version: 1.0

Author: Fluoxyne - K

*/

*
{
	margin: 0 ;
	padding: 0 ;
}

html, body 
{
	width: 100% ;
	height: 100% ;
}


body 
{
	font-size: 13px;
	font-family: Georgia, serif;

	background-color: #fff;
	color: #000;
	
	text-align: center;
	
	padding-bottom: -1px;
}

a img 
{
	border: 0;
}

a
{
	color: #c66;
	
	text-decoration: none;
}

a:hover
{
	color: #971;
}

a:active ,
a:focus
{
	outline: none;
}

.hidden
{
	display: none;	
}

.clear
{
	display: block !important;
	clear: both !important;	
	float: none !important;
	height: 1px !important;
	font-size: 1px !important;
}

#main
{		
	width: 800px;
	height: 100%;
	
	margin: auto;
}

#header
{	
	text-align: center;
}

#home
{
	display: block;
	
	text-align: center;
}

#post
{
	margin-top: 32px;	
	padding-bottom: 12px;
	
	text-align: left;
}

#post .title
{
	font-weight: normal;
	
	margin-bottom: 24px;
	
	display: none;
}

#post .entry img
{
	max-width: 700px;
}

#post .entry p
{
	margin-bottom: 12px;
	
	line-height: 1.2em;
}

#post .entry .content
{	
}

#post .entry .comment-link
{
	background-image: url('/wp-content/themes/fluoxyne/images/comment-link-bg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	
	height: 31px;
	line-height: 31px;
	
	margin-top: 32px;
	margin-bottom: 32px;

	display: block;
	
	text-align: left;
	text-indent: 18px;
}

#post .entry .comment-link a
{
}

#post .entry .comment-link a:hover
{
}

#post .date
{
	font-family: 'MS Trebuchet', sans-serif;
	font-size: 16px;

	text-transform: uppercase; 
	
	color: #ef2b2b;
	
	letter-spacing: 2px;
	word-spacing: 5px;
	
	margin-bottom: 6px;
}

#comments
{
}

#comments-count
{	
}

#comments li
{	
	padding: 24px 24px 17px 24px;

	list-style-type: none;
}

#comments .alt
{
	background-color: #f6f3f3; !important;	
}

#comments li .author
{
	padding-bottom: 5px;
	margin-bottom: 12px;
	
	border-bottom: 1px solid #ccc;
}

#comments li .author a
{
	text-decoration: none;
}

#comments li .text p
{
	margin-bottom: 7px;
}

#comments-add
{	
	height: 1.5em;
	line-height: 1.5em;
	
	margin: auto;
	
	padding: 5px;
	
	font-size : 12px;
	
	display: block;
}

#comments-add 
{	
	display: block;
	
	text-align: center;
	
	margin-top: 24px;
}

#commentform
{
	margin-top : 24px;	

	padding-bottom: 24px;
	
	text-align: center;
}

#commentform p 
{
	margin-bottom: 12px;
}

#commentform input
{
	/*border: 1px solid #000;*/
	border-width: 0;
	
	background-image: url('/wp-content/themes/fluoxyne/images/form-field.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	
	width: 117px;
	
	padding: 6px;
}

#commentform textarea
{
	width: 540px;
	height: 145px;
	
	margin: auto;
	
	padding: 8px;
	
	display: block;
	
	background-image: url('/wp-content/themes/fluoxyne/images/comment-field.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	
	font-family: Georgia, serif;
	font-size: 13px;
	
	border-width: 0;
}

#author
{  
}

#commentform label
{	
	text-align: center;
	
	width: 50px;
	
	display: block;
	
	margin: auto;	
	padding: 2px 4px;
}

#commentform .label
{
	text-align: center;
	
	width: 120px;	
	
	float: left;
	
	margin: 0 80px 12px 0;
}

#commentform-info
{
	width: 600px;
	
	padding-left: 134px;	
}

#submit
{
	width: auto !important;
	
	background-image: none !important;
	background-color: #faf0f0;
}

#logout
{
	text-decoration: none;	
}

#footer 
{
	position: relative;
	
	width: 100%;
	height: 160px;
	
	text-align: center;
}

#footer .nav
{
	position: absolute;	
	
	top: 0;
}

#footer .nav:hover img
{
	display: none;
}

#footer .nav:hover img.hidden
{
	display: inline;
}

#footer .nav.prev
{
	left: 140px;	
}

#footer .nav.next
{
	right: 160px;	
}

#footer #right
{
	position: absolute;
	
	top: 80px;
	left: 0;
}

#menu 
{
	margin-top: 32px;
}

#menu a
{
	cursor: pointer;
	
	margin-left: 2px;
}

#menu a:hover img
{
	display: none;
}

#menu a:hover img.hidden
{
	display: inline;
}

#archive-list
{
	margin-top: 32px;	
	padding-bottom: 12px;
	
	text-align: center;
}

#archive-list li
{
	list-style-type: none;
	
	margin: 16px;	
}

#archive-list li a
{
	display: block;
	
	padding: 3px;
	
	text-decoration: none;
}

#archive-list li a:first-letter
{
	text-transform: uppercase
}


#liens-list
{
	margin-top: 32px;	
	padding-bottom: 12px;
	
	text-align: center;
}

#liens-list a
{
	display: block;
		
	margin: 6px;	
	padding: 3px;
}


















