/* @override http://lappy586.local:3207/stylesheets/default.css */

@import url(lib/baseline.css);

body {
	background: #7397b1 url(../images/bg-watercolor.jpg);
	color: #444;
}

a {
	color: #3e80c6;
}

a:hover {
	text-decoration: underline !important;
}

#container {
	width: 964px;
	margin: 0px auto;
	padding: 10px 0 30px;
}

#main {
	background: url(../images/big_rounder/rounder-body.png) repeat-y center top;
	padding: 0 5px;
}

#header {
	background: url(../images/big_rounder/rounder-top.png) no-repeat center top;
	padding: 1px 0;
}


#footer {
	background: url(../images/big_rounder/rounder-bottom.png) no-repeat center bottom;
	padding: 0 10px 10px;
	color: #6a6a6a;
}

#footer .blurb {
	background: #fff;
	padding: 4px 10px 0;
	text-align: center;
}

#footer .blurb p {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	border-top: 1px solid #e5e5e5;
	padding: 10px 40px 24px;
}

#footer .navigation {
	padding: 8px 20px 0;
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
}

#footer .navigation li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #d4d4d4;
	float: left;
}

#footer .navigation li.last {
	border: 0;
}

#footer .navigation a {
	text-decoration: none;
}

#footer .navigation .current a {
	font-weight: bold;
}

#footer .logos_and_copyright {
	position: relative;
	height: 60px;
}

#footer a {
	color: #666;
}

#footer p {
	margin: 0;
	font-size: 11px;
}

#footer .practical_link a {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: url(../images/pcc-logo.png);
	width: 200px;
	height: 30px;
	text-indent: -9999px;
	outline: none;
	
}

#footer p.copyright {
	position: absolute;
	right: 20px;
	bottom: 20px;
}


h2.page_title, .page_header {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 24px;
	padding: 18px 20px 8px;
	color: #38998c;
	margin: 0;
	background: #fff;
}

.page_header h2.page_title {
	padding: 0;
	border: 0;
}

.page_header p.back {
	margin: 0;
	margin-top: -6px;
	padding-bottom: 8px;
}

.page_header p.back a {
	text-decoration: none;
}

.page_header p.back em {
	font-style: normal;
	font-weight: bold;
}

.columns {
	padding: 20px;
}

.columns .col-left {
	width: 640px;
	float: left;
}

.columns .col-right {
	width: 230px;
	float: right;
}

.image_detail img {
	max-width: 640px;
	padding: 10px;
	border: 1px solid #d4d4d4;
	background: #fff;
}

.image_detail .main {
	text-align: center;
}

.image_detail .zoom {
	border: 1px solid #5f9cde;
}

.image_detail .zoom a {
	display: block;
	padding: 5px;
	background: #5f9cde;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}

ul.image_grid {
	padding: 10px;
	margin: 0;
	background: #fff;
}

.image_grid li {
	float: left;
	width: 220px;
	text-align: center;
	
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.image_grid li.right {
	border-right: 0;
}

.image_grid li.left {
	clear: both;
}

.image_grid li img {
	max-width: 180px;
	max-height: 180px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.image_grid li .image {
	display: block;
	min-height: 200px;
	padding: 10px 0 0;
}

.image_grid li .name {
	display: block;
	padding: 8px 5px;
	font-size: 16px;
	font-family: Georgia, Times, serif;
}

.image_grid li .info .name {
	padding: 8px 5px 0;
	font-size: 12px;
	font-weight: normal;
}

.image_grid li .info .description {
	font-size: 11px;
}

.image_grid li .info {
	padding-top: 8px;
}

.image_grid li a.wrapper {
	text-decoration: none !important;
	display: block;
	background: #fff;
}

.image_grid li a.wrapper:hover {
	background: #eaffdd;
}

.gallery_pagers {
	border: 1px solid #5f9cde;
	background: #fff;
	padding-bottom: 10px;
}

.gallery_pagers h2 {
	margin: 0;
	padding: 6px 9px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	background: #5f9cde;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
}

.gallery_pagers h2 a {
	color: #fff;
	text-decoration: none;
}

.gallery_pagers h4 {
	padding: 4px 10px 0px;
	color: #ccc;
	font-size: 11px;
}

.gallery_pagers h4 a {
	text-decoration: none;
}

.gallery_pagers .pager {
	float: left;
	width: 114px;
}

.gallery_pagers .pager img {
	padding: 5px;
	max-width: 84px;
}

.gallery_pagers .pager.next {
	float: right;
}

.gallery_pagers .pager a.thumbnail {
	padding: 4px 10px;
	display: block;
}

.gallery_pagers .pager.endcap .message {
	display: block;
	padding: 25px 10px;
	line-height: 14px;
	color: #ccc;
	
	font-size: 11px;
	text-align: center;
	width: 70px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin-left: 10px;
	margin-top: 4px;
}

.pagination {
	background: #fff;
	padding: 10px;
	text-align: center;
}

.pagination a,
.pagination span {
	padding: 2px 6px;
	background: #fff;
	text-decoration: none !important;
	border: 1px solid #ccc;
}

.pagination .disabled {
	background: #f5f5f5;
	color: #bbb;
	border-color: #d4d4d4;
}

.pagination .current {
	background: #7aade1;
	color: #fff;
	border-color: #3e80c6;
	font-weight: bold;
}

.page_content {
	padding: 20px;
}

.about_page .biography p {
	font-size: 16px;
	line-height: 24px;
	font-family: Georgia, Times, serif;
}

.about_page .agent_info {
	background: #ffd;
	padding: 10px;
	border: 1px solid #eea;
	width: 340px;
	margin-top: 20px;
}

.about_page .agent_info address {
	margin: 0;
	font-style: normal;
}

#lucy_photo {
	float: right;
	margin: 0 0 30px 30px;
	padding: 10px;
	background: #fff;
	border: 1px solid #d4d4d4;
}


#login_container {
	background: #e5e5e5;
	width: 400px;
	border: 4px solid #000;
	margin: 60px auto;
	font-family: Helvetica,Arial;
	-webkit-border-radius: 10px;
}

#login_container h1 {
	background: #fff;
	margin: 0;
	padding: 8px 20px 6px;
	font-weight: normal;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#login_container #notice {
	background: #def;
	padding: 4px 20px;
	margin: 0;
	border-bottom: 4px solid #fff;
}

#login_container #notice.warning {
	background: #f00;
	color: #fff;
}

#login_container form {
	padding-top: 4px;
}

#login_container form p {
	margin: 0;
	padding: 6px 20px;
}

#login_container label {
	font-weight: bold;
	float: left;
	width: 100px;
	font-size: 14px;
	padding-top: 4px;
	text-transform: uppercase;
}

#login_container p.action {
	background: #f5f5f5;
	margin-top: 8px;
	text-align: center;
	padding: 12px;
	border-top: 4px solid #fff;-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#login_container input,
#login_container input[type=password] {
	font-size: 18px;
}