/*
	Theme Name: Marquez
	Theme URI: http://wp.thememountain.com/marquez
	Description: ThemeMountain HTML5 WordPress Theme
	Version: 1.1.6.1
	Author: ThemeMountain
	Author URI: http://thememountain.com
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
 	Text Domain: marquez
 	Domain Path: /inc/languages
 	Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options
*/

@charset "utf-8";

/*wp defaults*/

.entry-content img {
 margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
 margin-right: 1.5em;
 display: inline;
 float: left;
}

.alignright, img.alignright {
 margin-left: 1.5em;
 display: inline;
 float: right;
}

.aligncenter, img.aligncenter {
 margin-right: auto;
 margin-left: auto;
 display: block;
 clear: both;
 margin-bottom: 1.5em;
}

.alignnone, img.alignnone {
 /* not sure about this one */
}

.wp-caption {
 margin-bottom: 1.5em;
 text-align: center;
 padding: 0px;
}

.wp-caption img {
 border: 0 none;
 padding: 0;
 margin: 0;
}

.wp-caption p.wp-caption-text {
 line-height: 1.5;
 font-size: 10px;
 margin: 0;
}

.wp-smiley {
 margin: 0 !important;
 max-height: 1em;
}

.screen-reader-text {
 display: none;
}

#searchsubmit {

}


blockquote.left {
}

blockquote.right {
}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}
.bypostauthor {}




@font-face {
font-family: 'FFMarkWebProBold';
   src: url('font/355597_0_0.eot');
   src: local('FFMarkWebProBold'),         
         url('font/355597_0_0.ttf') format('truetype'),
         url('font/355597_0_0.woff') format('woff');
}

h2, h3, h4, h5 {
	font-family: FFMarkWebProBold !important;
}


@font-face {
font-family: 'FFMarkWebProNarrowRegular';
   src: url('font/355597_1_0.eot');
   src: local('FFMarkWebProNarrowRegular'),         
         url('font/355597_1_0.ttf') format('truetype'),
         url('font/355597_1_0.woff') format('woff');
}

h1, p, body, div, li {
   font-family: FFMarkWebProNarrowRegular !important;
}



*/
.FFMarkWebProBold { 
	font-family: FFMarkWebProBold;
	font-weight: normal;
	font-style: normal;
}
.FFMarkWebProNarrowRegular { 
	font-family: FFMarkWebProNarrowRegular;
	font-weight: normal;
	font-style: normal;
}
