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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Times, "Times New Roman", Georgia, Garamond, "Palatino Linotype", Palatino, "Book Antiqua", "New York", serif;
	vertical-align: baseline;
}:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	font-size: 120%;
	color: #595959;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
	display: block;
	padding: 20px 20px;
	font-style: italic;
}

br.clear {
	clear: both;
	float: none;
	height: 1px;
	font-size: 1px;
}

/**********************************************************
 *** MAIN
 **********************************************************/
p, address {
	color: #5A5A5A;
	font-size: 20px;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

a {
	color: #00A2E9;
	font-weight: normal;
}

h1 {
	font-size: 71px;	
}

h2 {
	font-size: 45px;
	padding: 8px 0px 15px 0px;
	line-height: 106%;
}

h3 {
}

h4 {
	padding: 5px 0px 5px 0px;
	font-size: 30px;
}

a {
	text-decoration: none;
}

/**********************************************************
 *** LAYOUT
 **********************************************************/
body {
	border-top: 1px solid #000000;
}

#header, #container, #footer {
	width: 945px;
	margin: 0px auto;
}

#header {
	position: relative;
	overflow: hidden;
	height: 446px;
}

#container {
/*	padding: 24px 0px 40px 0px; */
	margin-top: 24px;
	margin-bottom: 40px;
	background: transparent url(images/dots_ver.gif) repeat-y scroll 662px top;
	overflow: hidden;
	position: relative;
}

#main {
	float: left;
	width: 613px;
	padding: 0px 30px 0px 20px;
/*	background: url(images/dots_ver.gif) repeat-y right top; */
}

#sidebar {
	width: 240px;
	float: left;
	padding: 0px 20px 0px 20px;
}

#footer {
	clear: both;
	float: none;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 10px;
}

/**********************************************************
 *** NAV
 **********************************************************/
#nav {
	position: absolute;
	top: 0px;
	left: 20px;
}

#nav li {
	float: left;
	padding: 8px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	color: #000000;
	font-size: 20px;
}

#nav li a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
}

#nav li.current, #nav li.current_page_ancestor, #nav li.current_page_parent, #nav li.current_page_item {
	background: url(images/nav_current_bg.gif) repeat-x top left;
}

#nav li.blogs {
	padding-left: 21px;
	background: url(images/menu_separator.gif) no-repeat 0px 11px;
}

/**********************************************************
 *** SUB-NAV
 **********************************************************/
#sub-nav {
	position: absolute;
	top: 421px;
	right: 0px;		
}

#sub-nav li:first-child a {
	width: 149px;	
}
		
#sub-nav li {
	float: left;	
}

#sub-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 0px;
	margin: 0px 1px 0px 0px;
	font-size: 14px;
/*	width: 178px; */ 
	width: 146px;
	height: 15px;
	background-color: #00ADEF;
	text-align: right;
}

#sub-nav li.current a, #sub-nav li.current_page_ancestor a, #sub-nav li.current_page_parent a, #sub-nav li.current_page_item a {
	background-color: #B6B6B6;
}

/**********************************************************
 *** HEADER
 **********************************************************/
#header h1 {
	width: 189px;
	height: 65px;
	position: absolute;
	top: 15px;
	right: 20px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat top left;
}

#header #top {
	position: absolute;
	top: 100px;
}

/**********************************************************
 *** FOOTER
 **********************************************************/
#footer {
/*	background: url(images/footer_bg.gif) repeat-x top left; */
	background: transparent url(images/dots_hor.gif) repeat-x scroll top left;
	overflow: hidden;
}

#footer p {
	color: #646464;
	font-size: 12px;
	padding: 17px 0px 10px 20px;
}

#footer ul {
	padding: 0px 20px 10px 20px;
}

#footer ul li {
	float: left;
	padding: 0px 23px 0px 0px;
}

#footer ul li.last {
	padding-right: 0px;
}

/**********************************************************
 *** CONTENT
 **********************************************************/
a.more, a.add-comment {
	font-size: 14px;
}

.item {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	background: url(images/dots_hor.gif) repeat-x bottom left;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

.blog-post {
	position: relative;	
}

.blog-post h2 {
/*	color: #3C3C3C; */ 
}

.blog-post p {
	color: #686868;
}

.blog-post a.more {
	float: right;
}

.front-post h2 {
	padding-top: 0px;
}

.front-post a.more, .front-post a.less, a.more-link {
	float: right;
	clear: both;
	display: block;
	padding: 5px 0px 0px 0px;
}

a.more-link {
	float: right;
	clear: both;
	display: block;
	padding: 5px 0px 0px 0px;
	font-size: 77%;
}

.blog-post a.add-comment {
	float: left;
}

.blog-post a.add-comment {
	float: left;
}

.blog-post small {
	font-size: 12px;
	color: #ABABAB;
}

.blog-post small a {
	font-size: 12px;
}
.blog-post ul li {
	list-style-type:square;
	font-size: 16px;
	color: #5A5A5A;
	padding-left:8px;
	margin-left:20px;
}

ul.link-list {
	overflow: hidden;
	height: 100%;
	zoom: 1;
	padding: 5px 0px 10px 0px;
}

ul.content-holder {
	background: url(images/dots_hor.gif) repeat-x bottom left;
}

/**********************************************************
*** PRESS SECTION
**********************************************************/
.blog-post-press {
	position: relative;	
}

.blog-post-press h2 {
/*	color: #3C3C3C; */ 
}
.blog-post-press h3 {
	padding: 15px 0px 15px 0px;
}
.blog-post-press h4 {
	padding: 0px 0px 0px 0px;
}

.blog-post-press p {
	color: #686868;
	font-size:16px;
}

.blog-post-press a.more {
	float: right;
}

.blog-post-press a.add-comment {
	float: left;
}

.blog-post-press a.add-comment {
	float: left;
}

.blog-post-press small {
	font-size: 12px;
	color: #ABABAB;
}

.blog-post-press small a {
	font-size: 12px;
}

.blog-post-press ul li {
	list-style-type:square;
	font-size: 14px;
	color: #5A5A5A;
	padding-left:8px;
	margin-left:20px;
}

/**********************************************************
 *** SIDEBAR LISTS
 **********************************************************/
ul.link-list li, .widget_links ul li{
	padding: 0px 0px 2px 0px;
}

ul.link-list li a, .widget_links ul li a{
	font-size: 12px;
	color: #686868;
/*	background: url(images/sidebar_list_marker.gif) no-repeat right 5px; */
	background: url(images/sidebar_list_marker.gif) no-repeat right 64%;
	padding: 0px 10px 0px 0px;
}

.widget-follow ul.link-list li a {
/*	background: url(images/sidebar_list_marker.gif) no-repeat right 4px;*/
	background: url(images/sidebar_list_marker.gif) no-repeat right 74%; 
}

ul.image-list {
	overflow: hidden;
	height: 100%;
	zoom: 1;
	padding: 10px 0px 0px 0px;
}

ul.image-list li {
	float: left;
	margin: 0px 17px 10px 0px;
	width: 47px;
	height: 47px;
}

ul.image-list li img{
	width: 47px;
	height: 47px;	
}

ul.image-list li.line-last {
	margin: 0px 0px 10px 0px;
}

#sidebar h4 {
	padding-top: 25px;
	color: #3c3c3c !important;
	background: url(images/dots_hor.gif) repeat-x bottom left;
}

/**********************************************************
 *** WIDGET TWITTER
 **********************************************************/
.widget-twitter {
	position: relative;
}

#twitter-bird {
	display: block;
	height: 58px;
	width: 66px;
	background: url(images/twitter.png) no-repeat;
	position: absolute;
	top: 26px;
	right: -10px;
}

.widget-twitter .twit-list {
	overflow: hidden;
	height: 100%;
	zoom: 1;
	margin-bottom: 0px;
}

.widget-twitter h4 {
	padding: 25px 0px 2px 0px !important;
}

.widget-twitter h4 small {
	font-size: 12px;
	color: #B6B6B6;
}

.widget-twitter a.twitter-link {
	display: block;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 7px;
}

.widget-twitter .twit-list li {
	color: #686868;
	line-height: 150%;
	background: url(images/dots_hor.gif) repeat-x bottom left;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}

.widget-twitter .twit-list li.last {
	margin-bottom: 0px;
}

.widget-twitter .twit-list li p {
	font-size: 12px;
	color: #686868;
	padding: 0px 0px 4px 0px;
}

.widget-twitter .twit-list li a {
	font-size: 12px;
}

.widget-twitter .twit-list li small {
	font-size: 10px;
	line-height: 100%;
	color: #B6B6B6;
}

/**********************************************************
 *** WIDGET ABOUT
 **********************************************************/
.widget-about h4 {
	padding: 2px 0px 5px 0px !important;
}

.widget-about p {
	color: #646464;
	font-size: 12px;
	line-height: 140%;
	padding: 6px 0px 9px 0px;
	background: url(images/dots_hor.gif) repeat-x bottom left;
}

/**********************************************************
 *** OVERRIDE WIDGET FIRST IN LIST
 **********************************************************/
.widget-first h4 {
	padding-top: 2px !important;
}

.widget-first #twitter-bird {
	top: 3px;
}

/**********************************************************
 *** SHARE POST
 **********************************************************/
.blog-post-open {
	background: url(images/dots_hor.gif) repeat-x bottom left;
}

.share-post {
	background: url(images/dots_hor.gif) repeat-x bottom left;
	overflow: hidden;
	zoom: 1;
	height: 100%;
	padding: 10px 0px 20px 0px;
}

.share-post h6 {
	font-size: 45px;
	color: #3C3C3C;
	padding-bottom: 20px;
}

.share-post ul li {
	float: left;
	padding-right: 15px;
}

/**********************************************************
 *** COMMENTS
 **********************************************************/
.comments {
	background: url(images/dots_hor.gif) repeat-x bottom left;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.comments h5 {
	font-size: 45px;
	color: #3C3C3C;
	padding: 15px 0px 15px 0px;
}

.comments ul li {
	background: url(images/dots_hor.gif) repeat-x bottom left;
	padding: 10px 0px;
}

.comments ul li small, .comments ul li p.author, .comments ul li p.author a {
	font-size: 10px;
	color: #B6B6B6;
	font-family: Arial, Helvetica, sans-serif;
}
/*
.comments ul li p.comment {
	font-size: 20px;
	color: #686868;
	padding: 5px 0px 5px 0px;
}
*/
.comments ul li div.comment-body p {
	font-size: 20px;
	color: #686868;
	padding: 5px 0px 5px 0px;
}

/**********************************************************
 *** SITE CREW
 **********************************************************/
ul.crew, #site-type ul.jobs, ul.partners {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}

ul.crew li, ul.partners li {
	background: url(images/dots_hor.gif) repeat-x bottom left;
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding: 20px 0px 20px 0px;
}

ul.partners li br, ul.crew li br{
	display: none;	
}

ul.crew li.last, ul.partners li.last {
	border-bottom: none;
	background: none;
}

ul.crew li.first, ul.partners li.first {
	padding-top: 5px;
}

ul.crew li h3, ul.partners li h3 {
	font-size: 20px;
	color: #00A2E9;
	padding: 0px 10px 0px 0px;
	float: left;
}

ul.crew li h4 {
	font-size: 20px;
	color: #5A5A5A;
	padding: 0px 0px 0px 0px;
	float: left;
}

ul.crew li p, ul.partners li p {
	font-size: 20px;
	color: #5A5A5A;
	width: 489px;
	float: right;
	padding: 1px 0px 0px 0px;
	line-height: 110%;
}

ul.crew li img, ul.partners li img {
	float: left;
	margin-right: 20px;
	width: 104px;
	height: 104px;
	display: block;
}

.page-crew, .page-partners {
	background: none;
	margin-bottom: 0px;
}

/**********************************************************
 *** FOLLOW
 **********************************************************/
.widget-follow ul.feeds {
	background: none;
	padding-bottom: 0px;
}

.widget-follow ul.feeds li {
	padding: 0px 0px 13px 0px;
	margin-bottom: 10px;
	background: url(images/dots_hor.gif) repeat-x bottom left;
	clear: both;
	position: relative;
	overflow: hidden;
	zoom: 1;
	display: block;
}

.widget-follow ul.feeds li a {
	display: block;
	position: absolute;
	top: 0px;
	left: 35px;
	font-size: 12px;
	color: #00AEEF;
}

.widget-follow ul.feeds li small {
	display: block;
	font-size: 12px;
	color: #B6B6B6;
	position: absolute;
	top: 15px;
	left: 35px;
}

.widget-follow ul.feeds li.first {
	margin-top: 5px;
}

.widget-follow ul.feeds li.last {
	margin-bottom: 0;
}

ul.feeds li .icon {
	width: 24px;
	height: 26px;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
/*
ul.feeds li.rss .icon {
	background: url(images/icon_rss.png) no-repeat left 2px;
}

ul.feeds li.twit .icon {
	background: url(images/icon_twit.png) no-repeat left 2px;
}

ul.feeds li.flick .icon {
	background: url(images/icon_flick.png) no-repeat left 2px;
}

ul.feeds li.facebook .icon {
	background: url(images/icon_fb.png) no-repeat left 2px;
}

ul.feeds li.myspace .icon {
	background: url(images/icon_myspace.png) no-repeat left 2px;
} */

/**********************************************************
 *** WIDGET NEWSLETTER
 **********************************************************/
.widget-newsletter {
	color: #B6B6B6;
}

.widget-newsletter form {
	background: url(images/dots_hor.gif) repeat-x bottom left;
	padding-bottom: 8px;
}

.widget-newsletter input.dotted {
	margin: 9px 0px 7px 0px;
}

.widget-newsletter p.subscribed {
	padding: 14px 0px 12px 0px;
	font-size: 13px;
}

.widget-newsletter a.submit {
	padding: 0px 5px 0px 0px;
	font-size: 14px;
}

.widget-newsletter a.last-edition {
	padding: 0px 0px 0px 5px;
	font-size: 14px;
}

/**********************************************************
 *** FORM ELEMENTS
 **********************************************************/
input.dotted {
	background: url(images/input_text_bg.gif) no-repeat scroll top left;
	border: none;
	width: 237px;
	height: 21px;
	font-family: Times, "Times New Roman", Georgia, Garamond, "Palatino Linotype", Palatino, "Book Antiqua", "New York", serif;
	font-size: 12px;
	color: #B6B6B6;
	text-align: center;
	padding: 2px;
	margin: 0px 2px 3px 0px;
}

textarea.dotted {
	background: url(images/textarea_bg.gif) no-repeat scroll top left;
	border: none;
	width: 484px;
	height: 141px;
	font-family: Times, "Times New Roman", Georgia, Garamond, "Palatino Linotype", Palatino, "Book Antiqua", "New York", serif;
	font-size: 12px;
	color: #686868;
	padding: 5px 10px;
}

input.submit-link {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-family: Times, "Times New Roman", Georgia, Garamond, "Palatino Linotype", Palatino, "Book Antiqua", "New York", serif;
	color: #00A2E9;
	font-size: 14px;
	display: block;
	margin: 10px 0px 0px 0px;
}

.ClearOnFocus-Active {
	color: #686868 !important;
}

/**********************************************************
 *** INNER ELEMENT PRESENTATION
 **********************************************************/
.inner {
	position: relative;
}

.inner p {
	color: #5A5A5A;
	line-height: 110%;
}

.inner ul.features {
}

ul.features li {
	color: #5A5A5A;
	font-size: 20px;
	margin-bottom: 30px;
	border-left: 4px solid #01AEF0;
	padding: 0px 0px 0px 6px;
}

.buy-now-ovi {
	background: url(images/icon_small_ovi.jpg) no-repeat left;
	display: block;
	padding: 15px 0px 10px 45px;
	font-size: 20px;
}

.buy-now-iTunes {
	background: url(images/appstore.jpg) no-repeat left;
	display: block;
	padding: 15px 0px 10px 165px;
	font-size: 20px;
}

.playlist-stamp {
	position: absolute;
	top: 120px;
	right: 0px;
	display: block;
	width: 200px;
	height: 175px;
	background: url(images/stamp.jpg) no-repeat top left;
	text-indent: -9999px;
}

.phones {
	overflow: hidden;
}

.phones li {
	position: relative;
	height: 190px;
	margin-bottom: 20px;
}

.phones li.last {
	margin-bottom: 0px;
}

.phones li small {
	position: absolute;
	top: 132px;
	font-size: 25px;
	color: #3C3C3C;
}

.phones li a.buy-ovi {
	position: absolute;
	top: 0px;
	font-size: 20px;
	top: 160px;
}

ol {
	margin-bottom: 10px;
	padding-left: 25px;
}

ol li {
	list-style: decimal outside;
	text-indent: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 20px;
	color: #5A5A5A;
}
h1, h2, h3, h4 {
	color: #00A2E9 !important;	
}
.contactform_error {
	color: red !important;
	font-style: italic;
}
.contactform_respons {
	color: green !important;
	font-style: italic;
}
img.captcha-img {
	float: left;
}
.captcha-holder {
	clear: both;	
}
img.centered, .aligncenter, div.aligncenter {
    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; }
	
.wp-caption {
	text-align:center; 
	font-size:12px; 
	line-height:1.1; 
	border:none;
}