/* --- reset --- */

* { margin: 0; }

html, body {
    height: 100%;
    overflow: hidden;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-size: 100%; */
    font-family: sans-serif;
    color: #bdc3e5;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* posiotion fixed hack */
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*-----------------------------------*/
ul.menu {
	list-style: none;
}

/* Carbon Conversations */

body {
    background:repeat-x url("images/bluegradient.jpg");
    height: 100%;
    width: 100%;
}


#body {
    margin-left: 64px;
}

#sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 128px;
    float: left;
    background:  #231f20;
}


/* --- tiles  ---- */


h2.title{
    font-weight: normal;
    font-size:  11pt;
    color:  #231f20; 
}

h3 {
    font-weight: normal;
    font-size: 2em;
}

/*---- columns ----*/

#maincol{
    margin: 28px 0px 0px 150px;
}


div.content {
    background: #4F6BBE;
    margin-top: 20px;
    padding: 2em 1.5em;
    display: none;
    float: left;
    width: 100%;
}
h1.title {
    text-transform: lowercase;
    font-size:  32pt;
    font-weight: normal;
    letter-spacing: -0.05em;
}

h1.title a{
    color: white;
    text-decoration: none;

}

h2.title{
    font-weight: normal;
    font-size:  11pt;
    color:  #231f20; 
}

h3 {
    font-weight: normal;
    text-transform: lowercase;
    font-size: 2em;
}

/*---- columns ----*/

#maincol{
    margin: 28px 0px 0px 150px;
}

#contentcolumn {
    width: 44em;
}

div.content {
    background: #4F6BBE;
    margin-top: 20px;
    padding:10px 15px;
    display: none;
    float: left;
}

div.content>div {
    float: left;
}

/*---- contents ---- */
#contentcolumn   {
	line-height: 1.4;
}
#contentcolumn  a {
    color: white;
    text-decoration: none;
    font-size: 105%;
}
#contentcolumn  a:hover {
    
    text-decoration: underline;
}
#contentcolumn  ol,

#contentcolumn  ul {
    margin-left: 2em;
}

li a {
    text-transform: lowercase;
}

.illustration {
    margin-left: 1em;
    float: right;
}

p {
    margin-bottom: 0.5em;
}

.social {
    margin: 1em 0;
    width: 33%;
    float: left;
}

.badge {
    vertical-align: text-top;
    float: left;
    margin: 0 1em 0 1em;
}

#ccflogo {
    margin: 0 1em 1em 3em;
}

.quote {
    font-style:italic;
}
/* ----- the grid of pictures ---- */

#picgrid {
    position: relative;
    width: 448px;
    height: 384px;
}

#fixedbox {
    position: absolute;
    z-index: -2;
    right: 0px;
    bottom: 0px;
}

* html .fixedbox {
    position: absolute;   
}

.picrow {
    position: absolute;
    right: 0px;
}

#picrow1 { bottom: 320px; }

#picrow2 { bottom: 256px; }

#picrow3 { bottom: 192px; }

#picrow4 { bottom: 128px; }

#picrow5 { bottom: 64px; }

#picrow6 { bottom: 0px; }


.pic {
    display: inline;
    float: left;
}

.pic, .pic img{
    position: static;
    width: 64px;
    height: 64px;
}

#pic7, #pic21 {
    background: #506bbd;
}

#pic9, #pic18, #pic20 {
    background:  #231f20;
}

/*---- menu items ---*/


img.menuitem {
    width: 128px;
    height: 64px;
}

li.menuitem{
    color: white;
    position: absolute;
    z-index: 2;
    left: 0px;
    background:  #231f20;
}

#co2talk { top: 0px; }
#groups { top: 64px; }
#ccf { top: 192px; }
#share { top: 128px; }

/* horizontal scrolling */ 

.scrollable {
    position: relative;
    overflow: hidden;
    width:  44em;
    height:  21em;
}

.scrollable .items{
    width: 20000em;
    position: relative;
}

.items>div {
    float: left;
    width: 40em;
    padding: 0.5em 2em 0 2em;
    position: relative;
    height:  20em;
}

.next {
     text-align: right;
}
.next, .prev {
    text-transform: lowercase;
}

.nav {
    width: 40em;
    border-top: solid thin  #bdc3e5;
    position: absolute;
    bottom: 0;
}

.nav>a{
    display: block;
    float: left;
    width: 33%;
}
.nav>span{
    text-align: center;
    width: 33%;
    display: block;
    float: left;
}


dl, dt, dd {
    margin: 0;
    padding: 0;
}

dl dt {
    font-weight: bold;
    display: inline;
}

dl dd {
    display: inline;
}

