/*
	Site: Rodrigo.in
	URL: http://www.rodrigo.in
	Description: Personal Portfolio of Rodrigo S. Rodrigues
	Author: Rodrigo S. Rodrigues™ - 2010
*/




	/* ---------------------------- DEFAULT ---------------------------- */
	
@font-face
{
	font-family: 'Museo300';
	src: url('../fonts/Museo300-Regular.otf');
	src: local('Museo 300'), url('../fonts/Museo300-Regular.otf')  format('opentype');
}

@font-face
{
	font-family: 'Museo500';
	src: url('../fonts/Museo500-Regular.otf');
	src: local('Museo 500'), url('../fonts/Museo500-Regular.otf')  format('opentype');
}

@font-face
{
	font-family: 'Museo700';
	src: url('../fonts/Museo700-Regular.otf');
	src: local('Museo 700'), url('../fonts/Museo700-Regular.otf')  format('opentype');
}

@font-face
{
	font-family: 'FishmongerKXCondLight';
	src: url('../fonts/fhmgr+xcond_light-webfont.eot');
	src: url('../fonts/fhmgr+xcond_light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/fhmgr+xcond_light-webfont.woff') format('woff'),
		 url('../fonts/fhmgr+xcond_light-webfont.ttf') format('truetype'),
		 url('../fonts/fhmgr+xcond_light-webfont.svg#FishmongerKXCondLight') format('svg');
	src: local('FishmongerKXCondLight'), url('../fonts/fhmgr+xcond_light-webfont.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'FishmongerKXCondThin';
	src: url('../fonts/fhmgr_2_xcond-2_thin_webfont.eot');
	src: url('../fonts/fhmgr_2_xcond-2_thin_webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/fhmgr_2_xcond-2_thin_webfont.woff') format('woff'),
		 url('../fonts/fhmgr_2_xcond-2_thin_webfont.ttf') format('truetype'),
		 url('../fonts/fhmgr_2_xcond-2_thin_webfont.svg#FishmongerKXCondThin') format('svg');
	src: local('FishmongerKXCondThin'), url('../fonts/fhmgr_2_xcond-2_thin_webfont.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;

}


body,td,th
{
	background:  url("../images/bg_white.png") repeat;
	margin:0 auto;
	clear: both;
	text-align:center;
}


#content
{
	width:1000px;
	height:auto;
	margin:0 auto;
	display: block;
	overflow: hidden;
}	



	/* ---------------------------- HEADER ---------------------------- */


#contentHeader

{
	width: 500px;
	height: 200px;
	float: left;
	margin: 0 auto;
	margin-top: 25px;
	background: url(../images/logo_2012.png) no-repeat;
}

#contentInfo
{
	text-align: right;
	width: auto;
	height: auto;
	float: right;
	margin-top: 45px;
	margin-right: 25px;
	line-height: 19px;
}



#contentInfo ul li
{
	font-family: "Museo300", arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;	
	list-style-type: none;
	color: #8a8a8a;
}


	/* ---------------------------- ABOUT ---------------------------- */




#about
{

	font-family: "FishmongerKXCondThin", arial, helvetica, sans-serif;
	font-size: 29px;
	text-align: left;
	color: #3b3b3b;
	line-height: 35px;
	width: 950px;
	height: 170px;
	margin: 0 auto;
	margin-bottom: 15px;
	clear: both;
}


	/* ---------------------------- Job Year ---------------------------- */




#jobYear
{
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: right;
	clear: both;
}

#jobYear ul li
{
	text-align: right;
	display: inline;
	list-style-type: none;
	margin: 0 -30px 0 -10px;
}



	/* ---------------------------- GENERAL ---------------------------- */



h1
{
	font-family: "Museo300", arial, helvetica, sans-serif;
	color: #3b3b3b;
	font-size: 15px;
	line-height: 5px;
}

h2
{
	font-family: "Museo300", arial, helvetica, sans-serif;
	color: #555555;
	font-weight: normal;
	font-size: 13px;
	display: inline;
}


	/* ---------------------------- JOBS ---------------------------- */



#jobs
{
	width: 950px;
	height: auto;
}


#jobsDescription
{
	height: auto;
	text-align: left;
	width: 950px;
	height: auto;
	margin: 50px auto -5px;
}

#jobsDescription li
{
	font-family: "Museo300", arial, helvetica, sans-serif;
	color: #555555;
	font-size: 14px;
	margin-left: -25px;
}

#jobsImage
{
	width: 950px;
	border: 10px solid #f0f0f0;
	margin: auto;
}

#jobsImage img
{
	display: block;
}

	/* ---------------------------- BOTTOM ---------------------------- */



#goTop
{
	width: 950px;
	height: auto;
	margin: 0 auto;
	clear: both;
	border-color: #efefef;
}


#goTop ul li
{
	font-family: "FishmongerKXCondThin", arial, helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	color: #3b3b3b;
	line-height: 35px;
	list-style-type: none;
	margin: 0 -5px 0 0;
}



#lineBottom
{
	background-color: #fdd141;
	height: 10px;
}



	/* ---------------------------- LINKS ---------------------------- */



a:link
{
	color: #FFCC00;
	text-decoration: none;
}

a.agencyName:link
{
	color: #696969;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #906900;
}

a:hover
{
	text-decoration: none;
	color: #c8a310;
}

a.agencyName:hover
{
	text-decoration: none;
	color: #494949;
}

a:active
{
	text-decoration: none;
	color: #fda725;
}


	/* ---------------------------- FOOTER ---------------------------- */
	

#footer
{
	margin:0;
	bottom:0;
	position:fixed;
	width:100%;
	z-index:10;
}
