
* {margin: 0px; padding: 0px;} /* remove padding and margins from all elements */

body
	{
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-align: center; /* part of ie/win hack for centering page, needs follow-on text-align: left to counter inheritance */
	}
	
	
/*--------------- HEADER STYLES --------------*/	
/*
#logo, #logo:link, #logo:visited
	{
	float: left;
	position: relative;
	top: -7px;
	left: -25px;
	}
#logo img
	{
	border: none;
	}
#loggedinstatus
	{
	float: right;
	display: block;
	font-family: verdana, sans-serif;
	}
*/	
	
	
/*------------- PAGE WRAPPER --------------*/	
#pagewrapper
	{
	margin-left: auto;
	margin-right: auto;
	width: 685px;
	text-align: left; /* to counter body property used to center page in old IE */
	padding: 1px; /* this needs to be here or else the header drops down in ff. Why?? */
	
	position: relative;
	}	



/*--------------- THREE COLUMN LAYOUT -------------*/

#side1
	{
	float: right;
	width: 190;
	margin-bottom: 30px;
	padding-top: 87px;
	padding-top: 115px;
	padding-top: 97px;
	padding-top: 90px;
	}
/*
#side2
	{
	float: right;
	width: 250px;
	margin-bottom: 30px;
	}
*/	
#maincontent
	{
	float:left;
	width: 685px; 
	position: relative;	
	}	



	
/*------------ TEXT AND LINKS ------------*/

a, a:link, a:visited
	{
	color: #36c;
	text-decoration: none;
	
	color: #FC2A2D;
	text-decoration: underline; 
	}
a:hover, a:active, a:focus
	{
	/*color: #f90;*/
	text-decoration: none;
	}


	
	
	
/*------------ LISTS ------------*/

li
	{
	list-style: none;
	}
	


	
/*------------ EDITING OBJECTS - forms and fieldsets ------------*/

form
	{
	margin: 0px;
	padding: 0px;
	}
fieldset.hidden /* for hidden form fields */
	{
	position: absolute;
	left: -7000px;
	border: none; /* needed to hide fieldset fully in opera */
	}




/*------------ EDITING OBJECTS - inputs, buttons, etc. ------------*/

input, textarea, select
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	}
select
	{
	border: solid #666 1px;
	padding: 2px;
	font-size: .85em;
	}	
input.text, textarea
	{
	/*border: solid #666 1px;*/
	padding: 2px;
	}	
input.button
	{
	border-width: 1px;
	border-color: #666;

	
	padding: 2px;
	}

/*------------ MAIN NAVIGATION ------------*/
#mainnav
	{
	}
#mainnav li a, #mainnav li a:link, #mainnav li a:visited
	{
	}
#mainnav li a:hover, #mainnav li a:active, #mainnav li a:focus
	{
	text-decoration: underline;
	}
#mainnav li
	{
	}
#mainnav li.selected
	{
	}
#mainnav li.selected a
	{
	
	}




/*------------ BASIC PAGE STYLES ------------*/

/* try to use trebuchet for system text and arial for content text */


h1 /* used for module titles */
	{
	}
h2 /* used for module titles */
	{
	}
h3 /* used for content titles */
	{
	}
p
	{
	color: #666;
	font-size: .85em;
	line-height: 1.2em;
	}
/*	
.fullentrylink
	{
	font-family: verdana, sans-serif;
	}
	
.categorylink
	{
	font-family: verdana, sans-serif;
	}	

.filter
	{
	font-family: verdana, sans-serif;
	}	
*/

	

/*------------ IMAGE PREVIEW (CROPPED) ------------*/
/*
.imagepreview
	{
	border: solid #FF6699 1px;
	display: block;
	width: 144px; 
	}
.imagepreview:hover, .imagepreview:active, .imagepreview:focus
	{
	border-color: #36c;
	}

.imagepreview .imagewrapper
	{
	display: block;
	overflow: hidden;
	width: 140px;
	height: 140px;
	border: solid #fff 2px;
	}
.imagepreview img
	{
	width: 140px;
	border: none;	
	}		
*/	
	
	
	
	

/*------------ REMOVES BORDER AND MARGIN FROM LAST ELEMENT IN LIST ------------*/

.hlast
	{
	margin-right: 0px !important;
	border-right: none !important; 
	}
.vlast
	{
	margin-bottom: 0px !important;
	border-bottom: none !important;
	}




/*------------ FILTER OPTIONS THAT APPEAR ABOVE LISTS -------------*/
/*
.filter
	{
	margin-top: 10px;
	}
.filter li
	{
	float: left;
	border-right: solid #666 1px;
	padding-left: 4px;
	padding-right: 4px;
	}
*/	
	



/*------------ STANDARD LIST WITH ICON -----------*/
/*	
.list
	{
	clear: both;
	padding-top: 10px;
	}
.listitem
	{
	clear: both;
	margin-bottom: 15px;
	position: relative;
	}
.listitem .icon
	{
	float: left;
	display: block;	
	width: 45px;
	height: 45px;
	
	display: absolute;
	}
.listitem h3
	{
	margin-left: 70px;
	}
.listitem p
	{
	margin-left: 70px;
	}
.listitem .info
	{
	margin-left: 70px;
	margin-top: 4px;
	}
	
.listitem .info li
	{
	font-size: .8em;
	float: left;
	margin-right: 10px;
	}

*/




/*------------ ALTERNATING COLORS IN A LIST ------------*/
/*
.row-alt1
	{
	background-color: #fff;
	}
.row-alt2
	{
	background-color: #edece8;
	}
*/




/*------------ FOOTER ------------*/
/*
#footer
	{
	clear: both;

	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-bottom: 20px;
	}
#footer a
	{

	text-decoration: none;
	}
#footer ul
	{
	margin-left: 300px;
	margin-top: 5px;
	}
#footer ul li
	{
	float: left;
	margin-right: 10px;
	}
#footer .contents
	{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	}
*/

/*------------ FEEDBACK MESSAGES --------------*/
/*
.errormessage
	{
	background-color: #FFCCCC;
	
	border: solid #990000 3px;
	
	margin-bottom: 10px;
	
	color: #000;
	
	padding: 10px;
	}
.errormessage h2 
	{
	color: #333;
	}	
.errormessage ul 
	{
	padding-left: 30px;
	margin-bottom: 15px;
	}
.errormessage ul li
	{
	list-style: disc;
	}
.errorlabel 
	{
	color: #FF0000;
	}
*/

/*--------- PAGINATION ------------*/
/*
.pagination
	{
	clear: both;
	margin-top: 55px;
	padding-left: 245px;
	}
.pagination .navbutton
	{
	float: left; 
	display: block; 
	font-size: 1.1em; 
	color: #333;
	}
.pagination .navbutton a
	{
	display: block; 
	height: 18px; 
	padding-top: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	}
.pagination .navbutton a:hover, .pagination .navbutton a:active, .pagination .navbutton a:focus
	{
	background-color: #36c;
	background-color: #BACFFC;
	text-decoration: none;
	}
	
	
.pagination a, .pagination a:link, .pagination a:visited
	{
	background-color: #FFCCCC; 
	border: solid #666 1px; 
	color: #333;
	}	
	
.pagination a:hover, .pagination a:active, .pagination a:focus
	{
	background-color: #36c;
	background-color: #BACFFC;
	text-decoration: none;
	}
.pagination ul
	{
	margin-left: 15px;
	float: left; 
	font-size: 1.1em; 
	margin-right: 7px;
	}
.pagination ul li
	{
	float: left; 
	margin-right: 8px;
	}
.pagination ul li a
	{
	display: block; 
	width: 20px; 
	height: 18px; 
	padding-top: 2px; 
	text-align: center; 
	}
.pagination ul li.selected a
	{
	font-weight: bold;
	background-color: #36c;
	background-color: #BACFFC;
	
	color: #fff;
	color: #333;
	}	
.pagination ul li.ellipsis
	{
	height: 12px; 
	padding-top: 8px;"
	}
*/



/*------------ JAVASCRIPT SHOW/HIDE ------------*/	
.hiddenlayer
	{
	visibility: hidden;
	display: none;
	}
.visiblelayer_block
	{
	visibility:visible;
	display:block;
	}
.visiblelayer_inline
	{
	visibility:visible;
	display:inline;
	}	
	
	
body
	{
	background: #333 url(../images/background.gif) repeat-y center;*/
	/*background: #fff;*/
	}
#pagewrapper
	{
	width: 660px;
	}
#header
	{
	background: #fff url(../images/header2.gif) no-repeat -8px 5px;
	height: 58px;
	border-top: solid #1A1818 3px;
	margin-top: 15px;
	
	border-top-width: 2px;
	/*
	background: #fff url(../images/header3.gif) no-repeat -5px 5px;
	height: 70px;
	*/
	
	/*
	background: #fff url(../images/header4.gif) no-repeat -5px 0px;
	border-top: none;
	margin-top: 5px;
	height: 75px;
	*/
	/*
	background: #fff url(../images/header5.gif) no-repeat -7px 0px;
	border-top: none;
	margin-top: 5px;
	height: 75px;
	*/
	}	
#header h1, #header h2
	{
	display: none;
	}
#main
	{
	
	}
#mainnav
	{
	border-bottom: solid #1A1818 3px;
	margin-top: 20px;
	
	
	margin-top: 30px;
	border-bottom-width: 2px;
	}
#mainnav ul
	{
 	*border: solid #fff 1px; 
	*margin-left: -1px;
 	}
#mainnav li
	{
	float: left;
	margin-right: 5px;
	padding: 4px 13px;
	font-size: 14px;
	background-color: #f0f0f0;
	}
#mainnav li a, #mainnav li a:link, #mainnav li a:visited
	{
	color: #222;
	text-decoration: underline;
	}
#mainnav li a:hover, #mainnav li a:active, #mainnav li a:focus
	{
	text-decoration: none;
	}	
#mainnav li.selected
	{
	background-color: #1A1818;
	}	
#mainnav li.selected a,
#mainnav li.selected a:link,
#mainnav li.selected a:visited,
#mainnav li.selected a:hover,
#mainnav li.selected a:active,
#mainnav li.selected a:focus
	{
	color: #fff;
	text-decoration: none;
	}
#mainnav a.moreprojects, #mainnav a:link.moreprojects, #mainnav a:visited.moreprojects
	{
	float: right; 
	color: #FC2A2D; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 10px; 
	position: relative; 
	top: 8px;
	
	display: none;
	}	
#mainnav a:hover.moreprojects, #mainnav a:active.moreprojects, #mainnav a:focus.moreprojects
	{
	text-decoration: none;
	display: none;
	}	
#footer
	{
	border-top: solid #1A1818 3px;
	font-size: 11px;
	font-weight: normal;
	color: #aaa;
	
	/*margin-top: -20px;*/
	padding-top: 3px;
	position: relative;
	top: -25px;
	
	border-top-width: 2px;
	}
#footer li
	{
	float: left;
	}
* html #footer li
	{
	margin-top: -25px;
	}	
#footer li a, #footer li a:link, #footer li a:visited
	{
	color: #E7272A;
	/*color: #D72727;*/
	text-decoration: underline;
	color: #222;
	}
#footer li a:hover, #footer li a:active, #footer li a:focus
	{
	text-decoration: none;
	}	
	
	
	
	
	
.portfolio
	{
	padding: 25px 0px;
	}
.portfolio .item
	{
	float: left;
	margin-right: 42px;
	
	margin-bottom: 30px;
	
	}
.portfolio .item a,
.portfolio .item a:link,
.portfolio .item a:visited
	{
	display: block;
	width: 190px;
	height: 190px;
	border: solid #333 1px;
	position: relative;
	text-decoration: none;
	}
.portfolio .item a:hover,
.portfolio .item a:active,
.portfolio .item a:focus
	{
	text-decoration: none;
	}
.portfolio .item a span
	{
	display: block;
	/*background: #000;*/
	color: #fff;
	position: absolute;
	
	bottom: 0px;
	left: 0px;
	
	width: 180px;
	
	padding: 5px 5px;
	
	
	}
.portfolio .item a span.bg
	{
	background: #000;
	/*
	opacity: .85;
	-moz-opacity: .85;
	filter: alpha(opacity = 85);
	*/
	height: 28px;
	
	zoom:1;
	}	
.portfolio .item a span.moreinfo,
.portfolio .item a:link span.moreinfo,
.portfolio .item a:visited span.moreinfo
	{
	display: none;
	}	
.portfolio .item a:hover span.moreinfo,
.portfolio .item a:active span.moreinfo,
.portfolio .item a:focus span.moreinfo
	{
	/*
	display: block;
	
	width: 80px;
	height: 16px;
	
	background: #000;
	font-size: 10px;
	
	position: absolute;
	top: 70px;
	left: 53px;
	text-align: center;
	padding: 7px 0px 4px 0px;
	
	-moz-opacity: .85;
	
	font-weight: bold;
	color: #FC2A2D; 
	color: #fff;
	
	border: solid #FC2A2D 2px;*/
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #FC2A2D;
	color: #fff;
	padding-bottom: 10px;
	}
.portfolio .item a:hover span.txt,
.portfolio .item a:active span.txt,
.portfolio .item a:focus span.txt
	{	
	display: none;
	}
* html .portfolio .item a:hover span.txt,
* html .portfolio .item a:active span.txt,
* html .portfolio .item a:focus span.txt
	{	
	display: block;
	}	
.portfolio .item a em
	{
	display: block;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	
	color: #D72727;
	color: #E7272A;
	color: #FC2A2D;
	}	
	

#details #maincontent
	{
	width: 400px;
	margin-bottom: 60px;
	}
#details #mainnav
	{
	margin-bottom: 5px;
	}
a.backlink,
a:link.backlink,
a:visited.backlink
	{
	color: #222;
	text-decoration: none;
	font-size: 10px;
	
	font-weight: normal;
	color: #222;
	text-decoration: underline;
	
	display: none;
	}	
.projectdetails
	{
	margin-top: 15px;
	margin-top: 25px;
	margin-top: 10px;
	}	
.projectdetails .detailheader
	{
	margin-top: 0px;
	margin-bottom: -7px;
	}	
.projectdetails h3
	{
	color: #FC2A2D;
	font-size: 10px;
	font-weight: bold;
	}
.projectdetails h2
	{
	font-weight: normal;
	font-size: 21px;
	font-size: 26px;
	color: #222;
	
	font-size: 20px;
	
	/*margin-bottom: -7px;*/
	}
.projectdetails .detailsection
	{
	margin-top: 35px;
	font-size: 14px;
	}

.projectdetails .detailsection h3
	{
	color: #000;
	
	font-size: 14px;
	font-weight: normal;
	/*
	margin-bottom: 3px;
	border-bottom: solid #eee 1px;
	*/
	margin-bottom: 12px;
	margin-bottom: 12px;
	}
.projectdetails .detailsection p
	{
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
	}	
.imagethumbnails
	{
	margin-top: 14px;
	}
.imagethumbnails .item
	{
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
	}	
.imagethumbnails .item img
	{
	width: 100px; 
	/*border: solid #333 1px;*/
	}
.imagethumbnail
	{
	border: solid #333 1px;
	}	
#side1 .imagethumbnails
	{
	margin-top: 0px;
	}	
#side1 .imagethumbnails .item
	{
	float: none;
	margin-bottom: 45px;
	}
#side1 .imagethumbnails .item img
	{
	width: 190px;
	}
#side1 .imagethumbnails .item a
	{
	font-size: 11px; 
	font-weight: bold;
	}	
#side1 .imagethumbnails .imagethumbnail
	{
	display: block;
	}
.deliverables
	{
	border: solid #666 1px; 
	background: #f9f9f9; 
	padding: 5px 10px;
	}
.deliverables h3
	{
	font-size: 11px; 
	font-weight: bold; 
	color: #444;
	}
.deliverables .deliverableslist
	{
	font-weight: bold; 
	font-size: 11px; 
	margin-top: 10px;
	}
.deliverables .deliverableslist li
	{
	margin-bottom: 3px;
	}

