/*  
Theme Name: Ambition
Description: A Business & Portfolio Theme. Comes with an awesome admin panel, and 9 different color schemes.
Version: 1.1
Author: Dany Duchaine
Author URI: http://themeforest.net/user/ddstudios
*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Social Media */
#social_media {
	clear:both;
	background:url(images/media.png) center top no-repeat;
	height:75px;
	position:relative;
	padding:0 0 30px 0;
	width:323px;
	margin-top:30px;
}
#social_media img{
	position:absolute;
	top:12px;
}

#social_media img.twitter{
	left:23px;
}

#social_media img.linked{
	left:103px;
}

#social_media img.vimeo{
	left:183px;
}

#social_media img.vcard{
	left:263px;
}

#social_media img.email{
	right:68px;
	top:7px;
}
