/*
----------------------------------------------------------------------------------------
*    reviews.css
*   
*    Local style sheet for reviews page
*   
*    VERSION 1.00     29/04/09
*   
*    (c) 2009 The Lennox Berkeley Society
----------------------------------------------------------------------------------------
*/


/* width: section (638) - border left and right 1 - 1 padding left and right of 8 - 8 = 620 */
.review					{
						width: 620px;
						border: 1px solid;
						border-color: #ccc;
						background-color: #fff;
						padding: 8px;
						margin-top: 5px;
						margin-bottom: 5px;
						margin-left: 0px;
						margin-right: 0px;
						min-height: 80px;
						}

.review_thumbnail		{
						float: left;
						margin-right: 10px;
						}

h1						{
						text-align: center;
						}


/* Review headline */
h2
						{
						font-family: "Palatino Linotype", Palatino, serif;
						font-size: 19px;
						margin-top: 2px;
						margin-bottom: 4px;
						text-align: right;
						font-weight: normal;
						} 
                        
/* Event date and venue */
h3
						{
						margin-left: 0px;
						margin-right: 0px;
						margin-top: 4px;
						margin-bottom: 4px;
						font-family: "Palatino Linotype", Palatino, serif;
						font-weight: normal;
						font-style: normal;
						font-size: 14px;
						text-align: right;
						}	 
						
						
/* Link colours: document body text (default): underline when hovering
	Bold looks too heavy on recordings summary page */						
								
a:link
						{
						color: #000;
						text-decoration: none;
						}
a:visited
						{
						color: #000;				
						text-decoration: none;
						}
a:focus
						{
						color: #000;
						text-decoration: none;
						}
a:hover
						{
						text-decoration: underline; 
						}
a:active
						{
						color: #707070;
						text-decoration: none;
						}

						