@charset "UTF-8";
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: auto;
	-moz-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	-o-text-size-adjust: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	word-break: normal;
	font-family: "Myriad Pro", "Helvetica", Helvetica Neue, Arial, sans-serif;
	font-weight: normal; 
	color: #333;
}

body { text-align: center; }

legend {
	border: 0;
	margin-left: -7px;
	padding: 0;
}

h1, h2 {
	font-weight: normal; 
	text-decoration: none;
	margin: 0px auto;
}

h2 {
	color: #999;
	font-weight: normal; 
}

p { margin: 0px auto; }

ul {
	padding: 0px;
	margin: 0px auto;
}

a {
	padding: 0px;
	margin: 0px auto;
	color: #C99;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	outline: 0;
	color: #9CC;
	cursor: pointer;
}

a.active {
	outline: 0;
	color: #C99;
	cursor: pointer;
}

div:active, div:focus, div:hover, a:hover, a:active, a:focus { outline-style: none; }

.more {
	text-align: center;
	color: #C99;
}

.space { height: 10px; }


#header {
	height: auto;
	margin: 0px auto;
	padding-bottom: 5px;
}

#header a, #header a:hover {
	margin: 0px auto;
	color: #222;
}

#menu p {
	padding: 2%;
	height: auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#miniabout p {
	padding: 3%;
	color: #999;
	text-align: left;
}

#maincontent p {
	padding-top: 2px; 
	margin: 0px auto;
}

#about p {
	color: #000;
	font-weight: normal; 
}

#footer p {
	color: #999;
	text-align: center;
	padding-top: 3%;
}

#sidecontent {
	width: 24%;
	min-width: 50px;
	height: auto;
	float: left;
	margin: 0px auto;
	text-align: center;
}

#miniabout {
	display: none;
	margin: 0px auto;
	max-width: 150px;
	padding-top: 5%;
}

#thumbs {
	margin: 0px auto;
	max-width: 150px;
	text-align: center;
	padding-top: 5%;
}

#thumbs img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#thumbs li {
	width: 30%;
	height: 30%;
	padding: 5%;
	margin: 0px auto;
	display: inline-block;
	border: none;
}

#thumbs li:hover { opacity: 0.80; }

#pagination {
	margin: 0px auto;
	padding-bottom:16px;
	padding-top: 4px;
}

#pagination a {
	border: 1px solid #F8F8F8;
  padding:  4% 7% 4% 7%;
}

#pagination a.active {
	border: 1px solid #CDCDCD;
  padding:  4% 7% 4% 7%;
}

#p1, #p2, #p3 {
	text-decoration: none;
	cursor: default;
}

#maincontent {
	width: 70%;
	margin: 0px auto;
	float: right;
	padding-left: 6%;
	padding-top: 1%;
}

#about {
	padding-top: 7%;
	padding-left: 5%;
	text-align: left;
}

#about li {
	list-style-image: url(../images/icons/dash.gif);
	list-style-position: outside;
	color: #999;
}

#footer {
	border-top: 1px solid #CCC;
	clear: both;
	margin: 0px auto;
}