/* CSS Document */


/* Simple PHP Gallery Styling 
******************************/

/* Catagory Navigation - this class is assigned to each catagory link */
.gCatNav {
}
/* Page Navigation - this class is assigned to each page link */
.gPageNav {
}
/* Current Page - this class is assigned to each current page link */
.gPageNavOn { 
	font-weight:bold;
	background-color:#EEEEEE;
	padding:2px;
	border:#CCCCCC solid 1px;
}

/* Image - this class is assigned to the current image */
.gImage {
	border:#CCCCCC solid 2px;
}
/* Previous Link - this class is assigned to the previous link */
.gPrev {
	padding-right:10px;
	font-weight:bold;
}
/* Next Link - this class is assigned to the next link */
.gNext {
	padding-left:10px;
	font-weight:bold;
}


/* Simple PHP Gallery Styling 
******************************/

body {
	margin:0px;
	text-align:center;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

#gCatNav {
	padding:10px;
	border-bottom:#CCCCCC solid 1px;
	text-transform:capitalize;
	color:#666666;
}

#gCat {
	padding:10px;
	text-transform:capitalize;
	font-size:14px;
	font-weight:bold;
}

#gPageNav {
	padding:10px;
	color:#666666;
}

#gImg {
}

#gDesc {
	padding:10px;
}

#gCredits {
	padding:10px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:10px;
}