/* --------------------------------------------------------- 
 *	basic settings
 */

* {
	font-size: 100%;
	padding: 0; margin: 0;
	list-style: none;
}

body, td, th, input, textarea, select {
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	color: #666666;
	background: #edf7ff;
}
html {
	padding: 0; margin: 0;
}
body {
	font-size: 75%;
}
a {
	color: #f25821;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.hide {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cleaner {
	clear: both;
}

a.link {
	padding-right: 8px;
	background: url('../clip/bg-top-arrow.png') no-repeat 100% 60%;
}	

.style-blue {
	color: #2aa7e0;
}
.style-green {
	color: #82a400;
}
.style-orange {
	color: #f9b700;
}
.style-red {
	color: #e94e00;
}
.style-grey {
	color: #888888;
}
.color1 { background-color: #eaf8ff; }
.color2 { background-color: #fef8e5; }
.color3 { background-color: #f2f6e5; }
.color4 { background-color: #f9ffe5; }
.color5 { background-color: #fdede5; }
.color6 { background-color: #fff0f6; }

/* --------------------------------------------------------- 
 *	scrollbar hack
 */ 
 
html {
	overflow-y: scroll; 
} 
/* --------------------------------------------------------- 
 *	clearfix hack
 */

.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%;
}

/* --------------------------------------------------------- 
 *	layout
 */

#page-wrapper {
	position: relative;
 	text-align: left;
 	width: 1010px;
}
 
#page {
	position: relative;
	background: #FFF;
}
 
#top {
 	height: 160px;
 	background: #EDF7FF url('../clip/bg-top.png') no-repeat 320px 0;
}

.logo {
	background: url('../clip/logo.png') no-repeat 0 0;
	width: 320px; height: 160px;
	display: block;
	position: absolute;
	top: 0px; left: 0px;
}
.logo img {
	display: none;
}

.facebook {
	display: block;
	width: 180px; height: 100px;
	position: absolute;
	top: 30px; right: 0;
}

#content-wrapper {
 	width: 1010px;
 	padding: 35px 0;
	position: relative;
}

.page-content {
	margin-bottom: 25px;
}

#left {
	float: left;
	width: 260px;
	padding-left: 60px;
	
}
#right {
	display: none;
}
#page-content {
	position: relative;
	width: 630px;
}

#content {
	float: right;
	width: 630px;
	padding-right: 30px;
	 
}


/* --------------------------------------------------------- 
 *	homepage
 */

/*
#page-wrapper.homepage #content-wrapper {
	background: url('../images/bg-homepage.jpg') no-repeat 10px 20px;
	min-height: 300px;
}

* html #page-wrapper.homepage #content-wrapper {
	height: 300px;
}

#page-wrapper.homepage #content {
	width: 689px;
}

#page-wrapper.homepage #page-content {
	width: 485px;
}
*/

/* --------------------------------------------------------- 
 *	footer
 */
#footer {
	padding: 15px 0 35px 0;
	margin: 0 30px 0 60px;
	border-top: 1px solid #e3e3e3;
}
#footer p {
	display: inline;
}
#footer p.copy {
}

/* --------------------------------------------------------- 
 *	navigation
 */
 
.navigation {
}

.navigation li {
	border-bottom: 1px solid #e3e3e3;
	padding: 3px 0 4px;
}
.navigation li.nav-last {
	border-bottom: none;
}
.navigation li a {
	font-size: 150%;
	font-weight: bold;
	color: #e94e00;
}
.navigation li a:hover, .navigation li a.nav-active {
	color: #FCAD02;
	text-decoration: none;
}


/* --------------------------------------------------------- 
 *	images
 */

.images {
	border-bottom: 1px solid #ececec;
	margin-top: 10px;
	width: 630px;
}
 
.images li {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}
.images li.no-margin {
	padding-right: 0;
}

/* --------------------------------------------------------- 
 *	files
 */

.files { 
	clear: both;
	padding-top: 15px;
}
.files li { 
	width: 605px;
	border-bottom: 1px solid #ececec;
	position: relative;
	padding: 4px 0 4px 25px;
	background: url('../icons/disk.png') 0 50% no-repeat;
}
* html .files li {
	height: 1%;
} 
.files .size {
	position: absolute;
	top: 4px; right: 0;
	width: 80px;
	text-align: right;
}
.files .name {
	position: absolute;
	top: 4px; right: 80px;
	width: 250px;
} 
.files a {
	display: block;
	width: 530px;
}

/* --------------------------------------------------------- 
 *	pages
 */

.pages {
	clear: left;
}
.pages li {
	width: 630px;
	padding: 10px 0 10px;
}

.page-child {
	clear: both;
	border-top: 1px solid #E3E3E3;
}
.page-child.page-child-first {
	border-top: none;
}

.pages .page-date {
	color: #BBB;
	margin-bottom: 5px;
	display: block;
}
.pages h2.page-title {
	font-weight: normal;
	color: #2AA7E0;
	font-size: 130%;
	margin-bottom: 10px;
}
.pages h2.page-title a {
	color: #2AA7E0;
}
.pages li.short-item {
	padding: 3px 0;
	font-size: 85%;
	border-top: 1px solid #ececec;
}
.pages .page-child-with-image .page-child-image {
	width: 150px;
	float: left;
	margin-right: 15px;
}
.pages .page-child-with-image .page-child-image img {
}
.pages .page-child-with-image .page-child-content {
	float: left;
	width: 465px;
}

.pages .page-odd {
	margin-left: 20px;
}
.pages .page-gallery {
	float: left;
	width: 305px;
	clear: none;
}
.pages .li-clean {
	clear: both;
	line-height: 1px; height: 1px;
	font-size: 0px;
	padding: 0;
}
.pages .page-gallery.page-child-with-image .page-child-content {
	width: 135px;
}

/* --------------------------------------------------------- 
 *	content
 */
 
 /*
#content .content-1col {
	padding: 7px 10px;
}
#content .content-2cols {
	padding: 7px 10px;
	width: 351px;
	float: left;
}
*/
#content .content-image {
	display: block;
	width: 194px;
	float: right;
}
 
#content h1, #content .like-h1, #content-wrapper.homepage h2 {
	color: #fcad02;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
	padding: 3px 0 4px;
	border-bottom: 1px solid #e3e3e3;
	
}

#content table {
	table-layout: fixed;
	empty-cells: show;
}

#content p {
	margin-bottom: 18px;
	line-height: 140%;
}

#content .page-content ul,
#content .page-content ol {
	margin-bottom: 20px;
}
#content .page-content ol {
	margin-left: 20px;
}
#content .page-content ul li {
	line-height: 140%;
	padding: 2px 0 2px 35px;
	background: url('../clip/bg-li.png') no-repeat 0 8px;
}
#content .page-content ol li {
	list-style-type: decimal;
	padding: 2px 0 2px 15px;
	list-style-position: outside;
}
#content .page-content img {
	margin: 5px 10px;
}

/* IE6 and IE7 hacks */
* html #content #page-content ol { margin-left: 25px; }
* html #content #page-content ol li { padding: 2px 0 2px 10px; }
*+html #content #page-content ol { margin-left: 25px; }
*+html #content #page-content ol li { padding: 2px 0 2px 10px; }


/* --------------------------------------------------------- 
 *	sitemap
 */
 
.sitemap {
}
.sitemap li {
	list-style-position: inside;
	list-style-type: disc;
	padding: 4px 0 4px 25px;
}
.sitemap li li {
	list-style-type: circle;
	font-size: 85%;
}
.sitemap li ul {
	padding-top: 4px;
}
.sitemap li li a {
	color: #000;
}
.sitemap li li li {
	list-style-type: square;
	font-size: 100%;
}

/* --------------------------------------------------------- 
 *	schedule
 */

.schedule-wrapper {
	padding: 15px 0;
}
.schedule {
	position: relative;
	width: 596px; height: 290px;
	color: #888;
	font-size: 95%;
	background: url('../clip/bg-schedule.png') no-repeat;
} 
.schedule li {
	position: absolute;
	width: 70px; height: 47px;
	padding-top: 2px;
	background-repeat: repeat-x; background-position: -5px 0;
	line-height: 130%;
}
.schedule li.sch-first-row {  height: 40px; padding-top: 0; line-height: 100%; }
.schedule li.sch-day-po { top: 40px; }
.schedule li.sch-day-ut { top: 90px; }
.schedule li.sch-day-st { top: 140px; }
.schedule li.sch-day-ct { top: 190px; }
.schedule li.sch-day-pa { top: 240px; }

.schedule li.sch-range-1 { left: 75px; }
.schedule li.sch-range-2 { left: 150px; }
.schedule li.sch-range-3 { left: 225px; }
.schedule li.sch-range-9 { left: 375px; }
.schedule li.sch-range-10 { left: 450px; }
.schedule li.sch-range-11 { left: 525px; }

.schedule li.sch-length-2 { width: 145px; background-image: url('../clip/bg-schedule-li.png') }
.schedule li.sch-length-3 { width: 220px; background-image: url('../clip/bg-schedule-li.png') }
.schedule li.sch-length-4 { width: 295px; background-image: url('../clip/bg-schedule-li.png') }
.schedule li.sch-length-5 { width: 370px; background-image: url('../clip/bg-schedule-li.png') }
.schedule li.sch-length-6 { width: 445px; background-image: url('../clip/bg-schedule-li.png') }
.schedule li.sch-length-7 { width: 520px; background-image: url('../clip/bg-schedule-li.png') }
