/*
Theme Name: Swing
Theme URI: 
Description: 
Version: 0.1
Author: 
Author URI: 
Tags: 
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */

html {
	height: 100%;	
}
body {
	font-size: 62.5%;
	font-family: Lucida Grande, Geneva, Lucida Sans Unicode, Verdana, Arial;
	background: #e2e2e2 url('images/mainbg.jpg') repeat-y top center;
	color: #444;
	height: 100%;
}
#wrapper {
	width: 972px;
	margin: 0 auto;
	height: 100%;
}
#header {
	float: left;
	width: 972px;
	height: 135px;
	background: url('images/headerlogo.jpg') no-repeat 7% 0%;
	margin: 0px 0px 20px 0px;
}
#content {
	float: left;
	width: 644px;
	margin: 0px 12px 0px 0px;
}
#sidebar {
	float: right;
	width: 316px;
}

/* nav */
#nav {
	float: right;
	width: 694px;
	height: 38px;
	margin-top: 97px;
	background: url('images/navbg.jpg') no-repeat;
}
#nav ul li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #e03467;
}
#nav ul li.spacer {
	display: block;
	width: 13px;
	height: 38px;
}
#nav ul li a {
	display: block;
	padding: 14px 17px 13px 17px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

}
#nav ul li a:hover {
	text-decoration: none;
	background: url('images/navhoverbg.jpg') repeat-x;
}

/* dropdown */

#site-dropdown {
	float: left;
	margin-top: 97px;
	position: absolute;
	
}

#site-dropdown2 {
	float: left;
	width: 264px;
	margin-top: 97px;
	position: absolute;
	background: url('images/dropdown-bg.png') no-repeat;
}

#site-dropdown2 h2 { display: inline-block; float: left; font-size: 15px; font-weight: bold; line-height: 16px; margin-left: 28px; margin-top: 11px}

#site_dropdown_bt{
	float: right;
}

#site_dropdown_bt:hover {
	background: url('images/dropdown_bt_over.png') no-repeat;
}

#site_dropdown_bt:hover img {
	visibility: hidden;
}


.menu_body { margin-left: 10px; display:none; width:244px; margin-top: 42px; }
.menu_body li { background:#f1f1f1; }
.menu_body li.alt { background:#ededed;  }
.menu_body li a { color:#419fe5; border-bottom: 1px solid #ddd; text-decoration:none; font-weight:normal; padding:18px; display:block; line-height: 14px }
.menu_body li a h3 {color: #333; font-size: 15px; margin-bottom: 8px; }

.menu_body li a:hover {color: #1c6491; background: #419fe5; border-bottom: 1px solid #1c6491}

.menu_body li a:hover h3 {color: #fff}

a.languagelink {
	display: block;
	position: absolute;
	margin: 10px 0px 0px 900px;
	color: #2280ba;
	text-decoration: none;
	font-size: 11px;
}
a.languagelink:hover {
	text-decoration: underline;
}
.fb-button {
	display: block;
	width: 225px;
	height: 25px;
	float: left;
	position: absolute;
	margin: 65px 0px 0px 277px; text-decoration: none; color: #2280ba;}
	
.fb-button:hover {color: #e20c35}	

.fb-button img {display; inline-block; vertical-align:middle; margin-right: 4px}

/* intro */
#intro {
	float: left;
	width: 972px;
	height: 272px;
	margin-bottom: 12px;
}
#intro-buttons {
	float: left;
	width: 370px;
	padding-left: 50px;
}
#intro-buttons h1 {
	font-size: 35px;
	margin: 45px 0px 9px 0px;
	font-family: 'Segoe UI', Arial, Helvetica;
}
#intro-buttons span.highlight {
	font-size: 20px;
	color: #d05626;
	font-weight: bold;
}
#intro-buttons p {
	font-size: 14px;
	line-height: 17px;
}
#intro-flash {
	float: right;
	width: 488px;
	height: 323px;
	background: url('images/fakeflash.jpg') no-repeat;
	margin: 0px 50px 0px 0px;
}
a.readmore {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: url('images/orangebuttonbg.jpg') repeat-x;
	padding: 10px 20px;
	float: left;
	margin: 20px 10px 0px 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
}
a.watchvideo {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	float: left;
	background: url('images/blackbuttonbg.jpg') repeat-x;
	padding: 10px 20px;
	margin: 20px 0px 0px 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
}
a.readmore-small {
	float: left;
	padding: 5px 15px;
	margin: 10px 0px 0px 0px;
	background: url('images/readmorebg.jpg') repeat-x;
	display: block;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.page .entry a.button {display: block; margin: 10px 20px 20px 0; height: 40px; float: left; clear: both; font: normal bold 15px 'Segoe UI', Arial, Helvetica;}
.page .entry a.button {color: #fff}
.page .entry a.button:hover {text-decoration: none; color: #fff}
a.button .button-label, a.button span.button-before, a.button span.button-after{display: block; float: left; height: 40px}
a.button .button-label {padding-top: 6px; height: 34px; background: url('images/bt_orange.png') repeat-x}
a.button .button-before {width: 26px; background: url('images/bt_orange_left.png') no-repeat}
a.button .button-after {width: 55px; background: url('images/bt_orange_right.png') no-repeat}

a.button:hover .button-label {background: url('images/bt_orange_over.png') repeat-x}
a.button:hover .button-before {width: 26px; background: url('images/bt_orange_left_over.png') no-repeat}
a.button:hover .button-after {width: 55px; background: url('images/bt_orange_right_over.png') no-repeat}


/* frontpage */
#swing-promo {
	width: 544px;
	padding: 0px 50px;
	height: 144px;
	background: url('images/promobg.jpg') repeat-x;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	color: #fff;
}
#swing-promo h2.swingcare {
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0px 0px 80px;
	height: 38px;
	float: left;
	background: url('images/swingcare.jpg') no-repeat;
}
#swing-promo p {
	font-size: 13px;
	line-height: 16px;
	width: 360px;
	float: left;
	margin: 0px 50px 0px 0px;
}
.promoflower {
	float: right;
	background: url('images/promokukka.jpg') no-repeat;
	width: 109px;
	height: 144px;
}
#swing-uses {
	width: 644px;
	min-height: 210px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #ddd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 15px;
}
#swing-uses .top {
	background: url('images/usestitlebg.jpg') no-repeat;
	width: 644px;
	height: 39px;
	clear: both;
}
#swing-uses h3.boxtitle {
	color: #fff;
	font-size: 14px;
	padding: 12px 0px 0px 50px;
	float: left;
}
#swing-uses .browse-options {
	float: right;
	margin: 7px 190px 0px 0px;
}
#swing-uses .browse-options span {
	display: none;
}
#swing-uses .browse-options .previous {
	background: url('images/arrowleft.jpg') no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
}
#swing-uses .browse-options .next {
	background: url('images/arrowright.jpg') no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: left;
}
#swing-uses .browse-options .previous:hover {
	background: url('images/arrowlefthover.jpg') no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	font-size: 0;
}
#swing-uses .browse-options .next:hover {
	background: url('images/arrowrighthover.jpg') no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: left;
	font-size: 0;
}
#swing-uses .browse-options p {
	float: left;
	margin: 5px 0px 0px 10px;
	font-size: 12px;
}
#swing-uses .entry {
	float: left;
	padding: 10px 0px 0px 50px;
}
.page #swing-uses .entry {
	
}
#swing-uses .entry .entry-content {
	width: 280px;
	float: left;
}
#swing-uses .entry h3 {
	font-size: 14px;
	color: #444;
	margin: 0px 0px 5px 0px;
}
#swing-uses .entry p {
	font-size: 12px;
	line-height: 15px;
}
#swing-uses .entry .attachment-kayttotilannekuva {
	float: left;
	width: 270px;
	margin: 0px 0px 0px 25px;
}
.page #swing-stories {
	margin: 0 !important;
}
#swing-stories {
	width: 642px;
	min-height: 220px;
	margin: 12px 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #ddd;
}
#swing-stories .top {
	background: url('images/bluetitlebg.jpg') no-repeat;
	width: 644px;
	height: 39px;
	clear: both;
}
#swing-stories h3.boxtitle {
	color: #fff;
	font-size: 14px;
	padding: 12px 0px 0px 50px;
	float: left;
}
#swing-stories .browse-options {
	float: right;
	margin: 7px 185px 0px 0px;
}
#swing-stories .browse-options .previous {
	background: url('images/arrowleftblue.jpg') no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	font-size: 0;
}
#swing-stories .browse-options span {
	display: none;
}
#swing-stories .browse-options .next {
	background: url('images/arrowrightblue.jpg') no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: left;
}
#swing-stories .browse-options .previous:hover {
	background: url('images/arrowlefthover.jpg') no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
}
#swing-stories .browse-options .next:hover {
	background: url('images/arrowrighthover.jpg') no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: left;
	font-size: 0;
}
#swing-stories .browse-options p {
	float: left;
	margin: 5px 0px 0px 10px;
	font-size: 12px;
}
#swing-stories .entry {
	float: left;
	padding: 10px 0px 0px 50px;
}
.page #swing-stories .entry {
	padding: 0 !important;
	margin: 15px 0px 0px 50px;
	min-height: 190px;
}
#swing-stories .entry .entry-content {
	width: 160px;
	float: left;
	margin: 0px 10px 0px 0px;
}
#swing-uses .entry .attachment-asiakastarinakuva {
	float: left;
	width: 85px;
}
#swing-stories .entry h3,
.swing-smallbox .entry h3 {
	font-size: 14px;
	color: #444;
	margin: 0px 0px 5px 0px;
}
#swing-stories .entry p {
	font-size: 12px;
	line-height: 15px;
}
.swing-smallbox {
	width: 308px;
	min-height: 150px;
	padding: 0px 0px 20px 0px;
	margin: 12px 12px 12px 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #ddd;
	float: left;
}
.swing-smallbox .top-small {
	background: url('images/bluetitlebg.jpg') no-repeat;
	width: 308px;
	height: 39px;
	clear: both;
}
.swing-smallbox h3.boxtitle {
	color: #fff;
	font-size: 14px;
	padding: 12px 0px 0px 50px;
	float: left;
}
.swing-smallbox .entry {
	width: 140px;
	float: left;
	margin: 10px 0px 0px 50px;
	float: left;
}
.swing-smallbox img {
	float: right;
	margin: 10px 20px 0px 0px;
}
.swing-smallbox .entry p {
	font-size: 12px;
	line-height: 15px;
}
#sidebar .swing-smallbox {
	width: 100% !important;
}

/* sliders */
.container { width:644px; height:190px; overflow:hidden; position:relative; }
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:644px; display:none; }
#swing-stories .slides > div { position:absolute; top:0; width:272px; display:none; }

#loopedSlider,#newsSlider { width:500px; position:relative; clear:both; }

/* page */
.page {
	padding: 0px 0px 20px 0px;
}
.page .entry {
	margin: 0px 0px 0px 0px;
}

.page .entry hr {color: #fff; height:1px; border:none; border-top: 1px solid #ddd; margin: 20px 0 20px 0}

.page .entry blockquote {
	border: 1px solid #ddd;
	padding: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 0px 0px 20px 0px;
}
.page .entry h1,
.page .entry h2,
.page .entry h3,
.page .entry h4 {
	margin: 0px 0px 12px 0px;
}
.page .entry h1 {
	margin-top: 20px;
	font-size: 32px;	
	color: #419fe5;
	font-family: 'Segoe UI', Arial, Helvetica;
	margin-bottom: 20px;
}
.page .entry h2 {
	font-size: 26px;
	color: #333;
	font-family: 'Segoe UI', Arial;
}
.page .entry h3 {
	font-size: 16px;
	color: #333;
}
.page .entry h3.sub {font-size: 14px; color: #aaa; font-weight: normal; margin-top: -8px;}

.page .entry h4 {
	font-size: 13px;
	color: #333;
}
.page .entry p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}
.page .entry ul {
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
}
.page .entry ul li {
	font-size: 12px;
	line-height: 16px;
}
.page .entry ol {
	list-style-type: decimal;
	margin: 10px 0px 10px 20px;
}
.page .entry ol li {
	font-size: 12px;
	line-height: 16px;
}
.page .entry a {
	color: #419fe5;
	text-decoration: none;
}
.page .entry a:hover {
	text-decoration: underline;
}
p.ingressi {
	color: #C0481A;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
blockquote h3 a {
	color: #444 !important;
}
blockquote h3 a:hover {
	text-decoration: none !important;
}
.page table {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}
.page table td {
	padding: 0px 0px 10px 0px;
}

.page .entry img, .post .entry img {}

/* archive */
.archive {
	border-bottom: 1px solid #ddd;
	padding: 20px 0px 20px 0px;
}
.archive .readmore-small {
	margin: 0;
}
.navigation .alignleft a,
.navigation .alignright a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: url('images/orangebuttonbg.jpg') repeat-x;
	padding: 10px 20px;
	float: left;
	margin: 20px 10px 0px 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
}
.archivetitle {
	font-size: 24px;
}
.datetag {
	margin: 0px 0px 7px 0px !important;
	font-style: italic;
}
.page h2.cat-title a {
	color: #444 !important;
}

.page .entry .page-caption { border-bottom: 1px solid #ddd; color: #333; font-family: 'Segoe UI', Arial, Helvetica; font-size: 20px; font-weight: normal; line-height: 26px;  font-style: italic; margin-top: 20px; margin-bottom: 25px; padding-right: 10px; padding-bottom: 25px; }

/* sidebar */
#promo-sidebar {
	width: 316px;
	height: 140px;
	background: url('images/sidebarpromobg.gif') repeat-x;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	color: #fff;
	margin: 0px 0px 24px 0px;
}
#promo-sidebar h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0px 5px 15px;
	float: left;
	width: 160px;
}
#promo-sidebar p {
	margin: 0px 0px 0px 15px;
	font-size: 12px;
	line-height: 15px;
	float: left;
	width: 160px;
}
#promo-sidebar .swingsoft {
	float: right;
	width: 103px;
	height: 140px;
	background: url('images/flowerblackbg.jpg') no-repeat;
	margin: 0px 15px 0px 0px;
}
#promo-sidebar .swingsoft2 {
	float: right;
	width: 65px;
	height: 140px;
	background: url('images/swingsofta.jpg') no-repeat;
	margin: 0px 35px 0px 0px;
}
#promo-sidebar .readmore-small {
	margin: 15px 0px 0px 15px;
}
h2.recentnews {
	display: block;
	padding: 12px 15px; 
	background: url('images/newstitlebg.jpg') repeat-x;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
ul#newslist {
	margin: 0px 0px 20px 0px;
}
ul#newslist li {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}
ul#newslist li h3.newstitle {
	font-size: 13px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
}
ul#newslist li h3.newstitlelow {
	font-size: 13px;
	font-weight:bold;
}
ul#newslist li p {
	font-size: 12px;
	line-height: 15px;
}
ul#newslist li.firstpost {
	padding: 15px;
}
ul#newslist li a {
	color: #444;
	text-decoration: none;
}
ul#newslist li a:hover {
	text-decoration: underline;
}
ul#newslist li.morenews {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 0px;
}
ul#newslist li.morenews a {
	color: #e20c35;
}
ul#submenu {
	border: 1px solid #ddd;
	padding: 20px 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
ul#submenu li {
	font-size: 16px;
	font-weight: bold;
}
ul#submenu li a {
	display: block;
	padding: 12px 20px 12px 52px;
	color: #444;
	text-decoration: none;
	background: url('images/submenuarrow.jpg') no-repeat 6% 50%;
}
ul#submenu li a:hover {
	color: #fff;
	background: #ee862d url('images/submenuarrowhover.jpg') no-repeat 6% 50%;
}

/* footer */
#footer {
	width: 972px;
	float: left;
	border-top: 1px solid #ddd;
	margin: 20px 0px 40px 0px;
}
#footer ul li a {
	color: #737373;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
.footer-left ul {
	float: left;
	margin: 15px 50px 0px 0px;
}
.footer-left ul li,
.footer-right ul li {
	font-size: 11px;
	line-height: 16px;
}
.footer-left ul li.title,
.footer-right ul li.title {
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.footer-right {
	float: right;
	margin: 15px 0px 0px 0px;
}
.eu {
	float: right;
	margin: 20px 20px 0px 0px;
}
.copyright {
	float: left;
	width: 972px;
}

/* mix */
.alignleft {
	float: left;
	margin: 20px 20px 20px 0px;
}

.clear { clear: both; }

