/*
Theme Name: UniPeng
Theme URI: universalpenguin.com
Description: My first theme.
Version: 1.0
Author: Chris Sutphin	
Author URI: www.universalpenguin.com
*/


body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}


a:active, a:visited, a:link
{
	color: #00000;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	border-right:1px solid #000;
	background-image: none;
	background-color: #FFFF99;
}


#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #000000;
	background-color: #FFFF99;
}


#main
{
	top: 20%;
	width: 70%;
	margin: 0px 0px 0px 200px;
	padding: 20px;
	margin-left:200;
	overflow:auto;
}


#main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}

#picturelist {
width:500px;
height:auto;
margin-top:30px;
margin-bottom:30px;
text-align:left;
margin-right:auto;
margin-left:auto;
}

#picturelist li {
list-style:none;
float:left;
margin-right:20px;
margin-bottom:10px;
font-weight:bold;
color:#777777;
}

#picturelist img{
display:block;
border:2px solid #CE3095;
}

#picturelist img:hover{
border:2px solid #F4C0DA;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}


#paginglist
{
	height:30px;
	list-style:none;
}

#paginglist li
{
	display:inline;
}

#paginglist li a
{
	font-size: 0.8em;
	font-weight:bold;
	color: #D00073;
	text-decoration:none;
}

#paginglist li a:hover
{
	border-bottom:5px solid #D00073;
}

