/*
Theme Name: Philo Hermans
Theme URI: http://www.philohermans.nl
Description: Wordpress Portfolio Theme
Version: 1.0
Author: Philo Hermans
Author URI: http://www.philohermans.nl
Tags: Philo, Hermans, Portfolio

	Philo Hermans v1.0
	 http://www.philohermans.nl

	This theme was designed and built by Philo Hermans,

*/

/* Stylesheet INDEX PAGE */
@import url(css/index.css);

/* Stylesheet ABOUT PAGE */
@import url(css/about.css);

/* Stylesheet PORTFOLIO PAGE */
@import url(css/portfolio.css);

/* Stylesheet to RESET */
@import url(css/reset.css);

/* Stylesheet CONTACT PAGE */
@import url(css/contact.css);

/* Stylesheet to SIFR */
@import url(css/sifr.css);

body{
	background: #e5e5e5;
	font: 12px 'Georgia';
	letter-spacing: -0.5px;
	color: #8a8a8a;
}

#wrap{
	width: 1024px;
	margin: 0 auto;
}

#top_element{
	margin-top: 41px;
	margin-right: 40px;
	height: 35px;
	margin-left: 24px;
}

#top_element h1{
	height: 35px;
	color: #3a3a3a; 
	font-size: 36px;
	float:left;
	width: 285px;
	font-weight: normal;
}

#top_element ul.top_nav{
	float: right;
	margin-top: 15px;
}

#top_element ul.top_nav li{
	display: inline;
	list-style: square;
	margin-left: 10px;
	font-size: 13px;
	color: #b4b4b4;
}

#top_element ul.top_nav li a{
	color: #b4b4b4;
	text-transform: capitalize;
}

#top_element ul.top_nav li.active a{
	color: #599eb6;
	text-decoration: underline; 
}

#page{
	clear: both;
	width: 1012px;
	background: url(img/page_bg.jpg) repeat-y;
}

#page .page_top{
	background: url(img/page_top.jpg) no-repeat;
	width: 1012px;
	height: 46px;
}

#page .page_bottom{
	background: url(img/page_bottom.jpg) no-repeat;
	width: 1012px;
	height: 46px;
}

#page .content{
	padding-left: 72px;
	padding-right: 72px;
}

#footer{
	clear: both;
	background: url(img/footer_bg.jpg) no-repeat;
	width: 948px;
	height: 122px;
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 30px;
}

#footer a{
	color: #5a9fb6;
}
