body {
	padding:0px;
	margin:0px;
	background-color:#aaa;
	background-image:url('../img/background.png');
	background-position:center;
	background-repeat:repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	font-weight:normal;
}

h3 {
	clear:both;
}

.columnFull {
	float:left;
	width:100%;
}

.columnHalf {
	float:left;
	width:50%;
}
.marginLeftHalf {
	margin-left:50%;
}
.marginRightHalf {
	margin-right:50%;
}

.columnThird {
	float:left;
	width:32.3%;
}
.marginLeftThird {
	margin-left:32.3%;
}
.marginRightThird {
	margin-right:32.3%;
}

.columnTwoThirds {
	float:left;
	width:64.6%;
}
.marginLeftTwoThirds {
	margin-left:64.6%;
}
.marginRightTwoThirds {
	margin-right:64.6%;
}

.columnQuarter {
	float:left;
	width:25%;
}
.marginLeftQuarter {
	margin-left:25%;
}
.marginRightQuarter {
	margin-right:25%;
}

.columnThreeQuarters {
	float:left;
	width:75%;
}
.marginLeftThreeQuarters {
	margin-left:75%;
}
.marginRightThreeQuarters {
	margin-right:75%;
}

.columnFifth {
	float:left;
	width:20%;
}
.marginLeftFifth {
	margin-left:20%;
}
.marginRightFifth {
	margin-right:20%;
}

.columnTwoFifths {
	float:left;
	width:40%;
}
.marginLeftTwoFifths {
	margin-left:40%;
}
.marginRightTwoFifths {
	margin-right:40%;
}

.columnThreeFifths {
	float:left;
	width:60%;
}
.marginLeftThreeFifths {
	margin-left:60%;
}
.marginRightThreeFifths {
	margin-right:60%;
}

.columnFourFifths {
	float:left;
	width:80%;
}
.marginLeftFourFifths {
	margin-left:80%;
}
.marginRightFourFifths {
	margin-right:80%;
}

.newColumn {
	clear:both;
}




/* */

#rightColumn {
	/*background-color:#eee; */
	position:fixed; 
	left:50%; 
	width:310px; 
	margin-left:190px; 
	height:100%;
	top:65px;
	overflow:hidden;
}

#leftColumn {
	width:650px;
	/*background-color:#ccc;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;*/

}

#headLogo {
	text-align:left;
	height:300px;
	width:650px;
	background-color:#fff;
	border-top:3px solid #999;
	border-bottom:3px solid #999;
	/*border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	margin-top:30px;
	background-image:url('../img/new_banners/full-biblioblogs-feed.png');
}

#headLogoImage {
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}

#headBanner {

	display:none;

	width:75%;
	min-height:100px;
	border-top:3px solid #999;
	border-bottom:3px solid #999;
	background-color:#ccc;
	clear:both;
	
	/*background-image:url('../img/banners/tex-crit-translation-and-linguistics.png');*/

}

#headBannerTitle {
	
	float:right;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, Times;
	margin-top:250px;
	padding:10px;
	color:#000;
	/*text-shadow: 2px 2px 0px #000,0px 0px 2px #000;*/
	background-color:#eee;
	opacity:.85;
	
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
}

#headBannerTitleLink {
	text-decoration:none;
	color:#000;
}
#headBannerTitleLink:hover {
	text-decoration:underline;
}

#content {

	/*border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	padding-top:20px;
	padding-bottom:10px;
	font-size: 11pt;
	font-family: Georgia, Times;
	background-color:#fff;

}

#content p {

	line-height: 150%;
	color:#111;

}

#content h2 {

	font-weight:normal;
	font-size:18pt;

}

#content h2 a {
	color:#000;
	text-decoration:none;
}

#content h2 a:hover {
	text-decoration:underline;
}

#content h3 {
	font-size:12pt;
	
	border-top:2px solid #999;
	padding:10px;
	width:95%;
	
	background-color:#eee;
	
}

#tagCloud {

	background:#fff;
	font-size:8pt;
	color:#aaa;
	margin:0px;
	padding:1ex;
	text-align:center;

}
#tagCloud a {
	color:#aaa;
	font-style:italic;
	text-decoration:none;
}
#tagCloud a:hover {
	color:#000;
	text-decoration:underline;
}

#contentMeta {
	
	border-top:2px solid #999;
	padding-top:10px;
	
	width:292px;
	margin:10px;
	margin-right:0px;
	margin-top:0px;
	float:right;
	
	background-color:#eee;

}

#contentMetaAuthor {

	padding-left:1ex;
	padding-right:1ex;
	font-size:10pt;

}
#contentMetaAuthor a {
	text-transform:uppercase;
	color:#333;
	text-decoration:none;
}
#contentMetaAuthor a:hover {
	color:#666;
}

#contentMetaButtons {
	padding-top:1ex;
	padding-bottom:1ex;
	background-color:#fff;
	font-size:8pt;
	text-align:center;
	clear:both;
	width:100%;
}

#contentMetaCategory {
	
	font-size:9pt;
	font-style:italic;
	color:#666;
	
	padding-left:1ex;
	padding-right:1ex;
	
}

#fb-root {
	margin-top:10px;
}

#topLinksWrapper {

	position:fixed; 
	left:50%; 
	width:310px; 
	margin-left:190px; 
	border-top:30px solid #fff;
	top:0px;

}

#topLinks {
	
	border-top:3px solid #999;
	text-align:right;
	color:#ccc;
	background-color:#eee;
	font-family:Arial;
	font-size:11pt;
	padding: 0px 10px;
	padding-bottom:10px;

}

/* MENU TABS */
/* root element for tabs  */
#menuTabs {  
	margin:0 !important; 
	padding:0;	 	
}

/* single tab */
#menuTabs li {  
	float:right;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
#menuTabs a { 
	float:left;
	/*font-size:13px;*/
	display:block;
	/* padding:5px 30px;	*/
	text-decoration:none;
	/*border-bottom:0px;*/
	/*height:18px;*/
	background-color:#efefef;
	color:#777;
	/*
	position:relative;
	top:1px;	*/
	outline:0;
	margin:3px;
	padding:3px;
}

#menuTabs a:hover {
	/*background-color:#F7F7F7;*/
	color:#000;
}
	
/* selected tab */
#menuTabs a.current {
	/*
	background-color:#ddd;
	border-bottom:1px solid #ddd;	*/
	color:#000;	
	cursor:default;
}
	
/* tab pane */
.menuPane {
	clear:both;
	display:none;
	color:#000;
	text-align:left;
	font-size:10pt;
	font-family:Georgia,Times;
	/*border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:5px;
	background-color:#ddd;	*/
}

.menuPane ul {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-bottom:0px;
}
.menuPane li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #ccc;
}
.menuPane li a {
	text-decoration:none;
	color:#000;
}
.menuPane li a:hover {
	color:#666;
}


#loginPane {
	font-size:10pt;
	padding-left:10%;
	padding-right:10%;
	text-align:center;
	padding-top:10px;
}
#loginPane fieldset {
	border:none;
	padding:none;
	margin:none;
}
#loginPane input {
	width:99%;
}
#loginPane p {
	font-size:8pt;
	text-align:center;
	padding:0px;
	margin:0px;
}
#loginPane button {
	text align:center;
	color:#fff;
	background-color:#333;
	border:none;
	margin-left:25%;
	margin-right:25%;
	width:50%;
	margin-bottom:10px;
}









#searchDialog {

	background-color:#eee;
	display:none;

}

#rightColumn .item {
	/*margin:10px;
	margin-bottom:10px;*/
	padding-top: 10px;
	padding-bottom:20px;
	border-top: 1px solid #aaa;
	background-color:#fff;
	/*
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
	*/
}


#items {
	font-size:11pt;
	overflow:auto;
	position:relative;
	width:350px;
	top:0px;
	height:100%;
}

#itemsShim {
	width:310px;
}

#itemsEOL {
	display:block;
	height:250px;
	text-align:center;
}

#items a {
	color:#000;
	text-decoration:none;
}

#items .item {
	background-color:#fff;
	width:310px;
}
#items .item:hover {
	background-color:#ffd;
}

#items .itemBlog {
	color:#666;
}

#items .itemTitle {
	font-weight:bold;
	padding-top:.5em;
}

#items .itemDate {
	float:right;
	font-size:10pt;
}

#items .itemCommentsCount:after {
	padding-top:.5em;
	font-style:italic;
	content: " comments";
	font-size:9pt;
}
#items .itemCommentsCount {
	font-style:italic;
	float:right;
}

#items .itemAuthor {
	font-style:italic;
	margin-top:.5ex;
}

#items .itemCategory {
	font-size:8pt;
	padding-top:.5em
}

#items .itemSelected {
	background-color:#ffd;
	padding-left:1ex;
	width:295px;
	border-left:5px solid #ccc;
}

#itemsMore
{
	/*background-color:#eee; */
	color:#fff;
	position:fixed; 
	left:50%; 
	width:310px; 
	margin-left:190px; 
	bottom:0px;
	
	background-color:#aaa;
	opacity:.9;
	display:block;
	padding: 3px;
	border-left 1px solid #aaa;
	border-right 1px solid #aaa;
	/*
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	box-shadow: 0px 0px 5px #aaa;
	*/
	text-align:center;
}
.itemsMoreLink {
	color:#fff;
	text-decoration:none;
}
.itemsMoreLink:hover {
	opacity:1;
}



#readMore {
	display:block;
	text-decoration:none;
	width:100%;
	background-color:#eee;
	padding-top:1ex;
	padding-bottom:1ex;
	text-align:center;
	font-size:14pt;
	color:#333;
	font-style:italic;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	clear:both;
}
#readMore:hover {
	background-color:#ffe;
}


#footerInfo {
	
	background:#eee;
	color:#000;
	/*border:1px solid #aaa;*/
	border-top:3px solid #999;
	
	/*
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	*/
	padding:0px;
	/*
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	*/

}
#footerInfo h4 {
	font-size:12pt;
	padding-top:1ex;
	padding-bottom:1ex;
	padding-left:1.5ex;
	padding-right:1ex;
	margin:0px;
}
#footerInfo ul {
	font-size:9pt;
	margin:0px;
	padding-bottom:1ex;
	list-style-type:square;
}
#footerInfo li {
	margin-bottom:1ex;
}
#footerInfo a {
	color:#000;
	text-decoration:none;
}
#footerInfo a:hover {
	text-decoration:underline;
}

#copyrightInfo {
	font-size:9pt;
	color:#aaa;
	text-align:center;
	padding:3em;
}








/*FORMS*/
#stylized p, #stylized h1, #stylized form, #stylized button{border:0; margin:0; padding:0;}
#stylized .spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
#stylized.myform{
margin:0 auto;
width:400px;
padding:14px;
margin-top:30px;
margin-bottom:30px;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized p.agreement{
	text-align:center;
	clear:both;
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom:solid 1px #b7ddf2;
	border-top:solid 1px #b7ddf2;
	padding-bottom:10px;
	padding-top:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

/* ERRORS & NOTICES */
div.fatalError, div.error, div.notice{
	clear:both;
	font-weight:bold;
	padding:1em;
	margin:0px 50px;
	font-size:12px;
	text-align:center;
}
div.fatalError {
	background-color:#C00;
	color:#FFF;
	border:3px solid #F00;
}
div.error {
	background-color:#FCC;
	color:#000;
	border:1px solid #F00;
}
div.notice {
	background-color:#CCF;
	color:#000;
	border:1px solid #00F;
}
div.fatalError h1, div.error h1, div.notice h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:left;
	border:none;
}


* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 665px;
	width: 700px;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}













.modal, .modalWithClose {
		background-color:#fff;
		display:none;
		width:450px;
		padding:15px;
		text-align:left;
		border:2px solid #333;
	
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		/*-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;*/
	}
	
.modalWithClose .close {
	background-image:url('../img/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
	
#fullArticle {

	display:none;
	background-color:#aaa;
	width:95%;
	height:95%;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	/*-moz-box-shadow: 0 0 50px #000;
	-webkit-box-shadow: 0 0 50px #000;*/
}

#fullArticle .close {
	background-image:url('../img/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#fullArticleContent {
	width:100%;
	height:100%;
	border:none;
	padding:0px;
	margin:0px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
	
/* Tabs */
/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0px;
	padding:0px;
	margin:0px;
	margin-right:5px;
	list-style-image:none !important; 
	background:#eee;
	border:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

/* link inside the tab. uses a background image */
.tabs a { 
	/*background: url(/img/global/tabs.png) no-repeat -652px 0;*/
	font-size:10pt;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px 1em;
	
	position:relative;
	top:1px;
}

.currentTab {
	border-bottom:1px solid #eee;
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;
	padding:0px;
	margin:0px;
}

#accountInfo {
	clear:both;
	border:1px solid #ccc;
	background-color:#eee;
}

#accountInfo label, #accountInfo .field {

	font-size:8pt;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #ccc;
	float:left;

}

#accountInfo label {
	color:#333;
	clear:both;
	font-weight:bold;
	width:32.3%;
	padding-right:1%;
	text-align:right;
}
#accountInfo label.labelTitle {
	font-size:10pt;
}
#accountInfo div.labelTitle {
	line-height:10pt;
}

#accountInfo .field {
	width:66.6%;
	font-family:Arial, sans-serif;
}

#accountInfo input {
	border:1px solid #ccc;
	font-size:8pt;
	width:90%;
}
#accountInfo textarea {
	border:1px solid #ccc;
	font-size:8pt;
	width:90%;
	height:150px;
}


#accountInfo .accountError {
	color:#f00;
	padding-left:1em;
}

#accountInfo .accountMessage {
	color:#000;
	padding-left:1em;
}


.profileEntry {
	padding-bottom:1ex;
}
.deleteProfileInfoLink {
	color:#ccc;
	text-decoration:none;
}
.deleteProfileInfoLink:hover {
	color:#F00;
}
.addProfileInfoLink {
	padding-bottom:1ex;
	color:#aaa;
}




#searchPane {

	border-top:1px solid #aaa;
	text-align:center;
	background-color:#ccc;
	padding-top:3px;
	padding-bottom:3px;

}

#searchPane input {

	border:1px solid #aaa;
	border-radius:2px;
	background-color:#fff;

}
#searchPane button {

	border:1px solid #aaa;
	border-radius:2px;
	background-color:#eee;

}

.disclaimer {

	font-size:10px;
	border:1px solid #ccc;
	background-color: #eee;
	margin:1em;
	padding:1em;

}