/*-----------------------------------------------------------------------------

Theme Name: CoasterWarriors.com Network
Theme URI: http://www.coasterwarriors.com
Description: Network 
Author: Jeff Guilkey
Author URI: http://www.jeffguilkey.com
Version: 2.0 - 03/3/2009

-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
ABOUT CORE // 
-----------------------------------------------------------------------------*/
#net_split {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#net_box {
	float: left;
	width: 950px;
}
#net_box h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
#net_box h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
}
#net_box .net_center_wrap {
	float: left;
	width: 100%;
}
#net_box .net_center_news {
	margin-right: 220px;
}
#net_box .net_center_menu {
	float: left;
	width: 200px;
	margin-left: -211px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
	#net_box .net_center_menu .menu{
	width: 200px;
	float: left;
	}
	* html #net_box .net_center_menu .menu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 200px;
	}
	#net_box .net_center_menu .menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	#net_box .net_center_menu .menu a, #net_box .net_center_menu .menu a:visited{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	}
	#net_box .net_center_menu .menu a:visited{
	color: #595959;
	}
	html>body #net_box .net_center_menu .menu a{ /*Non IE rule*/
	width: auto;
	}
	#net_box .net_center_menu .menu a:hover{
	color: black;
	background-color: #CCC;
	}


#net_box .net_bot_wrap {
	float: left;
	width: 100%;
}
#net_box .net_bot_center {
	margin: 0 240px 0 240px;
}
#net_box .net_bot_center .wrap {
	float: left;
	width: 100%;
}
#net_box .net_bot_center .left {
	float: left;
	width: 230px;
	margin-left: -470px;
}
#net_box .net_bot_center .right {
	margin-left: 240px;
}
#net_box .net_bot_left {
	float: left;
	width: 230px;
	margin-left: -950px;
}
#net_box .net_bot_right {
	float: left;
	width: 230px;
	margin-left: -230px;
}
#net_box .net_bot_right .menu{
	width: 230px;
}
* html #net_box .net_bot_right .menu{
	width: 230px;
}
#net_box .net_bot_right .menu ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#net_box .net_bot_right .menu a, #net_box .net_bot_right .menu a:visited{
  padding: 4px 3px;
  display: block;
  width: 100%;
  color: #595959;
  text-decoration: none;
  border-bottom: 1px solid #C0C0C0;
}
html>body #net_box .net_bot_right .menu a{ /*Non IE rule*/
width: auto;
}
#net_box .net_bot_right .menu a:hover{
color: black;
}

/*-----------------------------------------------------------------------------
CONTACT
-----------------------------------------------------------------------------*/
#contact p, label, legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: .9em;
}

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact {
	display: block;
	width: 650px;
	padding: 35px;
	border: 1px solid #cbcbcb;
	-webkit-border-radius:5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	-webkit-border-radius:5px;
}
#contact input, textarea, select {
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	webkit-border-radius:5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: .9em;
}   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{
	font-size: 12px;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
	background-color: #FBE3E4;
	background-image: url(../../images/assets/error.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../../images/assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }