@charset "utf-8";

/*
	mathieubriand.com css
*/

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 9px;
	text-align: left;
	color: #333;
	/*background-color: #4a4a4e;*/
	background-color: #eeeeef;
	min-width: 800;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #333;
	background-color: inherit;
	}

a:visited {
	text-decoration: none;
	color: #333;
	background-color: inherit;
	}

a:hover
{
	color: black;
	text-decoration: none;
}


p
{
	margin: 0 0 10px 0;
	padding: 0;
}

h1
{
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	
}

h2
{
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
}

h3
{
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .2em;
}

h4
{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #888;
}

h4 a:link
{
	text-transform: uppercase;
	color: #555;
}
h4 a:visited
{
	text-transform: uppercase;
	color: #555;
}

h5, h6
{
	font-size: 12px;
	font-weight: normal;
	
}


img
{
	vertical-align: top;
	margin: 5px;
	border: 0px;
}


hr {
	height: 1px;
	margin: 2em 1em 4em 0;
	text-align: center;
	border-color: #000;
	border-width: 0;
	border-style: dotted;
	}


.Box
{
	padding: 2px 0 0 0;
	background-color: transparent;
	color: #222;
	text-align: left;
}
	
.Thumb
{
	padding: 5px 0 0 0;
	background-color: transparent;
}

.Highlight
{
		font-weight: bold;
}

.Description
{
	padding: 5px 0 0 5px;
	background-color: transparent;
	position: relative;
	top: -70px;
	left: 120px;
}

#CaptionBox
{
	width: 150px;
	text-align: left;
	padding-top: 20px;
}
/**** IDs *************************************************************/

#slidePicture
{
	height: auto;
	width:	526px;
	text-align: center;
	vertical-align: middle;
}

#Banner
{
	padding: 0;
	margin: 40px 12px 69px 41px;
	text-align: left;
	background-color: transparent;
	line-height: 0px;
}

#Banner img {
	border-width: 0px;
	}

#Banner img:hover {
	background-color: #555e66;
	}

#Banner a {
	border-width: 0px;
	}

#Banner a:hover {
	background-color: transparent;
	}


#Main {
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 60px;
	width: 585px;
	}
#Title
{
	padding: 10px 0px 0px 0px;
	width: 550px;
	margin: 0px 0px 10px 0px;
	height: auto;
}

#MainFullWidth {
	/*
		Like #Main, but used on pages without #Sidebar; e.g. the Referrers stats page
	*/
	padding: 0px;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}


#Sidebar
{
	position: absolute;
	top: 130px;
	width: 180px;
	height: auto;
	padding: 5px 15px 0 0;
	background-color: transparent;
	text-align: right;
	line-height: 24px;
	left: 0px;
	border-right: 1px #333 dotted;
}

	

#Sidebar ul { margin: 0 0 50px -4px; }

#Sidebar li
{
	list-style: none;
	letter-spacing: .4em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 10px;
}

#Sidebar p {
	padding: 0;
	letter-spacing: 2px;
	margin: 0 0 5em -3em;
	}

#Sidebar h2 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: .25em;
	margin-top: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#Sidebar a {
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	}
#Sidebar a:link {
	border: 0;
	}
#Sidebar a:visited {
	border: 0;
	}
#Sidebar a:hover {

	background-color: #bbb;
	}


#Footer {
	margin-top: 14em;
	padding-bottom: 1em;
	text-align: left;
	background-color: transparent;
}

#Content
{
	font-size: 10px;
	color: #333;
	text-align: justify;
	background-color: transparent;
	letter-spacing: .1em;
	margin-top: 10px;
	padding-top: 10px;
}
  

/**** Classes *************************************************************/