/*

Theme name: Awesome Online Resume/CV
Theme URI: www.themeforest.com
Description: A clean, simple and awesome CV/resume template
Author: Ryan Furtner
Author URI: http://www.furtzdesigns.com
Version: 1.1

*/


/*
------------------------------------------------------------
|                         Site styles         
------------------------------------------------------------
*/

body {height:100%;margin:0px; padding:0px;
	/* background:transparent url(images/bg.jpg) repeat-y fixed center center; */
	background-color: rgb(251, 251, 251);
	font-family: 'Lato', sans-serif;
/*	font-family: 'Roboto Slab', serif; */
/*		font-family: 'Inconsolata', sans-serif;  */
}


#container {
	float: left;	/* se comentar isto o site fica centrado */
/*	width:1152px; */
	margin:0 auto;
}

#content {
	float:right;

/*	width:824px;  */
	position:relative;
	margin:0px;
	padding: 0px 48px 32px 244px;
	text-align:justify;
/*	margin: 0px 24px 24px 256px; */
	color: rgb(49,49,49);
}

#content p {
	line-height:21px;
}


#content ul {
	margin-top:24px;
	margin-bottom:0px;
	margin-left:0px;
	list-style:none;
	padding:0px 0px 0px 0px;

}

#content ul li {
/*	float:left; */
/*	font-family: 'Inconsolata', sans-serif;  */
	margin:-4px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}

a img {
	border:0 none;
}

/*
------------------------------------------------------------
|                         Sidebar styles         
------------------------------------------------------------
*/
#sidebar {
	width:180px;
	height:100%;
	background-color: rgb(39, 37, 37); /* #272525; */
	float:left;
	padding:16px 8px 0px 16px;
	position:fixed;	/* Fixes sidebar on the same position idenpendently of scrolling position */
}

.fixed {
	position:fixed;
}

#frame {
	background:url(images/frame.jpg) no-repeat;
	width:171px;
	height:214px;
	margin:35px 0px 0px 0px;
	padding:0px; /* Put more to have a frame around the picture */
}

#details {
	padding:0px;
	margin:30px 0px 0px 0px;
	list-style:none;
	color:rgb(154, 154, 154);
/*	font-weight:bold; */
	letter-spacing:-1px;

}

#details li {
	padding:0px 0px 0px 0px;
	margin:20px 0px;
}

#details #phone {
	background: url(images/phone.jpg) no-repeat;
}

#details #emailside {
/*	background: url(images/email.jpg) no-repeat; */
}

#details #address {
/*	background: url(images/address.jpg) no-repeat; */
}

/*
------------------------------------------------------------
|                        Top styles         
------------------------------------------------------------
*/

#top {
	clear:both;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}

#top ul {
	margin:0px;
	padding:0px;
	list-style:none;

}

#top ul li {
	float:left;
	margin:0px 0px 0px 0px; /* top right bottom left */
	font-family: 'Inconsolata', sans-serif; 
}

#top ul li_lang {
	float:left;
	margin:0px 0px 0px 0px;
}

#top a {
	display:block;
	padding:10px 10px 10px 23px;
	outline:none;
}

#top a:link,
#top a:visited {
	color:#000;
	text-decoration:none;
}

#top a:hover {
	color:#0085CF;
}

#download {
	background:url(images/disk.jpg) no-repeat 0px 9px;
}

#mail {
	background:url(images/mail.jpg) no-repeat 0px 9px;
}

#print {
	background:url(images/printer.jpg) no-repeat 0px 9px;
}

#photo {
	background:url(images/image.jpg) no-repeat 0px 9px;
}

#flag_pt {
	background:url(images/flag_pt.png) no-repeat 0px 9px;
}

#flag_en {
	background:url(images/flag_en.png) no-repeat 0px 9px;
}


/*
------------------------------------------------------------
|                        Content styles         
------------------------------------------------------------
*/


h1 {
/*
	background: url(images/gray-trans.png) no-repeat;
*/
/*	height:52px; */
	width:480px;
/*	left:-34px; */
	position:relative;
	margin:32px 0px 0px 0px;
	font-size:20px;
	color:black; /* white; */
/*
	text-shadow:1px 1px #444;
*/
		font-family: 'Inconsolata', sans-serif; 

}

/*
.blue { background: url(images/blue-trans.png) no-repeat; }
.orange { background: url(images/orange-trans.png) no-repeat; }
.pink { background: url(images/pink-trans.png) no-repeat; }
.lime { background: url(images/lime-trans.png) no-repeat; }
.red { background: url(images/red-trans.png) no-repeat; }
.purple { background: url(images/purple-trans.png) no-repeat; }
.gray { background: url(images/gray-trans.png) no-repeat; }
*/

hr {
	border:0 none;
	border-bottom:3px dashed #999;
}

h2 {
	font-size:20px;
}
h2 small {
	text-transform:uppercase;
	font-size:16px;
	color:#999;
}

h3 {
	font-size:14px;
	margin:0px 0px 17px 0px;
}

