/*  
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
*/

/*sub navigation inside the blue header part area*/
.nav2 li{display:inline;}

.nav2 li a{text-decoration:none;
color:#f7f7ea; padding-right:15px; font-size:14px;
}
/*END*/
/*sub navigation inside the white content area*/

.nav3 a:hover{color:#000;}

.nav3 li{display:inline;}

.nav3 li a{color:#4C6620;
font-size:13px;
font-weight:bold;
padding-right:15px;
text-decoration:underline;
}


.nav3 a:hover{color:#000;}

.sub-nav{margin-top:10px;}
/*end**/

/*li type for all pages*/

.cv li{list-style-type: disc;
font-family:Arial;
font-size:13px;
line-height:2em;
margin-left:10px;
list-style-position: inside;
font-weight:normal;}
/*end*/
/*the al-safwa images to centre them*/
.flats{  
margin-top:20px;
display: block;
margin-left: auto;
    margin-right: auto;
}
/*end*/
/* 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: 12px;
        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;
}

