/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

/* Links */

a:link, a:visited, a:active {
	color: #234567;
	text-decoration: none;
}

a:hover {
	color: #234567;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 12px 0;
	line-height: 1.5em;
	word-spacing: -1px;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

html, body {
	height: 100%;
}

body {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #46627e;
	background: url('../i/page-bg.jpg');
}

.all {
	background: url('../i/frame-bg.jpg') repeat-y 50% 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.frame {
	width: 1022px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 400px 0;
}

/* Header */

.header {
	background: url('../i/header-bg.jpg') no-repeat;
	height: 209px;
	position: relative;
}

.logo {
	position: absolute;
	top: 76px;
	right: 35px;
}

/* About */

.about {
	background: url('../i/about-bg.jpg') no-repeat;
	width: 765px;
	height: 191px;
	overflow: hidden;
	float: left;
	display: inline;
}

.about .inner {
	margin: 11px 0 0 21px;
}

.photo {
	float: left;
	display: inline;
}

.photo p {
	margin: 3px 0 0 10px;
	position: relative;
	padding: 12px 0 0 0;
}

.first-name {
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 8px;
}

.last-name {
	font-size: 20px;
}

.description {
	float: left;
	display: inline;
	width: 605px;
	margin: 0 0 0 10px;
}

.position {
	text-align: right;
	font-size: 17px;
	margin: 0 22px 0 0;
	word-spacing: 3px;
}

/* Navigation */

.menu {
	background: url('../i/menu-bg.jpg') no-repeat;
	width: 157px;
	height: 209px;
	float: right;
	display: inline;
	margin: 3px 0 0 0;
	overflow: hidden;
}

.menu ul {
	margin: 18px 0 24px 41px;
}

.menu a:link, .menu a:visited {
	color: #7e5f11;
}

.menu li {
	font-size: 20px;
	background: url('../i/menu-arrow.gif') no-repeat 100% 14px;
	word-spacing: 2px;
	margin: 0 0 12px 0;
}

.linkedin {
	margin: 0 0 0 22px;
	text-align: center;
}

/* Bottom line */

.bottom-line {
	background: url('../i/bottom-line-bg.jpg') no-repeat;
	width: 1022px;
	height: 386px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -511px;
	overflow: hidden;
}

/* Twitter */

.twitter-link {
	display: block;
	position: absolute;
	top: 0;
	left: 69px;
	width: 66px;
	height: 66px;
}

.center {
  text-align: center;
}
.twitter_window {
  color: #234567;
  font-size: 11px;
  float: left;
  display: inline;
  margin: 30px 0 0 145px;
  word-spacing: -1px;
  width: 270px;
  height: 320px;
}

.twitter {
  color: #234567;
	font-size: 11px;
	float: left;
	display: inline;
  margin: 10px 0 5px 0px;
	word-spacing: -1px;
  height: 300px;
  overflow-y:hidden;
  scrollbar-face-color: silver;
  scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

.entry {
	margin: 0 0 25px 0;
}

/* My Projects */

.headline {
	background: #FFF url('../i/headline-right.gif') no-repeat 100% 0;
	height: 30px;
	float: left;
	position: absolute;
	top: 12px;
	left: 598px;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: -1px;
	word-spacing: 4px;
}

.headline a:link, .headline a:visited {
	display: block;
	float: left;
	background: url('../i/headline-left.gif') no-repeat;
	height: 30px;
	padding: 0 24px 0 19px;
	color: #7e5f11;
	text-decoration: none;
}

.projects {
  display: block-inline;
  float: left;
	margin: 48px 0px 0px 56px;
	width: 545px;
	overflow: hidden;
}

.projects img {
	vertical-align: top;
}

#vertice-tree {
	display: block;
	margin: 7px 0 0 170px;
}