/**
@copyright Uday Thombre (uday@udaythombre.com)
@author Uday Thombre (uday@udaythombre.com)
@description Uday Thombre - Cascade Style Sheets - Header
@intelligenceProperty Uday Thombre (uday@udaythombre.com)
 */

udaythombre {
	font-family: "Lucida Sans", sans-serif;
    font-size: 11px;
    background-color: white;
    color: rgb(94, 94, 94);
}
udaythombre header {
	font-variant: small-caps;
	top : 1px;
	left : 1px;
	max-height: 120px;
    max-width: 1100px;
	font-variant: small-caps;
}
udaythombre header profilepicture {
	background : url('./images/uday_thombre.jpg');
	background-repeat : no-repeat;
	position: absolute;
}
udaythombre header profilepicture img {
	width : 108px;
	height: 108px;
	border-radius: 10px;
}
udaythombre header contacts {
	padding: 1px;
	position: absolute;
	left : 126px;
	top : top;
	font-variant: small-caps;
	font-size: 14px;
}
udaythombre header contacts img {
	position: relative;
	width: 25px;
	height: 25px;
}
udaythombre header downloads {
	padding: 10px;
	position: absolute;
	left : 350px;
	top : top;
	font-variant: small-caps;
}
udaythombre header downloads a {
	position: relative;
	color: rgb(0, 83, 146); 
	cursor: pointer;
}
udaythombre header downloads img {
	position: relative;
	width: 25px;
	height: 25px;
}
udaythombre header circulamvitae {
	background: #efefef;
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	background-repeat : no-repeat;
	background-position: center;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 1px;
	border-radius: 10px;
	list-style: none;
	position: absolute;
	left: 15px;
	top: 27px;
	display: inline-table;
	font-size: 11px;
	float: left;
	display: block; padding: 10px 20px;
	color: #757575; text-decoration: none;
	font-variant: small-caps; 
}
udaythombre header circulamvitae a {
	position: relative;
}
udaythombre header circulamvitae pdf {
	background : url('./images/pdf_red.jpg');
	background-repeat : no-repeat;
}
udaythombre header circulamvitae pdf a {
	target: 'blank';
}
udaythombre header circulamvitae doc {
	background : url('./images/office_word.png');
	background-repeat : no-repeat;
}
udaythombre header circulamvitae doc a {
	target: 'blank';
}



