/*
THEME NAME: Rowe Palettes
THEME URI: http://www.roweboutique.com/
DESCRIPTION: Custom made theme for Rowe Boutique.
VERSION: 0.1
AUTHOR: Brad Barwick Interactive Design
AUTHOR URI: http://www.bradbarwick.com
TAGS: fixed width, fixed height, three column, left sidebar, top navigation, page driven
*/

@import url('css/html.css');
@import url('css/layout.css');
@import url('css/page.css');
@import url('css/menu.css');
@import url('css/sidebar.css');
@import url('css/footer.css');
@import url('css/mailpress.css');
@import url('css/brand.css');

/* ---	easy contact plugin --- */
@import url('../../plugins/easy-contact/sample/econtact-basic.css');

/* ---	CSS files --- */
/*
	html.css: 		contains styles for global html elements such as p, h1, 
					a, input, etc. 
					
					this file should not contain color, border color, background color, 
					or background image definitions except in grayscale. all colors 
					and background images should ideally be defined in brand.css.
	
	layout.css: 	contains styles for page layout classes and ids such as .post, 
					.sidebar, etc. 
					
					this file should not contain color, border color, background color, 
					or background image definitions except in grayscale. all colors 
					and background images should ideally be defined in brand.css.
					
	page.css:		contains styles for elements specific to the "page" template
	
	menu.css: 		contains styles for the top global navigation flyout menus
	
	sidebar.css:	contains styles for elements specific to sidebar.php in the theme
	
	footer.css: 	contains styles for elements specific to footer.php in the theme
	
	mailpress.css: 	contains styles for mailpress plugin forms in the theme and 
					other elements
	
	brand.css: 		contains all color and image styles for html and layout 
					elements. keep this file separate to quickly re-brand each 
					deployment. this file should always be imported last so that 
					any previously defined styles are superseded by the brand 
					colors.
	
	ie.css 			this file is included by Internet Explorer in header.php for 
					IE's CSS layout quirks. Used primarily for the top navigation 
					flyout menus.
*/


/* ---	tiny mce for admin WYSIWYG 	*/
.mceContentBody, body#tinymce {
	width: 800px !important;
	background: #fff;
	border-right: solid 1px #ccc !important;
}
