/*RESETS
-------------------------------------------------------------------------------*/
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, thead, tbody, tr, td */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration:none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}



/* HEADINGS
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6	{
	font-size:100%;
	font-weight:normal;
	}	
	
/* LISTS
---------------------------------------------------------------------------*/
ol, ul, li {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}
	
fieldset, img	{
	border:0;
	}
	
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var	{
	font-style:normal;
	font-weight:normal;
	}
	
/* TABLES // set cellspacing="0" in the html doc
---------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th	{
	text-align:left;
	}

/*COLOR PALETTE
-------------------------------------------------------------------------------
Gray		#7f7f7f;
Red			#c1272d;
Black		#000;
*/

/*XHTML
-------------------------------------------------------------------------------*/
html	{

	}
	
/*BODY
-------------------------------------------------------------------------------*/
body {
	background:url(../images/bg1.jpg) 0 0 repeat #4d4d4d fixed;
	font-family:Georgia, Times, serif;
	font-size: 14px;
	color:#7F7F7F;
	}
	
/* DEFAULT STYLES and CLASSES
---------------------------------------------------------------------------*/
a	{
	color:#0071bc;
	}
a:link, a:visited	{
	color:#0071bc;
	}
a:hover, a:active 	{
	color:#c1272d;
	}
.floatRight {
	float:right;
	}
.floatLeft {
	float:left;
	}
.italics	{
	font-style:italic;
	}
.bold	{
	font-weight:bold;
	}
.clear	{
	clear:both;
	margin:0;
	padding:0;
	width:0;
	height:0;
	line-height:0;
	}
.hide	{
	text-indent:-9999em;
	}
.red	{
	color:#c1272d;
	}
.padding {
	padding:30px 0 0 0;
	
	}
	
.top	{
	clear:both;
	padding:30px 0 0 0;
	}

p	{
	line-height:21px;
	margin:0 0 30px 0;
	}
	
.pImg	{
	line-height:0;
	margin:0;
	padding:0;
	}

/*BEGIN CUSTOM HEAD
-------------------------------------------------------------------------------*/
#perimeter	{
	width:960px;
	margin:30px auto;
	}
#mastHead	{
	height:500px;
	}
h1	{
	font-size:4.9em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:.05em;
	text-indent:30px;
	color:#f2f2f2;
	}
h1 a {
		color:#f2f2f2;
	}
h1 a:link, h1 a:visited {
		color:#f2f2f2;
	}
h1 a:hover, h1 a:active {
	color:#0071bc;
	} 
	
h2	{
	background:url(../images/hairLine.gif) left bottom repeat-x #f2f2f2;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-size:1.25em;
	line-height:1.5em;
	font-weight:normal;
	color:#0071bc;
	letter-spacing:.1em;
	text-transform:uppercase;
	}
	
dl	{
	margin:0 0 30px 0;
	}

dt {
	line-height:21px;
	}
	
dd	{
	line-height:21px;
	}
	
/*NAVIGATION
-------------------------------------------------------------------------------*/

#nav	{
	padding:0 0 0 30px;
	margin:0 0 30px 0;
	}
ul#nav li	{
	float:left;
	margin:0 15px 0 0;
	font-size: 1em;
	line-height: 1.5em;
	text-transform:uppercase;
	border-right:1px dotted #f2f2f2;
	}
ul#nav li	a {
	color:#f2f2f2;
	display:block;
	padding:0 15px 0 0;
	}
ul#nav li	a:link, ul#nav li a:visited {
	color:#f2f2f2;
	}
ul#nav li a:hover, ul#nav li a:active {
	color:#0071bc;
	}	
	
	
/*LEFT COLUMN
-------------------------------------------------------------------------------*/
#leftColumn	{
	float:left;
	clear:left;
	width:633px;
	}

.medBoxShadow	{
	width:603px;
	padding:0 0 35px 30px;
	background:url(../images/transMed.png) 5px bottom no-repeat;
	}

.medBoxFixed	{
	background-color:#f2f2f2;
	width:529px;
	height:363px;
	padding:30px;
	}

.medBoxStretch	{
	background-color:#f2f2f2;
	width:529px;
	padding:30px;
	z-index:1; 
	position:relative;
	}
	
.medBoxShadow p	{
	
	}


/*RIGHT COLUMN
-------------------------------------------------------------------------------*/	
#rightColumn	{
	float:left;
	width:312px;
	}

#rightColumn h2	{
	width:219px;
	}

.smBoxShadow	{
	background:url(../images/transSm.png) -10px bottom no-repeat;
	width:312px;
	padding:0 0 35px 15px;
	}

.smBoxFixed	{
	background-color:#f2f2f2;
	width:219px;
	height:363px;
	padding:30px;
	}

.smBoxStretch	{
	background-color:#f2f2f2;
	width:219px;
	padding:30px;
	}	
	
.smBoxShadow p	{
	
	}

/*RESUME
-------------------------------------------------------------------------------*/
#resume	{

	}
#resume h3	{
	clear:left;
	padding:15px 0 0 0;
	margin:0 0 15px 0;
	text-transform:uppercase;
	color:#0071bc;
	}

#resume dl	{
	margin:0 0 30px 0;
	}
	
#resume dl dt	{
	clear:left;
	float:left;
	width:200px;
	}
	
#resume dl dd	{
	float:left;
	width:150px;
	font-style:italic;
	}
	
#resume a	{

	}

#resume ul	{

	}	

#resume ul li	{
	line-height:21px;
	}


#resume a	{
	color:#7F7F7F;
	}
#resume a:link, #resume a:visited	{
	color:#7F7F7F;
	border-bottom:1px dotted #0071bc;

	}
#resume a:hover, #resume a:active 	{
	color:#0071bc;
	border-bottom:none;
	}

/*FLOWPLAYER
-------------------------------------------------------------------------------*/
div.overlay {
	background:url(../images/white.png) no-repeat;
	padding:40px;	
	width:576px;  
	display:none;
}

div.overlay div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player { 		
	display:block;
	height:450px;			
}
/*VIDEO
-------------------------------------------------------------------------------*/
.youTube	{
	margin:0 auto 30px;
	width:425px; 
	height:344px;
	}

/*GALLERY med Box
-------------------------------------------------------------------------------*/
ul.gallery	{

	}

ul.gallery li	{
	float:left;
	height:69px;
	width:110px;
	margin:0 29px 30px 0;
	}
	
ul.gallery li.noMargin	{
	margin-right:0;
	}

ul.gallery li a	{

	}

/*GALLERY sm Box
-------------------------------------------------------------------------------*/
ul.gallerySm	{
	padding:15px 0 0 0;
	}

ul.gallerySm li	{
	float:left;
	height:96px;
	width:96px;
	margin:0 27px 27px 0;
	}

ul.gallerySm li.noMargin	{
	margin-right:0;
	}

ul.gallerySm li a	{
	display:block;
	}
		


/*TWITTER
-------------------------------------------------------------------------------*/
#twitter_update_list	li {
	line-height:21px;
	margin:0 0 30px 0;
	}

/*RSVP WUFOO
-------------------------------------------------------------------------------*/
#rsvp	{
	float:left;
	width:690px;
	padding:30px 0 0 0;
	}
	
	
/*FOOTER
-------------------------------------------------------------------------------*/

#footer	{
	clear:both;
	font-size:.8em;
	}
	
#credits	{
	padding:0 0 0 30px;
	}

#footer h6 {
	background:url(../images/hairLineGrey.gif) left top repeat-x;
	padding:20px 0 0 0;
	font-size:1.25em;
}

#footer h6 a {
	color:#f2f2f2;
}

#footer h6 a:hover {
	color:#f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
	
/*COLOR PALETTE
-------------------------------------------------------------------------------
Gray		#7f7f7f;
Red			#c1272d;
Black		#000;
*/