/*

	http://www.sushilpaul.com

*/


.justify_portrait_thumb
{
position: relative;
width:10em;
float: left;
margin: 0em 2em 2em 0em;
text-align:center
}

.justify_landscape_thumb
{
position: relative;
width:20em;
float: left;
margin: 0em 4em 4em 0em;
text-align:center
}

.justify_portrait
{
position: relative;
float: right;
margin: 0em 2em 2em 0em;
}

.justify_landscape
{
position: relative;
width:20em;
float: right;
margin: 0em 4em 4em 0em;
}

.justify_content
{
position: relative;

float: left;
margin: 0em 2em 2em 0em;
}

.justify_content_right
{
position: relative;

float: right;
margin: 0em 2em 2em 0em;
}
		

.colorrow
{
background: #EEF3E2;
padding: 1.5em;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 1.0em;
   
}

.colorrow_alt
{
padding: 1.5em;
margin-bottom: 1.0em;
}

#headerpicgallery
{
position: relative;
height: 150px;
background: #fff url('../../images/paintings/scaled/Panorama2.jpg') no-repeat top left;
margin-bottom: 2px;
}

#headerpicbiography
{
position: relative;
height: 150px;
background: #fff url('../../images/paintings/scaled/Panorama3.jpg') no-repeat top left;
margin-bottom: 2px;
}

#headerpiccontact
{
position: relative;
height: 150px;
background: #fff url('../../images/paintings/scaled/Panorama4.jpg') no-repeat top left;
margin-bottom: 2px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}


