/*************************************************************************
	
	Site ::		Stephanie Mendolia.com [version 2]
	File ::		sm_about.css
	Author::	Timothy Roche | http://www.timothyroche.com
	
*************************************************************************/

	
/*	--------------------------------------------------------------------------------------------------------------------------
	#about Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main.portfolio {
		margin-top:10px;
		width:919px;
	}
	#about {
		height:618px;
		background:url(../../images/bg_about.jpg) 1px 14px no-repeat;
		margin:10px 0 0 0;
		font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#959595;
		position:relative;		
	}
		#about .text {
			width:302px;
			position:absolute;
			left:45px; top:116px;
		}
	#logo a {
		width:156px; height:86px;
		background:url(../../images/small_logo.png)	 0 0 no-repeat;
		position:absolute;
		right:11px; bottom:17px;
	}
	#contact {
		position:relative;
		top:35px; right:0;
		z-index:1;
	}
	h2 {
		font:normal 21px "Trebuchet MS", Arial, Helvetica, sans-serif;	
		color:#fff;
	}
	h3 {
		margin:0 0 10px 0;
		font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#ccc;
	}
	p {
		line-height:17px;
	}
	.viewBlog {
		margin:35px 0 19px 0;	
	}
		.viewBlog a {
			width:75px;
			margin:4px 0 0 0;
			font:11px normal "Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#958E68;
			display:block;	
		}
			.viewBlog a:hover {
				color:#D6CC95;	
			}
	ul.socialLinks {
		margin:14px 0 0 0;	
	}
	.image {
	background:url(../../images/brown_arrow.png) right -37px no-repeat; !important;
}	
	.image:hover {
		background-position:right 3px;	
	}
	.mainmenu {
		font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#958E68;
		position:absolute;
		bottom:-50px; left:-43px;
	}
		.mainmenu:hover {
			color:#D6CC95;	
		}
	a.btn_linkedIn {
		margin:4px 0 0 0;	
	}
