﻿/*
Theme Name: KSPV
Description: Theme for KSPV.
Author: Cyper
Version: V1.0 Full 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
} ъ

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, "Bitstream Charter", serif;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
} 

/* =Header
-------------------------------------------------------------- */ 
#header {
	height: 172px;
	width: 100%;
	position: relative;
}

#upperpart {
	height: 134px;
	position: relative;
	background: url('imgs/header.jpg') no-repeat;
	background-size: 100% 102px;
	background-position: center;
}
.htitle {
	font-weight: bold;
	font-size: 30px;
	font-family: "Times New Roman";
	position:absolute;
	color: #ffffff;
	text-align:center;
	top: 35px;
	width: 90%;
	line-height: 1em;
}

.gerbmap {
	background: url('imgs/gerb.png') left no-repeat,
	url('imgs/vo_map.png') right no-repeat;
	position: absolute;
	width: 93%;
	height: 97%;
	margin: 0 0 0 5%;
}

.ispecial {
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 999;
}

.icons {
	height: 16px;
	float: right;
	position: relative;
	width: 130px;
	top: 118px;
}

a.home, a.feedback, a.search-button, a.sitemap {
	margin-right: 10px;
}

input#s {
	font-size: 14px;
	color: #666;
	height: 18px;
	line-height: 1.2em;
	background: #fff;
}

input#searchsubmit {
	display: none;
} 

#search {
	display: none;
	position: relative;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

/* =Menu
-------------------------------------------------------------- */ 
#nav-menu {
	background:url("imgs/menu.gif") repeat-x #d2d2d4 0 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	height: 37px;
	width: 100%;
	border-top: 1px solid #a2a3a4;
	border-bottom: 1px solid #a2a3a4;
	text-align:center;
}

#nav-menu .menu-header {
	display: block;
}

#nav-menu .menu-header,
div.menu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	width: 100%;
	float: left;
}

#nav-menu ul{display:inline-block;}

#nav-menu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#nav-menu ul.sub-menu {
	width:235px;
	background: url("imgs/drop.gif") repeat-x #f8f8f8;
	text-align: left;
}

#nav-menu .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#nav-menu a {
	color: #000;
	display: block;
	line-height: 37px;
	padding: 0 20px;
	text-decoration: none;
}
#nav-menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	float: left;
	width: 215px;
	z-index: 99999;
}
#nav-menu ul ul li {
	min-width: 180px;
}
#nav-menu ul ul ul {
	left: 100%;
	top: 0;
}
#nav-menu ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 215px;
	height: auto;
}
#nav-menu li:hover > a {
	background: #bcbcbc;
	color: #000;
}

#nav-menu ul ul :hover > a {
	background: transparent;
	color: #000;
	text-decoration: underline;
}
#nav-menu ul li:hover > ul {
	display: block;
}
#nav-menu ul li.current_page_item > a,
#nav-menu ul li.current-menu-ancestor > a,
#nav-menu ul li.current-menu-item > a,
#nav-menu ul li.current-menu-parent > a {
	color: #000;
	font-weight: bold;
}
* html #nav-menu ul li.current_page_item a,
* html #nav-menu ul li.current-menu-ancestor a,
* html #nav-menu ul li.current-menu-item a,
* html #nav-menu ul li.current-menu-parent a,
* html #nav-menu ul li a:hover {
	color: #fff;
	font-weight: bold;
}

#menu-item-53 ul.sub-menu {
	width:470px;
	background: url("imgs/drop.gif") repeat-x #f8f8f8;
	text-align: left;
}

/* =Body
-------------------------------------------------------------- */ 

body {
	background: #DEDEDE;
	min-width: 1024px;
}

#wrapper {
	background: #fff;
	width: 94.6%;
	min-width: 968px;
	max-width: 1280px;
	margin: 28px auto 0 auto;
	box-shadow: 10px -7px 10px #bababa;
	-moz-box-shadow: 10px -7px 10px #bababa;
	-webkit-box-shadow: 10px -7px 10px #bababa;
	position: relative;
	z-index: 10;
}

#main {
	margin-top: 15px;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
	width: 100%;
	min-height: 600px;
}

.indtitle {
	font-size: 20px;
	color: #000;
	font-family: "Arial";
	text-decoration: underline;
}
.indtitle a {
	color: #000;
}
.indtitle a:visited {
	color: #000;
}

.indtitle a:hover {
	color: #ff4b33;
}

#container-1 {
	width: 100%;
}

#greeting {
	width: 95%;
	margin: 15px 30px 0 20px;
}

#container {
	float: left;
	margin: 0 30px 0 20px;
	width: 74%;
	min-width: 705px;
}

#announce {
	background: #e0f2f2;
	margin: 10px 0 30px 0;
}

.photo_announce {
	padding: 20px 208px 20px 20px;
	font-size: 13px;
	color: #333;
}

.photo_announce h3 {
font-size: 15px;
font-weight: bold;
color: #000;
}

/* =Content
-------------------------------------------------------------- */ 

#content, #content input,
#content textarea {
color:#333333;  
font-size:13px;
line-height:24px;
}
#content p,
#content ul {
	margin-bottom: 0px;
}

#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
} 
#content p
{
 text-indent: 0px;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 20px 0 0 0; 
}
#content table {
	border: 1px solid #000;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 2px 24px;
}
#content tr td {
	border: 1px solid #000;
	padding: 2px 10px;
	font-size: 12px; 
}

#content .entry-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
} 

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.entry-content, .entry-summary
{
	/* clear: both; */
	/* padding: 12px 0 0 0; */
}

.post {
	padding-top: 12px;
	overflow: hidden;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-meta a,
.entry-utility a {
	color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

.sticky-thm {
	float: left;
	height: 240px;
}

.sticky-header {
	overflow: hidden;
	position: relative;
}

.sticky-info h2 {
	clear: none;
}

.sticky-info {
	height: 240px;
	position: relative;
    float: left;
    width: 50%;
}

.sticky-info .inner {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	height: 25%;
    margin: auto;
}

#dialog-message p {
	margin: 0;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #333;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	color: #ff4b33
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

a.rsswidget img {
	display: none;
}

a.rsswidget {line-height:20px;display:block;margin:0;} 

.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

#sidebar {
	float:left;
	width: 200px;
	overflow: hidden;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
} 

/* =Footer
-------------------------------------------------------------- */ 
#footer {
	clear: both;
	width: 94.6%;
	min-width: 968px;
	max-width: 1280px;
	margin: auto;
	z-index: 5;
	position: relative;
	margin-bottom: 15px;
} 

#colophon {
	background: url("imgs/foot.gif") repeat-x #2C71A4 0 100%;
	width: 100%;
	margin: 0 auto 0 auto;
	min-width: 968px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	box-shadow: 10px -7px 10px #bababa;
	-moz-box-shadow: 10px -7px 10px #bababa;
	-webkit-box-shadow: 10px -7px 10px #bababa;
	overflow: hidden;
	z-index: 1;
}

.site-info {
	font-weight: bold;
	width: auto;
	float: left;
	min-height: 19px;
	color: #fff;
	padding: 11px 25px 11px 25px;
}

.site-info a {
	color: #fff;
	text-decoration: none;
} 

.site-info a:hover {
	text-decoration: underline;
}

.ksp-info {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 19px;
	color: #fff;
	font-weight: bold;
	text-align:center
}

.counter {
	width: 100px;
	padding: 20px 10px 0px 0px;
	float:right;
}

#info {
	float: left;
	width: 77%;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 0 0;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
} 

img.attachment-thumbnail {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}

img.thumbachieve {
	display: block;
	margin: 5px auto;
}


/* =Specific pages options
-------------------------------------------------------------- */
.post-105 h1, .post-134 h1, .post-177 h1 {
	display: none !important;
}

#post-dif-cat h1{
	display: none !important;
}

#post-dif-cat .entry-meta {
	display: none !important;
}