/*
Theme Name: Aivon
Theme URI: http://www.soluto.fi/
Description: 
Version: 1.0
Author: Jaakko Alajoki
Author URI: http://www.soluto.fi/
Tags: Aivon

Edited by Tuomas Sauliala, www.sauliala.fi

*/

body {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background: url(images/bg.gif) repeat-y top left #ffffff;
}

#contentColumn .contentPadding {
	padding: 20px;
}

#menuColumn ul {
	margin: 0px;
	padding: 20px;
}

#menuColumn ul li {
	padding: 5px;	
	list-style-type: none;
}


#menuColumn ul li a {
	color: #007dba;
	text-decoration: none;
	font-size: 1.1em;
}

#menuColumn ul li a:hover {
	text-decoration: underline;
}

#menuColumn ul li.selected {
	background: #007dba;
}

#menuColumn ul li.selected a {
	color: #ffffff;
}

#menuColumn ul li.subSelected {
	/*background: #007dba;*/
}

#menuColumn ul li.subSelected a {
	font-weight: bold;
	color: #2a2e3d;
}

#newsHeadline {
	background: url(images/bullet.gif) no-repeat 10px center #fffbcd;
	height: 35px;
	border-bottom: 2px solid #f5f5f5;
}

#newsHeadline .title {
	float: left;
	line-height: 35px;
	width: 70%;
}

#newsHeadline .title .padding {
	padding-left: 30px;
}

#newsHeadline .title .padding a {
	font-size: 15px;
	text-decoration: none;
	color: #007dba;
}

#newsHeadline .date {
	float: left;
	line-height: 35px;
	width: 30%;
	color: #5d5d5d;
}

#newsHeadline .date .padding {
	padding-right: 20px;
	text-align: right;
}

h1 {
	font-size: 2.1em;
	color: #003d70;
	padding: 0px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	color: #003d70;
	padding: 0px;
	margin: 0px;
	font-weight: strong;
}

p {
	font-size: 1.2em;
	line-height: 130%;
}

#footer {
	width: 878px;
	background: url(images/footer.gif) top left repeat-x #5d5d5d;
}

#upperFooter {
	padding: 10px 0px 10px 10px;
	color: #9f9f9f;
}

#upperFooter a {
	color: #ffffff;
	text-decoration: none;
}

#upperFooter a:hover {
	color: #979797;
}

#upperFooter a.news {
	color: #ffffff;
}

#upperFooterLeft {
	float: left;
	width: 80%;
}

#upperFooterRight {
	float: left;
	width: 20%;
	text-align: right;
}

#upperFooterRight img {
	border: 0px;
	margin-top: -10px;
}

.footerItem {
	float: left;
	font-size: 11px;
}

.footerItem b {
	font-weight: normal;
	font-size: 12px;
}

.footerItemSpacer {
	float: left;
	padding: 0px 10px;
}


#lowerFooter {
	padding: 10px 0px 10px 10px;
	color: #ffffff;
	font-size: 0.9em;
	color: #e6e6e6;
}

#newsList {
	float: left;
	width: 250px;
}

#newsList .padding {
	padding: 20px 5px 15px 15px;
}

#newsItem .padding {
	padding: 20px 20px 15px 5px;
}

#newsList ul {
	padding: 0 0 0 20px;
}

#newsList li {
	list-style-type: square;
	color: #007dba;
	padding: 3px 3px 2px 0;
}

#newsList li span {
	color: #535353;
}

#newsList h1 {
	font-size: 15px;
}

#newsItem {
	float: left;
	width: 425px;
	
}

a, a:active, a:visited {
	color: #007dba;
	text-decoration: none;
}

a:hover {
	color: #002c41;
	text-decoration: underline;
}

#miniLogo {
	text-align: center;
	padding: 5px 0px;
	border-bottom: 2px solid #f5f5f5;
}

#miniLogo img {
	border: 0px #000000 solid;
}

.newsBg {
	background: url(images/newsBg.gif) top left repeat-x;
}

.contentBg {
	background: transparent url(images/contentBg.gif) no-repeat scroll 400px top;
}

#contentBackground {
	width: 878px;
	background: #ffffff;
}

/************** Frontpage specific. ****************/

#frontpageWrapper {
	/*background: url(images/bg/bg01.jpg) no-repeat top left transparent;*/
}

#frontpageWrapper #contentWrapper {
	width: 878px;
	padding-top: 364px;
}

#frontpageWrapper #menuColumn {
	float: left;
	width: 201px;
	background: url(images/menuLine.gif) repeat-y top right transparent;
}

#frontpageWrapper #contentColumn {
	float: left;
	width: 677px;
/*	min-height: 30em; */
}

/************** Subpage specific. ****************/

#subpageWrapper {
	/*background: url(images/subBg/bg01.jpg) no-repeat top left transparent;*/
}

#subpageWrapper #contentWrapper {
	witdh: 878px;
	padding-top: 90px;
}

#subpageWrapper #menuColumn {
	float: left;
	width: 201px;
	background: url(images/menuLine.gif) repeat-y top right transparent;
}

#subpageWrapper #contentColumn {
	float: left;
	width: 677px;
	min-height: 30em;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/*************** Store **********************/

#store-content {
    padding: 15px 0 0;
}
#subpageWrapper #contentColumn.contentStore {
    background: url("images/store/bg-store.jpg") no-repeat scroll 0 0 transparent;
    border-left: 2px solid #F5F5F5;
    width: 675px;
}
#store-header {
    background: url("images/store/bg-header.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    left: 20px;
    position: relative;
    top: 24px;
    width: 632px;
}
#store-header ul {
    float: right;
}
.contentStore #store-header ul {
    margin: 40px 0 0;
}
.contentStorePage #store-header ul {
    margin: 13px 0 0;
}
#store-header ul li {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0 0 0 13px;
}
.contentStorePage #store-header {
    background: url("images/store/bg-page-header.png") no-repeat scroll 0 0 transparent;
    height: 71px;
}
#store-text {
    padding: 0 25px 25px 20px;
}
#store-text h1 {
    margin-top: 40px;
}
#store-menu {
    background-color: #F5F5F5;
    margin: 2px 0 2px 2px;
}
a#store-backToFront {
    background: url("images/store/back-to-store.png") no-repeat scroll 0 0 transparent;
    color: #F5F5F5;
    display: block;
    font-size: 1px;
    height: 29px;
    position: relative;
    width: 210px;
}
#store-menu ul {
    padding: 0 0 0 15px;
}
#store-menu ul li {
    padding: 0;
}
#store-menu ul li.selected {
    background: none repeat scroll 0 0 transparent;
}
#store-menu ul li.selected a, #store-menu ul li.selected a:hover {
    background-color: #517181;
    color: #FFFFFF;
}
#store-menu ul li.selected ul li a, #store-menu ul li.selected ul li a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #007DBA;
}
#store-menu ul a {
    display: block;
    line-height: 25px;
    margin: 0 20px 0 0;
    padding: 0 0 0 5px;
}
#store-menu-container {
    border-bottom: 1px solid #B8B8B8;
    border-right: 1px solid #B8B8B8;
    padding: 0 0 3px;
}
#store-menu ul.top {
    padding: 4px 0 5px 20px;
}
#store-breadcrumb {
    border-bottom: 1px solid #B8B8B8;
    margin: 30px 0 0 10px;
    padding: 0 0 13px;
    width: 632px;
}
#store-productList {
    margin: 14px 0 40px 10px;
    position: relative;
    top: -12px;
}
div.store-product {
    border-bottom: 1px solid #B8B8B8;
    float: left;
    height: 295px;
    margin-top: 10px;
    padding: 10px 0 10px 10px;
    width: 204px;
}
p.product-price {
    float: right;
    margin: 0;
    padding: 10px 0 0;
}
h3.product-name {
    float: left;
    font-size: 1.2em;
    margin: 0;
    padding: 12px 0 10px;
}
p.product-shortDesc {
    clear: both;
    margin: 0 0 6px;
    padding: 0;
}
a.product-image img {
    border: medium none;
}
#store-productSingle {
    margin: 20px 25px 40px 20px;
}
#store-productSingle #store-breadcrumb {
    border: medium none;
    margin-left: 0;
    margin-top: 10px;
    width: 280px;
}
#store-price-order {
    background: url("images/store/bg-pricetag.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 39px;
    margin: 0 12px 0 0;
    padding: 0 0 0 10px;
    width: 185px;
}
#store-price-quote {
    height: 39px;
}
span.euro-amount {
    float: left;
    font-size: 1.5em;
    line-height: 2.1em;
    width: 80px;
}
#store-longDesc {
    border-top: 3px solid #BCBDBF;
}
#store-productSingle h4 {
    margin-bottom: 3px;
}
#store-productSingle ul {
    margin: 0 0 7px 20px;
    padding: 0;
}
#product-images {
    float: right;
    padding: 0 0 10px 20px;
}
#store-price a.button-big {
    float: left;
    left: 1px;
    position: relative;
    top: -2px;
}
#product-images-gallery {
    position: absolute;
    top: 412px;
}
#product-images-gallery ul {
    height: 24px;
    margin: 0;
}

#product-images-gallery ul li.gallery-zoom {
  float: left;
  list-style-type: none;
}

#product-images-gallery ul li.gallery-zoom a {
  display: block;
  width: 64px;
  height: 24px;
  background: url("images/store/gallery-zoom-in.png") no-repeat scroll left top transparent;
}

#product-images-gallery ul li.gallery-bullet {
    display: block;
    float: left;
    height: 24px;
    list-style-type: none;
    width: 20px;
}
#product-images-gallery ul li.gallery-bullet a {
    background: url("images/store/gallery-thumb.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    width: 20px;
}
#product-images-gallery ul li.gallery-bullet a:hover {
    background: url("images/store/gallery-thumb.png") no-repeat scroll 0 -24px transparent;
}
a.button-quote-small {
    background: url("images/store/button-quote-small.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 1px;
    height: 27px;
    position: relative;
    top: -4px;
    width: 76px;
}
a.button-quote-small:hover {
    background: url("images/store/button-quote-small.png") no-repeat scroll 0 -27px transparent;
}
a.button-big {
    background: url("images/store/button-big-right.png") no-repeat scroll right top transparent;
    display: block;
    height: 42px;
    position: relative;
    right: -7px;
}
a.button-big:hover {
    background: url("images/store/button-big-right.png") no-repeat scroll right bottom transparent;
    text-decoration: none;
}
a.button-big span {
    background: url("images/store/button-big-left.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 42px;
    left: -7px;
    line-height: 41px;
    padding: 0 10px 0 18px;
    position: relative;
}
a.button-big:hover span {
    background: url("images/store/button-big-left.png") no-repeat scroll 0 -42px transparent;
    text-decoration: none;
}
#store-modal {
    left: 240px;
    position: absolute;
    top: 130px;
    width: 502px;
    z-index: 1000;
    display: none;
}
#store-modal-top {
    background: url("images/store/bg-modal-top.png") no-repeat scroll left top transparent;
    padding: 25px 30px 10px;
}
#store-modal-top h1 {
    font-size: 1.6em;
}
#store-modal-bottom {
    background: url("images/store/bg-modal-bottom.png") no-repeat scroll left top transparent;
    height: 68px;
    padding: 8px 30px 10px;
}
#store-modal-top label {
    display: block;
    float: left;
    width: 130px;
}
div.store-modal-formElement, div.store-modal-info {
    clear: both;
    margin: 0;
    padding: 10px 0 0;
}
div.store-modal-info a {
    padding: 0 20px 0 0;
}
input, textarea {
    background-color: #F7F7F7;
    border: 1px solid #D5D5D5;
    border-radius: 2px 2px 2px 2px;
    float: left;
    font-family: arial,helvetica;
    font-size: 12px;
    padding: 2px;
    width: 290px;
}
input.short {
    width: 40px;
}
#store-modal-bottom a {
    line-height: 40px;
}
#store-modal-bottom a.button-big {
    float: right;
}
span.gray {
    color: #838282;
}


/* Follow */
#follow-container {
	background: url(images/bg-follow.png) no-repeat left top;
	width: 161px;
	height: 29px;
	margin: 0 0 20px 20px;
}

#follow-container p {
	color: #414141;
	font-size: 0.9em;
	float: left;
	width: 90px;
	padding: 0 0 0 10px;
	margin: 7px 0 0 0;
}

#follow-container a#follow-fb,
#follow-container a#follow-twitter {
	width: 30px;
	height: 29px;
	display: block;
	background: url(images/follow-facebook.png) no-repeat left top;
	float: left;
}

#follow-container a:hover#follow-fb,
#follow-container a:hover#follow-twitter {
	background-position: 0 -29px;
}

#follow-container a#follow-twitter {
	background: url(images/follow-twitter.png) no-repeat left top;
}



