/****************************************************************************
 * HW-provided Top-level CSS stylesheet for proxied pages for journal-specific site
 ****************************************************************************/

/** Included pages **/
@import url("tapc-alerts.css"); 
@import url("tapc-feedback.css"); 
@import url("tapc-archive.css"); 
@import url("tapc-archive-by-year.css");  
 
/*****************************************************************
 * Common page elements
 *****************************************************************/
#proxied-contents th {
    font-weight: bold;
}

#proxied-contents table {
    line-height: 110%;
		border:1px solid #000000;

} 

#proxied-contents td,tr,th,p,ol,ul {
    margin: 0; 
    padding: 0;
    text-align: center;
	border: 1px solid black;
}

#proxied-contents h1, h3, dl, dt, dd {
    text-align: left;
    line-height: 120%;
}
#proxied-contents h1  {
color:red;
text-align:center;
}

/* Ugh, this is hackery, but it's the only way I can figure out how to do this without screwing everything else up */
#proxied-contents .proxied-collections h1 {
    margin-top: 0.5em;
}

/* Remove add padding on #content-block, we'll handle that on the #proxied-content div since
we'll need to adjust based on whether we're also proxing a col2 */
/* moved to std design 1 
#content-block {
    padding: 0px;
    width:730px;
}
*/

/* Normally, put a 10px right padding on proxied content.  This is so text doesn't run smack into col-3 */
#proxied-contents {
    padding-right: 0px;
    padding-left: 15px;
}

/*If we're *also* proxying a col2, remove that padding.  This is so the proxied col2 will lie flush against the native col3  */
#proxied-contents.proxied-column-display {
    padding-right: 0px;
}

/* Float any proxied columns left  */
#proxied-contents #col-main {
    width: 533px; 
    padding-right: 10px;
    float: left;
    overflow: hidden;
}

#proxied-contents #col-2 {
    float: left;
}

/* Reset the color on nav links  */
#proxied-contents #col-2 .search-nav a {
    color: black;
}
/* here to override the general proxy overrides  */
/*.pagetype-proxied #header .banner-ads ul{
	margin:1em 5%;
}

.pagetype-proxied #col-3 .content-box h3 {
	font-size:1.2em;
	margin:0px;
	padding:0.3em 0px;
}

#pageid-archive h1, #pageid-coverarchive h1 {
    display:inline;
}

#pageid-archive #content-block #proxied-contents p.proxy-archive-daterange {
	display:inline;
}

#pageid-coverarchive #content-block #proxied-contents p.proxy-archive-daterange {
	display:inline;
}

#pageid-archive #content-block #proxied-contents, #pageid-coverarchive  #content-block #proxied-contents {
	margin-top:15px;
}
*/