/************************************************************
	Frannyp Gallery
		Default Style Sheet
************************************************************/
#title {
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #c75b70;
	margin-bottom: 8px;
}

#description {
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #c75b70;
	margin-bottom: 12px;
}

/* Navigation */
#nav {
	height: 16px;
	padding-top: 5px;
	font-size: 11px;	
	text-align: center;
}

#nav a {
	color: #c75b70;
}

#nav a:hover  {
	text-decoration: underline;
}

#nav a.current  {
	font-weight: bold;
	text-decoration: none;
}

#nav a.current :hover  {
}

/* Thumbnail View */
#thumbtable {
	width: 100%;
	margin: 15px auto 0 auto;
}

#thumbtable td {
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
}

#thumbtable td.index {
	width: 220px;
	height: 190px;
	padding: 0 10px 0 10px;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
}

#thumbtable a {
	color: #645343;
	text-decoration: none;
	font-size: 10px;
	display: block;
}

#thumbtable a.index {
	color: #645343;
	text-decoration: none;
	font-size: 11px;
}

#thumbtable a:hover {
	color: #300;
}

#thumbtable img {
	border: 3px solid #fff;
	margin-bottom: 2px;
}

.thumb_placeholder {
	border: 1px solid #dcc;
	margin-bottom: 2px;
}

/* Full Image View */
#fullimage {
	margin: 10px auto 10px auto;
	text-align: center;
}

#fullimage img {
	border: 3px solid #fff;
}

/* Size navigation */
#sizeoptions {
	height: 18px;
	text-align: center;
	font-size: 11px;
}

#gfooter {
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;	
	text-align: center;
	color: #c75b70;
}