/* Start of CMSMS style sheet 'Layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin:0px;
        padding: 0;
        text-align: center;
    }
    div#page {
        width: 960px; 
        margin:  0 auto 0 auto;
        margin-top: 0px;
        padding: 0;
        text-align: left;
    }
    
    /* HEADER */
        div#header {
            height: 13px;
        }

    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
padding-left: 10px;
padding-right: 10px;
        }
        
        /* MAIN */
            div#main {
              height: 100%;
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
        }
        div#footer p {
            margin: 0;
            padding: 0;
            text-align: center;
        }

    /* END FOOTER */

/* END LAYOUT */



div.breadcrumbs {
   padding-top: 0px;
   padding-right: 10px;
   text-align: right;
   font-size: 75%;
 }
div.breadcrumbs2 {
   padding-top: 5px;
   padding-right: 20px;
   text-align: right;
   font-size: 75%;
}

        /* Classes for ignorancia.org */
	.ignimg { /* preview images on image pages */
                margin-left: 10px;
                float: right;
                padding: 10px;
		}
	.ignimgc { /* preview images on image pages */
                margin-left: 0px;
/*                float: left;*/
                padding: 10px;
		}
	.ignimgl { /* preview images on image pages */
                margin-left: 0px;
                float: left;
                padding: 10px;
                padding-top: 0px;
		}
       .ignpano { /* panorama viewer */
                padding: 5px;
                margin: 5px;
		}
      .ignlinks { /* links table */
                width: 98%;
                padding: 5px;
                margin: 5px;
                margin-top: 0px;
                padding-top: 0px;
		}
      .ignsources { /* links table */
                width: 98%;
                padding: 5px;
                margin: 5px;
                margin-top: 0px;
                padding-top: 0px;
		}
	.ignthumb { /* wip thumbnails for image pages */
                padding: 10px;
                margin: 0px;
                float: center;
		}
          .igngalth { /* thumbnails for gallery pages */
                padding: 10px;
                margin: 0px;
                float: center;
		}          
          .igninews { /* thumbnails for image news */
                padding: 10px;
                margin: 0px;
                margin-right: 5px;
                float: left;
		}
        .igngal{ /* gallery table */
                width: 80%;
                text-align: center;
                }

.newstab{
 width: 302px;
}
.newstab-top {
	height: 10px;
	width: 300px;
	background: url(../uploads/NCleanBlue/bg__news.png) no-repeat top;
}
.newstab-main {
	width: 278px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFF;
border-bottom: 1px solid #fff;
}
.newstab-bottom {
	width: 300px;
	height: 10px;
	background: url(../uploads/NCleanBlue/bg__news.png) no-repeat bottom;
}
.trtab-top {
	height: 10px;
	width: 580px;
	background: url(../uploads/NCleanBlue/bg__tab.png) no-repeat top;
}
.trtab-main {
	width: 558px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFF;
border-bottom: 1px solid #fff;
}
.trtab-bottom {
	width: 580px;
	height: 10px;
	background: url(../uploads/NCleanBlue/bg__tab.png) no-repeat bottom;
}
.tbtab-top {
	height: 10px;
	width: 880px;
	background: url(../uploads/NCleanBlue/bg__tab2.png) no-repeat top;
}
.tbtab-bottom {
	width: 880px;
	height: 10px;
	background: url(../uploads/NCleanBlue/bg__tab2.png) no-repeat bottom;
}


.postit-top {
	height: 10px;
	width: 580px;
	background: url(../uploads/NCleanBlue/bg__postit.png) no-repeat top;
}
.postit-main {
	width: 558px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFCC;
border-bottom: 1px solid #FFFFCC;
}
.postit-bottom {
	width: 580px;
	height: 10px;
	background: url(../uploads/NCleanBlue/bg__postit.png) no-repeat bottom;
}

.ignsources{
margin:0; 
margin-left: 1px;
}

/* End of 'Layout' */

