/* -- general page layout ----------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
	background: #829898 url(http://trent.fi/images/background-main.gif) repeat-x;
}

#page {
	position: relative;
	width: 750px;
	margin: 10px auto;
	text-align: left;
}

#header {
	background: url(http://trent.fi/images/background-header.gif) no-repeat bottom;
	padding-bottom: 6px;
}

#content {
	position: relative;
	font-size: 10pt; 
	background: url(http://trent.fi/images/background-content.gif) repeat-y;
	margin: 0;
	padding: 1px 25px 25px 25px;
	/* Fixes the Peek-a-boo IE bug */
	width: 700px;
}

.titleimg {
	display: block;
	position: relative;
	width: 720px;
	height: 135px;
	padding: 0;
	margin: 10px 0 0 -10px;
	background: transparent url(http://trent.fi/images/title.jpg) no-repeat top;
}

/*
.logo {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 160px;
	height: 50px;
	padding: 0;
	margin: 0 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://trent.fi/images/logo.png', sizingMethod='scale');
}

.logo[class] {
	background: transparent url(http://trent.fi/images/logo.png) no-repeat top;
}
*/

#footer {
	position: relative;
	background: url(http://trent.fi/images/background-footer.gif) no-repeat top;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	padding: 20px 26px 10px 26px;
}


/* -- horizontal rule --------------------- */

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}


/* -- images ------------------------------ */

a img { border: none; }


/* -- headers ----------------------------- */

h2, h3 {
	clear: both;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 16pt;
	margin: 15px 0 15px 0;
	letter-spacing: -0.2pt;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 30px 0 15px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #deddd4;
}

h3 {
	font-size: 10pt;
 	font-style: italic;
	margin: 10px 0 10px 0;
}

/* -- hyperlinks -------------------------- */

a {
	text-decoration: none;
	color: #2e80cf;
}

a:hover {
	text-decoration: underline;
	color: #148;
}

a[name] {
	color: inherit;
	text-decoration: inherit;
}


/* -- navigation area --------------------- */

#nav { height: 30px; }

#nav ul {
	position: absolute;
	top: 5px;
	left: 26px;
	width: 450px;
	height: 25px;
}

#nav ul, #nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-height: 25px;
	overflow: hidden;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	white-space: nowrap;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	margin: 0;
	padding: 3px 7px 2px 7px;
	color: #fff;
	background: url(http://trent.fi/images/nav-bg1.png) repeat-x top;
}

#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a.current_page_item {
	background: url(http://trent.fi/images/nav-bg2.png) repeat-x top;
	/*background-position: bottom;*/
}

#nav ul li.first {
	padding-left: 19px;
	background: url(http://trent.fi/images/nav-first.png) no-repeat left;
}
 
#nav ul li.last {
	padding-right: 19px;
	background: url(http://trent.fi/images/nav-last.png) no-repeat right;
}


/* -- misc style classes ------------------ */

.hide { display: none; }

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 3px;
	line-height: 1px;
}

.alignright { float: right; }
.alignleft { float: left; }

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}
	
img.noborder { border: none; }


/* -- photography classes ------------------ */

.equip_title {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000077; 
	/*border-bottom: 1px solid black;*/
	margin: 0 0 10px 0;
	padding: 0;
}

.equip_summary {
	font-size: 10pt; 
	color: #000; 
	margin: 0 0 5px 0;
	padding: 0;
}

.equip_desc {
	font-size: 8pt; 
	color: #555; 
	margin: 0;
	padding: 5px 0 0 0;
}

.lefttext {
	float: left;
	width: 475px;
	padding: 0;
	margin-top: 0px;
}

.rightimage {
	float: right;
}
.rightimage img {
	margin: 30px 0 0 0;
	padding: 0;
	border: 1px solid black;
}

/* -- resume classes ------------------ */

.career_title {
	color: #000077; 
	margin-top: 30px;
}

.career_info {
	margin-left: 20px;
}

.career_details {
	margin-left: 20px;
	/* display: none; */
}

.career_details ul li {
	margin-bottom: 10px;
}

ul li {
	margin-bottom: 5px;
}

.resume-image img {
	background: #fff;
	border: 1px solid black;
	margin: 1px 30px 20px 30px;
	-moz-border-radius: 2px;
}

.resume-image a img {
	border-color: #2e80cf;
}

.resume-image a:hover img {
	border-width: 2px;
	border-color: #148;
	-moz-border-radius: 2px;
	margin: 0px 29px 19px 29px;
}

