/*-- NOTE:  
This stylesheet is an effort to "transition" Ekocite to a standards compliant HTML/CSS. This documment also takes advantage of CSS Edit's group feature.
--*/

/* @group ERIC MEYER RESET RELOAD */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* vertical-align: baseline; removed because causes trouble with table layouts */
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group BASE SITE STYLES -- */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
	}

a:link{color:#000066;}

a:visited{color:#000066;}

a:hover{color:#0000CC;}

h1 {
	padding: 0px 0px 14px 0px;
	font-size: 20px;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}

h2 {
	margin-bottom:2px;
	margin-top:0px;
	font-size: 19px;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}

b,strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* @end */

/* @group UTILITY */

.clearem {clear:both;}

div.clearem {
	float:none;
	clear:both;
	font-size:4px;
	height:6px;
	}
	
.small {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
}

/* @end */

/* @group LISTS GENERAL -- */

ul{
	padding-left:6px;
	margin: 2px 0px 16px 30px;
	}
	
ul li {
	list-style:disc;
	padding-left:0px;
	margin: 2px 0px 2px 0px;
	}
	
ul ul {
	margin: 2px 0px 2px 30px;
	padding-left:6px;
	}
	
ul li ul li {
	list-style:circle;
	margin: 2px 0px 2px 0px;
	padding-left:0px;
	}
	
ol{
	margin: 6px 0px 6px 36px;
	padding-left:12px;
	}	
	
ol li {
	list-style:decimal;
	padding-left:3px;
	}
	
.circlelist {
		list-style:circle;
		}
		
.squarelist {
	list-style:square;
	}
		
.nonelist {
	list-style:none;
	}

/* @end */

/* @group HEADER -- */

td#logo{
	padding: 0px 0px 0px 25px;
}

table#header td {
	padding:0px 0px 0px 0px;
	vertical-align:top;
}

/* @end */

/* @group HORIZONAL MENU -- */

table#hmenutable {
	width:578px;
	height:32px;
	margin:0px 0px 0px 0px;
	}

table#hmenutable td{
	background-color:#E7E7C4;
	text-align: center;
	}
	
table#hmenutable td.hdivider{
	background-color:#FFFFFF;
	width:1px;
	}
	
table#hmenutable td#left{
	width:24px;
	}

a.hmenu:link,a.hmenu:visited {
	display:block;
	padding: 10px 0px 8px 0px;
	height:14px;
	font-size:12px;
	line-height:1;
	text-decoration: none;
	color:#000066;
	font-weight:normal;
	background-color:#E7E7C4;
	}

a.hmenu:hover {
	text-decoration: underline;
	color:#000066;
	font-weight:normal;
	background-color:#F4F4CA;
	}
/* @end */

/* @group VERTICAL MENU -- */
td#vmenucol{
	background-color:#E7E7C4;
	width:168px;
	font-size: 12px;
	color: #000066;
	padding-top:20px;
	text-align: center;
	}
	
a.vmenuselected:link, a.vmenuselected:visited, a.vmenuselected:hover {
	display:block;
	padding:7px 0px;
	height:18px;
	text-decoration: none;
	color:#000066;
	font-weight:bold;
	font-size:12px;
	font-style:normal;
	color: #000066;
	}
	
a.vmenuselected:hover {
	background-color:#F4F4CA;
	text-decoration: underline;
	}
	
a.vmenu:link, a.vmenu:visited {
	display:block;
	padding:7px 0px;
	height:18px;
	text-decoration: none;
	color:#000066;
	font-weight:normal;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	}
	
a.vmenu:hover {
	text-decoration: underline;
	color:#000066;
	font-weight:normal;
	background-color:#F4F4CA;
	}

a.vmenufacebook:link, a.vmenufacebook:visited {
	display:block;
	padding:7px 0 7px 60px;
	height:18px;
	text-decoration: none;
	color:#000066;
	font-weight:normal;
	font-size: 12px;
	font-style: normal;
	text-align:left;
	background-image:url(images/facebook_icon.gif);
	background-repeat:no-repeat;
	background-position: 40px 9px;
	}
	
a.vmenufacebook:hover {
	text-decoration: underline;
	color:#000066;
	font-weight:normal;
	background-color:#F4F4CA;
	}

a.vmenulinkedin:link, a.vmenulinkedin:visited {
	display:block;
	padding:7px 0 7px 60px;
	height:18px;
	text-decoration: none;
	color:#000066;
	font-weight:normal;
	font-size: 12px;
	font-style: normal;
	text-align:left;
	background-image:url(images/linked-in_icon.gif);
	background-repeat:no-repeat;
	background-position: 40px 9px;
	}
	
a.vmenulinkedin:hover {
	text-decoration: underline;
	color:#000066;
	font-weight:normal;
	background-color:#F4F4CA;
	}

a.facebook:link, a.facebook:visited {
	display:block;
	margin:auto;
	width:140px;
	height:25px;
	padding-top:1px;
	padding-left:8px;
	text-decoration: none;
	color:#000066;
	font-weight:normal;
	font-size: 11px;
	font-style: normal;
	background-image:url(images/facebook_icon.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}
	
a.facebook:hover {
	text-decoration: underline;
	color:#000066;
	font-weight:normal;
	}
	
/* @end */

/* @group PAGES WITH UPDATED STYLES-- */

table#PAGE {
	margin: 10px auto; // functions similar to wrapper
	width:750px;
	} 

td.maincontent {
	padding:20px;
	width:540px;
	}

td.maincontent p{
	padding:0px 0px 14px 0px;
	}
	
td.maincontent h1 {
	margin-top:0px;
	}
	
div.leftcolumn {
	float:left;
	padding-right:10px;
	width:auto;
	}
	
div.leftcolumnnarrow {
	float:left;
	padding-right:10px;
	width:170px;
	}
	
div.rightcolumn {
	float:left;
	padding-left:10px;
	width:350px;
	}

/* @end */

/* @group PROJECTS PAGE -- */

table.projects tr.project {
	vertical-align:top;
	}

table.projects tr.project:hover {
	background:#FBFBF7;
	}
	
table.projects tr.spacerrow td{
	font-size:8px;
	line-height:12px;
	}

/* @end */


/* @group MAIN PORTFOLIO PAGE -- */


div.mainportfolio {
	width:441px;
	margin: 10px 0px 0px 40px;
	overflow:hidden;
	}
 
div.portfolioitem {
	height:171px;
	width:145px;
	margin:0px 0px 30px 1px;
	color:#FFF;
	overflow:hidden;
	float:left;
	}

div.portfolioitem a:link, div.portfolioitem a:visited  {
	display:block;
	height:171px;
	width:145px;
	color:#FFF;
	text-decoration:none;
	background-color:#333366;
	}

div.portfolioitem a:hover {
	text-decoration: underline;
	color:#FFFFCC;
	font-weight:normal;
	background-color:#363983;
	}

div.portfolioitem img{
	margin:0;
	border-bottom:1px solid #FFF;
	float:left;
	}

div.portfolioitem span.description {
	display:block;
	height:62px;
	width:137px;
	padding: 4px;
	overflow:hidden;
	float:left;
	text-decoration:inherit;
	}

/* @end */


/* @group PORTFOLIO TABLE-- */

table#portfoliotable td.description {
	background-color:#333366;
	line-height: 20px;
	}

table#portfoliotable td.description a:link, table#portfoliotable td.description a:visited{
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:normal;
	padding:3px;
	height:64px;
	}
	
table#portfoliotable td.description a:hover{
	text-decoration: underline;
	color:#FFFFCC;
	font-weight:normal;
	background-color:#363983;
	}

/* @end */

/* @group PORTFOLIO TABLE OLD-- */

table#portfoliotable a{
	display:block;
	}
	
.ondark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	line-height: 22px;
}

a.ondark {text-decoration: none; color:#FFFFFF; font-weight:normal;}

a.ondark:hover {text-decoration: underline; color:#FFFFCC; font-weight:normal;}

/* @end */


/* @group OTHER --*/

td#main {
	padding:10px;
	}
	
.nav {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	padding-bottom:4px;
	float:none;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
}

td#main {padding:15 15 20 10;}

div#fullpic {
	text-align:left;
	float:none;
	}
	
.caption{
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

div.mainimage {
	
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
}

img.mainimage {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
div.backnav {
	float:right;
	padding:2px;
	}
	
div#testimonial img{
	margin:4px 7px 4px 0px;
	padding: 2px;
	border:1px solid #9D9DE2;
	}

/* For Fancybox Slideshow */

div.portfolio_thumbs {
	margin:0px 0px 14px 0px;
	}

div.portfolio_thumbs img{
	margin:4px 7px 4px 0px;
	padding: 2px;
	border:1px solid #9D9DE2;
	}

div.portfolio_thumbs img:hover{
	border:1px solid #0000CC;
	}

span.fancy-counter {
	display:block; 
	color:#E7E7C4; 
	font-size:11px; 
	font-weight:bold;
	}

/* @end */

/* @group FOOTER --*/

div#footer {
	margin:14px 0px 10px 0px;
	text-align: center;
	font-size:11px;
	line-height:1.75;
}

div#footer a {
	text-decoration:none;
}


div#footer a:hover {
	text-decoration:underline;
}


/* @end */
