/* Global Reset
---------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

* {
	margin: 0;
	padding: 0;
}

/* Layout
---------------------------------------------------------------------- */

body {
	font: .75em Verdana, sans-serif;
	background: url(../images/main_bg.jpg) top left repeat-x #fff;
	color: #222;
	height: 100%;
}

/* Header
---------------------------------------------------------------------- */

#descrp {
	margin-bottom: 1px;
	height: 150px;
	padding: 10px 10px 10px 10px;
	background-color: #ccc;
}
#crumb {
	margin-bottom: 1px;
	height: 95px;
	padding: 30px 30px 20px 30px;
	background-color: #000;
	font-family: verdana,sans-serif;
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.2pt;
	word-spacing: -1pt;
	line-height: 1.3;
}

#title {
	margin-bottom: 1px;
	height: 150px;
	padding: 30px 30px 30px 30px;
	font-family: verdana,sans-serif;
	color: #030202;
	font-size: 16px;
	letter-spacing: 0.2pt;
	word-spacing: -1pt;
	line-height: 1.3;

}

#copy {
	margin-bottom: 1px;
	height: 150px;
	padding: 30px 30px 30px 30px;
	font-family: verdana,sans-serif;
	color: #030202;
	font-size: 14px;
	letter-spacing: 0.2pt;
	word-spacing: -1pt;
	line-height: 1.3;

}

#sidebar {
	margin-bottom: 1px;
	height: 150px;
	padding: 10px 10px 10px 10px;
	font-family: verdana,sans-serif;
	color: #030202;
	font-size: 16px;
	letter-spacing: 0.2pt;
	word-spacing: -1pt;
	line-height: 1.3;

}


#header {
	margin-bottom: 1px;
	height: 30px;
	padding: 10px 10px 10px 10px;
	background-color: maroon;
	font-family: verdana,sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2pt;
	line-height: 1.6;

}
#header2 {
	margin-bottom: 1px;
	height: 30px;
	padding: 30px 0px 0px 0px;

}
.bold {
	font-family: verdana,sans-serif;
	color: #373737;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2pt;
	word-spacing: -1pt;
	line-height: 1.6;
	padding: 10px 0px 0px 0px;


}

#what {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.30;
	word-spacing: 0px;
	letter-spacing: normal;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: maroon;
	}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 10px 10px;
}


ul.nav>li:hover{
	padding-right: 1px;
} [*]

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: 10px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 10px 5px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #maroon;
	color: #fff;
}


ul.nav li:hover,
.nav ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #fff;
	color: #fff;
}


.nav a
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin: 7px 7px 10px 10px;
}

.footer a
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	color: #6c6c6a;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin: 7px 7px 10px 10px;
}


/*** End Navigation ***/


#cta
{
	height: 139px;
	width: 800px;
	margin-bottom: 10px;
}
#cta2
{
	height: 139px;
	width: 347px;
	background-color: maroon;
	float: right;
	margin-bottom: 10px;
}
a.logo, a.logo:visited, a.logo:hover {
	margin: 20px 0 0 0;
	width: 179px;
	height: 63px;
	display: block;
	background: url(../images/logo_csstypeset.jpg) top left no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	float: left;
}
a.logo_news, a.logo_news:visited {
   margin: 37px 0 0 3px;
	width: 133px;
	height: 26px;
	display: block;
	background: url(../images/logo_news.jpg) top left no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	float: left;
}
a.logo_news:hover{
	background: url(../images/logo_news.jpg) bottom left no-repeat;
}


div.tagline {
	width: 421px;
	height: 100px;
	background: url(../images/tagline.jpg) top left no-repeat;
	float: right;
}

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

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

/* Preview panes for text and code */
.preview {
	padding: 20px;
	background: url(../images/preview_bg.jpg) top left no-repeat #efefef;
	float: left;
}
.left_col {
	width: 450px;
	height: 216px;
	float: left;
}
.right_col {
	margin-left: 20px;
	width: 450px;
	height: 216px;
	float: left;
}
.left_col h2, .right_col h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 28px;
	width: 450px;
	float: left;
}
.left_col textarea, .right_col textarea {
	padding: 5px;
	width: 438px;
	height: 176px;
	border: 1px solid #c0c0c0;
	background: #fff;
	float: left;
}

/* Controls for editing text styles */
.controls {
	width: 920px;
	padding: 20px;
	background: url(../images/controls_bg.jpg) top left no-repeat;
	float: left;
}
.font_style {
	padding-right: 20px;
	float: left;
}
.font_family {
	margin-right: 20px;
}
#fontSize {
	width: 25px;
	padding: 2px;
	border: 1px solid #c0c0c0;
}
.buttons {
	padding: 0 0 0 20px;
	float: left;
	font-size: 0;
}
.buttons input {
	margin-right: 5px;
}
option {
	padding-right: 5px;
}
label {
	padding: 0 4px;
}

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

/* Controls for sliders*/
.sliders {
	margin: 25px 0 0 0;
	width: 960px;
	float: left;
	clear: both;
}
.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;
}
.letterSpacing input{
	margin: 5px 0 0 0;
}
.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;
}
.wordSpacing input{
	margin: 5px 0 0 0;
}
.lineSpacing {
	margin-left: 20px;
	padding-left: 30px;
	width: 250px;
	background: url(../images/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(../images/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
---------------------------------------------------------------------- */

#footer {
	width: 920px;
	margin-top: 5px;
	padding: 20px;
	font-size: 90%;
	color: #999;
	border-top: 1px dotted #c0c0c0;
	text-align: center;
	float: left;
}
#footer p {
	width: 920px;
	margin: 0;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	float: left;
	clear: both;
}

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

p, ul {
	margin-bottom: 15px;
	line-height: 160%;
}
h1 {
	margin-bottom: 15px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 100%;
	color: #cccccc;
}

h2 {
	margin-bottom: 14px;
	font-family: verdana,sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 100%;
	color: #ea3b3b;
}

h3
{
	margin-bottom: 12px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 130%;
	color: #4C4C53;
}

h4 {
	margin-bottom: 12px;
	font-family: verdana,sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 100%;
	color: #ea3b3b;
}

h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }
h4 { font-size: 90%; }

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

a, input {
	outline: none;
}


.hide {
	display: none;
}
.clear {
	clear: both;
}



