/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body, input, textarea {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}

P {margin:10px 0;}

/*  LE HEADER  
-------------------------*/
#header, #header a, #header a:active, #header a:link, #header a:visited, #header a:hover{
	font-size:12px;
	text-decoration:none;
	color:#c70c03;} 
#header a:hover{
	text-decoration:underline; }


#grid_menu, #grid_menu a, #grid_menu a:active, #grid_menu a:link, #grid_menu a:visited, #grid_menu a:hover{
	font-size:16px;
	text-decoration:none;
	color:#c70c03;} 
#grid_menu a:hover{
	text-decoration:underline; }
	
/*  HOMEPAGE  
-------------------------*/	
.maintitle{
	margin:20px 0 10px 0;
	font-size:24px;
	line-height:24px;

	
	}
/* TRANSPARENCY
--------------------------*/

/* This is the transparent box */
#transbox {

margin: 0 0px;
background-color: #e6e5e5;
border: 1px solid black;


}

/* This is the container which set text to solid color.
position: relative used for IE */ 
#transbox div {
padding: 20px;
color: #000;
position: relative;
}

/* This aligns the Read More text to right and makes it a link */
#more {
	text-align: right;
	
}

/* This aligns the tax text to center */
#taxInfo {
	text-align: center;
	
}
/* A bif comma */
#accoladesComma {
	font-size: 30px;
	
}


/* TODO Title link*/
#titleLink {
	a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */
	
}

