/* Content
---------------------------------------------------------------------- */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Preview panes for text and code */

.preview {
	float: left;
}
.left_col {
	width: 450px;
	height: 216px;
	float: left;
}
.right_col {
	margin-left: 20px;
	width: 450px;
	height: 216px;
	float: left;
}

.left_col textarea, .right_col textarea {
	padding: 5px;
	width: 448px;
	height: 176px;
	border: 1px solid #ccc;
	float: left;
}

/* Controls for editing text styles */
.controls {
	width: 920px;
	padding: 20px 0;
	float: left;
}

.font_style {
	padding-right: 10px;
	float: left;
}

.font_family {
	margin-right: 10px;
}
#fontSize {
	width: 25px;
	padding: 2px;
}

.buttons {
	padding: 0 0 0 10px;
	float: left;
	font-size: 0;
}

.buttons input {
	margin-right: 5px;
}

option {
	padding-right: 5px;
}
label {
	padding: 0 4px;
}

/* Color Chooser*/
.color {
	padding: 0 10px;
	border: dotted #ccc;
	border-width: 0 1px;
	float: left;
}
.hexValue {
	width: 50px;
	padding: 2px 5px;
	border: 1px solid #ccc;
}

/* Controls for sliders*/
.sliders {
	margin: 25px 0 0 0;
	width: 960px;
	float: left;
	clear: both;
}
.letterSpacing {
	padding: 0 20px 0 20px;
	width: 250px;
	background: url(letterSpacing.gif) top left no-repeat;
	border: dotted #ccc;
	border-width: 0 1px 0 0;
	float: left;
}
.letterSpacing input{
	margin: 5px 0 0 0;
}
.wordSpacing {
	margin-left: 20px;
	padding: 0 20px 0 20px;
	width: 250px;
	background: url(wordSpacing.gif) top left no-repeat;
	border: dotted #ccc;
	border-width: 0 1px 0 0;
	float: left;
}
.wordSpacing input{
	margin: 5px 0 0 0;
}
.lineSpacing {
	margin-left: 20px;
	padding-left: 20px;
	width: 250px;
	background: url(lineSpacing.gif) top left no-repeat;
	float: left;
}
.lineSpacing input{
	margin: 5px 0 0 0;
}

/* 404 and 403 error pages */
.errorText {
	padding: 10px 30px 0 30px;
	height: 76px;
	width: 900px;
	background: url(error_bg.jpg) top left no-repeat;
}
.errorText h1 {
	margin-bottom: 0;
}

/* ad spots */
.adblock {
	width: 182px !important;
	float: left;
}

.adspot, .adspot:visited, .adspot:hover {
	margin-left: 7px;
	width: 175px;
	height: 85px;
	display: block;
	float: left;
}

/* Footer
---------------------------------------------------------------------- */

/* Common
---------------------------------------------------------------------- */

a { color: #d13030; text-decoration: none; }
a:visited { color: #d13030; text-decoration: none;  }
a:hover { color: #a42121; text-decoration: none; }

a, input {
	outline: none;
}

.amp {
	font-family: "Goudy Old Style", "Book Antiqua", "Palatino", serif;
	font-style: italic;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

/* Floating Input Div == somebody smart should change this*/
#textInputViewer{
  position: relative;
  top: -189px;
  *top: -188px;
  
  overflow: auto;
  
  padding: 5px;
  width: 448px;
  height: 176px;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
}

/* Browser Support Divs == somebody smart should probably change this*/
#browserNoSupport{
  z-index: 2;
  
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  background: #fff  url(notSupported.jpg) no-repeat top center;
  
  visibility: hidden;
}

#noSupportMsg{
  z-index: 3;
  
  font-weight: bold;
  font-size: 24px;
  
  position: absolute;
  top: 30%;
  left: 20%;
    
  width: 50%;
  padding: 5%;
  text-align: center;
  
  border: 2px solid #666;
  background: #fdffcd url(notSupportedMsg.jpg) repeat-x bottom;
  
  visibility: hidden;
}


