/* #################################################
   ##  Name: Minimalistic - Business & Portfolio  ##
   ##  Author: cesiel1993                         ##
   ##  File: serif.css - Serif Font               ##
   ##  Last Updated: August 31st, 2009            ##
   ##  Help: Email - cesiel1993@gmail.com         ##
   #################################################
*/


body {
	font: 14px Georgia, Times New Roman, Times, Serif;
}


/**********************************************
	Global Styles
***********************************************/

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
}

input, textarea {
	font: 12px Helvetica, Arial, Sans-Serif;
}

button {
	font: 12px Georgia, Times New Roman, Times, Serif;
}


/**********************************************
	Header
***********************************************/

#header h1 {
	font: italic 30px Georgia, Times New Roman, Times, Serif;
}

.navigation {
	margin-top: 31px;
	font: 12px Georgia, Times New Roman, Times, Serif;
}