/* @override 
	http://localhost:8888/pixel/images/pixel.css
	http://localhost:8888/pixel_new/images/pixel.css
*/

/* top elements */

* { padding: 0; margin: 0; }



body {

	margin: 0;

	padding: 0;

	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;

	color: #666666;

	text-align: center;
	background: #5f5f5f;
}



/* links */

a { 

	color: #dd5bb7;
	background-color: inherit;
	text-decoration: underline;

}

a:hover {

	color: #fff;

	background-color: inherit;

}

#header a#logo{
	background: none;
}




/* headers */

h1, h2, h3 {

	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;

	color: #fff;	

}

h1 { font-size: 1.5em;  } 

h2 { font-size: 1.4em; text-transform:uppercase;}

h3 { font-size: 1.3em; }



p, h1, h2, h3 {

	margin: 10px 15px;

}

ul, ol {

	margin: 10px 30px;

	padding: 0 15px;

	color: #dd5bb7;

}

ul span, ol span {

	color: #dd5bb7; 

}



/* images */

img {

	border: 2px solid #CCC;

}

img.no-border {

	border: none;
	padding: 0;

}

img.float-right {

  margin: 5px 0px 5px 15px;  

}

img.float-right-no-border {

	border: none;
	height: 490px;	width: 338px;
	padding: 5px 0 0 0px;

}

img.float-right-no-border-irregular {

	border: none;
  margin: 5px 0px 5px 15px;  

}

img.float-left {

  margin: 5px 15px 5px 0px;

}



/***********************

	  LAYOUT

************************/

#wrap {
	width: 1060px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	position: relative;
	top: 30px;
}

#content-wrap {
	

	margin: 0; padding: 0;	
	width: 100%;
	height:  500px;
	border-style: solid;
	border-color: #dd5bb7;
}



/* header */

#header {

	position: relative;
	height: 140px;		

}


#header_left {

	float: left;
	height: 100%;
	background: #000;	
	width: 240px;
	margin: 0; 
	padding: 0;

}
#header_right {

	float: right;
	height: 100%;
	width: 820px;
	margin: 0; 
	padding: 0;
	background-color: #fffeff;

}

/* main */
#heart{
	position: relative;	
	top: 0px; 
	left: 0px;	
	width: 100%;
}

#main {	
	width: 820px;
	height: 500px;	
	background: #000;	
	margin: 0; 
	padding: 0;
	float: right;
}		
	
#left_bar{
	float: left;
	background-color: #ff339a;
	height: 500px;	
	width: 240px;
	margin: 0; 
	padding: 0;
}
	
	
	
	div#main_left {	width: 400px;	float: left;	height: 483px;}	
	
	
	div#main_left_scroll {	width: 400px;	float: left;	overflow: scroll;	height: 483px;}		
	
	
	div#main_right {	width: 363px;	float: right;
}
	
	div#main_right p{
	padding: 5px;
}


/* Footer */

#footer { 

	clear: both; 

	color: #fffeff; 

	margin: 0; padding: 0; 

	height: 60px;	
	width: 1060px; 

	font-size: 95%;		
	font-family: "Century Gothic", Helvetica;
	
	margin: 0 auto;	
	text-align: left;
	position: relative;
	top: 30px;


}

#footer a { 

	text-decoration: none; 

	font-weight: bold;	

	color: #FFF;

}

#footer .footer-left{

	float: left;

	width: 85%;

}

#footer .footer-right{

	float: right;

	width: 10%;
	
	
}




#header p.title {
	font: 52px "Century Gothic", Helvetica;
	color: #37eeff;
	text-align: center;
	position: relative;
	top: 15px;
}


#header p#title_pixel {
	float: left;
	color: #ff3297;
	font: 3em "Century Gothic", Helvatica;
	position: relative;
	top: 30px;
	left: 30px;
}

#header p#title_photo {
	float: right;
	color: #000;
	font: 3em "Century Gothic", Helvatica;
	position: relative;
	top: 30px;
	right: 30px;
}


p#slogan.title_slogan {
	text-align: right;
	font:  18px   'Trebuchet MS', Tahoma, verdana,  sans-serif;	

}


p#slogan.title_slogan a{
	text-decoration: none;
	float: right;
	background:none;
   color: #FFF;
	font:  18px   'Trebuchet MS', Tahoma, verdana,  sans-serif;	

}
p#slogan.title_slogan a:hover{
	text-decoration: none;
	float: right;
	background:none;
   color: #FFF;
	font:  18px   'Trebuchet MS', Tahoma, verdana,  sans-serif;	

}


#left_bar p {
	
	font:  16px   'Century Gothic', sans-serif;
   color: #000;
	text-align: center;
}


#left_bar_main
{
	padding-top: 10px;
	padding-bottom: 10px;
	height: 380px;
}

/* menu tabs */

#left_bar ul {

	font:  16px   'Century Gothic', sans-serif;
}

#left_bar li {

   display:inline;
}

#left_bar a {

   text-decoration:none;

}

#left_bar a span {

   display:block;

   color: #FFF;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#left_bar a span {float:none;}

/* End IE5-Mac hack */

#left_bar a:hover span {

	color: #000;

}

#left_bar a:hover {
;

}

#left_bar #current a {


}

#left_bar #current a span {
	font-weight: bold;
}

/* end menu tabs */



/* alignment classes */

.float-left  { float: left; }

.float-right {	float: right; }

.align-left  {	text-align: left; }

.align-right {	text-align: right; }



/* additional classes */

.clear { clear: both; }

.noir {	color: black; }

.blanc  {	color: white; }

.gris_pale  {	color: #cccccc; }

.gris_fonce  {	color: #757575; }

.rose  {	color: #f7089a; }


table#log{
	padding: 7px;
	text-align: left;
	float: left;
}

td#timestamp
{
	width: 180px;
}
td#user
{
	width: 100px;
}
td#success
{
	width: 50px;
}

div#admin_scroll_full {
	width: 700px;
	overflow: scroll;
	height: 400px;
	margin: 20px;
	border: 2px solid #666;
}

div#admin_scroll_half {
	width: 700px;
	overflow: scroll;
	height: 170px;
	margin: 20px;
	border: 2px solid #666;
	
}

form.editForm{
	width: 700px;
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px;
	padding: 10px;
}

form.editForm td.leftForm{
	width: 150px;
	padding: 2px;
}

form.editForm td.rightForm{
	width: 520px;
	padding: 2px;
}

form.editForm td.rightForm input.textfield{
	width: 400px;
	border: 1px solid #000;
	height: 15px;
	color: #000;
}
form.editForm td.rightForm input.button{
	width: 201px;
	padding: 4px;
	margin-right: 4px;
	background-color: #ddd;
	color: #000;
	border: 2px solid #000;
	font-weight: normal;
	font-style: normal;
}
form.editForm td.rightForm input.smallbutton{
	padding: 4px;
	background-color: #ddd;
	color: #000;
	margin-left: 2px;
	border: 1px solid #000;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	height: 21px;
}


/* form elements */
form {
	width: 80%;
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px;
	padding: 10px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input.textfield {
	width: 100%;
	border: 1px solid #000;
	height: 15px;
	font: normal 1em Verdana, sans-serif;
	color: #000;
}

textarea {
	width:100%;
	border: 1px solid #000;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
}
input.button { 
	width: 50%;
	padding: 4px;
	margin-right: 4px;
	color: #000;
	border: 2px solid #000;
	font-weight: normal;
	font-style: normal;
}

p.sub_menu a{
	
	font:  14px   'Century Gothic', sans-serif;
	color: #FFF;
	text-decoration: none;
	
}

p.sub_menu a#current{
	color: #FFF;
	text-decoration: underline;
}
