@font-face {
	font-family: RoseWoodStd;
	src: url('/css/RoseWoodStd-Fill.otf');
}

/* Reset Styles */
html, body, div, object, iframe, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, thead, tbody, tfoot, tr, th, td { padding: 0px; margin: 0px; }
html		{ font-size: 100%; }
body		{ }
h1, h2, h3, h4, h5, h6	{ font-weight: bold; }
hr			{ height: 1px; display: block; border: 0px; padding: 0px; border-top: 1px solid #000000; margin: 10px 0px; }
input[type="radio"]		{ vertical-align: text-bottom; }
input[type="checkbox"]	{ vertical-align: bottom; }
label, input[type=button], input[type=submit], button	{ cursor: pointer; }
a img		{ border: none; }
a:active,
a:focus,
object		{ outline: none; }
table		{ border-collapse: collapse; border-spacing: 0; }

a:link, a:hover, a:active, a:visited {
	color: #404040;
}

/* CSS Document */
html		{ height: 100%; }
body		{ height: 100%; }

a:link		{}
a:visited	{}
a:hover		{ cursor: pointer; }

h1			{}
h2			{}
h3			{}
p			{ padding: 0 0 15px 0; }

input, textarea, select		{}
input:focus, textarea:focus	{}

.hide			{ display: none; }
.float_left		{ float: left; }
.float_right	{ float: right; }
.clear			{ clear: both; }

.clearfix:after			{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix				{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix		{ height: 1%; }

.clickable	{ cursor: pointer; }

body {
	font-family: Georgia;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

/* logo */
h1 {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}

h1 a {
	display: block;
	background-image: url(/images/logo_cpp.png);
	width: 180px;
	height: 180px;
	text-indent: -9999em;
}

h1 a:hover {
	display: block;
	background-image: url(/images/logo_cpp.png);
	width: 180px;
	height: 180px;
	text-indent: -9999em;
}

/* sub-heading */
h2 {
	font-family: RoseWoodStd;
	color: #ffffff;
	background-color: #f48f9b;
	padding: 10px 10px 5px 10px;
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 0;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #aaa;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	box-shadow: 2px 2px 3px #aaa;
}

h2 a {
	color: #ffffff;
	background-color: #f48f9b;
}

h2 a:hover {
	color: #ffffff;
	background-color: #f48f9b;
}

ul.main_menu {
	font-family: RoseWoodStd;
	color: #ffffff;
	background-color: #f48f9b;
	padding: 10px 10px 5px 10px;
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 0;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #aaa;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	box-shadow: 2px 2px 3px #aaa;
}

ul.main_menu li {
	display: inline;
}

ul.main_menu li a {
	color: #ffffff;
	background-color: #f48f9b;
	text-decoration: none;
	padding: 10px 8px 4px 8px;
}

ul.main_menu li.current-menu-item a {
	color: #f48f9b;
	background-color: #ffffff;
}

/* pictures */
.picture_items {
	
}

.picture_items ul {
	list-style: none;
}

.picture_items ul li {
	width: 150px;
	height: 120px;
	float: left;
	display: block;
	padding: 0 13px 25px 13px;
	text-align: center;
}

.picture_items ul li img {
	-moz-box-shadow: 0 0 2px 2px #242424;
	-webkit-box-shadow: 0 0 2px 2px #242424;
	box-shadow: 0 0 2px 2px #242424;
	align: center;
}

.picture_caption {
	font-size: 10px;
}

.picture_caption a:link {
	text-decoration: none;
}

.picture_caption a:visited {
	text-decoration: none;
}

.picture_caption a:active {
	text-decoration: none;
}

.picture_caption a:hover {
	text-decoration: underline;
}

/* lighterbox */
#lighterbox_popup {
	z-index: 99999;
	position: fixed;
	background: #373737;
	padding: 25px 25px 25px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#lighterbox_popup_loading {
	width: 100%;
	height: 100%;
	background: url(/images/spinner.gif) no-repeat center;
}

#lighterbox_popup_image {
	width: 100%;
	height: 100%;
	-moz-box-shadow: 0 0 2px 2px #242424;
	-webkit-box-shadow: 0 0 2px 2px #242424;
	box-shadow: 0 0 2px 2px #242424;
}

#lighterbox_overlay {
	z-index: 99998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	filter: alpha(opacity =   50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}