/* General styles */

body {
	font: 12px/1.4em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;		/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	text-align: justify;
	background-image: url("images/bg_grad.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

a {
	text-decoration: none;
	color: rgb(70, 85, 210);
}

a:hover {
	text-decoration: underline;
	color: rgb(0, 0, 255);
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	clear: both;
}

h2 {
	font-size: 1.4em;
	clear: both;
}

h3 {
	font-size: 1.1em;
	clear: both;
}

h4 {
	font-size: 1.1em;
	clear: both;
}

h3,h5,h7 {
	font-style: italic;
	clear: both;
}

#globalcontainer {
	position: relative;

	background-color: rgb(238, 243, 249);

	padding: 0;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	overflow: hidden;
	width: 64em;
	/* border: solid rgb(180, 200, 240) 1px; */
}

/* Header styles */
#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#header img {
	width: 64em;
	display: block;
	border-style: none;
}

#banner {
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1.24em;
	word-spacing: .5em;
	margin: 0;
	padding: .4em 0em .4em 2.5em;
	background-color: rgb(70, 80, 200);
	color: rgb(255, 230, 100);
}

/* column container */
#columncontainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: rgb(238, 243, 249);
	background-image: url("images/leftcolumn_grad.png");
	background-repeat: repeat-y;
	background-position: 12.5em;
}

#pagebg {
	float: left;
	width: 200%;
	position: relative;
	left: 14em;
	background-color: white; /* the page background */
}

#leftcolumn {
	position:relative;
	float: left;
	width: 14em;
	right: 14em;
	background-color: transparent; /* reveal .columncontainer */
	overflow: hidden;
}

/* Navigation menu *************************************************/
#menu .navbar {
	position: relative;
	margin: 0;
	padding: 0;
	left: 0;
	overflow: hidden;
	border-bottom: solid rgb(180, 200, 240) 2px;
}

#menu .navbar li a {
	padding: .275em 0 .275em 2.5em;
	margin-top: 2px;
	width: 11.5em; /* 14em-2.5em */
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: white;
	background-color: rgb(70, 80, 200);
	background-image: url("images/menu_grad.png");
	background-repeat: repeat-y;
	background-position: right;
}

#menu .navbar .submenu {
	list-style-type: none;
	text-decoration: none;
}

#menu .navbar .submenu a {
	margin-left: 1em;
	width: 10.5em;
	/* .8 * menu: 70, 80, 200 */
	background-color: rgb(56, 64, 160);
	background-image: url("images/submenu_grad.png");
	background-repeat: repeat-y;
	background-position: right;
}

#menu .navbar li a:hover {
	color: white;
	/* 100 + normal: 70, 80, 200 */
	background: rgb(170, 180, 255);
}

#menu .navbar li#current a {
	color: rgb(60, 70, 200);
	/* match page color */
	background: white;
}

#menu .navbar li a:active {
	color: white;
	/* .6 * normal: 70, 80, 200 */
	background: rgb(42, 48, 120);
}

#menu .navbar .submenu a:active {
	color: white;
	/* .6 * normal: 56, 64, 160 */
	background: rgb(34, 38, 96);
}

#rightcolumn {
	position: relative;
	float: right;
	width: 50%;
	right: 15em;
	padding-bottom: 1em;
}

/* Page layouts */
#page {
	position: relative;
	margin: 0 2em 2em 17em;
	right: 100%;
	overflow: hidden;
	color: rgb(30, 30, 30);
	background-color: transparent; /* reveal .colright */
}

#page h2,h3,h4,h5,h6,h7 {
	line-height: 1.3;
	margin-top: 1em;
	margin-right: .4em;
	margin-bottom: .2em;
	margin-left: .4em;
	color: black;
}

#page .inset {
	background-color: rgb(238, 243, 249);
	margin: .5em .5em .75em .5em;
	padding: .75em 2em .75em 2em;
	border: solid rgb(180, 200, 240) 1px;
}

#page .inset li {
	list-style-type: none;
}

#page ul li {
	padding: .25em 0 .25em 0;
}

#page p {
	padding: .5em;
}

#page .portfolio img.left {
	position: relative;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

#page .portfolio img.right {
	position: relative;
	float: right;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}

#page .portfolio {
	clear: both;
	margin-bottom: 1em;
}

#page .portfolio img {
	width: 13em;
	border: solid rgb(180, 200, 240) 1px;
}

#page p.portfolio + h2, p.portfolio + h3 {
	border-top: solid rgb(160, 180, 220) 1px;
	padding-top: 1em;
}

#page blockquote div.quote {
	border: solid black 1px;
	margin: .5em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	background-color: rgb(235, 245, 255);
	font-style: italic;
}

#page blockquote div.quote p.signature {
	text-align: right;
	font-style: normal;
}

#page blockquote div.quote p.signature .name {
	font-weight: bold;
}

#page blockquote div.quote p.signature .position {
	font-weight: normal;
}


/* EyeCite logo *************************************/
.logo { 
	text-transform: uppercase;
	text-align: center;

	letter-spacing: .5em;
	line-height: 1.66666em;

	font: 14px/18px "courier standard", "courier new", courier, serif;
	font-weight: bold;
	background-color: transparent;
}

#page .logo {
	font-size: 110%;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

#leftcolumn .logo {
	font-size: 70%;
	margin: 0;
	padding: 4em 0 5em 0;
}

.logo p {
	margin: .5em;
	padding: .5em;
}

.e { font-size: 10em; line-height: .75em}
.ey { font-size: 5em; letter-spacing: .25em; line-height: .6em;}
.cite { font-size: 3.5em; letter-spacing: .125em; line-height: 1em; padding-right: .175em; }
.tina { font-size: 2.5em; letter-spacing: .6em; line-height: 1em; padding-left: .175em; }
.marie { font-size: 2em; letter-spacing: .65em; line-height: 1em; padding-left: .2em; }
.gauthier { font-size: 1.5em; letter-spacing: .45em; line-height: 1.25em; }
.greenline { padding-top: .5em; border-top: solid green .75em; }
.street { font-size: 1.25em; letter-spacing: 0em; word-spacing: -.2em; line-height: 1.5em; } 
.city { font-size: 1.25em; letter-spacing: .1em; word-spacing: -.2em; line-height: 1.5em; }
.redline { padding-bottom: .25em; border-bottom: solid rgb(200, 0, 0) .9em; }
.tel, .cell, .eml { font-size: 1.25em; letter-spacing: 0em; word-spacing: -.25em; line-height: 1.5em; }
/* IE-specific formatting */
* html .ey { letter-spacing: .75em; }
* html .tina { letter-spacing: 1.25em; }
* html .marie { letter-spacing: 1.25em; }
* html .gauthier { letter-spacing: .7em; }

/* Footer styles *************************************/
#footer {
	width: 100%;
	border-top: solid black 1px;
	background-color: red;
}

#footer p {
	padding: .5em;
	margin: 0;
}
