@charset "utf-8";
/*
Theme Name: SuPS_Tuoppi
Theme URI: http://wordpress.org/
Description: Wordpress-theme for Viaporin Tuoppi -site.
Author: Linda and Jussi Kaskia
Version: 0.9
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* =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;
}
*/

ul, li {
	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;
}

/* =Lindan CSS alkaa
-------------------------------------------------------------- */


/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
}

#wrapper{
	/*width:800px;*/
	width:990px;
	min-height:600px;
	margin-right: auto;
	margin-left: auto; 
	/*float:left;*/
}

#vasen_palkki {
	background-image: url(images/navi.gif);
	width: 125px;
	background-repeat: no-repeat;
	margin-top: 82px;
	margin-bottom: 80px;
	float: left;
	background-color: #CC3300;
	/*border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: black;*/
	
}

#vasen_palkki a {
	color: #FFFFFF;
	text-decoration: none;
}

#vasen_palkki a:hover {
	color: #263347;
	text-decoration: none;
}


#oikea_palkki {
	/*min-height: 543px;*/
	width: 843px;
	float: left;
	margin-top: 35px;
	height:auto;
	background-image: url(images/SuPS_oikea_kulma_yla.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	background-color: #CC3300;
	background-position: right top;
}
#vasen_palsta {
	width: 569px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: left;

}
#oikea_palsta {
	float: left;
	width: 190px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	padding-left: 10px;
	margin-left: 10px;
}





#etusivu_sups {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	color: #FFF;
	margin-left: 54px;
	padding-top: 15px;
	margin-bottom: 20px;
	text-decoration: none;
}



.hr {
	width: 106px;
	color: #33b3e0;
}

#otsikko {
	height: 84px;
	background-image: url(images/SuPSotsikko.png);
	background-repeat: no-repeat;
	width: 843px;
	margin:0px;
	padding:0px;
	background-position: center top;
}



#otsikko_kuva {
	/*background-image: url(images/sups_header.jpg);
	background-repeat: no-repeat;*/
	height: 105px;
	width: 823px;
	margin-left: 12px;
	margin-bottom:0px;
	padding-bottom:0px;
	/*background-image: url(images/SuPS_oikea_kulma_ala.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;*/
	background-color: #CC3300;
	
}

#main {
	background-color: #CC3300;
	/*background-image: url(images/tausta_oikea_venyva.gif);*/
	background-repeat: repeat-y;
	background-position: right;
}


#sisalto {
	padding-top:20px;
	background-color: #FFF;
	min-height: 350px;
	width: 789px;
	margin-left: 12px;
	padding-right: 8px;
	padding-bottom: 18px;
	overflow: hidden;
	padding-left: 20px;
	/*margin-right: 280px;*/
}





#kartta {
	text-align: center;
}


hr {
	color: #33B3E0;
	width: 400px;
}
#footer {
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #222222;
	clear: both;
	background-color: #CC3300;
	/*background-image: url(images/tausta_oikea_venyva.gif);*/
	background-repeat: repeat-y;
	background-position: right;

}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
}

h2 a {
	text-decoration: none;
	color: #263347;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p {
	word-spacing: 2px;
}

a {
	color: #005389;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}



img.alignleft {
	margin-right: 20px;
	margin-bottom: 20px;
}

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* Jussin säädöt alkaa*/

.menu-header ul li{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFF;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top-width: 1px;
	
}

.menu-header ul ul li{
	margin-top: 0;
	margin-bottom:0;
	border:hidden;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
	margin-left: 1.3em;
	padding-left: 0px;
}


#primary,
#secondary {
	background-color:#FFFFFF;
}

#primary h3,
#secondary h3 {
	margin-top: 10px;
	margin-bottom: 3px;
	padding-left: 0px;
}
#sisalto .entry ul {
	list-style-type: square;
	margin-left: 1em;
}




#clearboth {
	clear:both;
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 50%;
}
.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;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.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;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#wrapper .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#wrapper .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
.menu-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}
