/**********************
* Estevão Mascarenhas
* contact@estevaomascarenhas.com
***********************/

/* TAGs */

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

img
{
	position: relative;
	top: 0px;
}

body
{
	background-color: #2A2A2A;
}

/* Classes */

.button
{
	position: relative;
	bottom: 2px !important;
	bottom: 20px;
	float: left;
	width: 60px;
	height: 60px;
	border: 3px #646464 solid;
	background-repeat: no-repeat;
	margin-right: 3px;
	cursor: pointer;
}

.lined
{
	float: right;
	width: 728px;
	margin-bottom: 1px;
}

	.lined span
	{
		position: relative;
		top: 6px;
		float: right;
		font-size: 18px;
		margin-right: 530px;
	}
	
	.lined i
	{
		font-style: normal;
		color: #DFFF49;
	}
	
	.lined p
	{
		width: 450px;
		font-size: 12px;
		margin-bottom: 5px;
	}
	
.right_content
{
	float: right;
	position: relative;
	bottom: 13px;
	right: 50px;
	width: 450px;
}

	.right_content a{
		position: relative;
		left: 20px;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.right_content a:hover{
		color: #DFFF49;
	}

.tooltip{
    position: absolute;
    z-index: 999;
    left: -9999px;
    background-color: #333333;
    padding: 2px;
    border: 3px #CCCCCC solid;
	max-width: 250px;
}

.tooltip p{
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    padding: 2px 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	.tooltip i
	{
		color: #DFFF49;
	}

/* IDs */

#blank
{
	background-color: #494949;
}

#blank2
{
	position: relative;
	bottom: 25px;
	*bottom: 0;
}

#blank3
{
	background-color: #494949;
	position: relative;
	bottom: 25px;
	*bottom: 0;
}

#blog
{
	position: relative;
	top: 71px;
	right: 2px;
	float: left;
	width: 129px;
	height: 28px;
	background-image: url('../img/blog.gif');
	cursor: pointer;
}

#codeigniter
{
	background-image: url('../img/codeigniter.gif');
}

#dreamweaver
{
	background-image: url('../img/dreamweaver.gif');
}

#featured
{
	position: relative;
	width: 341px;
	height: 53px;
	padding: 1px;
	border: 3px #646464 solid;
	background-image: url('../img/featured.gif');
	background-repeat: no-repeat;
	background-color: #383838;
	background-position: 1px;
	cursor: pointer;
}

#header
{
	width: 100%;
	height: 130px;
	background-image: url('../img/header.gif');
	background-repeat: repeat-x;s
	background-color: #FFFFFF;
}

#header_content
{
	position: relative;
	width: 750px;	
	left: 50%;
	margin-left: -375px;
}

#jquery
{
	background-image: url('../img/jquery.gif');
}

#lastwork
{
	position: relative;
	width: 341px;
	height: 53px;
	padding: 1px;
	border: 3px #646464 solid;
	background-image: url('../img/lastwork.gif');
	background-repeat: no-repeat;
	background-color: #383838;
	background-position: 1px;
	cursor: pointer;
}

#list
{
	position: relative;
	bottom: 0 !important;
	bottom: 17px;
	float: right;
	font-size: 11px;
}

#list2
{
	position: relative;
	bottom: 0 !important;
	bottom: 17px;
	float: left;
	font-size: 11px;
}

#logo
{
	float: left;
	width: 301px;
	height: 130px;
	background-image: url('../img/logo.gif');
}

#menu
{
	float: left;
	margin-left: 15px;
	width: 300px;
	height: 129px;
	background-image: url('../img/menu_bg.gif');
}

#menu_content
{
	position: relative;
	top: 22px;
	left: 15px;
}
	#menu_content a
	{
		color: #878787;
		text-decoration: none;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 18px;
		letter-spacing: -1px;
	}
	
	#menu_content a:hover
	{
		color: #FFFFFF;
	}
	
	#menu_content #selected
	{
		color: #DFFF49;
	}
	
	#menu_content #selected:hover
	{
		color: #FFFFFF;
	}
	
#mysql
{
	background-image: url('../img/mysql.gif');
}

#page
{
	position: relative;
	width: 746px;
	left: 50%;
	margin-left: -373px;
	height: 403px;
	background-image: url('../img/page_bg.gif');
	padding-left: 1px !important;
	padding: 0;
}

#page_content
{
	position: relative;
	top: 29px;
	left: 10px;
	width: 727px;
	height: 364px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial;
}
	
#php
{
	background-image: url('../img/php.gif');
}

#photoshop
{
	background-image: url('../img/photoshop.gif');
}

#info
{
	position: relative;
	left: 90px;
	bottom: 36px;
	text-align: center;
	width: 170px;
	color: #C7C7C7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#under
{
	width: 100%;
	height: 300px;
	background-image: url('../img/under_bg.gif');
	background-repeat: repeat-x;
}