/*
	secondary page stylesheet for electriclightwave.com
	
	dark red: 981425
	light red: d31245
	blue: 3A90B3
*/



/* ================================
	Secondary Page General         */

#main li {
	margin-left: 0.9em;
}

#main ul {
	margin: 10px 0;
}

#main h2 {
	font-size: 1.2em;
	color: #d31245;
	background: transparent;
}




/* ================================
	Secondary Page Main            */
	
#main {
	padding: 0 10px;
}

.no-left-sidebar {
	width: 600px;
}

.has-left-sidebar {
	margin-left: 180px;
	width: 453px;
	border-left: 1px dotted #ccc;
}



/* ================================
	Secondary Page Header          */

#secondary-header {
	position: relative;
	width: 654px;
	margin: 10px 0;
}
	
#secondary-header h1 {
	position: absolute;
	top: 160px;
	left: 193px;
	color: #fff;
	background: transparent;
	font: normal 1.7em  Arial, Verdana, sans-serif;
	padding: 0;
}


/* ================================
	Sidebar Left                   */
	
#sidebar-left{
	width: 180px;
	float:left;
	background: url(/images/sidebar-left-cur-bkg.jpg) repeat-y top right;
}

#sidebar-left a {
	color: #666;
}

#sidebar-left li{
	list-style: none;
	font-size: 0.9em;
	color: #b1b1b1;
	background: transparent;
	line-height: 2em;
}

#sidebar-left li.child {
	padding-left: 0.9em;
}

#sidebar-left li.cur {
	background: url(/images/nav-arrow-red.gif) no-repeat left center;
	padding-left: 9px;
}

#sidebar-left li.cur a {
	color: #000;
	font-weight: bold;
}


/* ================================
	Sidebar Right                  */
	
#sidebar-right {
	float: right;
	width: 180px;
}

.tout-right {
	border-top: 1px dotted #b1b1b1;
	padding: 0 0 0 10px;
}

#sidebar-right #tout1 {
	position: relative;
}

#sidebar-right #tout2 {
	position: relative;
}

#sidebar-right #tout3 {
	position: relative;
	padding-top: 10px;
} 

#sidebar-right p {
	color: #000;
	background: transparent;
	font-size: 0.7em;
}

#sidebar-right h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #bbb;
	background: transparent;
	padding: 3px 0;
}

#sidebar-right h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	background: transparent;
	padding: 7px 0 0;
}



/* ================================
	Print                          */
	
#print-button {
	text-align: right;
	vertical-align: middle;
}



/* ================================
	News Releases                  */
	
#news-releases h2 {
	border-bottom: 1px solid #d31245;
}

#news-releases a {
	font-size: 0.9em;
	margin: 0 6px;
}

#news-releases li {
	list-style: none;
	margin: 8px 0;
}
	
	
	
	