
#content {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0;
}

/* Preview panes for text and code */
#content .preview {
	padding: 20px;
	background: url(../images/preview_bg.jpg) top left no-repeat #efefef;
	float: left;
}
#content .left_col {
	width: 450px;
	height: 216px;
	float: left;
}
#content .right_col {
	margin-left: 20px;
	width: 450px;
	height: 216px;
	float: left;
}
#content .left_col h2, #content .right_col h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 28px;
	width: 450px;
	float: left;
}
#content .left_col textarea, #content .right_col textarea {
	padding: 5px;
	width: 438px;
	height: 176px;
	border: 1px solid #c0c0c0;
	background: #fff;
	float: left;
}

/* Controls for editing text styles */
#content .controls {
	width: 920px;
	padding: 20px;
	background: url(../images/controls_bg.jpg) top left no-repeat;
	float: left;
}
#content .font_style {
	padding-right: 20px;
	float: left;
}
#content .font_family {
	margin-right: 20px;
}
#fontSize {
	width: 25px;
	padding: 2px;
	border: 1px solid #c0c0c0;
}
#content .buttons {
	padding: 0 0 0 20px;
	float: left;
	font-size: 0;
}
#content .buttons input {
	margin-right: 5px;
}
#content option {
	padding-right: 5px;
}
#content label {
	padding: 0 4px;
}

/* Color Chooser*/
#content .color {
	padding: 0 20px;
	border: dotted #c0c0c0;
	border-width: 0 1px;
	float: left;
}
#content .hexValue {
	width: 50px;
	padding: 2px 5px;
	border: 1px solid #c0c0c0;
}

/* Controls for sliders*/
#content .sliders {
	margin: 25px 0 0 0;
	width: 960px;
	float: left;
	clear: both;
}
#content .letterSpacing {
	padding: 0 20px 0 30px;
	width: 250px;
	background: url(../images/letterSpacing.gif) top left no-repeat;
	border: dotted #c0c0c0;
	border-width: 0 1px 0 0;
	float: left;
}
#content .letterSpacing input{
	margin: 5px 0 0 0;
}
#content .wordSpacing {
	margin-left: 20px;
	padding: 0 20px 0 30px;
	width: 250px;
	background: url(../images/wordSpacing.gif) top left no-repeat;
	border: dotted #c0c0c0;
	border-width: 0 1px 0 0;
	float: left;
}
#content .wordSpacing input{
	margin: 5px 0 0 0;
}
#content .lineSpacing {
	margin-left: 20px;
	padding-left: 30px;
	width: 250px;
	background: url(../images/lineSpacing.gif) top left no-repeat;
	float: left;
}
#content .lineSpacing input{
	margin: 5px 0 0 0;
}


/* Common
---------------------------------------------------------------------- */

#content p, #content ul {
	margin-bottom: 15px;
	line-height: 160%;
}
h1, h2, h3, h4 {
	margin-bottom: 15px;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 160%;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }


a, input {
	outline: none;
}

#content .amp {
	font-family: "Goudy Old Style", "Book Antiqua", "Palatino", serif;
	font-style: italic;
}
#content .hide {
	display: none;
}
#content .clear {
	clear: both;
}

/* Floating Input Div == somebody smart should change this*/
#textInputViewer{
  position: relative;
  top: -188px;
  
  overflow: auto;
  
	padding: 5px;
	width: 438px;
	height: 176px;
	border: 1px solid #c0c0c0;
	background: #fff;
	float: left;
}


