/*
Theme Name: BaseLayer - Edelweiss
Theme URI: http://folioplanet.com
Description: A clean Helvetica based design. It looks best when you have set the BaseLayer use default colors to "Yes". To edit the colors and keep the font size, edit the default_colors.css document.
Version: 0.21
Author: Folioplanet.com
Author URI: http://folioplanet.com/
Template: BaseLayer
Tags: Clean, modern, grid, bauhaus


This theme was designed and built by Bryan Leister

The dimensions for the height of the thumbnail scroller is set in the default_dimensions.css .
The width is not set using CSS but is determined by the number of thumbnails you want displayed- see BaseLayer
settings in your WordPress admin for that.

*/

@import url("../BaseLayer/style.css");

#header {
	border-bottom: 1px dotted;
	margin: 0px;
	height: 180px;
}

#headerimg h1 a:hover {
	border: none;
}

#headerimg h1, #navigationbar {
	bottom: 40px;
}

div#content {
	border-right: 1px dotted;
	padding: 20px 10px 0 10px;
	margin:0;
}

div.post{
	border-bottom: 1px dotted;
	width:inherit;
}
div#sidebar {
	padding: 20px 0 0 0;
}

.page-template-noSidebar-php div#content {
	border: none;
}

#portfolio_content {
	margin: 80px 0 0 0;
}

