﻿/*

Style Sheet for Borzoi.org
(c) 2006 Dave Mills

Set to fit the site within an 800px wide browser window

================================================*/ 
	
li		{ font-size: 75%; color:#222; font-style: normal; font-weight: normal; text-align:left;line-height: 1.2;}
p		{ font-size: 75%; color:#222; font-style: normal; font-weight: normal; text-align:left;line-height: 1.2;}
.p0			{ font-size: 100%;}
.p1			{ font-size: 70%;}
.p2			{ font-size: 65%;}
li.subnav	{ font-size: 70%;}
/*p.pnospace	{ margin-bottom:0;margin-top:0;width:200px}*/
p.continued	{ font-size: 75%;font-style: italic;}
p.copyright	{ font-size: 60%; color:#bbb; border:medium; border-top: 1px solid #CCC; line-height: 1.6em;text-align:right;}
p.arttitle	{ font: 100% Georgia, Times New Roman, Times, serif; color: black; font-weight: bold; /*text-align:left;*/ margin-bottom:0;margin-top:0}
p.author	{ font: 75% Georgia, Times New Roman, Times, serif; color: #38302D; text-transform: uppercase; /*text-align:left;*/ margin-bottom:0;margin-top:0}
p.contact	{ background-color:#C0C0C0;font-style: italic; padding: 5px;}
p.caption	{ font-size: 65%;text-align:center;line-height:1.2em;margin-bottom:0;margin-top:0;}
p.lcaption	{ font-size: 65%;text-align:center;float:left;line-height:1.2em;margin-bottom:0;margin-top:0;}
p.credit	{ font-size: 55%;color:#888; text-align:right;line-height:1.2em;margin-bottom:0;margin-top:0;margin-right:10px;}
p.clear		{ clear:both;}
p.quote		{ width:80%;margin:0 10% 0 10%}
p.center	{text-align:center}
h1			{ font-family: Arial; font-size: 120%; line-height: 1.2;font-weight: bold; color: #000080;}
h2			{ font-family: Arial; font-size: 90%; line-height: 1.2;font-weight: bold; color: #000080;margin-bottom:10px}
h3			{ font-family: Arial; font-size: 85%; line-height: 1.2;font-weight: bold; color: #000080}
h4			{ font-family: Arial; font-size: 85%; line-height: 1.2;font-weight: bold; color: #000000}

/* Links 
================================================*/ 
a:visited { 
        border-bottom:1px dotted #469; 
        color:#00B; 
        text-decoration:none;
        line-height: 1.4;	/* leaves room at bottom of div's for link underlines */
} 
a:link { 
        border-bottom:1px dotted #469; 
        color:#00B; 
        text-decoration:none;
        line-height: 1.4;	/* leaves room at bottom of div's for link underlines */
} 
a:visited {color:#006;} 
a:hover { 
        border-bottom:1px #f87d06;
        border-bottom-style:solid; 
        color:#f87d06;
} 
a:focus { 
        border-bottom:1px #f87d06;
        border-bottom-style:solid; 
        color:#f87d06;
} 
a.imglink:visited {border:none;} 
a.imglink:link {border:none;} 
a.imglink:hover {background:transparent;} 

a.copyright:visited {
        border-bottom:0px; 
        border:none; 
        color:#0aa; 
        text-decoration:none;
} 

a.copyright:link {
        border-bottom:0px; 
        border:none; 
        color:#099; 
        text-decoration:none;
} 
a.copyright:hover { 
        color:#f87d06; 
}

a.copyright:focus { 
        color:#f87d06; 
}

/* Overall default page layout
================================================*/
div		{ border: none}
html 	{margin: 0;	padding: 0;	height: 100%;background-color: transparent}
body	{font-family:verdana,sans-serif;background: #444}
img { display:block; border:none}

#wrapper {width:780px; margin: 0 auto}
#announce {width:400px;float:right;border:3px #9a6c4a outset;padding:0 3px;margin-top:10px}
#announce p	{
	font-size: 75%;margin:5px 0 0 0;
}

/* Page Style for pages with one main column with an image across the top of the page, and left nav bar 
================================================*/

#s1content  { /* Parent Wrapper for inside boxes */
 border: 0;
 margin: 5px 0px 5px 0px;
 display: inline; /* IE Hack */
 padding: 5px;
 width: 780px;
 float: left;
 min-height: 370px;
 background:#fff;
}
* html #s1content  {height:370px} /* IE Min-Height Hack */

#footnotes	{ border-top:1px #000 solid;margin:5px 0 5px 0;padding-top:5px}
#footnotes p	{
	margin:0;font-size:70%;line-height:1.2em;
}
#footer {
 	margin: 0; /*0 5px 5px 5px;*/
 	display: inline; /* IE Hack */
 	padding: 5px;
 	float: left;
 	width: 780px;
 	clear:both;
}
/* Page Style for pages with two main columns and a left nav bar (index.html only)
================================================*/	

#centercolumn { /* Parent Wrapper for inside boxes */
 border: 0;
 margin: 5px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 295px;
 float: left;
 min-height: 370px;
}
* html #centercolumn {height:370px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 5px 5px 0px 15px;
 padding: 6px;
 display: inline; /* IE Hack */
 width: 295px;
 float: left;
 border: 0;
 min-height: 370px;
}
* html #rightcolumn {height:370px} /* IE Min-Height Hack */ 

#sitename {
	background:url(../images/site/title.jpg) no-repeat;
	width:235px;
	height:69px;
    display:block;
}	

