
/* 20060401 : stylesheet for Lane Arts Council==========*/



/* ====================global formatting===========*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	margin:0px;;
	padding:0px;
	font-size: 13px;
	}

#menu {
position: absolute;
left:0px;
top:110px;
width:200px;
border-left:1px solid #aaa;
border-right: 1px solid #aaa;
padding: 5px;
}

#menu ul  {
	font-size: 1em;
	list-style-type: none;
margin: 15px 0 0 0;
padding: 0 0 0 6px;
}
#menu li {
	margin: 0 5px 15px 2px;
line-height: 90%;
padding: 0;
}

a img { border: none;
padding: 0px;
}

#footer
{
	text-align:center;
	padding-top:30px;
	padding-bottom: 3px;
}

img {
	padding:5px;
}

/*==local navigation formatting and local link color===*/

a:link, a:visited {
	text-decoration: none;}

body.home a:link, body.home a:visited {
	color: #4f6ba9;
	text-decoration: underline;
}
body.home a:hover {
	text-decoration: none;
	background: #f1f2f8;
}
body.home #menu {
	padding: 0;
	background: #f1f2f8;
}

body.youth a:link, body.youth a:visited {
	color: #d73a38;
text-decoration: underline;
}
body.youth a:hover {
	text-decoration: none;
	background: #fef3ee;
}
body.youth #menu {
	padding: 0;
	background: #fef3ee;
}

body.community a:link, body.community a:visited {
	color: #8c2070;
text-decoration: underline;
}
body.community a:hover {
	text-decoration: none;
	background: #f6eff3;
}
body.community #menu {
	padding: 0;
	background: #f6eff3;
}

body.advocacy a:link, body.advocacy a:visited {
	color: #48adc2;
	text-decoration: underline; 
}
body.advocacy a:hover {
	text-decoration: none;
	background: #f2f8fd;
}
body.advocacy #menu {
	padding: 0;
	background: #f2f8fd;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	border: none;
}
#menu a:hover {
	background: none;
	text-decoration: underline;
}

/*============format main content area============*/

#maincontent {
background:#fff;
margin-left: 199px;
padding: 15px 0 0 15px;
margin-right: auto;
padding-right: 10px;
margin-left: 121px;
   }

html>body #maincontent {
   margin-left: 201px;
   }

#maincontent ul {
       list-style: inside;
}

body.youth #maincontent {
	border-top: 1px solid #d73a38;
	border-left: 1px solid #d73a38;
}

body.home #maincontent {
	border-top: 1px solid #4f6ba9;
	border-left: 1px solid #4f6ba9;
}
body.community #maincontent {
	border-top: 1px solid #8c2070;
	border-left: 1px solid #8c2070;
}
body.advocacy #maincontent {
	border-top: 1px solid #48adc2;
	border-left: 1px solid #48adc2;
}
/*===========images and captions in main area=========*/
div.figure-left {
	width: 30%;
	float: left;
	clear: left;
	text-align: center;
	font-size: .9em;
}
.figure-left img {
	margin: 15px auto 0 auto;
	padding: 0px;
	}


div.figure-right {
	width: 30%;
	float: right;
	clear: right;
	text-align: center;
	font-size: .9em;
}
.figure-right img {
	margin: 15px auto 0 auto;
	padding: 0px;
}
.figure-right p {
	font-style: italic;
	margin: 8px 10px 0 10px;
	line-height: 1.2em;
}
/*=======figures using captioned tables==========*/

.image-right p {
	font-size: .7em;
	margin-left: 20px;
	margin-top: 2px;
	font-style: italic; 
	line-height: 1em;
}

.image-right {
	float: right;
	margin: 10px 10px 10px 10px;

}

.profilephoto {
	float: left;
	margin: 10px 10px 10px 10px;
	width:330px;

}

/*================format headers===================*/


#header {
background:#fff;
height:110px;
height:99px;
}

html>body #header {
height:109px;
}

body.youth #header {
background: url('http://www.lanearts.org/design/navborder_youth.gif') repeat-x bottom;
border-bottom: 10px solid #fef3ee;
}

body.community #header {
	background: url('http://www.lanearts.org/design/navborder_community.gif') repeat-x bottom;
border-bottom: 10px solid #f6eff3;
}

body.home #header {
	background: url('http://www.lanearts.org/design/navborder_home.gif') repeat-x bottom;
border-bottom: 10px solid #f1f2f8;
}
body.advocacy #header {
	background: url('http://www.lanearts.org/design/navborder_advocacy.gif') repeat-x bottom;
border-bottom: 10px solid #f2f8fd;
}

#headerimg {
float: left;
clear: none;
padding: 0px;
height: 100px;
}

/*=============featureditem area and headers============*/

#featureditem{
	float:right;
	border-left: 1px solid #ccc;
	padding-left: 4px;
	width: 200px;
	margin: 0;
	font-size: 85%; }

#featureditem ul {
	list-style: inside;
	padding: 0;
	margin: 0 0 0 5px;
}
#featureditem li {
	margin: 5px 0 5px 0;
}


p,pre {
margin:0px 15px 10px 15px;
}

h1, h2, h3, h4 {
color: #444;
margin: 0 0 5px 15px;
}

h1 {
font-size: 1.5em;
padding-top:10px;
}

#header h1 {
font-size:1.5em;
padding:10px 10px 0px 10px;
margin:0px;
}

h2 {
	font-size: 1.25em;
	padding-top:10px;
}
h3 {
	font-size: .95em;
	padding-top:10px;
}

h4 {
	font-size: .8em;
	padding-top:10px;
}

h5 {
	font-size: .7em;
	padding-top:10px;
}
h6 {
	font-size: .5em;
	padding-top:10px;
}



/*===============top-level tabbed browsing=========*/

#globalnav

{
float: left;
clear: none;
height: 40px;
margin: 69px 0 0 0;
padding-left: 20px;  
padding-right: 0px;
}

#globalnav li
{
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
}

#globalnav a:link, #globalnav a:visited
{
float: left;
font-size: 14px;
line-height: 34px;
font-weight: bold;
padding: 2px 10px 2px 10px;
margin-right: 4px;
text-decoration: none;
}


#globalnav a:link.home, #globalnav a:visited.home
{
background: #f1f2f8;
color: #4f6ba9;
border: 1px solid #4f6ba9;
border-bottom: none;
}

#globalnav a:link.community, #globalnav a:visited.community
{
background: #f6eff3;
color: #8c2070;
border: 1px solid #8c2070;
border-bottom: none;
}
#globalnav a:link.advocacy, #globalnav a:visited.advocacy
{
background: #f2f8fd;
color: #48adc2;
border: 1px solid #48adc2;
border-bottom: none;
}
#globalnav a:link.youth, #globalnav a:visited.youth
{
background: #fef3ee;
color: #d73a38;
border: 1px solid #d73a38;
border-bottom: none;
}

body.youth #globalnav a:link.youth, body.youth #globalnav a:visited.youth
{
border-bottom: 3px solid #fef3ee;
line-height: 32px;
}

body.community #globalnav a:link.community, body.community #globalnav a:visited.community
{
	border-bottom: 3px solid #f6eff3;
	line-height: 32px;
}

body.home #globalnav a:link.home, body.home #globalnav a:visited.home
{
	border-bottom: 3px solid #f1f2f8;
	line-height: 32px;
}
body.advocacy #globalnav a:link.advocacy, body.advocacy #globalnav a:visited.advocacy
{
	border-bottom: 3px solid #f2f8fd;
	line-height: 32px;
}

#globalnav a:hover
{
background: #fff;
}

/*===============formatting of news blocks======= */

div.newsblock {
    float: left;
    width: 195px;
    font-size: 88%;
    margin: 0 5px 10px 0px;
line-height: 120%;
padding: 0 0 0 5px;
border-left: solid 1px #ccc;
    }
div.newsblock h2 {
font-size: .9em;
}
div.newsblock img {
	margin: 0 4px 4px 0;
	padding: 0px;
}
div.newsblock p {
	margin: 0;
}



div#news	{
	margin: 20px 0 0 0;
	padding:  0;
	height: auto;
	text-align: left;
	}
	
div#news p {
    display: inline;
    }
    
div#news img {
    float: left;
    padding: 0 7px 0 0;
    display: inline;
    }
	

/*
	 Organic Tabs

*/

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
#page-wrap { width: 500px; margin: 20px; position: absolute; top:200px; left:530px;}

.hide { position: absolute; top: -9999px; left: -9999px; }


#example-one { background: #fef3ee; padding: 10px; margin: 0 0 15px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }

#example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
#example-one .nav li { width: 97px; float: left; margin: 0 10px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0; }
#example-one .nav li a:hover { background-color: #111; }

#example-one ul { list-style: none; }
#example-one ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-one ul li a:hover { background: #fe4902; color: white; }
#example-one ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current, #example-one ul.artist li a:hover { background-color: #d73a38; color: white; }
#example-one ul li.nav-two a.current, #example-one ul.biography li a:hover { background-color: #d73a38; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.media li a:hover { background-color: #d73a38; color: white; }

#example-one li {
	padding-bottom: 10px;
}

/* Image Slideshow */

#slideshow {
    position:relative;
    height:400px;
    width:315px;
    background-color: #FFF;
    display:block;
        font-style: italic;
        font-size: .85em;
	line-height: 1.2em;

}


#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
 width:315px;
    background-color: #FFF;
    display:block;
         }

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
    background-color: #FFF;
}

#slideshow DIV.last-active {
    z-index:9;
    background-color: #FFF;
}

#slideshow DIV IMG {
    border: 0;
    margin-bottom: 3px;
    padding: 0px;
    }
    
h4.dir {
font-weight: normal;
font-size: .85em;
margin: 0px;
padding:0px;
position: relative;
left:20px;	
}

h1.dir {
	border-bottom: 2px solid #d73a38;
	width: 85%;
	padding-left: 20px;
	font-size:2em;
}


.gallery {
	margin-left: 30px;
}

.visual{ 
	float: left;
	top: 0px;
	width: 380px;
	margin-left: 30px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}

.performing {
	float:left;
	top: 0px;
	width: 380px;
	margin-left: 60px;

}

.artist img {
	padding: 0px;
	border: 1px solid #d73a38;
	margin-bottom:2px;
	
}

.artist {
	width: 190px;
	height: 220px;
	display:block;
	padding: 0px;
	margin:0px;
	float: left;
}
.artist p {
	margin-left: 0px;
		font-size: .8em;
	font-weight:bold;
	margin-bottom: 2px;
	margin-top: 5px;
}
