/*
Theme Name: NYU JLPP (based on Linen Pro)
Theme URI: http://www.nyujlpp.org
Description: A clean and flexible magazine style theme. Features custom typography options, custom background support, and a featured post slider.
Version: 1.3.14
License: GNU General Public License
License URI: LICENSE
*/

/*
	Copyright (C) 2008 - 2011 The Theme Foundry

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");
@import url("stylesheets/custom.css");
body {
	font-size: 80%;
	font-family: 'Gotham', sans-serif, serif;
	color: #333;
	background-color: #d0d0d0;
}
h1 #header{
	font-family:'Gotham', sans-serif;
}
#content{
	font-family:'Gotham', sans-serif;
	font-size: larger;
	float: left;
	width: 65%;
}


/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme.  Any custom
changes you make here will be overidden when you upgrade the theme.
-----------------------------------------------------------*/

