/*color scheme

#ffffff - white - body background color
#4c4d4f - grey - body text
#70bdd1 - blue - headings
*/

/* Redefine my XHTML ELEMENTS */

/* CSS Reset */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */


body.racquetball #wrapper #leftcolumn #mainNav li.racquetball a,
body.resume #wrapper #leftcolumn #mainNav li.resume a,
body.contact #wrapper #leftcolumn #mainNav li.contact a,
body.steel #wrapper #leftcolumn #mainNav li.steel a,
body.tc #wrapper #leftcolumn #mainNav li.tc a,
body.dinnertime #wrapper #leftcolumn #mainNav li.dinnertime a,
body.hautetotrot #wrapper #leftcolumn #mainNav li.hautetotrot a,
body.whatisnewyorkcity #wrapper #leftcolumn #mainNav li.whatisnewyorkcity a,
body.logos #wrapper #leftcolumn #mainNav li.logos a,
body.bookcovers #wrapper #leftcolumn #mainNav li.bookcovers a,
body.downtown #wrapper #leftcolumn #mainNav li.downtown a,
body.markdisuvero #wrapper #leftcolumn #mainNav li.markdisuvero a {
	color:#70bdd1;
	cursor:default;
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
	text-align:left;
	list-style-type:none;
	list-style:none;
	text-decoration:none;
	font-weight:bold;
	}
	
	h1{
		font-size:15px;
		font-weight:bold;
		color:#70bdd1;
		font-family:helvetica, arial, sans-serif;
	}

/*MAIN NAV */

#wrapper #leftcolumn #mainNav{
	font-size:10px;
	font-family:helvetica, arial, sans-serif;
	text-align:left;
	list-style-type:none;
	list-style:none;
	text-decoration:none;

}


#wrapper #leftcolumn #mainNav, li {
		font-size:10px;
	font-family:helvetica, arial, sans-serif;
	text-align:left;
	list-style-type:none;
	list-style:none;
	text-decoration:none;

	}
	
#wrapper #leftcolumn #mainNav li a:link {
	color:#4c4d4f;
		text-decoration:none;

}	

#wrapper #leftcolumn #mainNav li a:visited {
	color:#4c4d4f;
		text-decoration:none;
}

#wrapper #leftcolumn #mainNav li a:hover {
	color:#70bdd1;
		text-decoration:none;

}

#wrapper #leftcolumn #mainNav li a:active{
color:#70bdd1;
	text-decoration:none;

}




/* FROM WEBSITE */


body {
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
 margin-top:0px;
 padding-top:0px;
}
#wrapper { 
 margin: 0 auto;
 width: 955px;
}
#header {
 color: #333;
 width: 955px;
 height: 125px;
 float: left;
 height: 125px;
 background: #FFF;
 background-image:url(img/logo.png);
 position:fixed;
 margin-top:0px;
 padding-top:0px;
}
#leftcolumn { 
 width: 230px;
 float: left;
 margin-top: 225px;
 position:fixed;
 margin-left:5px;
}
#content { 
 font-size: 11px;
 font-family:Georgia, "Times New Roman", Times, serif;
 float: left;
 color: #4c4d4f;
 width: 440px;
 display: inline;
 margin-left:230px;
 padding-top:125px;
 
}
#rightcolumn { 
 width: 240px;
 float: left;
 margin-top:250px;
}

	#rightcolumn a {
		font-size: 11px;
		color: #70bdd1;
		text-decoration:none;
		font-weight:bold;
	}

#footer {
 width: 955px;
 clear: both;
 color: #4c4d4f;
 border:none;
 background: #FFF;
 text-align:center;
 font-size:10px;
 font-family:Helvetica, Arial, sans-serif;
}
#footer2 {
clear: both;
width: 100%;
text-align:center;
 font-size:10px;
 font-family:Helvetica, Arial, sans-serif;
  color: #4c4d4f;

}

/* contactt */
form {
		width: 350px;
		}

#form1 textarea, #form1 .submitButton, #form1 .shift_left {
	position: relative;
	left:10px;
	}

.formField { 
		border: 1px solid #333333; 
		background-color: #dddddd; 
		padding: 2px;
		width: 320px;
		} 

.submitButton {
		border: 2px solid #333333; 
		background-color: #dddddd; 
		padding: 2px 5px;
		} 
		
fieldset { 
		border: 2px #555555; 
		padding: 10px;
		margin-bottom: 10px;
		}		 
		
legend { 
		padding: 0 10px; 
		font-family: Arial, Helvetica, sans-serif; 
		color: #70bdd1; 
		background:#FFF;
		text-transform: uppercase; 
		}
		
form p {
		margin-bottom: 10px;
		}
		
.warning {
		font-weight:bold;
		color:#ff0000;
		}
		
label {
		font-weight: bold;
		display: block;
		}

li.contact {
	margin-bottom:10px;
}