@charset "utf-8";
/* CSS Document */

/***** SITE *****/
* {
	margin:			0;
	padding:		0;
}
a {
	text-decoration:none;
	color:			white;
	outline:		none;
}
html,body {
	height:			100%;
	background:		black;
	color:			#DDDDDD;
}
#wrapper {
	height:			100%;
	width:			100%;
	display:		table;
	vertical-align:	middle;
}
#outer {
	display:		table-cell;
	vertical-align:	middle;
}
#inner {
	position:		relative;
	left:			50%;
	float:			left;
	width:			720px;
	margin-left:	-360px; 
} /* margin-left = width*-0.5 */

/***** CONTENT *****/
.pageTitle {
	text-align:		center;
	text-transform:	uppercase;
	font-size:		14.5px;
}
#contentHolder{

	overflow:		auto;
	width:720px;
}
#content {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:		12px;
	text-transform:	uppercase;
	line-height:	95%;
	height:			405px;
}
#photogContent {
	font-family:	"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:		12px;
	text-transform:	uppercase;
	line-height:	120%;
}
#content .cv_title{
	text-align:		center;
	text-transform:	uppercase;
	font-size:		13.5px;
}
#content .cv_leftSide{
	text-align:		right;
	color:			#DDDDDD;
	width:			50%;
	padding-right:	5px;
}
#content .cv_rightSide{
	text-align:		left;
	color:			#888888;
	width:			50%;
	padding-left:	5px;

}
#content .year{
	font-size:		14.5px;
}
#content .award{
	color:			#941115;
}
#content #clips td{
	text-align:		center;
	padding-left:	37px;
}
#content #clips tr{
	padding-bottom:25px;
}


/***** NAV BAR *****/
#navBarWrapper {
	height:			42px;
	background:		url(../images/ioana-logo.jpg) bottom left no-repeat;
	text-align:		right;
}
#navBarWrapper img{
	padding-top: 5px;
}
#contact{
	font-family:	Tahoma, Geneva, sans-serif;
	text-align:		left;
	font-size:		13.5px;
}
#contact, #contact a{
	color:			#AAA;
}
#contact table{
	padding:		5px 0 5px 0;
	padding-top:	15px;
}

/***** ROLLA *****/
a.rolla {
	width:			167px;
	height: 		107px;
}
img.rolla {
	border: 		0;
}
