
 /* 
	Alumni 1981 physics pain pages style
	Author: Bozho
	Table of Contents:
		layout
		typography
*/




/* layout
----------------------------------------------- */

*{
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
 
body {
	background-image: url(../0-Files-Images/bg-446.gif);
	background-color: #CDCCC5;
	background-attachment: fixed;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-weight: normal;
	font-size: inherit;
}
a:link {
	color: #0000CC;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
	line-height: 145%;
}
a:visited {
	color: #7D028E;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: hidden;
	border-left-style: hidden;
	line-height: 145%;
}
a:hover {
	color: #004600;
	background-color: #FEE481;
	overflow: visible;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: inherit;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: hidden;
	border-bottom-style: solid;
	border-left-style: hidden;
	border-color: #FF0000;
	border-radius: 10px;
}
a:active {
	color: #800000;
	background-color: #CCFF33;
	text-decoration: underline;
	font-size: inherit;
	border-radius: 10px;
}
.desined-by-bozho {
	color: #009;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #D1D9B0;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	padding-bottom: 1px;
	font-weight: bold;
	font-style: oblique;
	padding-top: 0px;
	font-size: 10px;
	line-height: 10px;
	border-radius: 6px;
}
.desined-by-bozho:hover {
	color: #000;
	background-color: #FF0;
}

/*    FORMATING MAIN PAGES*/
.DELIMITER--------PAGE-FORMAT {}

#left-pannel-holder{
	position: fixed;
	top: 46px;
	left: 0; right: 0px; margin: 0 0 0 0;
	visibility: visible;
	display: block;
	height: 93%; /* for browsers not supporting the calc90 function */
	height: calc(100% - 46px); /* subtract the heith of the site top navigation ribbon */
	overflow: visible;
}
@media(min-width: 1300px){ /*the BODY WIDTH width */
	#left-pannel-holder{
		left: 0px; /* for browsers not supporting the calc() function */
		left: calc(50% - 1300px / 2); /* subtract HALF of the BODY WIDTH width */
	}
}
@media(width: 1300px){
	#left-pannel-holder{
		left: 0px;
	}
}
@media(max-width: 1300px){
	#left-pannel-holder{
		left: 0px;
	}
}
#left-pannel-Slider{
	visibility: visible;
	display: block;
	width: 203px;
	height: 93%; /* for browsers not supporting the calc90 function */
	height: calc(100% - 12px); /* when the slide bar to appear */
	overflow: auto;
	position: absolute;
}

#sidebar{
	position:static;
	left:0px;
	width: 175px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-right-style: groove;
	border-bottom-style: dotted;
	border-left-style: groove;
	border-top-color: #FFC66F;
	border-right-color: #FFC66F;
	border-bottom-color: #FFC66F;
	border-left-color: #FFC66F;
	background-color: #BBB364;
	z-index: 4;
	overflow: visible;
	margin-left: 3px;
	margin-top: 3px;
	border-top-left-radius: 53px;
	border-top-right-radius: 53px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
/* sidebar
----------------------------------------------- */
#sidebar a {
	color: #009;
	background: #005100;
	background-color: #D0962B;
	border: 0;
	border-radius: 24px;
	}
#sidebar a  img:hover{
	border: none #005100 0;
	border-top-color: #005100;
	border-right-color: #005100;
	border-bottom-color: #005100;
	border-left-color: #005100;
	background: #005100;
	background-color: #005100;
	}

#nav{
	width: 165px;
	left: 10px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 5px;
	list-style: none;
}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #270701;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #E7E0A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFBF80;
	border-right-color: #FCFEA5;
	border-bottom-color: #FF0000;
	border-left-color: #FCFEA5;
	border-radius: 12px 80% 80% 12px;
}

#nav a:hover{
	color: #FF6;
	background-color: #252D06;
}	
#nav a:active{
	color: #0F0;
	background-color: #8F2418;
}

#nav ul{ /* Sub_Menue */
	margin: 0;
	padding: 0;
	list-style-type: none;
}	
#nav ul  li{ /* Sub_Menue */
	width: 90%;
	margin-left: auto;
	text-align: left;
}
#nav ul li a { /* Sub_Menue */
	color: yellow;
	font-size: 11px;
	line-height: 14px;
	background-color: black;
	margin: 0;
	padding: 0;
}	
#nav ul li a:hover{ /* Sub_Menue */
	color: black;
	background-color: yellow;
}	
#nav ul li a:active{ /* Sub_Menue */
	color: #0F0;
	background-color: #8F2418;
}	
		
#Announcements{
	position:relative;
	bottom: 12px;
	left: 5px;
	width: 175px;
	height: 128px;
	background-color: #9AC77E;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
	border-top-style: dashed;
	border-right-style: dotted;
	border-bottom-style: dashed;
	border-left-style: dotted;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	text-align: center;
	visibility: visible;
	border-color: #FF0033;
	z-index: 0;
	margin-bottom: 55px;
	border-radius: 10px;
	}

* html div#sidebar  { top: 38px; left:20px;	width: 250px; position:absolute; }

#content{
	min-width: 200px;
	max-width: 1234px; /* body width minus slider holder=203px */
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 16px;
	margin-left: 204px;
	padding-left: 4px;
	padding-right: 4px;
	border-top:   groove #6600CC 6px;
	border-bottom: ridge #6600CC 6px;
	border-right: dashed #A851FF 1px;
	border-left:  dashed #A851FF 1px;
	text-align: justify;
	position: relative;
	z-index: 5;
}
#content-center{
	text-align: justify;
	min-width: 222px;
	max-width: 1250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.Sub-Section_titles {
	font-size: 1.25em;
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	letter-spacing: 0.4pt;
	color: #54650E;
	text-transform: uppercase;
	text-decoration: underline;
	padding-top: 0.5em;
	margin-bottom: 0px;
}

p a:hover {
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #8ad459;
}

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #222;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #aaa;
	}
pre code{ line-height: 1.1em;}

fieldset{ border: none; }

#content ul, ol{ padding-left:32px; }

.section{
	padding: 9px;
	border-left-style: ridge; border-top-style: ridge;
	border-right-style: groove; border-bottom-style: groove; 
	border-width: 8px; border-color: #A98105;
	border-radius: 50px;
}

/* misc
----------------------------------------------- */

.DELIMITER--------TEXT-CLASSES {}
.End_Last_Update {
	color: #CC0000;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
.End_Years_Bozhos_Site {
	font-weight: bold;
	font-style: italic;
	color: #773C00;
	font-size: 17px;
}
.End_Dates {
	color: #6D6323;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}
.End_Some_Matters {
	color: #400040;
	font-size: 15px;
	font-weight: bolder;
}
.Addresses_and_Links_Title {
	color: #CC0000;
	font-size: 21px;
	font-weight: bold;
}
.CV_Main_Title {
	font-size: 29px;
	font-weight: bold;
}
.CV_Sub_Totles {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	color: #77382F;
}
.LaTeX_Lists {
	font-size: 17px;
	font-weight: bolder;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.Photo_Activity_Title {
	font-size: 29px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: overline;
	line-height: 32px;
	margin-top: 6px;
}
.Photo_Activity_Sub_Title {
	font-size: 21px;
	color: #990033;
	font-weight: bold;
	font-style: italic;
}
.Photo_Activity_Explanations {
	font-size: 15px;
	font-weight: bold;
	color: #9D0000;
}
.Photo_Activity_Years {
	font-size: 21px;
	color: #663333;
	font-weight: bold;
}
.Photo_Activity_Lists {
	font-size: 17px;
	color: #663333;
	font-weight: bold;
}
.Photo_Activity_Events_Dates {
	font-size: 17px;
	color: #003300;
	font-weight: bold;
}
.Photo_Activity_PhysFac_Gathering {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #663300;
	text-transform: none;
	font-variant: normal;
}
.Photo_Activity_Sad_Remark {
	font-size: 17px; 
	font-weight: bold;
	color: #663333;
}
.Photo_Activity_To_years_table {
	color: #990033;
	font-size: 10px;
	font-weight: bold;
}

 .Published_Work_Author {
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.Published_Book_Title {
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
	color: #CE132F;
}
.Published_Work_Title {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #4D4D00;
}
.Published_Work_Error {
	color: #235167
}
.Publication_Journal_Title {
	font-size: 15px;
	color: #4D0000;
}
.Publication_Collection_Title {
	font-size: 15px;
	color: #34305A;
}
.Publication_Proceedings_Title {
	font-size: 15px;
	color: #2C5102;
}
.Publication_Communication_JINR {
	font-size: 15px;
	color: #175A0C;
}
.Publications_Title-scientific_works {
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	color: #006600;
	letter-spacing: 1px;
	word-spacing: 4px;
}

.Publications_years-distribution-table {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.Publications_List_Format {
	font-size: 15px;
	font-style: italic;
	font-weight: lighter;
	font-family: "Comic Sans MS";
}
.Publications_List-Year {
	font-size: 21px;
	font-weight: bold;
	color: #333366;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
}
.Publications_Lists_Coming_Titles {
	font-size: 21px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: oblique;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: 2px;
	word-spacing: 12px;
	font-variant: small-caps;
}
.Publications_Subject_List_Title {
	font-size: 21px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: oblique;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: 2px;
	word-spacing: 12px;
	font-variant: small-caps;
}
.Publications_Subjct_List_Table {
	font-size: 17px;
	color: #CC0000;
	font-weight: bold;
}
.Publications_Future_Author {
	color: #00006F;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	background-color: #C4BAD1;
	border-radius: 24px;
}
.Publications_Future_Title {
	color: black;
	font-size: 17px;
	font-weight: bold;
	background-color: #DED9E6;
	text-align: center;
	border-radius: 24px;
}
.Site_Map_Title {
	font-size: 15px;
	font-weight: bold;
	color: #A45200;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Web_Design_emphasize {
	font-size: 12px;
	color: #820000;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
}
