/* 
	Theme Name: Piu
	
*/

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Palatino, "Palatino Linotype","Times New Roman", Times, serif;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: none;
	margin: 0px auto 0px;
	padding: 0px 15px;
	width: 960px;
	}

/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}

.clear {
	clear: both;
	}

.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}

.highlight { font-size: 13px; background: #fef268; color: #222222; font-weight: bold; line-height: 20px; padding:4px 4px 4px 4px}

p {
font-size:16px;
line-height:24px;
max-width:540px;
text-align: justify;
text-align-last: left;
}

ul li {font-size:16px;line-height:24px;}


h3, h4 {
max-width: 540px;
color:#111;
font-weight:600;
margin-bottom:24px;
padding:0;
font-family: Georgia;
}

h3 {
font-size:21px;
}

h4 {
font-size:21px;
}

h5 {
font-size:18px;
font-variant:small-caps;
line-height:24px;
margin:0;
padding:0 0 3px;
}


/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	#font-style: italic;
	color: #900;
	text-decoration: none;
	}
	
a:focus, a:hover, a:active {
	color: #900;
	text-decoration: underline;
	outline: none;
	}
	
a img {
	border: none;
	}

/************************************************
*	Header  									*
************************************************/

#header {
	background: none;
	width: 960px;
	height: 280px;
	margin: 0px auto 0px;
	padding: 0px;
	
	}
	
#header h1 {
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 30px;
	color:#8ac408;
	text-transform: uppercase;
	}
	
#header h1 a, #header h1 a:visited {
	color: #333;
	
	font-family: Georgia,Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
	letter-spacing: 2px;
	}
	
#header h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#header h3 { 
padding: 0px;
margin-bottom: 3px;
margin-top: 0px;

}

	
.headerleft {
	width: 600px;
	float: left;
	height:235px;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	#background: #fff url('http://internetmarketing.ee/wp-content/themes/structure_blog_full/peep1.jpg') no-repeat left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	}
	
.headerleft p {
	color: #333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
#headerimg {
	float: left;
	display: block;
	background: #FFFFFF;
	
	margin-left: 20px;
	width: 110px;

	}
	
.headerright {
	width: 358px;
	height:235px;
	float: left;
	margin: 0px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #C34713 url('http://internetmarketing.ee/wp-content/themes/structure_blog_full/taust.jpg');
	
	}

.headerright p {
font-size:16px;
padding:10px;
color:#fff;

}

.headerright p strong {

color:#000;

}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: none;
	border-bottom: 1px solid #000000;
	width: 960px;
	height: 40px;
	font-size: 11px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#navicons {
	float: right;
	display: block;
	margin: 7px 10px 0px 5px;
	}

.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}
	
/*** ESSENTIAL STYLES ***/

.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
	
.ot-menu {
	line-height: 1.0;
	}

.ot-menu ul {
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
	
.ot-menu ul li {
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
	}
	
.ot-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
	
.ot-menu li {
	float: left;
	position: relative;
	}
	
.ot-menu a {
	display: block;
	position: relative;
	}
	
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
	
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.ot-menu .current_page_item a {
	color: #000000 !important;
	border-bottom: 5px solid #000000;
	}
	
.ot-menu .current_page_item li a, .ot-menu li .current_page_item a {
	color: #FFFFFF !important;
	background: #000000;
	border-bottom: none;
	}

.ot-menu {
	float: left;
	margin-bottom: 0;
	}
	
.ot-menu a {
	border-bottom: 5px solid #FFFFFF;
	padding: 17px 10px 12px 10px;
	text-decoration: none;
	font-style: normal;
	line-height: 12px;
	}
	
.ot-menu li li a, .ot-menu li li a:visited {
	color: #000000;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
	}
	
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #666666;
	}
	
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	background:	none;
	border-bottom: 5px solid #000000;
	color: #000000;
	outline: 0;
	}

.ot-menu li {
	background: none;
	}
	
.ot-menu li li {
	background:	#FFFFFF;
	border: none;
	}
	
.ot-menu li li li {
	background:	#FFFFFF;
	border: none;
	}
	
.ot-menu li:hover, .ot-menu li.sfHover {
	background:	none;
	border-bottom: none;
	outline: 0;
	}
	
.ot-menu li li:hover, .ot-menu li li.sfHover {
	background:	#000000;
	color: #FFFFFF;
	border: none;
	outline: 0;
	padding: 0px;
	}

.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#000000;
	color: #FFFFFF;
	border-bottom: none;
	outline: 0;
	}

/*** ARROWS **/

.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 16px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
	
.ot-menu ul a > .sf-sub-indicator { 
	top: 5px;
	background-position:  0 0; 
	}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	none;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
	
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	display: block;
	width: 960px;
	margin: 0px auto 0px;
	padding: 30px 0px 0px 0px;
	border-top: 1px solid #000000;
	}
	
#contentleft {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 610px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	border-right: 1px dashed #ccc;
	}
	
#contentwide {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentarchive {
	float: left;
	display: block;
	background: #none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentarchive .postarea {
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
	
#contentarchive .postimg {
	display: block;
	background: #EEEEEE;
	padding: 0px;
	margin-left: 20px;
	overflow: hidden;
	}
	
#content h1, #content h2 {
	color: #000000;
	font-family: Georgia, Palatino, "Palatino Linotype","Times New Roman", Times, serif;
	font-size:36px;
	font-weight: normal;
	#font-style: italic;
	line-height: 32px;
	text-indent: 2px;
	padding: 0px 0px 0px 0px;
	color:#C34713;
	margin-bottom:24px;
	}
	
#content h1 a, #content h2 a {
	color: #C34713;
	text-decoration: none;
	border: none;
	}
	
#content h1 a:hover, #content h2 a:hover {
	color: #900;
	text-decoration: underline;
	border: none;

	}
	
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #dddddd;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}

.postarea p:first-of-type {
color:#333;
font-size:21px;
line-height:30px;
text-align:left;
}

.postinside p:first-of-type {
color:#333;
font-size:18px;
line-height:30px;
text-align: left;
}

	
.postarea a img.nothumb {
	margin: 15px 0px 0px 0px;
	}

.postarea img {

padding: 5px;
border: 1px solid #ccc;
margin-left:20px;

}

.alignright img {
margin-left:20px;

}
	
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	font-size:16px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}

.postarea h3 {font-family: georgia; font-size: 21px; padding-top:10px}
.postarea a {border-bottom:1px solid #efefef}
.postarea a:hover {border-bottom:none}
	
blockquote {
	font-size: 16px;
	font-style: italic;
	#line-height: 28px;
	margin: 15px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.commenticon {
	float: right;
	display: block;
	position: relative;
	background: #333;
	text-align: center;
	text-indent: 2px;
	margin: 5px 0px 10px 20px;
	padding: 2px 8px 6px 8px;
	height: 25px;
	width: 25px;
	}
	
.commenticon span {
	display: block;
	position: relative;
	background: url(images/comment_icon.png) no-repeat bottom;
	height: 12px;
	width: 12px;
	bottom: -7px;
	}
	
.commenticon a {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	border:none
	}
	
.posttitle {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	#color:#C34713;
	}
	
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	
.postmeta {
	background: none;
	font-size: 11px;
	margin: 5px 0px 35px 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px solid #000000;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.postmeta a {
border:none

}

#prevLink {
	float: left;
	}
	
#nextLink {
	float: right;
	}
	
#prevLink p, #nextLink p {
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	}

#header #title {
	padding: 0px;
	margin: 0px;
	}


/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
	
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	margin-left:20px;
	display: inline;
	}
	
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	margin-right:20px;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
	
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
	
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #f5f5f5;
	padding: 5px 0px 0px 0px;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
	
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}
	
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar			        			     	* 
************************************************/

#sidebar_right {
	float: right;
	display: inline-block;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	
	}
	
#sidebar_right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar_right h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	}
	
/************************************************
*	Sidebar Widgets								*
************************************************/

.textwidget p {
	margin: 0px 0px 0px 0px;
	}
	
#sidebar_right .widget, #sidebar_left .widget {
	list-style:none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color:#000000;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color:#000000;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	padding: 2px 6px 2px 6px;
	margin: 0px 0px 4px 0px;
	border-left: 5px solid #ffffff;
	}
	
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	color:#666666;
	display: block;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	border-left: 5px solid #000000;
	}

/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	float: left;
	display: block;
	background: #ebebeb;
	width: 960px;
	margin: 30px auto 0px;
	padding: 10px;
	}
	
#footertop {
	float: left;
	display: block;
	line-height: 16px;
	background: #000000;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	}
	
#footertop h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: normal;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 5px 0px;
	text-decoration: none;
	}
	
#footertop li {
	text-decoration: none;
	list-style-type: none;
	}
	
#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
	
#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li a {
	background: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
	
#footertop ul li a:hover {
	color: #FFFFFF;
	display: block;
	}
	
#footertop .widget {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#footertop .textwidget {
	color: #999999;
	line-height: 18px;
	}
	
#footertop .textwidget a {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
#footertop .textwidget a:hover {
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
.footertopleft {
	width: 170px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopmidleft {
	width: 170px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopmidright {
	width: 170px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopright {
	width: 350px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	float: left;
	display: block;
	background: #ebebeb;
	width: 960px;
	margin: 0 auto 0;
	padding: 10px;
	border-top: 1px solid #222222;
	color:#333333;
	FONT-size:11px;
	}

/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 60px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer p {
	margin: 0px;
	padding: 0px;
	}
	
.footerleft {
	float: left;
	display: block;
	}
	
.footertop {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 20px;
	}
	
.footertop a {
	color: #999999;
	text-decoration: none;
	}
	
.footertop a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
.footerbottom {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	}
	
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}
	
.footerbottom a:hover {
	color: #dddddd;
	text-decoration: underline;
	}
	
.footerright {
	float: right;
	display: block;
	margin: 15px 15px 0px 0px;
	}

/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #ccc;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	border: none;
	margin-top:10px;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}
	
#searchform {
	margin: 5px 10px 0px 0px;
	}
	
#searchformheader {
	float: left;
	display: block;
	width: 180px;
	height: 22px;
	margin: 4px 0px 0px 5px;
	padding: 0px;
	}
	
#searchbox {
	background: #ccc;
	width: 180px;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	}
	
#searchbutton {
	background: #555555;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 3px;
	margin: 0px;
	border: none;
	}
	
#s {
	background: #fff;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: none;
	}
	
#searchsubmit {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: none;
	display: none;
	}
	
#submit {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: none;
	}
	
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 5px;
	border: none;
	}
	
#comment {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	}

/************************************************
*	Comments									*
************************************************/

.commentlist li ul li {
	font-size: 12px;
	}
	
.commentlist li {
	font-weight: bold;
	}
	
.commentlist li .avatar {
	background: #000000;
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
	
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
	
.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 140px;
	padding: 6px 0px 4px 0px;
	margin: 5px 5px 0px 0px;
	}
	
#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
	
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}
	
.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
	
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
	}
	
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children {
	margin: 0px;
	padding: 0px;
	}
	
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply {
	padding: 5px 0px 0px 0px;
	}
	
.reply a, .reply a:visited {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 6px 8px 6px 8px;
	border: none;
	}
	
.reply a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}
	
.even, .alt {
	border: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}


navStripWrapper {
	position: relative;
	clear: both;

}
.nav {
	background: #eee;
	border-top: 1px solid #000;
}
.nav li {
	border-right: 1px solid #ccc;
	display: block;
	float: left;
}
.nav li a {
	display: block;
	padding: 7px 4px 0 7px;
	width: 130px;
	height: 42px;
}
.nav li a span {}
.nav li a:hover {
	background: #333;
}
.nav li a.focus {
	background: #900;
}
.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	display: block;
	padding: 2px;
}
.nav .searchField input {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px;
	width: 220px;
	background:#fff;
}
.nav li {
	line-height: 1.2em;
	background: #ebebeb;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#000;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #fff;
	text-decoration: none;
	background: #333;
}

ul {margin:0px; padding:0px}
ul li.pikk {width: 249px; display: inline; background: #ebebeb; text-decoration: none; color: #000}
ul li.pikk span { color: #888}
ul li.pikk a {color: #000; width: 249px;}
ul li.pikk a:hover {width: auto; background: #333; color: #fff;}
ul li.pikk a:hover span { color: #888}

#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
	width:150px;
	float: right;

}
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #333;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #900;
	border-color: #900;
	background: #eee;
}

########################
.kast { width: 307px; min-height: 353px; margin-left: -2px; color: white; font-family: Georgia, serif; }
.kast .top-background { background: url(http://internetmarketing.ee/home-page-promo-box.png) no-repeat -764px 0px; width: 307px; height: 6px; }
.kast .middle-background { background: url(http://internetmarketing.ee/home-page-promo-box.png) -382px 0px; width: 307px; height: 6px; background-repeat: repeat-y; height: auto; }
.kast .bottom-background { background: url(http://internetmarketing.ee/home-page-promo-box.png) no-repeat 0px 0px; width: 307px; height: 6px; }
.kast a { color: white; text-decoration: underline; }
.kast h1 { color: white; font-weight: bold; font-family: Arial, Helvetica, sans-serif; line-height: 1; margin: 0; }
.kast .kastike { padding: 4px 18px 0 18px; }
.kast .kastike h1 { font-size: 6em; word-spacing: 0.15em; }
.kast .kastike p { font-size: 1.6em; line-height: 1.3; margin-bottom: 0.5em; margin-right: 5px; }
.kast .kastike ul { width: 271px; list-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin-bottom: 2em; margin-left: -4px; }
.kast .kastike ul li { display: inline-block; width: 53%; line-height: 1.75; font-size: 1em; }
.kast .kastike ul li.even { width: 45%; }
.kast .kastike .kastike-promote { font-size: 1.8em; }
.kast .kastike .kastike-highlight { font-size: 1.1em; background: #fef268; color: #222222; font-weight: bold; line-height: 2.1; padding: 2px 15px 2px 5px; margin-left: -5px; }
.kast .kastike-cta { padding-bottom: 10px; }
.kast .kastike-cta a { background: url(http://internetmarketing.ee/button_quickguide_start.png) no-repeat 0 0; display: block; width: 273px; height: 43px; padding-left: 9px; margin-left: 13px; color: #080200; font-weight: bold; text-decoration: none; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; overflow: hidden; }
.kast .kastike-cta a span.wrap { background: url(http://internetmarketing.ee/button_quickguide_end.png) no-repeat 100% 0; display: block; padding: 14px 11px 11px 0; text-align: center; }
.kast .kastike-cta a:hover { background-position: 0 -43px; }
.kast .kastike-cta a:hover span.wrap { background-position: 100% -43px; }

.video {
                    border:solid 10px #fff;
                    line-height:1em;
                    -moz-box-shadow:0 3px 8px rgba(0,0,0,.25);
                    -webkit-box-shadow:0 3px 8px rgba(0,0,0,.25);
                    box-shadow:0 3px 8px rgba(0,0,0,.25);
					display:block;
                    
                }
.postauthor p {
	color: #999999;
	padding: 0px 0px 0px 0px;
	font-size:13px;
	}
.wdgpo {float: left; width:100px}

.fbcomments, .fbcomments p, .fbcommentbox {font-size:16px; font-family: georgia; color:red}

.postit {
border:1px solid #cecaa0;
	padding:20px;
	background: #fdfad5;
	background: -moz-linear-gradient(top, #fdfade 0%, #fdf5a2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfade), color-stop(100%,#fdf5a2));
	background: -webkit-linear-gradient(top, #fdfade 0%,#fdf5a2 100%);
	background: -o-linear-gradient(top, #fdfade 0%,#fdf5a2 100%);
	background: -ms-linear-gradient(top, #fdfade 0%,#fdf5a2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfade', endColorstr='#fdf5a2',GradientType=0 );
	background: linear-gradient(top, #fdfade 0%,#fdf5a2 100%);
	
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.1);

}