﻿/*  
Theme Name: BEST Torino
Theme URL: http://www.bestorino.com
Description: Theme of BEST Torino website.
Author: Thomas Ykman

	Copyright (c) Thomas Ykman.
*/

/*
- txt : h1, h2, h3, p
- links : a:hover, normal, cliqué...
- img
- listes, menus
*/


/* General
---------------------------------------------------------------------------------*/
body {
	font: 75%/160% Arial, Helvetica, sans-serif;
}


/* header
---------------------------------------------------------------------------------*/
/* ul, links navigation*/
.navheader {
	position: absolute;
	left: 182px;
	bottom: 50px;
	list-style: none;
	
	font-size: 18px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	
	text-transform: uppercase;
}

.navheader li {
	background: none;
	float: left;
	padding: 0;
	width: 210px;
	text-align: center;
}

.navheader a, #nav a:visited {
	text-decoration: none;
	color: #333333;
}

.navheader a:hover {
	text-decoration: underline;
}

.navheader span {
	display: none;
	position: absolute;
}

.navheader a:hover span {
	display: block;
}

.nav-activ span {
	background: url(img/nav_activ.png) no-repeat;  /* nav_activ.gif for IE */
	width: 257px;
	height: 114px;
	top: -120px; 
	left: -5px; 
}

.nav-org span {
	background: url(img/nav_org.png) no-repeat;   /* nav_org.gif for IE */
	width: 168px;
	height: 114px;
	top: -120px;
	left: 210px;
}

.nav-partner span {
	background: url(img/nav_partner.gif) no-repeat;   /* nav_partner.gif for IE */
	width: 238px;
	height: 114px;
	top: -120px;
	left: 400px; 
}

/* content
---------------------------------------------------------------------------------*/
/* h1, h2, h3, p */ 
#content h1 {
	background: url(img/h1-bg.jpg) top left no-repeat;
	width: 500px;
	
	font-size: 24px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 0 0 32px 12px;   /* top, right, bottom, left */
}

#content h2 {
	background: url(img/h2-bg.jpg) center left no-repeat;
	width: 500px;
	
	font-size: 18px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 0px 0px 12px 12px;   /* top, right, bottom, left */
}

#content h3 {
	font-size: 14px;  
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FAA519 ;
	text-align: left;
	padding: 0px 0px 12px 24px;   /* top, right, bottom, left */
}

#content p {
	font-size: 12px;  
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left; /*justify;*/
	padding: 0px 12px 10px 24px;   /* top, right, bottom, left */
}

/* hyperlinks (a) */
#content a {
	color: #000000;
	text-decoration: none;
	background: #FFFF99; /*url(img/link-bg.jpg) center left repeat-x; /* #FFFF99; */
	padding: 1px 0px; /*top & bottom, left & right */
}

#content a:hover {
	color: #000000;
	text-decoration: none;
	background: #CCCC00; /*url(img/link-bg_hover.jpg) center left repeat-x; /* #CCCC00; */
	padding: 1px 0px; /*top & bottom, left & right */
	border-bottom: 1px solid #000000;
}

#content a:active {
  	color: #000000;
	text-decoration: none;
	background: #99CC00; /*url(img/link-bg_active.jpg) center left repeat-x; /*#99CC00;*/ 
	padding: 1px 0px; /*top & bottom, left & right */	
	border-bottom: 1px solid #000000;
}

#content a:visited {
	color: #000000;
	text-decoration: none;
	background: #99CC00; /*url(img/link-bg_active.jpg) center left repeat-x;  /* #99CC00; */
	padding: 1px 0px; /*top & bottom, left & right */
}

/* img */
/* #content img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #D9D9D9; 
}


#content a img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666; 
}


#content a:hover img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000; 
}
*/

.imgleft {
	float: left;
	margin-right: 5px;
}

.imgright {
	float: right;
	margin-left: 5px;
}

/* sidebar
---------------------------------------------------------------------------------*/
/* navigation */
.navbar {
	width: 208px;
	background: url(img/post-it_orange.jpg) top left no-repeat;
	padding-bottom: 20px;
}

.navbar h1 {
	height: 39px;
	
	font-size: 18px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding: 30px 0 25px 0;   /* top, right, bottom, left */
}

.navbar ul {
	font-size: 12px;
	font-weight: normal;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	
	list-style-image: url('img/li-bg.jpg'); 
	
	padding: 0 0 0 6px;   /* top, right, bottom, left */
}

.navbar ul li {
	margin: 3px 0px 3px 20px;   /* top, right, bottom, left */
}

.navbar ul li a {
	text-decoration: none;
	color: #666666;
}

.navbar ul li a:hover {
	text-decoration: underline;
	color: #B46E28;
}

.navbar ul li a:active {
	text-decoration:underline;
	color: #FAA519;
} 

.navbar ul li a:visited {
	text-decoration: none;
	color: #FAA519;
} 

/*  post-it events */
.events {
	width: 208px;
	background: url(img/events-bg.jpg) top center no-repeat;
	padding-bottom: 20px;
}

.events h1 {
	height: 45px;
	
	font-size: 18px;  
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding: 10 0 20px 0;   /* top, right, bottom, left */
}

.events img {
	width: 196px;
	background: #FFFFFF;
	padding: 5px;
	margin: 5px 0 5px 0;/* top, right, bottom, left */
	border: 1px solid #D9D9D9; 
}

.events a img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666; 
}

.events a:hover img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000; 
}

/* post-it login */
.login {
	width: 208px;
	height: 227px;
	background: url(img/post-it_green.jpg) top left no-repeat;
	padding-bottom: 20px;
}

.login p{
	font-size: 14px;
	font-weight: normal;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 60px 0 0 26px;   /* top, right, bottom, left */

}

/*  post-it contact */
.contact {
	width: 208px;
	height: 227px;
	background: url(img/post-it_blue.jpg) top left no-repeat;
	padding-bottom: 20px;
}


/* footer
---------------------------------------------------------------------------------*/











