/* GLOBAL ------------------------------------------ */



/* MEDIUM SCREENS ------------------------------------------ */
@media screen and (min-width:576px){


/* PAGE SPECIFIC  ------------------------------------------ */

#print, #web, #projects, #projects-tn, #about, #contact {
	margin-left: auto;
	margin-right: auto;
}
#projects, #projects-tn  {
	width: 500px;
	max-width: 575px;
}
#projects .left {
	width: 280px;
	float: left;
	margin-right: 20px;
}
#projects .right {
	width: 200px;
	float: right;
}
#projects-tn .left {
	width: 250px;
	float: left;
}
#projects-tn .right {
	width: 250px;
	float: right;
}
p.projects-tn {
	margin-top: -14px;
	margin-bottom: 0px;
}
#print {
	width: 510px;
	max-width: 575px;
}
#about, #contact {
	width: 400px;
	max-width: 575px;
}
#web {
	max-width: 575px;
}

}



/* LARGE SCREENS ------------------------------------------ */
@media screen and (min-width:860px){

#main {
	margin-left: 8%;
}
body {
	background-image: url(../images/bg4.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position : bottom -280px right 00px;
}
.wrapper {
	width: 82%;
	position: absolute;
	z-index: 10;
	top: 120px;
	padding-bottom: 40px;
	margin-left: 5%;
}
#upperLeft {
	position: fixed;
	z-index: 20;
}
#lowerLeft {
	position: fixed;
	/* [disabled]z-index: 15; */
}

/* PAGE SPECIFIC ------------------------------------------ */
#print {
	padding-right: 65px;
}
#projects, #projects-tn  {
	padding-right: 75px;
}
#about, #contact  {
	padding-right: 175px;
}
#projects {
	/* [disabled]padding-right: 58px; */
}
#logosLarge {
	width: 83%;
}







/* PAGE SPECIFIC: WEB ------------------------------------------ */

#mainWeb {
	/* [disabled]width: 500px; */
	position: absolute;
	left: 230px;
	top: 110px;
	z-index: 10;
	margin-bottom: 40px;
	min-width: 300px;
	max-width: 630px;
	margin-right: 250px;
}
#mainWeb img   {
	margin-bottom: 2px;
	margin-left: -2%;
}
#mainWeb h1 {
	width: 500px;
	/* [disabled]margin-left: 60px; */
	position: absolute;
}
#mainPrint {
	/* [disabled]width: 500px; */
	position: absolute;
	left: 170px;
	top: 110px;
	z-index: 10;
	min-width: 300px;
	max-width: 630px;
	margin-right: 250px;
	margin-bottom: 40px;
}
#mainPrint img , #mainWeb img{
	max-width: 100%;
	height: auto;
}
#mainPrint h1 {
	width: 500px;
	margin-left: 60px;
	position: absolute;
}



.leftMargin20 {
	margin-left: -20px;
	padding-left: -20px;
}


}

@media screen and (min-width:1025px){
#logosSmall {
	display: none;
}
#logosLarge {
	margin-left: 8%;
	max-width: 750px;
}



}
