/***********************************************/
/* 3col_leftNav.css                             */
/* for studio elastik!        */
/***********************************************/

body{
	color: #FFFFFF;
	line-height: 110%;	
	margin: 0px;
	padding: 0px;
	background: #fa3a0f url(http://www.studioelastik.com/img/randomimg/rotate.php) repeat fixed 0 0;
	font-family: "Courier New", Courier, mono;
}

p, div, span {
	color: #FFFFFF;
	font: 11px "Courier New", Courier, mono;
}

.articleSummary {
	letter-spacing: 0px;
	line-height: 130%;
	line-height: 140%;
}

/************** navigation styles *****************/

#level1{
	padding: 10px 0 0 10px;
	line-height: 150%;
	text-decoration: none;
	width: 50%;
	color: #333333;
}

#level1_home_active a{
	font-weight: bold;
	text-decoration: none;
}

#level1_home_active a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#level2{
	font-weight: normal;
	padding: 30px 0 0 10px;
	line-height: 150%;
	text-decoration: none;
	width: 50%;
}

#level1_active a{
	font-weight: bold;
	text-decoration: none;
}

#level2_active a{
	font-weight: bold;
	text-decoration: none;
}

#level1 a:hover{
	color: #FFFFFF;
	font-weight: bold;
	

}

#level2 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;


}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

/************** page layout *****************/

#navBar{
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 11px/8px "Courier New", Courier, mono;
}

#right{
  float:right;
	width: 15%;
	padding-right: 10px;
	color: #333333;
}

#content{
	position: absolute;
	left: 220px;
	color: #333333;
	margin-top: 8px;
	width: 70%;
}

#content a{
text-decoration: underline;
}

#content a:hover{
text-decoration: none;
	color: #ffffff;
	background: #FFFFFF;
}

#header{
padding: 20px 0px 20px 0px;
  width: 100%;
	color: #333333;
}

.main{
  border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	clear: both;
	padding: 10px 0px 10px 0px;
	line-height: 140%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	letter-spacing: normal;
	color: #FFFFFF;
	font: normal 26px/normal Georgia, "Times New Roman", Times, serif;
}

#pageName{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;	
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #fff;
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;

}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}



/************* #breadCrumb styles *************/

#prevnext{
	float:right;
	width:20%;
	padding: 0px 0px 10px 0px;
	text-align:right;
}

#title{
	width: 70%;
	float:left;
	padding: 0px 0px 10px 0px;
}

/*********** #various H styles ***********/

h1{
  font-family: Geneva, Arial, sans serif;
	font-size: 12px;	
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

h2{
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	margin: 0px;
	padding: 0px;

}

h3{

 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{

 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 color: #33333;
 margin: 0px;
 padding: 0px;
	font: bold 100% Verdana,Arial,sans-serif;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FFF;}

html>body #navBar li {border-bottom: none;}

/* members */

/* fix for browsers that don't need the hack */

#members {
	margin: 0 0 0 10px;
	padding: 0;
	color: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.bold{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
