/*  
Theme Name: Tassike
Version: 1.1.1
Description: Designed by ME Production.
Author: ME Production
Author URI: http://www.tassike.ee

*/


/* Default styles */
@import "css/reset.css";


/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Extended Footer
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 Extended Footer Widgets

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form
-5.4 Gravity forms

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

@import url(http://fonts.googleapis.com/css?family=Quando);
body  { 
	font-size: 16px; 
	font-family: Georgia, serif; 
	line-height: 1.7; 
	color: #333333;
/* 	-webkit-font-smoothing: antialiased; */
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6  { margin: 0; color: #000; }
h1  {font-size: 30px;} h2  {font-size: 24px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p  {margin: 0;}
a {
	color: #333;
}

/* 1.2 Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#container  {
}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 1090px; margin: 0 auto; }

/* 2.2 Navigation */

#navigation  { text-transform: uppercase; font-size:11px; background-color: #000; }
.nav, .nav ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
.nav li  { float:left; width: auto; }

/* 2.2.1 Drop-down menus */
.nav li ul  {  position: absolute; left: -999em; width: 160px;  }
.nav li ul li  { border: 1px solid #d8d8d8; background: #FFF; border-width: 0 1px 1px; }
.nav li ul li a  { width:148px; line-height:25px!important; font-size:11px; color:#555!important; padding: 0 0 0 10px; }
.nav li ul ul  { margin: -26px 0 0 158px!important; }
.nav li ul ul li a  {  }
.nav li ul li ul li a  {  }
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul, .nav li li li li.sfhover ul { left: auto;}
.nav li:hover,.nav li.hover  { position:static; }


/* CATEGORY NAVIGATION */
#catnav  { width: 620px; }
#catnav a:link, #catnav a:visited  { display:block; z-index:100; padding:0 20px 0 0; line-height:55px; font-family: Helvetica, Arial, sans-serif; text-decoration: none; color: #fff; }
#catnav a:hover  { text-decoration: underline; }
#catnav li ul  {  margin-top: -15px; border-top: 1px solid #d8d8d8;  }
#catnav li ul a:link, #catnav li ul a:visited  { padding: 0 0 0 10px; }
#catnav li ul a:hover  { color: #000!important; background: #d8d8d8;  }

/* PAGES NAVIGATION */
#pagenav  { margin-top: 60px; margin-bottom: 50px; margin-left: 55px; border-bottom: 1px dashed #aaa; border-top: 1px dashed #aaa; padding: 0px 0px 0px 0px;}
#pagenav ul {
	float: left;
}
#pagenav a  { display:block; z-index:100; margin: 0; padding:15px 0px 10px 0px; text-decoration: none; font-size: 16px; color: #333; text-transform: uppercase;}
#pagenav a:hover {
	text-decoration: underline;
	color: #000;
}
#pagenav li {
}
#pagenav .separator {
	display: block;
	padding: 15px 15px 10px 15px;
	float: left;
}
#pagenav li ul a:link, #pagenav li ul a:visited  { padding: 0 0 0 0px; font-size: 18px; text-transform: none; border: none; }
#pagenav li.rss a  { padding-right: 25px; }
#pagenav .search {
	float: right;
}



/* 2.3 Header */
#topsearch  { width: 300px; line-height: 0; }
#topsearch #searchform_top  { margin: 14px 0 0 0; }

#header{padding:45px 0 0px 0;clear:both;position:relative;}

#logo  { text-align: center;}
#logo img  { }
#logo .site-title a { color:#222; font-size:48px; line-height:48px; text-transform:none; font-weight:normal; text-decoration:none;}
#logo .site-title a:hover { text-decoration:underline;  }
#logo .site-description { color:#999; font:italic 14px Georgia, serif; }
#logo .site-title, #logo .site-description  { display:none; }

/* 2.4 Content */
#content{min-height:550px;padding:0;}
* html #content{height:550px;}

#main{width:920px;}
#main.fullwidth  { width: 940px; }

/* 2.5 Sidebar */
#sidebar{width:150px;overflow:hidden;padding-top: 22px;}

/* 2.6 Extended Footer */
#extended-footer  { margin: 50px 0 0 0; padding: 40px 0; }
.block  { float: left; width: 300px; padding: 0 10px 0 0; }
.one, .two  { margin: 0 9px 0 0; }
.three  { padding: 0; }

/* 2.7 Footer */
#footer  { font-size: 11px; padding: 20px 0; background-color: #000; color: #fff; margin-top: 40px; text-align: center; border-top: 1px dashed #E7E7E7;}
#footer a:link, #footer a:visited  { color: #fff; }
#footer p  { margin: 0px 0 0 0; }
#footer #credit img  { vertical-align: middle; }
#footer #credit span  { display: none; }



/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb, .archive_header  { font-family: Helvetica, Arial, sans-serif; display: block; margin:10px 0; padding: 0 55px; font-size: 18px; font-weight: bold; color: #000; }
#breadcrumb  { font-size: 14px; font-weight: normal; padding: 0; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { position: relative; margin: 0 0 60px 0; padding: 0px 55px 50px 55px; background-color: #fff; /*border: 5px solid #efefef;*/ 
/*
	-moz-box-shadow: 0px 1px 4px #969696;
	-webkit-box-shadow: 0px 1px 4px #969696;
	box-shadow: 0px 1px 4px #969696;
*/
}

.post-box{
	width: 280px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	height: 280px;
	overflow: hidden;
	font-size: 12px;
	position: relative;
	-moz-box-shadow: 0px 1px 5px #969696;
	-webkit-box-shadow: 0px 1px 5px #969696;
	box-shadow: 0px 1px 5px #969696;
}
.post-box img{
	float: left;
	margin: 0px 10px 10px 0px;
}
.post-box h3{
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 100;
}
.post-box p.date{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-box .box-footer{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 280px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}
.post-box .box-footer .comments{
	float: left;
}
.post-box .box-footer .read-more{
	float: right;
}
.post-box.side-left{
	float: left;
	margin-left: 57px;
}
.post-box.side-right{
	float: left;
	margin-left: 57px;
}

.post .title  { width:100%; margin: 0 0 20px 0; padding: 0 0 12px 0; color: #333333; border-bottom: 1px dashed #e7e7e7; font-size: 26px; font-style: italic; line-height: 1.5;}
.post .title a  { color: #333333; }
/* .post .title a:link, .post .title a:visited  { color: #000; } */
.post .title a:hover  { text-decoration: none; }

/* .post .date  { position: absolute; top: 30px; left: -40px; width: 71px; height: 60px; padding: 10px 0 0 0; text-align: center; color: #333333; } */
.post .heading-meta {
	font-size: 16px;
	float: left;
}
.post .heading-meta a {
	text-decoration: underline;
}
.post .categories {
	font-size: 10px;
}



/*
.post .date .day  { display: block; font-size: 36px; line-height: 32px; }
.post .date .month  { display: block; font-size: 12px; text-transform: uppercase; font-weight: bold; }
*/

.post-meta  { margin: 10px 0 0 0; padding-top: 10px; font-size: 14px; color: #9F9F9F; font-style: italic; border-top: 1px dashed #E7E7E7;}
.post-meta a {
	color: #aaa;
}

.post-meta li  { float: left; padding: 10px 0 7px 10px; }
/* .post-meta li.categories  { border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; } */
.post-meta li span  { display: block; }
.post-meta li .head  { font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #000; }
.post-meta li .body, .post-meta li .body a:link  { color: #7a7a7a; font-style: italic; text-decoration: none; }

.post img.thumbnail  { margin: 0 0 20px 0; }

.entry  {
	text-align: justify;
}

.entry a {
	color: #4d9d03;
}

/* 3.1 Typographic Elements */
.entry h1 {}  .entry h2 {}  .entry h3 {}  .entry h4 {}  .entry h5 {}  .entry h6 {}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {	margin: 0 0 15px 0; }

.entry p  { margin: 0 0 15px 0; }

.entry blockquote  { padding: 10px 30px; color: #666; font-style: italic; font-size: 16px; }
.entry blockquote p  {}

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
img.wp-smiley  { padding: 0; border: none; }

.entry .alignleft  { float: left; width: auto; margin: 10px 15px 10px 0; }
.entry .alignright  { float: right; width: auto; margin: 10px 0 10px 15px; }
.entry .aligncenter  { text-align: center; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font-size:11px; text-align:center; }

/* 3.3 Pagination / WP-Pagenavi */
.more_entries { margin-top: 0px; padding: 10px 55px; background-color: #fff;  }
.more_entries a { display: block; margin: 0 0 0 0; text-decoration: none; color: #333; font-style: italic;}

.more_entries .wp-pagenavi { margin: 0; text-align: center; }
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { padding: 4px 7px; font-weight: bold; }
.more_entries .wp-pagenavi .extend { background:none; border:none; }


.latest-660x330 {
	margin-left: 55px;
	width: 660px;
	height: 360px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px dashed #aaa;
}
	.latest-660x330 .img-container{
		overflow: hidden;
		height: 330px;
		width: 660px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
		.latest-660x330 .img-container img {
			width: 660px;
			height: auto;
		}
	.latest-660x330 .absolut-content {
		position: absolute;
		right: 0px;
		top: 0px;
		height: 330px;
		width: 310px;
		background: transparent url('images/transparent-white.png?2') left top repeat;
		color: #333;
	}
		.latest-660x330 .absolut-content .wrapper {
			padding: 15px 20px;
		}
			.latest-660x330 .absolut-content .wrapper h3 {
				font-size: 20px;
				color: #000;
				font-style: italic;
/* 				text-align: center; */
				border-bottom: 1px dashed #aaa;
				margin-bottom: 10px;
				padding-bottom: 10px;
				line-height: 1.3em;
			}
			.latest-660x330 .absolut-content .wrapper h3 a {
/* 				text-decoration: underline; */
				color: #333;
			}
				.latest-660x330 .absolut-content .wrapper h3 .meta-data {
					text-decoration: none;
					font-size: 12px;
					float: left;
				}
					.latest-660x330 .absolut-content .wrapper h3 .meta-data a {
						color: #333;
						text-decoration: underline;
					}
			.latest-660x330 .absolut-content .wrapper .text {
/* 				text-align: center; */
				font-size: 14px;
/* 				font-style: italic; */
				line-height: 1.5em;
			}
				.latest-660x330 .absolut-content .wrapper .text .read-more {
					color: #333;
				}


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.1 Generic Widgets */
.widget  { margin: 0 0 30px 0; }
.widget.widget_find_me_on{
	margin: 0px 0px 0px 0px;
}
.widget h3  { margin: 0; padding: 10px 0;  color: #404040; border-bottom: 1px dashed #333;}

.widget ul  { clear:both; }
.widget ul li  { border-bottom: 1px dashed #aaa; display: block; padding: 5px 0px 5px 0px; }
.widget ul.children li {border: none; font-size: 12px;}
.widget ul.blogroll li  { border-bottom: 1px solid #d3975d; display: block; padding: 5px 0px 5px 25px; }
.widget ul li a:link { line-height: 22px; text-decoration: none; color:#666; }
.widget ul ul  { padding: 0 0 0 20px; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0 6px 10px; line-height: 18px; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */


/* 4.2 Specific Widgets */

/* FEATURED POSTS */

#featured li  { float: left; width: 300px; padding: 10px 0; list-style: none; }
#featured li a  { padding: 0; background: none; border: none; }
#featured span  { display: block; }
#featured span.thumb  { float: left; width: auto; margin-right: 15px; }
#featured .right  { float: left; width: 200px; font-size: 12px; line-height: 18px; }
#featured .right h4  { margin: 0 0 5px 0; font-size: 16px; line-height: 18px; }
#featured .right h4 a  { line-height: 18px; }

/* WIDGET FORMS */
#searchform  { margin: 10px 0 0 0; }
input#s, input.field  { float: left; width: 150px; padding: 2px 5px;border: 1px solid #aaa;}
input[type="image"] {
	margin-left: 5px;
	margin-top: 4px;
}
input.submit  { display:block; float: right; line-height: 17px; border: none; padding: 4px 5px; color: #fff; text-shadow: 1px 1px 0 #424242; text-transform: uppercase; font-size: 12px; }
.widget .screen-reader-text  { display: none; }

/* FLICKR */
#flickr h3  {}
#flickr h3 span{color:#0061D8;}
#flickr h3 span span{color:#FF1183;}
#flickr .flickr_badge_image  { width: 75px; float: left; margin: 15px 34px 0 0; }
#flickr .pictures  { margin-right: -28px; }
#flickr a img  { float: left; display: block;}

/* LIFESTREAM */
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* TEXT WIDGET */
.textwidget  { padding: 10px 0; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* ADS */
#sidebar .ads125 { padding: 0 0 12px 12px; background: #fff; }
.ads125 img  { margin: 14px 16px 0 0; }

/* 4.3 Extended Footer Widgets */
#extended-footer .widget  { margin: 0 0 30px 0; padding: 0 10px; }
#extended-footer .widget h3  { font-size: 16px; margin: 0 0 10px 0; padding: 0; border-bottom: none; }
#extended-footer .widget ul li a  { padding: 0; line-height: 24px; background: none; border-bottom: none; }
#extended-footer .widget ul li a:hover  { background: none; }

#extended-footer .textwidget  { padding: 0; }
#extended-footer #flickr .flickr_badge_image  { width: 75px; float: left; margin: 15px 25px 0 0; }
#extended-footer #flickr .pictures  { margin-right: -28px; }
#extended-footer input#s, #extended-footer input.field  { width: 210px; }
#extended-footer #advert_300x250 { padding-left: 0; padding-right: 0; }
#extended-footer .ads125 img  { margin: 14px 13px 0 0; }
#extended-footer .widget_recent_comments li, #extended-footer #twitter li  { padding: 6px 0 6px 0; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {
	position:relative; 
	margin: 0 0 0px 0; 
	padding: 0px 0px 60px 0px; 
	background-color: #fff;
}
#comments h3{ margin: 0 0 20px 0; font-style: italic;font-size: 20px;}
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .comment .comment-container  { padding: 10px 0; border-bottom: 1px dashed #aaa;}
#comments .comment-head  { margin: 0 0 15px 0; }
#comments .comment-head .avatar  { float: left; }
#comments .comment-head .avatar img{margin: 0 10px 0 0;vertical-align: middle;border:3px solid #eee;}
#comments .comment-head .name  { display: block; margin: 0 0 -5px 0; font-weight: bold; font-size: 16px; font-style: italic;}
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-head a {
	color: #333;
	text-decoration: none;
}
#comments .comment-entry p  { margin: 0 0 10px 0; line-height: 1.5em;}

#comments ul.children{margin:10px 0 0 25px;padding:0;}
#comments .cancel-comment-reply a, #comments .comment-reply-link  { font-weight: bold; text-decoration: none; font-size: 12px; color: #333;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

.comments-bubble {
	position: relative;
	text-decoration: none !important;
	font-size: 11px;
	padding: 0px 7px 3px 7px;
	background-color: #2d2d2d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff !important;
	font-style: normal !important;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	line-height: 1.3em;
}
.comments-bubble::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 6px;
	border-width: 5px 0 0 5px;
	border-style: solid;
	border-color: #2d2d2d transparent;
	display: block;
	width: 0;
}
.comments-bubble-small {
	position: relative;
	text-decoration: none !important;
	font-size: 10px;
	padding: 0px 7px 2px 7px;
	background-color: #2d2d2d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff !important;
	font-style: normal !important;
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 1.2em;
	margin-top: 5px;
}
.comments-bubble-small::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 6px;
	border-width: 5px 0 0 5px;
	border-style: solid;
	border-color: #2d2d2d transparent;
	display: block;
	width: 0;
}
/* 5.2 Pingbacks / Trackbacks */
#pings  { margin: 0 0 60px 0; padding: 0px 0px; background-color: #fff; }
#pings h3  { margin: 0 0 20px 0; font-style: italic;}
.pinglist li  { margin: 0 0 0 20px; padding: 0px 0px 20px 0px; list-style-type: decimal; border-bottom: 1px dashed #333;}
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }

/* 5.3 Comments Form */
#respond  { margin: 15px 0 0 0; padding: 0px 0px; background-color: #fff;}
#comments #respond  { padding: 20px 0; margin: 0; border: none; }
#comments #respond h3  { margin-bottom: 0;}
#respond h3  { font-style: italic; }

#commentform  {	margin: 15px 0 0 0; }
#commentform input.txt  { width: 260px; margin: 0 5px 10px 0; padding: 7px 5px; border: 1px solid #eee; }
#commentform label  { font-size: 11px; text-transform: uppercase; font-weight: bold; }
#commentform textarea  { width: 95%!important; padding: 5px; border: 1px dashed #333; }
#commentform #submit  { border: none; margin: 20px 0 0 0; padding: 4px 10px; color: #fff; font-size: 12px; cursor: pointer; background-color: #000;}

/* 5.4 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 4px 10px 4px !important; color: #fff !important; text-shadow: 1px 1px 0 #424242; text-transform: uppercase; font-size: 12px !important; }
.gform_wrapper input { padding: 7px 3px !important; border: 1px solid #EEE; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 350px !important; padding: 7px 3px !important; border: 1px solid #EEE; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px !important; padding: 0px; }


.widget_slideshow{
	text-align: center;
}
.ngg_slideshow{
	text-align: center !important;
}
.ngg-widget-slideshow{
	width: 100% !important;
	text-align: center !important;
}
	.ngg-widget-slideshow img{
		left: 25% !important;
	}
.widget_slideshow h3{
	text-align: left;
	margin-bottom: 20px;
}
.ngg-widget.entry-content img{
	border: 3px solid #D3975D !important;
	width: 87px;
	height: 87px;
}
.ngg_images h3{
	margin-bottom: 15px;
}
.ngg-galleryoverview{
	margin-bottom: 10px;
}
#searchsubmit {
	background: none;
	margin: 6px 0px 0px 5px;
	color: #424241;
	cursor: pointer;
	border: none;
	font-size: 14px;
}