/*----------------------------------------------------------------------
# ARTIS FLUES v1.1 - 13 Mar 2007 @ 10:44 AM +0100 ZulloP
# ----------------------------------------------------------------------
# Copyright (c) 2006-2007 Web Revolution. All Rights Reserved.
# Author: Web Revolution - Creative Concepts & Advertising Innovation
# License: Copyrighted Commercial Software
# Website: http://www.webrevolution.org
#                _                           _       _   _             
#  __      _____| |__    _ __ _____   _____ | |_   _| |_(_) ___  _ __  
#  \ \ /\ / / _ \ '_ \  | '__/ _ \ \ / / _ \| | | | | __| |/ _ \| '_ \ 
#   \ V  V /  __/ |_) | | | |  __/\ V / (_) | | |_| | |_| | (_) | | | |
#    \_/\_/ \___|_.__/  |_|  \___| \_/ \___/|_|\__,_|\__|_|\___/|_| |_|
------------------------------------------------------------------------*/

/*------------------------------------
#	FIXED WIDTH STYLE
--------------------------------------*/

/*----------------------------------------------------------------------
# ARTIS FLUES v1.1 - 13 Mar 2007 @ 10:44 AM +0100 ZulloP
# ----------------------------------------------------------------------
# Copyright (c) 2006-2007 Web Revolution. All Rights Reserved.
# Author: Web Revolution - Creative Concepts & Advertising Innovation
# License: Copyrighted Commercial Software
# Website: http://www.webrevolution.org
#                _                           _       _   _             
#  __      _____| |__    _ __ _____   _____ | |_   _| |_(_) ___  _ __  
#  \ \ /\ / / _ \ '_ \  | '__/ _ \ \ / / _ \| | | | | __| |/ _ \| '_ \ 
#   \ V  V /  __/ |_) | | | |  __/\ V / (_) | | |_| | |_| | (_) | | | |
#    \_/\_/ \___|_.__/  |_|  \___| \_/ \___/|_|\__,_|\__|_|\___/|_| |_|
------------------------------------------------------------------------*/

/*------------------------------------
#	FIXED WIDTH STYLE
--------------------------------------*/

/* main container */
div#wrapper{
	width: 960px;
}

/* center content block */
div#centerblock_wrap{ /* 3 columns layout */
	float: left;
	width: 518px;
}
div#centerblockright_wrap,
div#centerblockleft_wrap{ /* 2 columns layout */
	float: left;
	width: 738px;
}
div#centerblockfull_wrap{ /* 1 column layout */
	float: left;
	width: 960px;
}
div#centerblock{
	margin: 0 18px;
}
/* Shrink the editor slightly to make it fit */
textarea#introtext, textarea#fulltext {
  width: 688px !important;
}

table.mceEditor {
  width: 690px !important;
}

.mceEditorIframe {
  width: 690px !important;
}
