/*
Theme Name: maria_papandreou
Description: My personal website and online portfolio
Author: Maria Papandreou
Author URI: http://www.mariapapandreou.com
Version: 0.2s
*/

#banner-wrapper-outer {
    display: none;
}

#content-wrapper {
   float:left;
}

#site-wrapper-helper {
    float: left;
    position:relative;
}

#twitter {
    display: none;
}

#social-icons {
    display: none;
}

#featured h3 {
    height: 46px;
    width: 309px;
    position: absolute;
    left: -7px;
    top: -91px;
}

#blogs h3 {
    height: 46px;
    width: 215px;
    background: url('../images/blogs_i_read.png') no-repeat;
    position: absolute;
    top: -66px;
}

#moments h3 {
    height: 46px;
    width: 168px;
    background: url('../images/moments.png') no-repeat;
    position: absolute;
    top: -76px;
}

#my-portfolio {
    text-indent: -9999px;
    height: 64px;
    background: url('../images/portfolio.png') no-repeat;
    margin-bottom: 0px;
}

#text {
	width: 920px;
	text-align: justify;
}

.portfolio-title {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 3px dashed white;
	background: yellow;
	padding: 10px;
	clear: both;
	color: #666666;
}

#text p {
	padding-left: 20px;
	padding-right: 20px;
}

.portfolio-images {
	width: 880px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
}

.portfolio-images img {
	border: 1px dashed #CCCCCC;
}

.portfolio-images .image {
	float:left;
	margin: 15px;
	width: 260px;	
	height: 300px;
}

.portfolio-images .image p {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;	
	font-size: 12px;	
	line-height: 20px;
	text-align: left;
	color: #A6A5A5;
}

#side-pic {
	height: 250px;
    width: 133px;
    background: url('../images/tiny_me.jpg') no-repeat;
    position: absolute;
    left: 50px;
    top: -20px;
	z-index: 2;
}

#skills h3 {
    height: 52px;
    width: 272px;
    background: url('../images/skills.png') no-repeat;
    position: absolute;
    left: -18px;
    top: 220px;
	z-index: 2;
}

#skills-text {
	text-align: left;
	position: absolute;
    left: 18px;
    top: 300px;
	z-index: 2;
	font-size: 14px;
	line-height: 30px;
	color: #564c51;
	font-family: Helvetica, verdana, arial sans-serif;
}

#hobbies h3 {
    height: 52px;
    width: 272px;
    background: url('../images/hobbies.png') no-repeat;
    position: absolute;
    left: -18px;
    top: 450px;
	z-index: 2;
}

#hobbies-text {
	text-align: left;
	position: absolute;
    left: 18px;
    top: 530px;
	z-index: 2;
	font-size: 14px;
	line-height: 30px;
	color: #564c51;
	font-family: Helvetica, verdana, arial sans-serif;
}