
html, body {
	width: 100%;
	height: 100%;
}
.ie6 html {
	overflow-y: hidden;
}


body {
	background-color: #fff;
	color: #424242;
	font-family: Ropa Sans;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	
	background-color: #f2f2f2;
		
	text-align: left;
}
.ie6 body {
	overflow-y: hidden;
}


a:link { 
	color: #0000ff;
	text-decoration: none;
	/*border: ;*/
}
a:visited { 
	color: #666666;
	text-decoration: none;
	/*border: ;*/
}
a:hover { 
	color: #0000ff;
	text-decoration: underline;
	/*border: ;*/
}
a:active { 
	color: #0000ff;
	text-decoration: underline;
	/*border: ;*/
}

a img { border: none; }

.noHorizScroll {
	overflow-x: hidden !important;
}






#allContainer {
	position: relative;
	margin: 0;
	padding: 0;
}
.ie6 #allContainer {
	width: 100%;
	height: 100%;
	overflow-x: auto;
}

	#sideColumn {
		position: fixed;
		z-index: 2000;
		left: 0px;
		width: 200px;
		top: 0; bottom: 0;
				background-color: #f2f2f2;
			}
	.ie6 #sideColumn {
		position: absolute;
		height: 100%;
	}
	
		#sideColumnTop {
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 30px;
			padding-bottom: 20px;
			/*width: 140px;*/
		}
	
			#sideColumnTop h1 { 
				min-height: 40px;
				float: none;
				padding: 0;
				margin: 0;
				color: #1a1a1a;
				font-family: Ropa Sans;
				font-size: 22px;
				font-weight: bold;
				font-style: normal;
				font-variant: normal;
				line-height: 1em;
				
				margin-bottom: 20px;
			}
				#sideColumnTop h1 a {
					color: #1a1a1a !important;
					text-decoration: none;
				}
		
			#sideColumnTop li a:link, #sideColumnTop li a:visited { 
				color: #1a1a1a;
				text-decoration: none;
			}
			#sideColumnTop li a:hover { 
				color: #0000ff;
				text-decoration: underline;
				/*border: ;*/
			}
			#sideColumnTop li a:active, #sideColumnTop li.selected>a { 
				color: #1a1a1a;
				text-decoration: underline;
				/*border: ;*/
			}
			
			#sideColumnTop li li a:link, #sideColumnTop li li a:visited { 
				color: #1a1a1a;
				text-decoration: none;
			}
			#sideColumnTop li li a:hover { 
				color: #0000ff;
				text-decoration: none;
				/*border: ;*/
			}
			#sideColumnTop li li a:active, #sideColumnTop li li.selected>a { 
				color: #1a1a1a;
				text-decoration: line-through;
				/*border: ;*/
			}
			

			#sideColumnTop ul {
				list-style: none;
				margin: 0 0 20px;
				padding: 0;
			}
				#sideColumnTop ul li {
					padding-bottom: 6px;
					font-family: inherit;
					font-size: 14px;
					font-weight: normal;
					font-style: normal;
					font-variant: ;
					line-height: 20px;
					
				}
					#sideColumnTop ul li.selected>a {
						/*font-weight: bold;
						color: #000;*/
					}
				#sideColumnTop ul ul {
					margin: 0 0 0 0px;
				}
					#sideColumnTop ul ul li {
						padding-bottom: 0;
						text-transform: none;
						font-family: inherit;
						font-size: 11px;
						font-weight: normal;
						font-style: normal;
						font-variant: ;
						line-height: 16px;
					}
			
			#sideColumnTop ul select { 
				width: 100%;
			}
			
			
		#additionalText {
			position: absolute;
			min-width: 140px;
		}
			#additionalText p { margin: 0; padding: 0; }
		
				
		#sideColumnBottom {
			position: absolute;
			bottom: 0;
			width: 140px;
			padding: 20px 20px 30px;
		}
			#sideColumnBottom p {
				width: 100%;
				font-size: 10px;
				margin: 0;
				padding: 0;
			}
			#sideColumnBottom #userCopyright {
				
			}
			#sideColumnBottom #bertaCopyright {
				
			}
			


	#contentContainer {
		position: relative;
		z-index: 1000;
	}
	.ie6 #contentContainer {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto !important;
	}
	
		#firstPageMarkedEntries {
			position: relative;
		}
			#firstPageMarkedEntries .xEntry {
				width: 380px;
			}
			.firstPagePic {
				position: absolute;
			}
				.firstPagePic .xGalleryEditButton {
					display: none;
				}
					.firstPagePic .xGalleryEditButton span {
						display: none;
					}
				.firstPagePic .xGallery {
										background: url('layout/shadow.png') right bottom;
									}
					.firstPagePic .xGalleryItem {
						position: absolute;
												left: -5px;
						top: -5px;
											}
				.firstPagePicLink {
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					z-index: 1000;
					outline: none;
				}
	
	
	
	
		#mainColumnContainer {
			position: relative;
			padding-left: 0px;;
		}
	
		#mainColumn {
			position: relative;
			margin-top: 93px;
			margin-left: 200px;
			padding-bottom: 20px;
			padding-left: 30px;
			/*width: 800px;*/
			width: 380px;
		}


		ol#pageEntries {
			position: relative;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			ol#pageEntries li.xEntry {
				position: relative;
				clear: both;
				list-style:none;
				margin-bottom: 120px;
				padding: 0;
			}
	
				ol#pageEntries li.xEntry h2 {
					padding: 0;
					margin: 0;
					font-size: 16px;
					font-weight: bold;
				}
				ol#pageEntries li.xEntry .xGalleryContainer {
					position: relative;
					clear: both;
					padding: 0;
					margin-bottom: 5px;
				}
				ol#pageEntries li.xEntry .xGalleryType-slideshow {

				}
				ol#pageEntries li.xEntry .xGalleryType-row {
				
				}
                ol#pageEntries li.xEntry .xGalleryType-pile {

                }
                ol#pageEntries li.xEntry .xGalleryType-column {

                }
				
					ol#pageEntries li.xEntry .xGalleryContainer .xGallery { 
						position: relative; 
					}
					ol#pageEntries li.xEntry .xGalleryType-slideshow .xGallery {
						margin-bottom: 5px;
					}
					
						.xGalleryContainer .xGallery div.xGalleryItem { display: block; }
						.xGalleryType-column div.xGalleryItem {
							padding-bottom: 1.4em;
						}
                        .xGalleryType-row .xGalleryItem {
                            position: relative;
                            float: left;
                            padding-right: 1.4em;
                        }
						.xGalleryImageCaption { position: relative; }
						.xGalleryType-slideshow .xGalleryImageCaption { display: none; }
		
					ol#pageEntries .xGalleryContainer ul.xGalleryNav {
						display: block;
						position: relative;
						clear: both;
						margin: 0 0 2px;
						padding: 0;
						list-style: none;
						height: 18px;
					}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li {
							display: block;
							float: left;
							list-style: none;
							line-height: 96%;
							margin: 0;
						}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li .xGalleryImageCaption { display: none; }
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li a {
							display: block;
							float: left;
							padding: 1px 5px 1px;
							color: #1a1a1a;
							text-decoration: none;
							outline: none;
						}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
							color: #0000ff;
							text-decoration: underline;
						}
						ol#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
							color: #1a1a1a;
							text-decoration: underline;
						}
			
			
				ol#pageEntries li.xEntry .entryText {
					position: relative;
					clear: both;
					margin: 0 0 6px;
				}
					ol#pageEntries li.xEntry .entryText p {
						margin: 0 0 6px;
					}

					/* disqus fix */
					ol#pageEntries #dsq-content ul, ol#pageEntries #dsq-content li {
					    list-style-position: outside;
					    list-style-type: none;
					    margin: 0;
					    padding: 0;
					}
					
					ol#pageEntries li.xEntry .entryText ul {
						margin: 0 0 6px;
						padding: 0 0 0 15px;
					}
						ol#pageEntries li.xEntry .entryText ul li {
							list-style-type: circle;
							margin: 0 0 3px 0;
							padding: 0;
						}
					ol#pageEntries li.xEntry .entryText ol {
						margin: 0 0 6px;
						padding: 0 0 0 15px;
					}
						ol#pageEntries li.xEntry .entryText ol li {
							margin: 0 0 3px 0;
							padding: 0;
							list-style-type: decimal;
						}
			
		 
				ol#pageEntries li.xEntry .entryTags {
					position: relative;
					clear: both;
				}
				
				
				
				
	.floating-banner {
		position: absolute;
		z-index: 3000;
	}
				
				
		

	



