/*
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 {
   background: url(../images/yellow_bg_slice.png) repeat-y;
}

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

#twitter {
    display: none;
}

#social-icons {
    display: none;
}

#featured h3 {
    height: 60px;
    width: 443px;
    position: absolute;
    left: -8px;
    top: -108px;
}

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

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

#right-bg {
    position: absolute;
    height: 100%;
    width: 30%;
    background-image: url(../images/yellow_bg.png);
    right: 0px;
}

#about-me {
    text-indent: -9999px;
    height: 54px;
    background: url('../images/about_me_title.png') no-repeat;
    margin-bottom: 10px;
}

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

#girl {
    float: left;
    height: 228px;
    width: 348px;
    padding-right: 15px;
}

.about_titles {
	color: #16B5E9;
	font-size: 30px;
	padding-top: 20px;
}

#sidebar {
	position: relative;
    background: url('../images/sidebar_slice.png') repeat-y;
}

#side-pic {
	height: 250px;
    width: 133px;
    background: url('../images/tiny_me.jpg') no-repeat;
    position: absolute;
    left: 47px;
    top: -15px;
	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;
}