/*********************************************
*** Theme Name: TQI
*** Version: 1.0
*** Author: Bind Media
*** Web: http://www.bindmedia.com
*** Graphics: Yves Collet & Mathieu Mullot
**********************************************/


/*********************************************
*** HTML tag styles - Basics and Typography
**********************************************/

body {
	margin: 0;
	padding: 0;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
	text-align: left;
	background-color: #151735;
}

p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0.6em 0 0;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0;
}

h1 {
	font-size: 1.1em;
	margin: 0.3em 0;
	line-height: 0.2em;
}

h2 {
	font-size: 1.5em;
	margin: 0.3em 0;
	color: #151735;
}

a {	color: #333333; text-decoration: underline}
a:link {color: #333333; text-decoration: underline}
a:visited {color: #333333; text-decoration: underline}
a:hover {color: #333333; text-decoration: none}
a:active {color: #333333; text-decoration: underline}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	/*border-left: 4px solid #E8E7D0;*/
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	color: #e5a700;
	font-size : 1em;
	margin-left: 60px;
}

input, textarea, select { 
	background-color : #FFFFFF; 
	border : 1px solid #999999
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
}

/*********************************************
*** Graphical Element Styles
**********************************************/

/*** text styles ***/

.small {font-size: 0.85em;}
.smallerT {font-size: 0.8em}
.smallestT {font-size: 0.75em}

.bigBold {
	font-size: 1em;
	font-weight: bold;
}
.biggerBold {
	font-size: 1.1em;
	font-weight: bold;
}

.indent {margin: 0 0 0 20px}

/*** color styles ***/

.pink {color: #e50083}

.blue{color: #3C41FF}
.blue a:link {color: #3C41FF; text-decoration: underline}
.blue a:visited {color: #3C41FF; text-decoration: underline}
.blue a:hover {color: #3C41FF; text-decoration: none}
.blue a:active {color: #3C41FF; text-decoration: underline}

.orange{color: #e5a700}

/*** color styles for spectacles ***/

.sp_orange {color: #f4bf2b}
.sp_orange a:link {color: #f4bf2b; text-decoration: underline}
.sp_orange a:visited {color: #f4bf2b; text-decoration: underline}
.sp_orange a:hover {color: #f4bf2b; text-decoration: none}
.sp_orange a:active {color: #f4bf2b; text-decoration: none}

.sp_blue {color: #12529A}
.sp_blue a:link {color: #12529A; text-decoration: underline}
.sp_blue a:visited {color: #12529A; text-decoration: underline}
.sp_blue a:hover {color: #12529A; text-decoration: none}
.sp_blue a:active {color: #12529A; text-decoration: none}

.sp_green {color: #3FAE49}
.sp_green a:link {color: #3FAE49; text-decoration: underline}
.sp_green a:visited {color: #3FAE49; text-decoration: underline}
.sp_green a:hover {color: #3FAE49; text-decoration: none}
.sp_green a:active {color: #3FAE49; text-decoration: none}

.sp_red {color: #ff0000}
.sp_red a:link {color: #ff0000; text-decoration: underline}
.sp_red a:visited {color: #ff0000; text-decoration: underline}
.sp_red a:hover {color: #ff0000; text-decoration: none}
.sp_red a:active {color: #ff0000; text-decoration: none}

.sp_pumpkin {color: #EC8A24}
.sp_pumpkin a:link {color: #EC8A24; text-decoration: underline}
.sp_pumpkin a:visited {color: #EC8A24; text-decoration: underline}
.sp_pumpkin a:hover {color: #EC8A24; text-decoration: none}
.sp_pumpkin a:active {color: #EC8A24; text-decoration: none}

.sp_pink {color: #DB1883}
.sp_pink a:link {color: #DB1883; text-decoration: underline}
.sp_pink a:visited {color: #DB1883; text-decoration: underline}
.sp_pink a:hover {color: #DB1883; text-decoration: none}
.sp_pink a:active {color: #DB1883; text-decoration: none}

/*********************************************
*** Component Styles
**********************************************/

#container {
	background-color: #151735;
}

#main {
	background-color: #ffffff;
}

#navtop {
	background-color: #151735;
}

#sidebar {
	background-color: #ffffff;
}

/*** #navMenu styles ***/

.pviimenudiv {color: #ffffff; text-align: left}

.pviimenudiv p {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
	font-size: 0.9em; 
	color: #ffffff; 
	margin-top: 0px; 
	margin-bottom: 0.5em
}

.pviimenudiv a:link {color: #ffffff; text-decoration: none}
.pviimenudiv a:visited {color: #ffffff; text-decoration: none}
.pviimenudiv a:hover {color: #cccccc; text-decoration: none}
.pviimenudiv a:active {color: #ffffff; text-decoration: none}

.red a:hover {color: #ff0000; text-decoration: none}
.orange a:hover {color: #e5a700; text-decoration: none}
.yellow a:hover {color: #fbfe00; text-decoration: none}

/*** #footer styles ***/


#footer p {
	font-size: 0.85em;
	color:#cccccc;
}

#footer p a:link {color: #ffffff; text-decoration: underline}
#footer p a:visited {color: #ffffff; text-decoration: underline}
#footer p a:hover {color: #ffffff; text-decoration: none}
#footer p a:active {color: #ffffff; text-decoration: underline}


/*** #location styles ***/

#location {
	font-size: 0.9em;
	font-weight: bold;
}

/*** #duration styles ***/

#duration p {
	line-height: 0.2em;
}

/*** #credits styles ***/

#credits p {font-size: 0.75em}

/*** #navbottom styles ***/

#navbottom p {
	font-size: 1em;
	letter-spacing: 0.1em;
}

/*** #teamDescription styles ***/

#teamDescription a:link {color: #e5a700; text-decoration: none}
#teamDescription a:visited {color: #e5a700; text-decoration: none}
#teamDescription a:hover {color: #e5a700; text-decoration: underline}
#teamDescription a:active {color: #e5a700; text-decoration: none}

/*** #moreTeam styles ***/

#moreTeam {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*** #form styles ***/

#error {font-size: 0.8em}
.formBut { border: 0; margin-left: 6px}