/* globals */
body					{
	background-color: #FFF;
	color: #333;
	font: 12px 'Lucida Grande',Arial,Helvetica,sans-serif;
	height: 100%;
	min-height: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../../images/sd-design/bg_main.png);
}

h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	color: #00001A;
	font-size: 12px;
}

.clearfix:after			{ clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix				{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix		{ height: 1%; }

:focus					{ -moz-outline-style: none; }

a, a:link, a:visited	{
	color: #036;
	text-decoration: none;
}
a:hover					{
	color: #06C;
}

p						{ line-height: 1.5em; }
blockquote				{
	color: #030732;
	font-style: normal;
	border: 1px solid #E8E8E8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #F9FFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
blockquote	li			{
	list-style-image: url(../../images/sd-design/sd-ok.png);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

code					{ background: #EAEAEA; color: #333; font-family: Consolas,Monaco,Courier,monospace; font-size: 11px; margin: 1px 0; padding: 1px 3px; }
pre code				{
	background: #322E2C;
	border: 1px solid #635957;
	color: #FFF;
	display: block;
	overflow: scroll;
	padding: 1.5em 1.75em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}



input[type=text], input[type=password], textarea	{
	background: url(../../images/form.jpg) repeat-x top #f5efef;
	border: 1px solid #CCC;
	padding: 3px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
input[type=submit], #wp-email-submit    {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background: url(../../images/postbar.gif) repeat-x;
	border: 1px solid #333;
	padding: 5px 10px;
	font-size: 12px;
	color:#FFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
input[type=submit]:hover, #wp-email-submit:hover    {
	border: 1px solid #CCC;
	background: url(../../images/topnav.jpg) repeat-x;
	color:#333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

table					{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
th, td					{
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
th, thead th			{ font-weight: bold; color: #333; background: url(../../images/topnav.jpg) repeat-x top #CCC; }
td, tbody td			{ background: #F0F0F0; }


.mezernik {
padding-left: 205px;
}

/* common classes */
.aligncenter			{ display: block; margin: 0 auto; }
.alignright				{ float: right; margin: 0 0 1em 1em; }
.alignleft				{ float: left; margin: 0 1em 1em 0; }
.floatleft				{ float: left; }
.floatright				{ float: right; }
img.aligncenter, img.alignright, 
img.alignleft			{
}

.textcenter				{ text-align: center; }
.textright				{ text-align: right; }

.textleft				{ text-align: left; }

.noticebox				{
	background-color: #fff9d7;
	border: 1px solid #e2c822;
	color: #333;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.noticebox a			{ color: #000; }

.sub					{ font-size: 11px; color: #848485; }

.ui-tabs-hide, .hide	{ display: none !important; }

.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background: #F3F3F3;
	padding-top: 4px;
	margin: 10px
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.wp-caption img { margin: 0; padding: 0; border: none }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }

.tags a:link, .tags a:visited	{ font-weight: bold; text-decoration: none; padding: 2px 4px; background: #FFF; display: inline-block; margin-bottom: 3px; }

.xoxo					{ padding: 0; }
.hide					{
	font-size: 0px;
}
/* structure */
#wrapper				{
	min-height: auto;
	position: relative;
	margin-top: 10px;
}
#main					{
	z-index: 0;
*z-index: -1;
	border: 1px solid #00F2F2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFF;
	background-image: url(../../images/sd-design/bg_page.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*#main { background: url(../../images/12_col.gif); } */

/* header */

#head-sd				{
	background-color: #0F0;
	height: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#header					{
	width: 1000px;
	height: 150px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../images/sd-design/header-skolasmyku.png);
	background-repeat: no-repeat;
}
#branding				{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.logo					{
	max-width: 250px;
	float: left;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
}
.blog-name				{
	color: #FFF;
	float: left;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -1px;
	width: 250px;
	text-shadow: 0 1px 0 #FFF;
	text-transform: capitalize;
}

.blog-name2				{
	color: #003;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 24px;

	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #FFF;
	text-transform: capitalize;
	padding-top: 3px;
	text-align: center;
}

.blog-name a:link, .blog-name a:visited	{
	color: #666;
	text-decoration: none;
}
/*.blog-name a:link, .blog-name a:visited	{  text-indent: -9000px; background: url(../../images/icons/logo.png) no-repeat; width: 450px; height: 22px; display: block; }*/
.blog-name a:hover		{ }
.blog-description		{
	color: #0CF;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
	font-style: italic;
	text-shadow: 0 1px 0 #0CF;
}





.rss					{ float: right; list-style: none; margin: 0; padding: 0 15px; }
.rss a:link, .rss a:visited	{ display: block; margin: 0 25px 0 0; color: #666; font-size: 11px; font-weight: bold; text-decoration: none; padding: 8px 0 0 0; float: left; clear: left; margin: 0; }
.rss li					{ float: left; display: inline; text-transform: uppercase; background: url(../../images/rss.png) no-repeat; background-position: 0 9px; padding: 0 0 0 18px; margin: 0 0 0 10px; }

/* search bar */
#searchbar				{
	float: right;
	overflow: hidden;
	padding: 0;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
#searchform #s			{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	width: 100px;
	float: left;
	margin: 1px 5px 0 0;
	padding: 4px 3px;
	font-size: 10px;
}


/* sidebar */
.sidebar				{
}
.sidebar .xoxo			{
	list-style: none;
	margin: 0;
	padding-top: 7px;
}
.widgetcontainer ul, .widgetcontent .xoxo, .widgetcontainer ol	{
	margin-left: 15px;
	padding: 0;
	list-style-type: disc;
	color: #069;
}
.widgetcontainer li		{ margin-bottom: 5px; }
.widgetcontainer li a:visited, .widgetcontainer li a:link	{ text-decoration: none; font-weight: bold; font-size: 12px; }







.widgetcontainer li a:hover	{
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
}
.widgetcontainer input[type=text], .widgetcontainer input[type=password]	{ width: 80%; }
.widgettitle			{
	font-size: 12px;
	margin: 0;
	padding: 6px 10px;
	background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF;
	text-shadow: 0 1px 0 #FFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: thin solid #CCC;
}
.widgettitle a			{ color: #333; }
.widgetcontent			{
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #0FF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#multi-sidebar			{ }
#multi-sidebar .tabs	{ list-style: none; margin: 0; padding: 0; overflow: hidden; }
#multi-sidebar .tabs li	{
	float: left;
	background: #0052A3;
	padding: 5px;
	margin: 0 3px 5px 0;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#multi-sidebar .tabs a:link, #multi-sidebar .tabs a:visited	{ text-decoration: none; font-weight: bold; color: #FFF; }
#multi-sidebar .tabs a:hover	{ border-bottom: 1px dotted #FFF; }
#multi-sidebar .tabs .ui-tabs-selected	{ background: #FFF; }					
#multi-sidebar .tabs .ui-tabs-selected a:link, #multi-sidebar .tabs .ui-tabs-selected a:visited	{ color: #37322F; }			
#multi-sidebar #s-tags a:link, #multi-sidebar #s-tags a:visited	{ font-weight: bold; text-decoration: none; padding: 2px 4px; background: #FFF; display: inline-block; margin-bottom: 3px; }
#multi-sidebar .widgetcontainer	{
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#multi-sidebar .widgetcontainer ul	{ list-style: none; margin: 0 0 0 5px; }
#multi-sidebar .widgetcontainer li	{ margin-bottom: 10px; }

#wp-calendar			{ width: 100%; }
#wp-calendar caption	{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 -1px;
	padding: 6px 10px;
	background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF;
	border: 1px solid #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
						
/* featured slideshow */
.featured				{
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #0FF;
	padding: 10px;
	margin: 0 10px 10px 0;
	height: 250px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#controls				{ position: absolute; float: left; z-index: 100; width: 630px; padding-top: 75px; }

#controls .next, #controls .prev	{ text-indent: -9000px; width: 30px; height: 30px; display: block; z-index: 1000; }
#controls .prev			{ background: url(../../images/prev.png) no-repeat; float: left; }
#controls .next			{ background: url(../../images/next.png) no-repeat; float: right; }

#featured-slideshow		{ position: relative; height: 250px; margin-right: 20px; }			

.featured-article		{ display: block; width: 630px; height: 250px; text-decoration: none !important; }
.featured-entry			{ position: relative; top: 165px; overflow: hidden; background: url(../../images/overlay.png); height: 85px; color: #a7a7a7; padding: 0; display: block; }
.featured-entry .entry-title	{ color: #FFF; padding: 10px 15px 5px; display: block; font-size: 16px; font-weight: bold; }
.featured-entry .entry-summary	{ padding: 0 15px; margin: 0; display: block; }

.layout-3c-r-fixed .featured, .layout-3c-fixed .featured	{ height: 225px; }
.layout-3c-r-fixed #controls, .layout-3c-r-fixed .featured-article, .layout-3c-fixed #controls, .layout-3c-fixed .featured-article	{ width: 480px; }
.layout-3c-r-fixed .featured-article, .layout-3c-fixed .featured-article	{ height: 225px; }
.layout-3c-r-fixed .featured-entry, .layout-3c-fixed .featured-entry		{ height: 100px; top: 125px; }

/* bottom content */
#bottom-content-1, #bottom-content-2	{ list-style: none; float: left; width: 320px; margin: 0 10px 10px 0; overflow: hidden; padding: 0; }
#bottom-content-1 .xoxo, #bottom-content-2 .xoxo	{ margin: 0; }
#bottom-content-1 * .xoxo, #bottom-content-2 * .xoxo{ margin-left: 15px; }
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle	{
	background-color: #FFF;
}

.layout-3c-r-fixed #bottom-content-1, .layout-3c-r-fixed #bottom-content-2, .layout-3c-fixed #bottom-content-1, .layout-3c-fixed #bottom-content-2	{ width: 243px; }

/* latest headlines */
.posts-default, .posts-quick, .posts-line	{ list-style: none; margin: 0; padding: 0; overflow: hidden; }
.posts-default .post	{
	width: 190px;
	float: left;
	margin: 0 1px 1px 0;
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #E9E9E9;
	height: 220px;
	padding: 10px;
	font-size: 11px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.posts-default img		{ float: left; width: 190px; height: 100px; background: #111; text-indent: -9000px; }
.posts-default .entry-title	{ font-weight: bold; font-size: 12px; margin: 10px 0 5px; line-height: 1.3em; }
.posts-default .entry-title a:link, .posts-default .entry-title a:visited	{ text-decoration: none; }
.posts-default .entry-title a:hover	{ }
.posts-default .entry-summary, .posts-quick .entry-summary	{ color: #666; overflow: hidden; }
.posts-default .entry-thumbnails	{ clear: both; display: inline-block; }
.entry-thumbnails-link {
	float: left;
	margin-right: 15px;
	border: 1px solid #CCC;
	width: 190px;
	height: 100px;
	background: #111;
	display: block;
	text-indent: -9000px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.posts-quick			{
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.posts-quick li			{ padding: 10px 0; border-bottom: 1px dotted #EEE; }
.posts-quick li:last-child	{ border: none; }
.posts-quick img		{ text-indent: -9000px; }
.posts-quick .entry-title	{ font-weight: bold; font-size: 14px; margin: 0 0 10px; line-height: 1.3em; }
.posts-quick .entry-title a:link, .posts-quick .entry-title a:visited	{ text-decoration: none; }
.posts-quick .entry-title a:hover	{ }
.posts-quick .entry-summary	{ line-height: 1.5em; }
.posts-quick .quick-read-more	{ padding: 5px 0; }
.posts-quick .entry-thumbnails	{ float: left; }
.posts-default .entry-meta, .posts-quick .entry-meta	{ color: #CCC; float: left; background: url(../../images/overlay.png); width: 190px; height: 25px; display: block; margin: -25px 1px 0; font-weight: bold; }
.posts-quick .entry-meta	{ margin: 76px 0 0 -206px; }
.posts-default .entry-meta a:link, .posts-default .entry-meta a:visited, .posts-quick .entry-meta a:link, .posts-quick .entry-meta a:visited	{ color: #FFF; text-decoration: none; }
.posts-default .entry-comments, .posts-quick .entry-comments { float: right; margin: 5px 5px 0; background: url(../../images/comments.gif) no-repeat left center; padding: 0 0 0 12px; }
.posts-default .published, .posts-quick .published	{ text-transform: uppercase; float: left; margin: 5px 5px 0; font-size: 10px; color: #999; border-bottom: none; }
.posts-line				{
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #E9E9E9;;
	margin: 0 10px 10px 0;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.posts-line	li			{
	padding: 7px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.posts-line .entry-cat	{ float: left; font-size: 11px; width: 100px; overflow: hidden; color: #848485; }
.posts-line .entry-title	{ float: left; font-size: 12px; margin: 0; }
.posts-line .entry-comments	{ float: right; font-size: 11px; color: #848485; }

.layout-3c-r-fixed .posts-default .post, .layout-3c-r-fixed .posts-default img, .layout-3c-r-fixed .posts-default .entry-meta, .layout-3c-r-fixed .entry-thumbnails-link	{ width: 223px; }
.layout-3c-fixed .posts-default .post, .layout-3c-fixed .posts-default img, .layout-3c-fixed .posts-default .entry-meta, .layout-3c-fixed .entry-thumbnails-link	{ width: 223px; }

.navigation				{ margin: 10px 10px 10px 0; }

/* single post */
.single .post, .single-post	{
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #E9E9E9;
	margin: 0 10px 20px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.single .post .entry-title, .single-post .entry-title	{ font-size: 21px; font-weight: bold; padding: 15px 0 0; margin: 0 0 5px; }
.single .post .entry-title a:link, .single .post .entry-title a:visited, .single-post .entry-title a:link, .single-post .entry-title a:visited	{ text-decoration: none; }
.single .post .entry-title a:hover, .single-post .entry-title a:hover	{ }
.single .post .entry-info, .single-post .entry-info	{ color: #848485; }
.single .post .entry-cat, .single-post .entry-cat	{ display: block; color: #848485; margin: 2px 0; }
.single .post .entry-author, .single-post .entry-author { font-weight: bold; margin: 0 10px 0 0; color: #848485; }
.single .post .entry-author address, .single-post .entry-author address	{ display: inline; font-style: normal; }
.single .post .tags, .single-post .tags			{ display: block; margin: 5px 0; color: #848485; }
.single .post .entry-photo, .single-post .entry-photo	{ width: 630px; margin: 0 auto 10px; }
.single .post .entry-content, .single-post .entry-content	{ margin: 10px 0; font-size: 12px; }
.single .post .entry-content p, .single-post .entry-content p	{ line-height: 1.75em; }

.single-post 			{ padding: 0 10px; }

.layout-3c-r-fixed .post .entry-photo, .layout-3c-r-fixed .single-post .entry-photo, .layout-3c-fixed .post .entry-photo, .layout-3c-fixed .single-post .entry-photo	{ width: 480px; }

.postbar				{
	list-style: none;
	margin: 0 0 10px;
	padding: 7px 0;
	border: 1px solid #E9E9E9;
	background: url(../../images/topnav.jpg) repeat-x top;
	font-size: 11px;
	width: 100%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.postbar li				{
	float: left;
	padding: 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.postbar li:first-child	{ border-left: 0; }
.postbar li a:link, .postbar li a:visited	{text-decoration: none; font-weight: bold; }
.postbar li a:hover		{ }
.postbar .WP-PrintIcon, .postbar .WP-EmailIcon { display: none; }

.single-post-meta		{ padding: 4px; margin: 0 10px 10px; background: #F0F0F0; }
.single-post-meta-field	{ clear: left; float: left; width: 15%; font-weight: bold; color: #000; background: #F0F0F0; }
.single-post-meta-value	{ float: left; width: 80%; color: #333; background: #F0F0F0; }

.module-title, .feed-title	{
	line-height: 1em;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF;
	border: 1px solid #E9E9E9;
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.feed-title				{ border-bottom: none; }

.gallery				{ clear: both; margin: 10px 0; }
.gallery-item			{ float: left; margin-right: 10px; }


.title-post			{
	border: 1px solid #E9E9E9;
	line-height: 1.5em;
	font-size: 11px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
	background-color: #FBFBFF;
	position: relative;
	top: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-shadow: 0 2px 0 #FFF;
	box-shadow: 0 2px 0 #000;
	margin-bottom: 25px;
}

.about-author			{
	padding: 10px 15px;
	margin: 0 0 10px;
	line-height: 1.5em;
	background: #FFF;
	font-size: 11px;
	border: thin solid #CAF4FF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.about-author h4		{ font-size: 10px; margin: 0 0 10px; text-transform: uppercase; color: #333; font-weight: bold; }
.about-author img		{
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}


/* gd star rating */
.gdmultitable			{ margin: 0 0 10px !important; }
.gdmultitable td		{ padding: 5px !important; }

/* wp-pagenavi */
.wp-pagenavi			{ margin: 0 0 10px; font-size: 12px; }
.wp-pagenavi a:link, .wp-pagenavi a:visited	{
	padding: 3px 4px;
	margin: 2px;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.wp-pagenavi a:hover	{ color: #000; }
.wp-pagenavi span.pages, .wp-pagenavi span.extend	{
	padding: 3px 4px;
	background: #FFF;
	margin: 2px;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.wp-pagenavi span.current	{
	padding: 3px 4px;
	background: #FFF;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.wp-pagenavi span.pages	{ margin-left: 0; }

/* wp125 */
#wp125adwrap_2c			{ width: 270px !important; display: inline-block; padding: 8px 0 2px 8px; margin: 0 auto !important; }
#wp125adwrap_2c .wp125ad{ padding: 0 !important; margin: 0 10px 10px 0 !important; }
#wp125adwrap_2c:after	{ clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
html[xmlns] #wp125adwrap_2c	{ display: block; }
* html #wp125adwrap_2c	{ height: 1%; }

/* wp-email */
#wp-email-required      { 
color: #CC0000; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#wp-email               { margin: 2px; padding: 2px; background: #F0F0F0; }
#wp-email-button        { text-align: left !important; }

/* comments */
#commentlist			{
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	list-style: none;
	padding: 10px;
	margin: 0 5px 0 0;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
#commentlist li			{ margin: 0; padding-bottom: 20px; overflow: hidden; }
#commentlist .avatar	{
	padding: 3px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
}
#commentlist cite		{ font-weight: bold; font-style: normal; line-height: 14px; }
#commentlist p			{ clear: left; font-size: 12px; }
#commentlist .reply		{ float: right; }
#commentlist .reply a, .comments-navigation a, .read-more, .navigation a	{
	color: #FFF;
	background: url(../../images/techblue/feed-title.jpg) top repeat-x;
	text-decoration: none;
	padding: 5px 8px;
	margin-bottom: 3px;
	border: 1px solid #E9E9E9;
	font-weight: bold;
	zoom: 1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
*display: inline; 	display: inline-block;
}
#commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover	{ background: url(../../images/feed-title-white.jpg) top repeat-x #EFEFEF; color: #000; }
#commentlist .children	{ clear: right; margin: 5px 0 0; list-style: none; }
#commentlist .children li	{ border-bottom: none; border-left: 1px dotted #E9E9E9; padding: 0 0 0 20px; }
#commentlist #respond	{ clear: both; margin-top: 40px; padding-top: 10px; border-top: 1px dotted #E9E9E9; }
#commentlist .comment-author	{ padding: 10px 0 0 10px;}
#commentlist .comment-content	{ padding: 0 10px; }
#commentlist .comment-node	{
	background: #FFF;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#commentlist .comment-meta	{ text-decoration: none; color: #999; font-size: 11px; }
#commentlist .comment-controls	{ background: #FFF; padding: 5px 10px; font-weight: bold; }
#commentlist .comment-controls a:link, #commentlist .comment-controls a:visited	{ text-decoration: none; }

.comments-navigation	{ clear: both; margin: 10px 10px 20px 0; }
.nocomments				{ background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF; border: solid #E9E9E9; border-width: 0 1px 1px; padding: 15px 10px; margin: 0 10px 20px 0; }

#commentsform			{
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	overflow: hidden;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#commentsform textarea	{ width: 98%; height: 100px; padding: 5px; }

.pingbacks				{ background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF; border: solid #E9E9E9; border-width: 0 1px 1px; padding: 15px 10px 15px 30px; margin: 0 10px 20px 0; }
.pingbacks li			{ padding: 2px 0; font-weight: bold; }
.pingbacks a:link, .pingbacks a:visited	{ text-decoration: none; }

/* search results */
.search-results h2      {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 6px 10px;
	background: url(../../images/feed-title-white.jpg) repeat-x top #EFEFEF;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.search-results-content {
	background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF;
	margin: 0 10px 10px 0;
	padding: 10px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* footer */
#footer				{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
	background-color: transparent;
	background-image: url(../../images/sd-design/foo_pbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer .widgetcontainer	{ padding: 10px 3px; }
#footer .widgettitle	{
	background: none;
	border: none;
	font-size: 11px;
	color: #0FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 10px;
}
#footer .widgetcontent	{
	font-size: 10px;
	background: none;
	padding: 0;
	border: none;
	text-decoration: none;
	color: #036;
}


#footer .widgetcontent a	{
	color: #0BB;
	text-decoration: none;
}
#footer .widgetcontent a:hover					{
	color: #C90;
}

#footer .footer-message	{
	float: left;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
}
#footer .footer-message .widgetcontainer	{ width: 255px; overflow: hidden; }
#footer-sidebar		{
	width: 690px;
	float: left;
	overflow: hidden;
	margin: 10px 10px 0;
	padding: 0;
}
#footer-sidebar .widgetcontainer	{
	float: left;
	margin: 0 0 15px 0;
	max-width: 250px;
	max-height: 120px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #002C40;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#footer-sidebar menu	{
	list-style: square;
}
#footer-sidebar li	{
	margin: 0 0 3px;
}
#footer .widgetcontent a:link, #footer .widgetcontent a:visited	{
}


#footer-sd			{
	background-color: #000014;
	background-image: url(../../images/sd-design/foo_bg.gif);
	background-repeat: repeat-x;
	background-position: top;

}

#partners			{
	width: 1000px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}

#partners-in		{
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #060;
}

#ultaim		    	{
	margin-top: 27px;
	float: right;
	margin-right: 70px;
}



.slideshow_prominent {
	height: 70px;
	width: 70px;
	margin-top: 20px;
	margin-right: 300px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slideshow_prominent img {
	padding: 0px;
}








#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
	display:none;
	font-family:sans-serif;
	font-size:180%;
	color:#000;
	height:55px;
	text-align:center;
	padding-top: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


#controls div, #controls1 div{
	font-family:sans-serif;
	margin-top:1px;
	background:#fff;
	display:inline-block;
	padding:1px;
	cursor:pointer;
}

#myScroll1{
	float:left;
	margin-right:1px;
}

a.pbtn {
}

a.pbtn:hover {
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F0F0F0;
}












.titulkar  #sidebar1 {
	float: left;
	width: 165px; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(../../images/sd-design/promo_box.png);
	background-repeat: no-repeat;
}
.titulkar  #sidebar1 li {
	pading-left: 205px;
	padding-top: 13px;
	list-style-image: url(../../images/sd-design/sd-ok.png);
	}
.titulkar  #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
}

.titulkar  #obsah {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
	float: right;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}





#navigacia {
	float: right;
	height: 50px;
	width: 650px;
	clear: both;
	background-image: url(../../images/sd-design/menu_skola_bezpecnej_jazdy.png);
}

#navigam {
	float: right;
}

#navsd {
	float: left;
}






#features_sd		{
	float: right;
	height: 200px;
	width: 650px;
	clear: both;
	background-image: url(../../images/sd-design/header_promo_bg.jpg);
	margin-bottom: 10px;
}










#stranka .footer-message .widgetcontainer	{ width: 266px; overflow: hidden; }
#stranka-sidebar		{
	width: 690px;
	float: left;
	overflow: hidden;
	margin: 10px 10px 0;
	padding: 0;
}
#stranka-sidebar .widgetcontainer	{
	float: left;
	margin: 0 0 15px 0;
	max-width: 250px;
	max-height: 120px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #002C40;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#stranka-sidebar menu	{
	list-style: square;
}
#stranka-sidebar li	{
	margin: 0 0 3px;
}
#stranka .widgetcontent a:link, #footer .widgetcontent a:visited	{
	font-size: 11px;
}



.wrappertab{
	width:99%;
}

.mbTabset .handler{padding-right:5px; position:relative;margin-left:-5px}
.mbTabset{
	white-space:nowrap;
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-1px;
	float:left;
	position:relative
}
.mbTabset .mbTab {display:inline-block; cursor:pointer; min-width:100px}
.mbTabset .mbTab.disabled {cursor:default}
.mbTabset.right {float:right}
.mbTabset .mbTab i{width:25px;position:relative;margin-left:-7px; padding-right:5px; margin-right:8px; cursor:move}
.mbTabset .floatEl{float:left;}
.mbTabset a.mbTab {
	background-color:transparent;
	background-image: url( '../../jquery/title-tab/images/all/tab_right.png' );
	background-repeat:no-repeat;
	background-position:top right;
	color: #FFF;
	display:block; /*opera*/
	display:inline-block;
	height: 28px;
	margin-right: 0;
	padding-right: 12px;
	text-decoration: none;
	font-family: "Arial Narrow" arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.mbTabset a.mbTab span {
	background-color:transparent;
	background-image: url( '../../jquery/title-tab/images/all/tab.png' );
	background-repeat:no-repeat ;
	display: block;
	line-height: 21px;
	padding: 3px 0 4px 10px;
}

.mbTabset a.mbTab span.sortable {
	background-color:transparent;
	background-image: url( '../../jquery/title-tab/images/all/tab_grep.png' );
	background-repeat:no-repeat ;
	display: block;
	line-height: 21px;
	padding: 3px 0 4px 10px;
}

.mbTabset a.mbTab span img{
	margin-left:-5px;
	margin-top:-2px;
	padding-right:5px;
}

/*HOVER*/
.mbTabset a.mbTab:hover {
	background-image: url( '../../jquery/title-tab/images/all/tab_right_hover.png' );
	color: #000;
	outline: none;
}

.mbTabset a.mbTab:hover span {
	background-image:url( '../../jquery/title-tab/images/all/tab_hover.png');
}
.mbTabset a.mbTab:hover span.sortable {
	background-image:url( '../../jquery/title-tab/images/auto/tab_hover_grep.png');
}

/*SELECTED*/
.mbTabset a.mbTab.sel {
	background-image: url( '../../jquery/title-tab/images/all/tab_right_sel.png' );
	color: #012232;
	outline: none;
}

.mbTabset a.mbTab.sel span {
	background-image:url( '../../jquery/title-tab/images/all/tab_sel.png');
}
.mbTabset a.mbTab.sel span.sortable {
	background-image:url( '../../jquery/title-tab/images/all/tab_sel_grep.png');
}

/*DISABLED*/
.mbTabset a.mbTab.disabled {
	background-image: url( '../../jquery/title-tab/images/all/tab_right.png' );
	color: #999;
	outline: none;
}

.mbTabset a.mbTab.disabled span {
	background-image:url( '../../jquery/title-tab/images/all/tab.png');
}
.mbTabset a.mbTab.disabled span.sortable {
	background-image:url( '../../jquery/title-tab/images/all/tab_grep.png');
}

/*CONTAINER*/

.mbTabsetContainer{
	padding-top:10px;
	width:100%;
	font-size:13px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	min-height:350px;
	border:1px solid #EBEBEB;
	clear:both;
}

.tabContent{
	padding:10px;
}


