/*
Theme Name: Linen PRO Child Theme
Theme URI: http://thethemefoundry.com/linen/
Description: Child theme for customizing Linen PRO.
Version: 1.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: linen_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../linen_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

/* MODIFS MADE BY LOUIS AUDET ARE BELOW */
/*overides linen font settings*/
body{
	font-family: Helvetica, Arial, sans-serif;
	background-color:#fff;
}
/*menu item get larger font size*/
.nav a{
	font-size:1.4em;
}
/*menu items get larger spacing between them*/
.nav li{
    margin: 0 25px 0 0;
}
/*no border on images*/
.entry img{
	border:0px;
}
/*all td background set to white*/
tbody tr:nth-child(2n) td, tbody tr.even td{
	background-color:#fff;
}
/*header get larger font size*/
.entry h3{
	font-size:1.1em;
	font-weight:bolder;
}
h1.pagetitle{
	font-size:2.2em;
	padding-bottom:25px;
}
.entry hr{
	background-color:#EFEFEF;
	border:0;
	color:#EFEFEF;
	height:1px;
}
.wp-table-reloaded td{
	line-height: 1.4em;
}

.wp-table-reloaded td,th,caption {
	padding: 5px 10px 5px 5px;
}
.column-1{
	width:40px;
}
.column-2{
	width:347px;
}
.demarche{
	margin-right:300px;
}
.portfolio{
	width:300px;
	float:left;
}
.ngg-galleryoverview{
	margin-bottom:40px;
	width:600px;
}
#homeSlideshow{
	height:560px;
}
#TB_caption {
height: 50px;}