@charset "UTF-8";
/* CSS Document
Voce
Common CSS
©2013 Voce
Created 9/29/13 8:09AM
Updated 9/29/13 8:09AM
Validated 9/29/13 8:09AM
CSS code by Steve Wilkison at Digital Vision Media, digitalvisionmedia.com */

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, figure, figcaption {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Reset bold and italic */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em strong, strong em {
	font-style: italic;
	font-weight: bold;
}

.clearfloats {
	clear: both;
}

/* FONTS */

/* UNIVERSAL */

html, body {
	color: #000;
	font-family: "proxima-nova", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	background: #4e4e34 url(../images/background_01.jpg) top center;
	background-size: cover;
	background-attachment: fixed;
	}

/* TEXT */

p.maryam {
  font-family: "maryam","proxima-nova", Verdana, Arial, Helvetica, cursive;
  }