/*   
Theme Name: bfs
Theme URI: 
Description: 360
Author: Gelay
Author URI: http://bhutan-360.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');
@import url('../thematic/library/styles/images.css');
@import url('../thematic/library/styles/default.css');
@import url('../thematic/library/styles/21px.css');

#access {
	border-bottom: none;
}
.top-menu {
	text-align: center;
	margin-bottom: 25px;
	}
.top-menu ul{
	width: 960px;
	padding: 13px 0 10px;
	margin: 15px auto;
	list-style-type: none;
	background-color: #ccc;
	color: #FFF;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.top-menu ul li { 
	display: inline;
	}
.top-menu ul li a{
	text-decoration: none;
	color: #FFF;
	padding: 13px 12px 10px;
	border-right: 1px solid #e8e8e8;
	}
.top-menu ul li a:hover {
	color: #fff;
	}
.top-menu ul li.home a {
	padding-left: 35px;
	}
.top-menu ul li.about a {
	border-right: none;
	}
