@CHARSET "UTF-8";

* { padding:0; margin:0; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }

.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; font-size: 0; height: 0; }

.warn_text { color: #f00 !important; }
.small_text { font-size: 0.8em; }
.smaller_text { font-size: 0.7em; }
.normal_text { font-size: 76%; text-transform: none; }
.uppercase_text { text-transform: uppercase; }
.thin_text { font-weight: normal; }
.thinner_text { font-weight: 200; }
.mono_text { 	font-family: "Courier New", "Courier", monospace; }

strong, .strong { font-weight: bold; }

.pad.double.top    { padding-top:    2em; }
.pad.double.right  { padding-right:  2em; }
.pad.double.bottom { padding-bottom: 2em; }
.pad.double.left   { padding-left:   2em; }

.pad.triple.top    { padding-top:    3em; }
.pad.triple.right  { padding-right:  3em; }
.pad.triple.bottom { padding-bottom: 3em; }
.pad.triple.left   { padding-left:   3em; }

.pad {}
.pad.top    { padding-top:    1em; }
.pad.right  { padding-right:  1em; }
.pad.bottom { padding-bottom: 1em; }
.pad.left   { padding-left:   1em; }

.pad.half.top    { padding-top:    0.5em; }
.pad.half.right  { padding-right:  0.5em; }
.pad.half.bottom { padding-bottom: 0.5em; }
.pad.half.left   { padding-left:   0.5em; }

.pad.tiny.top    { padding-top:    2px; }
.pad.tiny.right  { padding-right:  2px; }
.pad.tiny.bottom { padding-bottom: 2px; }
.pad.tiny.left   { padding-left:   2px; }

.margin.tiny.top    { margin-top:    2px; }
.margin.tiny.right  { margin-right:  2px; }
.margin.tiny.bottom { margin-bottom: 2px; }
.margin.tiny.left   { margin-left:   2px; }

.border { border: 0 solid #555; }
.border.simple { border: 1px solid #555; }
.border.top    { border-top-width:    1px; }
.border.right  { border-right-width:  1px; }
.border.bottom { border-bottom-width: 1px; }
.border.left   { border-left-width:   1px; }

.half_width { width: 50%; }
.fit_width { width: 90%; }
.full_width { width: 100%; }
textarea.normal_height { height: 120px; }
textarea.half_height { height: 60px; }

a
{
	text-decoration: none;
	color: #696969;
	cursor: pointer;
}

a:hover
{
	color: #000;
}
ul
{ 
	list-style: none;
}

ul.horizontal li
{
	display: inline;
	float: left;
}

hr 
{ 
	border: 0;
	text-align: center;
	margin: 0 auto;
	width: 95%;
	color: #3a3a3a;
	background-color: #3a3a3a;
	height: 1px;
}

td
{
	padding: 4px;
	text-align: center;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	color: #696969;
	font-size: 10px;
	background: #fff;

}

#container
{
	margin: 50px;
}

img
{
	border: 1px solid #999999; 
}


.center
{
	margin: 0 auto;
}

.black
{
	color: #000;
}

.bold
{
	font-weight: bold;
}

.margin
{
	margin: 10px;
}
/*******************************************************
				MENU									
********************************************************/



#nav
{
	width: 630px;
	height: 40px;
}

#nav .logo
{
	display: block;
	width: 101px;
	height: 27px;
	margin-top: 4px;
	margin-right: 10px;
	background: url(../img/hilger_logo.gif) no-repeat;
}
#nav .logo:hover
{
	background-position: 0;
}

#nav .photographs
{
	display: block;
	margin-top: 16px;
	width: 98px;
	height: 16px;
	background: url(../img/hilger_menu_photos.gif) no-repeat;
}

#nav .other_works
{
	display: block;
	margin-top: 16px;
	width: 94px;
	height: 16px;
	background: url(../img/hilger_menu_other.gif) no-repeat;
}	

#nav .photojournalism
{
	display: block;
	margin-top: 16px;	
	width: 119px;
	height: 16px;
	background: url(../img/hilger_menu_journo.gif) no-repeat;
}

#nav .writing
{
	display: block;
	margin-top: 16px;
	width: 62px;
	height: 16px;
	background: url(../img/hilger_menu_writing.gif) no-repeat;
}

#nav .cv
{
	display: block;
	margin-top: 16px;
	width: 27px;
	height: 16px;
	background: url(../img/hilger_menu_cv.gif) no-repeat;
}

#nav .contact
{
	display: block;
	margin-top: 16px;
	width: 66px;
	height: 16px;
	background: url(../img/hilger_menu_contact.gif) no-repeat;
}

#nav .links
{
	display: block;
	margin-top: 16px;
	width: 42px;
	height: 16px;
	background: url(../img/hilger_menu_links.gif) no-repeat;
}

	
#nav .line
{
	display: block;
	width: 629px;
	height: 15px;
	background: url(../img/hilger_menu_line_fade.gif);
}


#nav a:hover
{
	background-position: 0px -16px;
}

#nav  a.active
{
	background-position: 0px -16px;
}
/************************************************************************************/



#splashnav
{
	width: 630px;
	height: 40px;
}

#splashnav .logo
{
	display: block;
	width: 101px;
	height: 27px;
	margin-top: 4px;
	margin-right: 10px;
	background: url(../img/hilger_logo.gif) no-repeat;
}
#splashnav .logo:hover
{
	background-position: 0;
}

#splashnav .photographs
{
	display: block;
	margin-top: 9px;
	width: 98px;
	height: 16px;
	background: url(../img/hilger_menu_photos.gif) no-repeat;
}

#splashnav .other_works
{
	display: block;
	margin-top: 9px;
	width: 94px;
	height: 16px;
	background: url(../img/hilger_menu_other.gif) no-repeat;
}	

#splashnav .photojournalism
{
	display: block;
	margin-top: 9px;	
	width: 119px;
	height: 16px;
	background: url(../img/hilger_menu_journo.gif) no-repeat;
}

#splashnav .writing
{
	display: block;
	margin-top: 9px;
	width: 62px;
	height: 16px;
	background: url(../img/hilger_menu_writing.gif) no-repeat;
}

#splashnav .cv
{
	display: block;
	margin-top: 9px;
	width: 27px;
	height: 16px;
	background: url(../img/hilger_menu_cv.gif) no-repeat;
}

#splashnav .contact
{
	display: block;
	margin-top: 9px;
	width: 66px;
	height: 16px;
	background: url(../img/hilger_menu_contact.gif) no-repeat;
}

#splashnav .links
{
	display: block;
	margin-top: 9px;
	width: 42px;
	height: 16px;
	background: url(../img/hilger_menu_links.gif) no-repeat;
}

	
#splashnav .line
{
	display: block;
	width: 629px;
	height: 32px;
	margin-top: -10px;
	background: url(../img/splash_fade.gif) no-repeat;
}


#splashnav a:hover
{
	background-position: 0px -16px;
}



/*******************************************************
				CONTENT									
********************************************************/


#content
{
	width: 800px;
}

#block
{
	margin-top: 10px;
	width: 630px;
}

#block p
{
	margin-top: 5px;
}

#block .left
{
	width: 40px;
}

#block td
{
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#block .tab
{
	
	position: relative;
	left: 20px;

}

STACK { display: inline-table }
ROW   { display: table-row }
D     { display: inline; font-weight: bolder }
/*******************************************************
				COLLECTIONS									
********************************************************/

#gallery .collection
{
	float: left;
	margin: 10px 38px 20px 0px;
	width: 225px;
}

#gallery p
{
	margin-top: 5px;
}

#gallery .photo
{
	margin-top: 15px;
}

#gallery .photo p
{
	margin-bottom: 10px;
}

#gallery .prev
{

}

#gallery .pipe
{
	padding-left: 5px;
	padding-right: 5px;
}

#gallery .next
{
}

#gallery .caption
{

}

.copyright
{
	position: relative;
	bottom: 0px;
	left: 0px;
	margin-top: 30px;
	font-size: .9em;
	color: #a2a2a2;
}

/*******************************************************
				LINKS									
********************************************************/

#content .link_caption
{
	display: block;
	width: 100px;
}

#content .link_collection
{
	float: left;
	height: 155px;
	margin: 10px 40px 20px 0px;
}

.link_collection p
{
	display: block;
	width: 100px;
}

/*******************************************************
				WRITING									
********************************************************/

#writings
{
	margin-bottom: 10px;
}

#writings .title
{
}

#writings .grey
{
	color: #696969;
}

#writings .black
{
	color: #000; 
}

.margin
{
	margin-top: 20px;
}

#writing
{
	width: 650px;
}
#writing .title, .subtitle
{
	font-size: 1.2em;
}

#writing .image
{
	float: right;
	margin: 20px;
}

#writing .text
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#writing .caption
{
	font-size: .9em;
}

#writing .file
{
	
}

.writing_break
{
	border: 0;
	text-align: center;
	margin: 30px 20px 30px 20px;
	width: 610px;
	color: #999999;
	background-color: #999999;
	height: 1px;
}