/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

*{
	margin:0;
	padding:0;
}

body{
	font-family: Gill sans, Verdana, Helvetica, sans-serif;
	color:#666;
	margin-top:20px;
	background:#F6F5F0;
}

a{
	color:#666;
	text-decoration:none;
}

h1{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid;
	color:#999;
	font-size:1.75em;
	text-align:center;
}

h2{
	font-weight:bold;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:1em;
	text-align:center;
}

h3{
	font-weight:bold;
	color:#999;
	padding:0px;
	text-transform:uppercase;
	font-size:1em;
	text-align:center;
}

.subtitle{
	font-weight:bold;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:1.35em;
	text-align:center;
}

	
#wrap{
	width:700px;
	margin:0 auto;
	position:relative;
}

#header {
margin-bottom:15px;
}

#header a{
	text-decoration:underline;
}

.header_small
{
	font-weight:bold;
	color:#999;
	text-transform:lowercase;
	font-size:1em;
	text-align:center;
}

#main-content li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	-moz-border-radius:20px;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#navigation
{	clear:both;
}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;
	font-size:.75em;
}

#fullplate-navigation li{
	display:block;
	float:left;
	width:210px;
}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}

#thumbnails{
	text-align:center;
	}
	
#menu{
	text-align:center;
	border:none;
	background:none;
	font-size:1.25em;
	}

#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#333;
}

#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
	-moz-border-radius:20px;
	background:#FFF;
	padding:5px 25px 15px 25px;
	margin:0 auto;
	width:700px;
	min-height:525px;
	height:auto !important;
    height:525px;
}


.main-photo
{
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}

.about-photo
{
	float:right;
	width:260px;
	padding-left:10px;
	padding-bottom:10px;
}

.index-photo
{
	margin-left:auto;
	margin-right:auto;
}

.text
{
	margin-left:0px;
	text-align:justify;
	font-size:.9em;
	margin-right:0px;
}

p
{
	padding-bottom:15px;
	line-height:125%;
}

.about
{
	margin-left:0px;
	text-align:justify;
	width:700px;
	font-size:.9em;
}



img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}
