/* CSS Document for 60 Summits website - */

/* widely inherited basic formatting */
*{
margin:0;
padding:0;
border:0;
}

body{
background:#fff;
text-align:center;
margin:0 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
}

h1, h2, h3, h4{
font-family: Arial, Helvetica, sans-serif;
background:transparent;
}

p{
line-height:1.2em;
padding:10px 5px 0px 5px;
}

/* from Webility site - not widely used */
.h       { margin-left: 2em; text-indent:-2em }

/* -------------------------------------------------------------------------------- */
/* p styles shared across many pages */

/* something about clearing formatting at the bottom of page-specific content */
p.clr{
height:1px;
clear:both;
}

p.pdf{
text-align:right;
padding:0;
float:right;
position:relative;
}

/* for "updated on date" text at bottom of some pages */
p.updated{
text-align:right;
font-size:.9em;
color:#ccc;
clear:both;
}

p.note, p.second-note{
margin:20px;
font-size:.9em;
color:#333;
border-top:1px solid #333;}

p.second-note{
border:0;
margin-top:0px;}

/* -------------------------------------------------------------------------------- */
/* opening div - huh? */
div.skip{
margin-left:-999em;
height:0;
}

/* contains everything on the page */
div#wrapper{
width:760px;
background:#fff;
margin:0 auto;
text-align:left;
border:1px solid #006;
}
/* masthead: contains the graphics above the navigation bar */
div#masthead{
width:760px;
height:120px;
background:url(../images/masthead-bg.gif) repeat-x;
}
/* format for the 60 Summits logo in the masthead */
img#logo{
float:left;
width:352px;
}

/* text in the masthead */ 
h2#mast-tag{
float:right;
width:250px;
height:90px;
background:url(../images/mast-fade-bg.gif) no-repeat;
font-size:1.2em;
text-align:right;
color:#006;
padding-top:30px;
padding-left:150px;
padding-right:8px;
}

/* -------------------------------------------------------------------------------- */
/* Navigation bar */
div#navigation{
background:#21297E;
position:relative;
border:0;
width:760px;
height:30px;
z-index:100;
}
ul#global-nav{
list-style:none;
padding-top:5px;
height:20px;
font-size:12px;
}
#global-nav a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
#global-nav a:hover{
text-decoration:underline;
}
#global-nav li{
float:left;
padding:0 5px;
margin:0;
border-left:2px solid #c60;
}
#global-nav li.first{
border-left:0;
}

/* -------------------------------------------------------------------------------- */
/* container is the space underneath the navigation bar - holds alpha, content, beta */
#container{
background:#fff url(../images/container-bg.gif) repeat-x;
}

#alpha{
	float: left;
	width: 160px;
	margin: 0px;
	padding-right: 10px;
}

#beta{
  float:right;
	width: 160px;
	padding-right: 10px;
}

/* content section for page with both alpha and beta sections */
#content{
	float: left;
  width: 410px;
  position:relative;
}
/* content section for page with alpha but not beta */
#content-internal{
float:left;
width:580px;
position:relative;
}

#footer{
text-align:center;
margin-bottom:3px;}

/* -------------------------------------------------------------------------------- */
/* alpha specific styles - leftmost column */
#alpha h2{
color:#006;
font-size:1.2em;
}
.mission{}
.mission p{}

.nav-links{
margin:10px 5px 20px 5px;
}
.nav-links ul{
list-style:disc;
color:#006;
margin-left:20px;
font-size:1.1em;
}
.nav-links ul li{
padding:2px 0;}
.nav-links ul a.ison{
color:#c60;
font-weight:bold;} 

/* indented one level */
.nav-links ul li ul{
list-style:circle;
color:#006;
margin-left:10px;
font-size:1em;
}
.nav-links ul li ul li{
padding:2px 0;
font-style:italic;}

.key-links{
margin:10px 5px 20px 5px;
}
.key-links ul{
list-style:disc;
color:#006;
margin-left:20px;
font-size:1.1em;
}
.key-links ul li{
padding:2px 0;
}
/* -------------------------------------------------------------------------------- */
/* beta specific styles - rightmost column (optional) */
#beta h2{
color:#006;
font-size:1.2em;
}
.login{
margin:10px 3px 5px 3px;
border:1px solid #333;
background:#c60 url(../images/login-grad-bg.gif) repeat-x;
padding:5px;
}
.login label{
font-size:1.1em;
font-family:Arial, Helvetica, sans-serif;
color:#006;
font-weight:bold;
}
.login input{
margin-top:0px;
border:1px solid #333;
}
.login .textbox{
padding:1px 0;}
.login .button{
margin-left:1px;
font-variant:small-caps;
padding:0;
}

#search{
margin:10px 3px 10px 3px;
border:1px solid #333;
/*background:#fc0 url(../images/box-grad-bg.gif) repeat-x;*/
background:#c60 url(../images/login-grad-bg.gif) repeat-x;
padding:5px;
}
#search label{
font-size:1.1em;
font-family:Arial, Helvetica, sans-serif;
color:#006;
font-weight:bold;
}
#search input{
padding:1px 0;
border:1px solid #333;
}
#search .button{
margin-left:1px;
padding:1px 2px 1px 2px;
font-variant:small-caps;
font-size:1em;
}

.sitemap{
line-height:1em;
margin:2px 0 0 0;
padding:0;
}
.sponsors, .events{
margin:10px 5px 20px 5px;}
.sponsors{
background:#fff;
border:1px solid #006;
padding:1px;
}
.sponsors p{
padding-top:0;}
.sponsors p.logos{
text-align:center;}
.event-detail{
margin:5px 2px 10px 1px;
padding-bottom:10px;
border-bottom:1px solid #aaa;
}
.event-detail p{
margin:1px 10px;
margin-left: 10px;
padding:0;
text-indent: -10px; }
.event-detail p.date{
font-weight:bold;}

/* content specific styles */
#content a.readmore:link, #content a.readmore:active, #content-internal a.readmore:link, #content-internal a.readmore:active{
color:#c60;
text-transform:uppercase;
font-size:.9em;
text-decoration:none;
font-weight:bold;
}
#content a.readmore:visited, #content-internal a.readmore:visited{
color:#c60;
text-transform:uppercase;
font-size:.9em;
text-decoration:none;}
#content a.readmore:hover, #content-internal a.readmore:hover{
text-decoration:underline;
color:#006;}

.feature, .sub-feature, .story{
background:#fff;
border:1px solid #333;
margin:10px 0;
padding:5px 10px;
font-size:12px;
position:relative;
}
.feature{}
.feature h2{
color:#c60;
font-weight:bold;
font-size:1.3em;
margin:5px 0;}
.feature h3{
font-weight:bold;
font-size:1.2em;
margin:20px 0 0px 0;
color:#333;
}
.feature h4{
font-weight:bold;
font-size:1.1em;
font-style:italic;
margin:15px 0 0px 0;
}
.feature p{
margin-bottom:10px;
line-height:1.3em;}
.feature span{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.2em;
color:#c60;}


.sub-feature{}
.sub-feature p{
margin-bottom:5px;
line-height:1.3em;}
.sub-feature span{
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-weight:bold;
font-size:1.2em;
color:#006;}

.story{}
.story h2{
font-style:italic;
font-weight:bold;
font-size:1.3em;
color:#006;}
.story p{}
.story span{
font-weight:bold;
font-size:1.2em;
color:#006;
}

.accent-photo{
float:right;
width:200px;
border:1px solid #333;
margin-left:10px;
margin-bottom:5px;
position:relative;
}

.accent-photo-2{
float:left;
width:100px;
border:1px solid #333;
margin-right:10px;
margin-bottom:5px;
position:relative;
}

ul.bullet-list{
margin-left:40px;
margin-bottom:10px;
list-style:disc;
}
.bullet-list li{
padding:5px 0;}
.bullet-list ul{
margin-left:30px;
list-style:circle;
}

ul.nobullet-list{
margin-left:20px;
margin-bottom:10px;
list-style:none;
}
.nobullet-list li{
padding:5px 0;}
.nobullet-list ul{
margin-left:30px;
list-style:none;
}
.indented-list{}
ol.num-list{
margin-left:30px;
margin-bottom:10px;
}
.num-list li{
padding:5px 0;}

.indented-list{
padding-left:20px;}

/* events */
table.events-table{}
table.events-table td{
vertical-align:top;
padding:5px;}

/* timeline */
.timeline h3{
color:#006;
margin-top:20px;
border-bottom:1px solid #ddd;
background:#eee;
}

.timeline h4{
margin:5px;
font-style:italic;}

/* presentations */
.presentations h3{
color:#006;
margin-top:20px;
border-bottom:1px solid #ddd;
background:#eee;
}

.presentations h4{
margin:15px 5px 2px 5px;
font-style:italic;}

.presentations p{
margin:4px 40px 5px 40px;
padding:0;
line-height:1.1em;
text-indent:-10px;
}
.presentations p.heading{
margin:4px 10px;
padding:0;
line-height:1.1em;
text-indent:0px;
}
/* -------------------------------------------------------------------------------- */
/* groups page */
.groups h2{
padding-bottom:0;
margin-bottom:5px;
}
.status-table{
font-size:.9em;
margin-top:0;
padding-top:0;
}
.status-table td{
vertical-align:top;
padding:2px 2px;
}
.status-table h3{
font-size:1.0em;
margin-top:0;
padding-top:0;
}

/* the large box in which the key sits, tan background */
.key{
border:1px solid #333;
background-color:#FFFF99;
width:500px;
font-size:.9em;
margin:10px 0 0 10px;
padding:2px 2px 10px 2px;
}
.key h3{
margin:0;
padding:0;
}
.key p{
line-height:.9em;
text-indent:-25px;
margin:1px 15px 1px 25px;
}

/* the list of individual states */
ul.status-list{
list-style:none;
margin-left:0px;
}
ul.status-list li{
padding:2px 0;
text-align:left;
}
ul.status-list ul{
padding-top:2px;
margin-left:2px;
list-style:none;
}
ul.status-list li.sub-states{
padding-left:14px;
}
a.inactive-link, a.exploratory-link, a.feasibility-link, a.group-link, a.summit-link, a.action-link, a.completed-link{
margin-left:5px;
text-decoration:none;
}
a.weblink{
text-decoration:underline;
}

/* pop-ups for early stages where no group status page exists */
#exploratory, #feasibility, #planning{
visibility:hidden;
position:absolute;
top:100px;
width:400px;
border:1px solid #006;
background:#eee;
font-size:.9em;
padding-bottom:20px;
}

/* styles for each different status indicator */
span.inactive{
background:#fff;
padding:0 4px;
margin-left:0px;
border:1px solid #333;
}
span.exploratory{
background:#ccc;
padding:0 3px;
border:1px solid #333;
}
span.feasibility{
color:#fff;
background:#c60;
padding:0 3px;
border:1px solid #333;
}
span.group{
color:#000;
background:#99ff33;
padding:0 2px;
border:1px solid #333;
}
span.summit{
color:#21297e;
background:#fc0;
padding:0 2px;
border:1px solid #333;
}
span.action{
background:#21297E;
color:#fff;
padding:0 2px;
border:1px solid #333;
}
span.completed{
background-color:#006699;
color:#fff;
padding:0 2px;
border:1px solid #333;
}

p.close{
background:#dcdaef;
text-align:right;
padding:3px;
border-bottom:1px solid #006;
font-weight:bold;
}

/* -------------------------------------------------------------------------------- */
/* columns/articles */
p.dear-line{
border-top:1px solid #333;
padding-top:20px;}
p.signature{
text-align:right;
margin-bottom:20px;}
p.longquote{
margin:0 30px;}

.backtotop{
text-align:right;
font-variant:small-caps;
margin-top:0;
padding-top:0;
}
.backtotop a{
color:#c60;
text-decoration:none;}
span.arrow{
font-size:1.5em;
font-weight:bold;}

p.column-link{
width:400px;
margin-left:55px;
border:1px solid #aaa;
background:#eee;
padding:10px;
}

/* -------------------------------------------------------------------------------- */
/*leadership team page */
.team-table{
width:400px;
margin:20px 0 20px 50px;}
.team-table td{
padding:3px 0;}

/* -------------------------------------------------------------------------------- */
/* glossary page*/
.glossary-table{
margin-top:10px;}
.glossary-table td{
padding:0 5px 10px 5px;
vertical-align:top;
}
.glossary-table td.term{
font-weight:bold;
color:#c60;
margin-top:0;
}
.glossary-table p{
margin-top:0;
padding-top:0;
margin-bottom:6px;}

/* -------------------------------------------------------------------------------- */
/* what's new page */
.whatsnew-table td{
padding:10px 5px;
vertical-align:top;}
.whatsnew-table p{
margin-top:0;
padding-top:0;
margin-bottom:6px;
}

/* -------------------------------------------------------------------------------- */
/* press page*/
.press h4{
font-style:normal;}
.press-detail{
margin:0 0 0 20px;
padding:0;
}

/* -------------------------------------------------------------------------------- */
/* partners page*/
.partners p{
margin-left:10px;}

/* -------------------------------------------------------------------------------- */
/* contact page */
.contact p{
margin-left:30px;}
.contact ul.bullet-list{
padding-left:10px;}

/* -------------------------------------------------------------------------------- */
/* faq page */
.faq p{
margin-left:10px;}

/* -------------------------------------------------------------------------------- */
/* sitemap page */
/* BROKEN
.sitemap .col1, .sitemap .col2, .sitemap .col3{
float:left;
width: 180px;
} 
 */
 
.sitemap ul{
list-style:none;
width:175px;
margin:10px 5px 20px 10px;
}
.sitemap ul li{
padding-bottom:5px;
margin-left:15px;
text-indent:-10px;}

.sitemap ul li.section-title{
font-size:1.1em;
font-weight:bold;
margin-left:10px;
}
.sitemap ul li.section-title a{
color:#333;
text-decoration:none;
}
.sitemap ul li.section-title a:hover{
color:#333;
text-decoration:underline;
}

/* -------------------------------------------------------------------------------- */
table.summits-table{
border:2px solid #333;
border-bottom:1px solid #333;
margin-top:10px;
margin-bottom:10px;
margin-left:50px;
width:400px;
}
.summits-table td{
vertical-align:top;
padding:4px;
font-size:.9em;
border-bottom: 1px solid #333;
}
ul.list{
list-style:disc;
margin-left:20px;}

/* -------------------------------------------------------------------------------- */
/* group summary pages */
table.group-summary-summit{
border:2px solid #333;
margin-top:15px;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
}
.group-summary-summit td{
vertical-align:top;
padding:4px;
}
