/* GLOBAL 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;}

/* 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;}


/* GENERAL SELCTORS
---------------------------------------------------------------------------*/

/* BODY */
body {float: center; margin: 0; padding: 0; font: 14px Georgia, Times, serif; color: #c1ba94; background-color: #ebe8e3;}

	p {margin: 0 0px 10px 0; line-height: 1.5em;}
	
	/* HEADINGS */
	h1 {margin: 0 0px 10px 0; padding: 0px 0 5px 0; font-size: 18px; font-weight: normal; color: #3f4145; text-transform: uppercase; border-bottom: 1px solid #9ca3ac;}
		h2 {margin: 5px 0 0px 0; padding: 0px 0 5px 0; font-size: 16px; text-align: left; font-weight: normal; color: #3f4145; border-bottom: #9ca9a9; }
			h3 {margin: 0px 0 5px 0; padding: 5px 5px 5px 5px;font-size: 18px; font-weight: normal; font-style: italic; color: #3f4145; text-transform: none; background-color: #ffffff;}
				h4 {margin: 50px 0 0px 0; font-size: 14px; text-align: center; font-weight: normal; color: #3f4145; border-bottom: #8a8279; text-transform: uppercase; letter-spacing: 1px; }
				h5 {margin: 0px 0 0px 0; font-size: 14px; line-height: 1.3em; text-align: left; font-weight: normal; color: #3f4145; border-bottom: #8a8279; }
				h6 {margin: 0px 0 10px 0; font-size: 14px; text-align: left; font-weight: normal; text-transform: none; color: #3f4145; border-bottom: #8a8279; line-height: 1.5em; }

				
	/* LINKS */
	a:link {color: #619a9b; text-decoration: none;}
	a:visited {color: #619a9b; text-decoration: none;}
	a:hover {color: #e41e26; text-decoration: none;}
	a:active {color: #619a9b; text-decoration: none;}


/* LAYOUT
---------------------------------------------------------------------------*/

/* MAIN WRAP */
#mainWrap {float: left; margin: 0px auto auto; padding: 0 0 0px 0; width: 100%; background: url(http://ypcruzdesign.com/images/topheader.jpg) top center repeat-x;}
		
	/* HEADER */
	#header { float: center; padding: 0px 0; width: 940px; background-color: ;}
				
		/* LOGO */
		#logo {float: left; margin: 8px 5px 5px 20px; width: 397px; height: 51px;}
			#logo a {display: block; width: 397px; height: 51px; background: url(http://ypcruzdesign.com/images/logo.png) top left no-repeat;}
	
	/* ABOUT WRAP */
	#about {position: relative; padding:0px 10px 0px 0px; margin: 10px 10px 10px 20px; width: 940px; border-bottom: 1px solid #9ca3ac; }
	
		/* ABOUT TOP WRAP */
		#aboutTopWrap {margin: 0 0 0px 0; padding: 0 0 0px 0; width: 940px;}
			
			/* LEFT COLUMN */
			#about .leftColumn {float: left; margin: 5px 0px -8px 0; width: 600px; border-right: 1px solid #9ca3ac;}
																													
			/* RIGHT COLUMN */
			#about .rightColumn {float: left; margin: 0px 0px 0 15px; width: 279px;}
							
	
	/* WORK WRAP */
	#work {overflow:auto; position: relative; padding: 5px 0; width: 940px; margin: 0px 10px 10px 20px;border-bottom: 1px solid #f3ebc0;}

		/* LEFT COLUMN */
		#work .leftColumn {float: left; margin: 0 20px 0 0; width: 300px;}
			#work .thumbWrap {width: 300px; margin: 0 0 50px;}
																								
		/* MIDDLE COLUMN */
		#work .middleColumn {float: left; margin: 0 20px 0 0; width: 300px;}
					#work .thumbWrap {width: 300px; margin: 0 0 20px;}
		
		/* RIGHT COLUMN */
		#work .rightColumn {float: left; width: 300px;}
		
		
		/* FOOTER */
	#footer {margin: 20px 0px 0px 20px; width: 940px; height: 200px;}
		#footer p {float: left; color: #657780;}
		#footer ul {float: right;}
			#footer li {display: inline; margin: 0 10px;}
				#footer a {font-weight: bold; color: #657780; text-decoration: none;}
					#footer a:hover {color: #fff;}
					
							
/* GENERIC CLASSES
---------------------------------------------------------------------------*/

.hide {display: none;}

.clear {clear: both;}

.small {margin: 0 0 0 10px; font-size: 14px;}
.white {color: #FFF;}
.light {margin: 0; padding: 0; border: none; font-weight: normal; text-transform: none; color: #FFF;}
.callOut {font-weight: bold; text-decoration: underline;}
strong {color: #000;}
.leadIn {margin: 0 0 20px 0; padding: 0 0 30px 0; font-size: 20px; font-weight: normal; text-transform: none; color: #fff; background: url(../images/leadin_bg.gif) bottom left repeat-x;}

.hoverBox {position: relative; margin: 5px 0 10px 0; width: 300px; height: 110px;}
	.hoverBox .zoom {display: none;}
	.hoverBox:hover .zoom {display: block; position: absolute; z-index: 1; top: 0px; left: 0px;}


.borderBottom {margin: 0 0 20px 0; padding: 0 0 10px 0; border-bottom: 1px solid #9ca3ac;}
.featureWrap {float: left; width: 620px; margin: 10px 0 0 0;}
.blurbWrap {float: left; width: 300px; margin: 5px 0 0 0;}


