/*  
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;
}
/* Added Code */

img.centered{
display: block;
margin-left: auto;
margin-right: auto;
max-width:950px;
float: center;
}

img.alignright{
padding: 4px 0 4px 4px;
margin: 3px 0 2px 10px;
display: inline;
max-width:950px;
float: right;
}

img.alignleft{
padding: 4px 4px 4px 0;
margin: 3px 10px 2px 0;
display: inline;
max-width:950px;
    float: left;
}


alignright{
    float: right;
}

alignleft{
    float: left;
}

blockquote, q {
	quotes: none;
}

blockquote {
	border: 1px dashed #5f5f5f; 
    padding: 10px; 
    background-color: #f2f2f2; 
    margin: 5px;
    color: #333333;
    margin: 25px 15px;
}


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;
}

