/*
************************
Colors:
Royal Blue:	#353895
Mid Blue:		#c4d3f3
Light Blue:	#e6f0f8

*/


html
{
min-height: 100%;
height: auto;
}

body
{
background: #fff;
text-align: left;
color: #000;
font-family: Arial, Verdana, sans-serif;
font-weight: normal;
}

/* DEFINE DEFAULT LINK STYLES */
a:link {color: #353895; text-decoration: underline; }     /* unvisited link */
a:visited {color: #353895; text-decoration: underline; }  /* visited link */
a:hover {color: #353895; text-decoration: none; }   /* mouse over link */
a:active {color: #353895; text-decoration: underline; }   /* selected link */


#logo
{
padding: 15px;
}

h2
{
padding-top: 10px;
padding-bottom: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 120%;
color: #353895;
}

h1
{
padding: 2px 0px 4px 5px;
margin-bottom: 50px;
background: #353895;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
color: #fff;
}


a.button, button.button
{
padding: 4px 30px; 
font-size: 70%;
text-align: center;
text-decoration: none;
border: 1px solid #c4d3f3;
color: #353895;
background: #e6f0f8;
}

button.button
{
font-size: 69%;
padding: 2px 30px; 
}

a.button:hover, button.button:hover
{
background: #fffff0;
}

.floatright
{
float: right;
}

hr
{
border: 0px;
background: #c4d3f3;
height: 1px;
}

hr.split
{
margin: 40px 0px;
}

#galleryshell #sidebar a
{
padding-right: 25px;
}

/* FORM */

input
{
width: 350px;
margin-bottom: 5px;
padding: 3px;
font-size: 90%;
border: 1px solid #c4d3f3;
color: #353895;
background: #fff;

}


label
{
font-size: 70%;
}


/* DIVs */

#galleryshell
{
border: 0px solid red;
padding: 15px 15px 50px 15px;
}


#page
{
border: 0px solid red;
margin-right: 175px;
padding-top: 30px;
padding-bottom: 100px;
}


/* admin viewerdiv */
.viewer
{
padding: 25px;
margin-top: 20px;
}
	
	.viewer img
	{
	/*float: right;*/
	border: 1px solid #c4d3f3;
	}
	
	.viewer h2
	{
	padding: 0px;
	padding-bottom: 4px;
	font-size: 100%;
	}
	



/* gallery images div container -- add to viewer */

.imgwrap
{
float: left;
display: inline;
margin-right: 25px;
height: 400px;
margin-bottom: 30px;
}

.imgwrap img
{
/*float: left;*/
display: block;
clear: both;
margin-bottom: 10px;
}

.imgwrap span
{
display:block;
clear: both;
font-size: 85%;
padding-left: 2px;
}

span.title
{
color: #353895;
font-weight: bold;
margin-bottom: 7px;
}

.floatleft
{
float: left;
clear: both;
padding: 15px;
}



.clearleft
{
clear: left;
}





.padright
{
padding-right: 10px;
}

.padtop
{
padding-top: 20px;
}
