/* CSS FOR ROBIN COHEN'S WEBSITE*/

html{background: #F8F8F8;}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #F8F8F8;
	margin: 4;
	padding: 0;
	color: #000;
}

/*THIS MAKES THE CONTAINER BOX*/
.container {
	width: 99%;
	background: #F8F8F8;
	margin: 0 auto; /*the auto value on the sides, coupled with the width, centers the layout*/
	/*margin-left: 173px;*/
	border:1px solid #F8F8F8;
	/*box-shadow: 1px 1px 2px 1px rgb(157,4,43); /*horizonal vertical blur spread color*/
	/*-mox-box-shadow: 1px 1px 2px 1px rgb(157,4,43);
	-webkit-box-shadow: 1px 1px 2px 1px rgb(157,4,43);*/
}

.content {

	padding: 5px 0;
}


/*THESE CONTROL THE MENU BAR*/

.tbar {vertical-align:middle; padding-top: 0px; padding-left:5px; padding-right:5px; padding-bottom:0px; width:100%; border-bottom:1px;  border-top:2px; background: #F8F8F8;}

.menuA {font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:1.3em; color:rgb(157,4,43); padding-top:2px; padding-bottom:2px; padding-left:15px; padding-right:15px; background: #6699cc;}

.menu a:link {text-decoration:none; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:1.3em;  color:6699FF; padding-top:2px; padding-bottom:5px; padding-left:15px; padding-right:15px; background:#7878A5; }
.menu a:visited {text-decoration:none; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:1.3em; color: #000047; padding-top:2px; padding-bottom:5px; padding-left:15px; padding-right:15px;}
.menu a:hover, .menu a:active, .menu a:focus {font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:1.3em; color:#383838; padding-top:2px; padding-bottom:5px; padding-left:15px; padding-right:15px; background: #D8D8D8;}

*THIS CONTROLS THE SIDE BAR*/

.sidebar {font-family:"Times New Roman", Times, serif; font-size:0.3em; line-height:1.0em; color:6699FF; padding:0.5em; background:#F0F0F0;}

/*BASIC ELEMENT DESCRIPTIONS*/

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 5;
	margin: 0;
}

li {font-family:"Times New Roman", Times, serif; color:#666; font-size:1.3em; line-height:1.5em; padding:0.0em;}


blockquote{font-family:"Times New Roman", Times, serif; color:#666; font-size:1.3em; line-height:1.5em; padding:0.4em;}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {color: #0066FF;	text-decoration: none;}
a:visited {color: #45458f; text-decoration: none;}
a:hover, a:active, a:focus {color: #45458f;}

p {padding:0px; margin:0px;}

.main p {font-family:"Times New Roman", Times, serif; color:#666; font-size:1.3em; line-height:1.7em; padding:0.4em;}

.pubs p { font-family:"Times New Roman", Times, serif; color:#666; font-size:0.9em; text-indent: -3.5em; padding-left:3.25em; padding-left:4.75em; padding-bottom:1em; padding-top:0px; vertical-align:top; }
.pubH {font-family:"Verdana", Arial, Helvetica, sans-serif; font-size:1.75em; letter-spacing:0.1em; color:rgb(157,4,43); padding-bottom:0.1em;}

.subhead {font-family:"Verdana", Arial, Helvetica, sans-serif; font-size:1.3em; letter-spacing:0.1em; color:rgb(157,4,43); font-weight:bold; vertical-align:top; padding-right:5px; font-variant:small-caps; text-align:center;}





/*THESE ARE ALL THE REFERENCE FORMATTING*/

.year {font-family:"Verdana", Arial, Helvetica, sans-serif; font-size:0.9em; letter-spacing:0.1em; color:rgb(157,4,43); font-weight:bold; vertical-align:top; text-align:right; border-right:1px solid rgb(157,4,43); padding-right:5px;}

.cover {padding:10px; float:left; }
.coverR {padding:10px; float:right; }
.bookTitle {font-family:Verdana, Geneva, sans-serif; font-size:1.25em; color:rgb(157,4,43); line-height:1.5em }
.bookAuthor {font-family:Verdana, Geneva, sans-serif; font-size:0.9em; color:rgb(157,4,43); font-weight:bold; line-height:1.8em }
.bookPublisher {font-family:Verdana, Geneva, sans-serif; font-size:0.75em; color:rgb(157,4,43); font-style:italic; line-height:1.8em }
.bookSum {font-family:Verdana, Geneva, sans-serif; font-size:0.75em; color:#666; }

.bookTitleA {font-family:"Times New Roman", Times, serif; font-size:1.5em; color:#000066; line-height:1.5em; direction: rtl;  text-align:right;}
.bookAuthorA {font-family:"Times New Roman", Times, serif; font-size:1.1em; color:#000666; font-weight:bold; line-height:1.2em; direction: rtl; text-align:right;}
.bookPublisherA {font-family:"Times New Roman", Times, serif; font-size:1.1em; color:#666; font-weight:bold; line-height:1.2em; direction: rtl; text-align:right;}
.bookSumA {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:1.1em; color:#666; direction:rtl; text-align:right;}

td.tileLeft {background-image:url("pics/tileL2.png");}

.dropcap {
 float: left;
 font-family: font-family:"Times New Roman", Times, serif;
 font-size: 385%;
 line-height: 0.8em;
 margin-right: 0.05em;
 margin-bottom:-0.20em;
 color:#666;
}

.resL {width:600px; margin:0 auto; font-family:"Times New Roman", Times, serif; color:#666; font-size:1em; line-height:1.2em; text-indent: -0.75em; padding-top: 8px;}
.resH {font-family:"Times New Roman", Times, serif; color:#666; font-size:1.1em; line-height:1.3em; font-weight:bold; /*text-indent: -5em; margin-left: 5em;*/}
.resD {margin-left:2em; font-family:"Times New Roman", Times, serif; color:#666; font-size:1em; line-height:1.2em;}

.conY {font-family:"Times New Roman", Times, serif; color:#666; font-size:1.1em; line-height:1.3em; font-weight:bold; /*text-indent: -5em; margin-left: 5em;*/vertical-align:top; padding-top:20px; padding-bottom:20px;}
.conD {margin-left:2em; font-family:"Times New Roman", Times, serif; color:#666; font-size:1em; line-height:1.2em; padding-top:22px; padding-bottom:20px; vertical-align:top;}







/*FLOATS*/
.bannerfltlft {float: left; padding-left:10px;}

.bannerfltrt {float: right; margin-left:px; margin-top:0px; margin-bottom;0px; margin-right:10px}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top:8px;
	margin-left: 8px;
	margin-bottom: 4px;
	margin-right: 4px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-top:4px;
	margin-left:4px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.vcentfltlft {float: left; padding:20px;}

