/*
Theme Name: Linen PRO Child Theme
Theme URI: http://thethemefoundry.com/linen/
Description: Child theme for customizing Linen PRO.
Version: 1.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: linen_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../linen_pro/stylesheets/master.css");

/* 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 BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/
#navigation {
	margin: 30px 0 0 0;
	padding-left: 225px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
/* these were added to modify the sidebar page */
#content {
	float: left;
	width: 595px;
	margin-left: 10px;
}
#sidebar {
	float: right;
	width: 280px;
	margin-right: 8px;
	padding-right: 10px;
}
	}