/*
----------------------------------------------------------------------------------------
*    review.css
*   
*    Local style sheet for review page
*   
*    VERSION 1.00     14/12/08
*   
*    (c) 2008 The Lennox Berkeley Society
----------------------------------------------------------------------------------------
*/



						
/* Byline: concert review by... */
h1  
                        {
                        font-size: 20px;
                        color: #555;
                        }
                        
/* Review title */
h2
						{
						font-size: 28px;
						margin-top: 40px;
						margin-bottom: 40px;
						} 
                        
/* 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: italic;
						font-size: 20px;
						display: block;
						}	                   
                        
p
						{
						line-height: 150%;
						text-align: left;
						margin-top: 9px;
						margin-bottom: 9px;
						font-size: 15px;
						color: #000;
						}

.section				{
						background-color: #fbfbfb;
						}

.photo_box_right        {
                        float: right;
                        margin-left: 25px;
                        margin-right: 0px;
                        margin-top: 4px;
                        padding: 0px;
                        margin-bottom: 4px;
                        text-align: center;
                        }

.photo_box_left         {
                        float: left;
                        margin-left: 0px;
                        margin-right: 25px;
                        margin-top: 4px;
                        padding: 0px;
                        margin-bottom: 4px;
                        text-align: center;
                        }
                        
.photo_box_centre       {
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: 30px;
                        padding: 0px;
                        margin-bottom: 4px;
                        text-align: center;
                        }
                    
.photo_box_caption      {
                        margin-top: 4px;
                        font-size: 11px;
                        font-weight: bold;
                        text-align: center;
                        }
