/* 

	Theme Name: Zito
	Theme URI: http://www.spab-rice.com 
	Description: Zito is a minimal and responsive Portfolio/Blog theme. 
	Version: 1.3.1 
	Author: Spab Rice 
	Author URI: http://www.spab-rice.com 
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, white, gray, one-column, two-columns, three-columns
	
*/


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

	0.	Reset & Clearfix
	1.	Basics (body, headers, links, etc)
	2.	Commen Classes & Id's
	3.	Header
	4.	Top
	5.	Navigation& Menus
	6.	Slider
	7.	Tagline & Pagetitle
	8.	Footer
	9. Portfolio
	10.	Entries (Blog)
	11. Pagination
	12.	Comments
	13.	Columns Grid
	14.	Map
	15.	Elements
	16.	Widgets
	17. Overlay Images
	18. Edit Link
	
-----------------------------------------------------------------------------------*/



/*---------------------------------------------- 
0. Reset
------------------------------------------------*/

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%; }
	
ol, ul  { list-style: none; }

:focus  { outline: 0; }

/* deleting the default appearence for form elements */
input, textarea, select { -moz-appearance: none; -webkit-appearance: none; }

.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }
.clearfix { *display: inline-block; height: 1%; }
.clear { clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%; }

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; visibility: hidden; }



/*---------------------------------------------- 
1. Basics
------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	}

body {
	font-family: Helvetica, Arial, sans-serif; font-size:14px; color:#808080; text-align: left; line-height:21px;
	background: #fff;
	}
::selection { background:#f47665; color:#fff; }
::-moz-selection { background:#f47665; color:#fff; }
::-webkit-selection { background:#f47665; color:#fff; }



/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'OpenSansRegular',Helvetica, Arial, sans-serif;
	color: #595959;
	font-weight: normal;
	}
	
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	font-family: 'OpenSansItalic',Helvetica, Arial, sans-serif;
	}
	
.page-description {
	margin-bottom: 80px;
	}

h1 { font-size: 28px; line-height: 34px; }
h2 { font-size: 22px; line-height: 28px; }
h3 { font-size: 18px; line-height: 24px; }
h4 { font-size: 14px; line-height: 19px; }
h5 { font-size: 13px; line-height: 17px; }
h6 { font-size: 11px; line-height: 15px; }


div h1, div h2, div h3, div h4, div h5, div h6 {
	margin-top: 30px;
	}
	
div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
	margin-top: 0px;
	}
	

/* Forms
---------------------------------------- */
input[type=text], input[type=password], textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	line-height: 12px;
	height: 12px;
	color: #b3b3b3;
	padding: 10px 5px 8px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
input[type=text]:hover, input[type=password]:hover, textarea:hover { 
	border: 1px solid #b3b3b3;
}

input[type=text], input[type=password] { width: 240px; max-width: 95%; }		/* padding issue (240 + 2*5 = 250) */
textarea { width: 390px; height: 150px; max-width: 95%; padding: 11px 5px 8px 5px; }		/* padding issue (395 + 2*5 = 405) */


input[type=submit] {
	font-family: 'OpenSansBold',Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	color: #ffffff;
	background: #b3b3b3;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
input[type=submit]:hover { 
	background: #f47665;  
	}
	
select {
	border: 1px solid #e6e6e6;
	background: #ffffff url(files/images/selectbox.png) right top no-repeat;
	height: 35px;
	width: auto;
	padding:8px;
	color: #b3b3b3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
select:hover {	border: 1px solid #b3b3b3;	}
	
select option {
	cursor: pointer;
	padding: 5px 7px;
	}
	
label {
	font-family: Helvetica, Arial, sans-serif;
	display: none;
	}
	
label.req {
	border-left: 3px solid #595959;
	}
	
form {
	margin-top: 20px;
	}
	
form div {
	margin-top: 20px;
	position: relative;
	}
	
div form:first-child, form div:first-child 	 {
	margin-top: 0px;
	}
	

/* Chech formular */
form .checkfalse {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background: #df3b3b url(files/images/error.png) center center no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	left: 0px;
	}

#form-note {
	display: none;
	overflow: hidden;
	}
	
#form-note .confirm_message {
	background: #1eb56c url(files/images/confirm.png) 11px 11px no-repeat;
	color: #ffffff;
	line-height: 30px;
	display: inline-block;
	padding: 0 15px 0 30px ;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	}
	
#form-note .error_message {
	background: #df3b3b url(files/images/error.png) 11px 11px no-repeat;
	color: #ffffff;
	line-height: 30px;
	display: inline-block;
	padding: 0 15px 0 30px ;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	

	}
	
#form-note .error_icon {
	background: #df3b3b url(files/images/error.png) center center no-repeat;
	width: 30px;
	height: 30px;
	display: none;
	text-indent: -9999px;
	margin-right: 15px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	float: left;
	}
	
#form-note .confirm_icon {
	background: #1eb56c url(files/images/confirm.png) center center no-repeat;
	width: 30px;
	height: 30px;
	display: none;
	text-indent: -9999px;
	margin-right: 15px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	float: left;
	}
	

	
/* Links
---------------------------------------- */
a {
	text-decoration: none;
	color: #f47665;
	cursor: pointer;
	}

a:hover {
	color: #595959;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #595959;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #f47665;
	}
	
header a , .copyright a {
	color: #ffffff;
	text-decoration: underline;
	}
	
header a:hover, .copyright a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	

/* Embedded content
---------------------------------------- */
img, object, video {
	max-width: 100%; 
	height: auto;
	display:block;
	}
	
img {
	width: auto;
	max-width: 100%; 
	border: 0;
	-ms-interpolation-mode: bicubic;
	}

p img { margin-top: 20px; }
p img:first-child { margin-top: 0px; }
img.alignleft { margin: 3px 30px 30px 0; float: left; }
img.alignright { margin: 3px 0px 30px 30px; float: right; }
img.aligncenter { margin-bottom: 30px; }

.embeddedvideo {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
	}
	
.embeddedvideo iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Lists
---------------------------------------- */
article ul {
	margin-top: 20px;
	padding-left: 30px;
	}

article ul li {
	padding-left: 20px;
	background: transparent url(files/images/list-style.png) 0 8px no-repeat;
	line-height: 22px;
	}
	
article ol {
	margin-top: 20px;
	margin-left: 45px;
	list-style: decimal;
	}
	
article ol li {
	line-height: 22px;
	}
	
	


/* Others
---------------------------------------- */

i, dfn, em {
	font-style: normal;
	font-family: 'OpenSansItalic';
	}
	
strong i, b i, dt i, strong em, b em, dt em {
	font-style: normal;
	font-weight: normal;
	font-family: 'OpenSansItalicBold';
	}
	
span.color {  color: #f47665; }

sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}

/* paragraph rules */
p { 
	margin-top: 20px; 
	}
	
div p:first-child { 
	margin-top: 0px; 
	}	
	
article > p:last-child {
	padding-bottom: 80px;
	}

blockquote {
	margin-top: 20px; 
	background: url(files/images/blockquote.png) no-repeat 0px 3px;
	font-size: 14px; line-height: 22px;
	padding-left: 50px;
	color: #595959;
	}

blockquote p {
	}

div blockquote:first-child { 
	margin-top: 0px; 
	}
	
address {
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-top: 20px;
	}
	
div address:first-child { 
	margin-top: 0px; 
	}	
	
pre {
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-top: 20px;
	}
	
div pre:first-child { 
	margin-top: 0px; 
	}	



/* WORDPRESS DEFAULT */

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption{}

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{
	display:block;
	margin:0 auto;
}
.alignright{
	float:right;
	margin:0 0 10px 20px;
}
.alignleft{
	float:left; 
	margin:0 20px 10px 0;
}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{ max-width: 100% !important; }
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
	max-width: 100%;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

/*img attachment*/
#img-attch-page{
	text-align: center;
	overflow: hidden;
}
#img-attch-page img{
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	border: 5px solid #d4d4d4; /*for IE*/
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: rgba(0,0,0, 0.08);
	-webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
}
#img-attch-page a:hover img{
	border-color: #fc7251;
}

#img-attach-page-content{
	text-align: center;
	margin-top: 25px;
}

/*gallery*/
.gallery {
	width: 100%;
	padding-bottom: 80px !important;
}

.gallery-item { float: left;  }

.gallery-icon { text-align: center; display: inline-block; }

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}



/*---------------------------------------------- 
2. Commen Classes & Id's
------------------------------------------------*/
#page {
	position: relative;
	overflow: hidden;
	}
	
#sidebar {
	width: 200px;
	padding-bottom: 80px;
	 position: relative;
	}
	
#maincontent {
	padding: 10px;
	/*width: 660px;*/
	}

.wrapper {
	width: 940px; 
	margin: 0 auto;
	position: relative;
	}
	
.sidebar_section {
	margin-top: 80px;
	}
#sidebar .sidebar_section:first-child {
	margin: 0;
	}

.left_float { 
	float: left; 
	}
	
.right_float { 
	float: right; 
	}
	


/*---------------------------------------------- 
3. Header
------------------------------------------------*/
header {
	height: 80px;
	/*position: relative;*/
	background: #A2D384;
	}
	
.header_inner {
	z-index: 3;			/* IE7 bugfix z-index for nav) */
	}
	
header #logo {
	height: 40px;
	padding: 20px 0 0 10px;
	}
	
header #logo img {
	max-height: 40px;
	}



/*---------------------------------------------- 
3. Seperator
------------------------------------------------*/
.seperator { 
	min-height: 21px;
	padding-top: 5px;
	margin-bottom: 40px;
	padding-left: 46px;
	position: relative;
	}
		
.seperator span {
	display: block;
	width: 8px;
	height: 8px;
	border: 9px solid #f3f3f3;
	background: #f47665;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	}
footer .seperator span {
	border: 9px solid #ffffff;
	}
	
.sectiontitle {
	color: #b3b3b3;
	margin: 0;
	}
	

/*---------------------------------------------- 
5. Navigation & Menus
------------------------------------------------*/
nav {
	z-index: 2;
	}
	
nav ul li {
	float: left;
	position: relative;
	z-index: 10;
	height: 80px;
	}

nav ul li a  {
	display: block;
	font-size: 13px;
	line-height: 80px;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
	}
	
nav ul li:hover a {
	background: #f3f3f3; color: #A2D384; text-decoration: none;
	}
	
nav ul li.current-menu-item a, nav ul li.current-menu-ancestor a, nav ul li.current_page_parent a {
	background: #ffffff; color: #A2D384; text-decoration: none;
	}

nav ul li ul {
	position: absolute;
	left: 0px;
	top: 80px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	display: none;
	min-width: 180px;
	z-index: 1;
	}
	
nav ul li ul li {
	width: 140px;
	line-height: 20px;
	padding: 6px 20px;
	height: auto;
	margin: 0;
	position: relative;
	border-top: 1px solid #e6e6e6;
	}
	
nav ul li ul li:first-child {
	border: none;
	}
	
nav ul li ul li a {
	padding: 0;
	line-height: 20px;
	font-family: 'OpenSansItalic';
	font-size: 12px;
	color: #b3b3b3 !important;
	text-decoration: none; 
	text-transform: inherit;
	background: none !important;
	}
	
nav ul li ul li > a:hover, nav ul li ul li.current-menu-item > a, nav ul li ul li.current-menu-ancestor > a { 
	color: #f47665 !important; text-decoration: none !important;
	}

nav ul li ul li ul {
	left: 180px;
	top: -1px;
	margin: 0;
	}
	

nav select {
	display: none;
	width: 100%;
	padding:8px;
	}






/*---------------------------------------------- 
6. Pagetop
------------------------------------------------*/
#pagetop {
	margin-bottom: 80px;
	}

#pagetitle {
	position: relative;
	z-index: 2;
	width: 530px;
	}

#pagetitle h1, #pagetitle h2, #pagetitle h3, #pagetitle h4, #pagetitle h5, #pagetitle h6 { 
	margin: 0;
}
	
#pagetitle .tagline {
	font-family: 'OpenSansItalic';
	font-size: 18px;
	display: block;
	color: #b3b3b3;
	margin-top: 6px;
	}
	
	





/*---------------------------------------------- 
7. Slider
------------------------------------------------*/
.slider {
	overflow: hidden;
	}

#home .slidermain {
	width: 940px;
	margin: 0 auto;
	height: auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #ffffff;
	margin-bottom: 80px;
	}
	
#portfolio .slider {
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	}
	
#portfolio .slider ul, #blog .slider ul {
	margin-top: 0;
	padding-left: 0;
	}

#portfolio .slider ul li, #blog .slider ul li {
	padding-left: 0;
	background: none;
	line-height: inherit;
	}
	
#blog .slider {
	position: relative;
	z-index: 2;
	overflow: hidden;
	}
	

	
/*---------------------------------------------- 
8. Footer
------------------------------------------------*/
footer {
	padding-top: 80px;
	width: 100%;
	background: #f3f3f3;
	}
	
footer .footer_inner {
	position: relative;
	}

.copyright {
	background: #A2D384;
	height: 30px;
	line-height: 30px;
	padding: 25px 0;
	color: #ffffff;
	font-size: 11px;
	}
	
.totop {
	position:absolute;
	top: -95px;
	right: 0px;
	z-index: 10;
	width: 19px;
	height: 19px;
	display: block;
	background: #A2D384 url(assets/top.png) no-repeat center center;
	text-indent: -9999px;
	border: 7px solid #fff;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	
.totop:hover {
	background-color: #808080;
	}

	


/*---------------------------------------------- 
9. Portfolio
------------------------------------------------*/
.portfolio-entries, #portfolio-related {
	width: 110%;
	padding-bottom: 48px;
	}
	
.portfolio-entry, .related-item {
	float: left;
	background: #fff;
	margin-right: 32px;
	margin-bottom: 32px;
	position: relative;
	}

.columns4 .portfolio-entry { width: 211px; }
.columns3 .portfolio-entry { width: 292px; }
.columns2 .portfolio-entry { width: 454px; }
.related-item { width: 211px; }

.entries-nonspaced, .related-nonspaced {
	padding-bottom: 80px !important;
	}
.entries-nonspaced .portfolio-entry {
	margin-right: 0px;
	margin-bottom: -1px;
	}

.columns4 .nonspaced { width: 235px; }
.columns3 .nonspaced { width: 313px; }
.columns2 .nonspaced { width: 470px; }
.related-nonspaced .related-item { width: 235px !important; margin: 0; }

/* 	Filter
------------------------------------------------*/
.filter {
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	}
	
.filter li {
	background: none;
	display: inline-block;
	padding: 0px;
	line-height: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	}

.filter li a {
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	color: #b3b3b3;
	}
.filter li a:hover { color: #595959; text-decoration: none;}
.filter li a.active { color: #f47665; }



/*---------------------------------------------- 
10.	Entries (Blog)
------------------------------------------------*/
#home .entry-thumb {
	margin-bottom: 20px;
	}
	
#home .entry-info .entry-date {
	font-size: 11px;
	color: #b3b3b3;
	display: block;
	}
	
#home .post-headline {
	width: 156px;
	}
#home .full-post-headline {	width: 100%; }


#blog .entry {
	padding-bottom: 80px;
	position: relative;
	}
	
#blog .entry-content {
	width: 580px;
	}
#blog .full-entry-content {	width: 100%; }

#blog .post-headline {
	width: 580px;
	margin-bottom: 20px;
	}	
#blog .full-post-headline {	width: 100%; }

#blog .entry-thumb {
	margin-bottom: 30px;
	}
	
#blog .entry-meta {
	margin-top: 20px;
	}
	
#blog .readmore {
	font-size: 11px;
	}
	
	
.category-description {
	margin-bottom: 60px;
	}
	

/*	Meta Datas
------------------------------------------------*/
.entry-meta div {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	color: #b3b3b3;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	}
	
.entry-meta div a {
	color: #b3b3b3;
	}
	
.entry-meta div .icon {
	background-color: #f3f3f3 ;
	background-image: url(files/images/meta_icons.png);
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 7px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
.meta_date {
	font-size: 11px;
	color: #b3b3b3;
	}
	
	
.meta_likes .icon {
	background-position: -20px 0px;
	}
.meta_likes a:hover, .meta_likes a.likesactive { color: #ff67b9;  }
.meta_likes:hover .icon, .meta_likes a.likesactive .icon { background-color: #ff90cc; background-position: -20px -20px;  }

.meta_comments .icon {
	background-position: -40px 0px;
	}
.meta_comments a:hover { color: #f47665;  }
.meta_comments:hover .icon { background-color: #f47665; background-position: -40px -20px;  }

.meta_views .icon {
	background-position: 0px 0px;
	}
.meta_views a:hover { color: #f47665;  }
.meta_views:hover .icon { background-color: #f47665; background-position: 0px -20px;  }

.meta_tags .icon {
	background-position: -60px 0px;
	}
.meta_tags a:hover { color: #f47665;  }
.meta_tags:hover .icon { background-color: #f47665; background-position: -60px -20px;  }
	


.meta_type a {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #f47665;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	
#home .meta_type { width: 35px; height: 35px; margin: 0; }
#home .meta_type a { width: 35px; height: 35px; }
	
.meta_type a.type_quote { background: #f47665 url(files/images/type_quote.png) no-repeat center center; }
.meta_type a.type_standard { background: #f47665 url(files/images/type_standard.png) no-repeat center center; }
.meta_type a.type_image { background: #f47665 url(files/images/type_image.png) no-repeat center center; }
.meta_type a.type_gallery { background: #f47665 url(files/images/type_gallery.png) no-repeat center center; }
.meta_type a.type_video { background: #f47665 url(files/images/type_video.png) no-repeat center center; }
.meta_type a.type_audio { background: #f47665 url(files/images/type_audio.png) no-repeat center center; }
.meta_type a.type_link { background: #f47665 url(files/images/type_link.png) no-repeat center center; }
.meta_type a.type_aside { background: #f47665 url(files/images/type_aside.png) no-repeat center center; }

.meta_type a:hover { 
	background-color: #b3b3b3;
}



/*---------------------------------------------- 
11. Pagination
------------------------------------------------*/
#pagination {
	margin-bottom: 80px;
	border-top: 1px solid #f3f3f3;
	padding-top: 10px;
	}
	
#pagination a {
	font-family: 'OpenSansItalicBold', Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #b3b3b3;
	}
	
#pagination .nav-next, #pagination .prev {
	float: left;
	}
	
#pagination .nav-prev, #pagination .next {
	float: right;
	}
	
#pagination a:hover {
	color: #f47665;
	}
	
#sidebar #pagination {
	border: none;
	padding-top: 0;
	margin-bottom: 15px;
	}


/*---------------------------------------------- 
12. Comments
------------------------------------------------*/
#comments  {
	margin-bottom: 80px;
	}
	
#comments ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
#comments .comment-list  {
	width: 100%;
	}
	
#comments .full-comment-list  {
	width: 100%;
	}
	
#comments .comment {
	overflow: hidden;
	background: none;
	padding: 0;
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #f3f3f3; 
	}
	
#comments .comment-list .comment:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none; 
	}

#comments .comment .children { 
	margin-left: 60px; 
	margin-bottom: 0; 
	padding-bottom: 0;
	}
	
#comments .comment .children .comment { 
	margin-top: 30px;
	}
	
#comments .user {
	float: left;
	width: 40px;
	}
	
#comments .comment_content {
	margin-left: 60px;
	}
	
#comments .comment_date {
	font-size: 11px;
	color: #b3b3b3;
	}
	
#comments .comment_text {
	margin-top: 5px;
	padding: 0;
	}
	
#comments .comment-reply-link {
	margin-left: 15px;
	}
	
#commenticon {
	display: none;
	}

#commenticon span {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #f47665 url(files/images/comments.png) no-repeat center center;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	

/* 	Leave Comments
------------------------------------------------*/
#leavecomment {
	margin-bottom: 80px;
	}
	
#leavecomment .leavecomment-form {
	width: 100%;
	}
	
#leavecomment .full-leavecomment-form {
	width: 100%;
	}

#respond #reply-title {
	line-height: 18px;
	font-size: 12px;
	margin: 0;
	}
	
#respond #cancel-comment-reply-link {
	margin-left: 15px;
	font-size: 12px;
	}
	
#leavecommenticon  {
	display: none;
	}

#leavecommenticon span {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #f47665 url(files/images/leavecomment.png) no-repeat center center;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	
	
#comments #respond {
	float: none;
	background: #f3f3f3;
	margin: 15px 0 15px 0px;
	width: 100%;
	padding: 15px 0;
	}
	
#comments #respond form {
	padding: 15px 15px 0 15px;
	}
	
#comments #respond #form-note {
	margin-left: 15px;
	}	

	
/*---------------------------------------------- 
13. Columns Grid
------------------------------------------------*/
.column { 
	float: left; 
	padding-bottom: 80px;
	margin-right: 32px;
	}

.one_full { width: 100%; float: none; margin-right: 0; }
.one_half  { width: 454px; }
.one_third { width: 292px; }
.two_third { width: 616px; }
.one_fourth { width: 211px; }
.two_fourth { width: 454px; }
.three_fourth { width: 697px; }

.last {	margin-right: 0px; }

#maincontent .one_half  { width: 314px; }
#maincontent .one_third { width: 198px; }
#maincontent .two_third { width: 428px; }
#maincontent .one_fourth { width: 141px; }
#maincontent .two_fourth { width: 314px; }
#maincontent .three_fourth { width: 487px; }

#sidebar .column { width: 100% !important; }


/*---------------------------------------------- 
14. Map
------------------------------------------------*/
#map {
	width: 940px;
	height: 350px;
	margin-bottom: 80px;
	}
	
#map img {						/* wenn google maps eingebunden wird */
	max-width: inherit;
	height: auto;
	}
	
#map {
	text-shadow: none;
	}
	
	

/*---------------------------------------------- 
15. Elements
------------------------------------------------*/

/*	Team-member
------------------------------------------------*/
.team-member .team-meta {
	margin-top: 20px;
	}
	
.team-member .team-description {
	margin-top: 20px;
	}


/*	Buttons
------------------------------------------------*/
a.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	}
	
a.button:hover {
	-moz-box-shadow: 0px 1px 0px #cccccc; 
	-webkit-box-shadow: 0px 1p 0px #cccccc; 
	box-shadow: 0px 1px 0px #cccccc;
	}
	
		
a.white {
	color: #b3b3b3;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #cccccc;
	
	background: #f0f0f0;
	background-image: linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.12, rgb(240,240,240)),
		color-stop(1, rgb(250,250,250))
	);

	}
a.white:hover { border: 1px solid #b3b3b3; color: #333333; }

a.blue {
	color: #318588;
	text-shadow: 1px 1px 0px #ace9ec;
	border: 1px solid #5bc0c7;
	
	background: #6ccbd6;
	background-image: linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -o-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(108,203,214)),
		color-stop(1, rgb(160,218,221))
	);
	}
a.blue:hover { border: 1px solid #469499; color: #194b51; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.yellow {
	color: #ae8c2d;
	text-shadow: 1px 1px 0px #fce8af;
	border: 1px solid #fcd14b;
	
	background: #fcd96c;
	background-image: linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -o-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(252,217,108)),
		color-stop(1, rgb(252,228,154))
	);
	}
a.yellow:hover { border: 1px solid #ba972a; color: #7e6621; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.green {
	color: #768c34;
	text-shadow: 1px 1px 0px #e0eebc;
	border: 1px solid #aecd5b;
	
	background: #c2e16d;
	background-image: linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -o-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(194,225,109)),
		color-stop(1, rgb(206,225,154))
	);
	}
a.green:hover { border: 1px solid #738b32; color: #56691c; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.pink {
	color: #e0556e;
	text-shadow: 1px 1px 0px #e9b6bf;
	border: 1px solid #f2798d;
	
	background: #f28699;
	background-image: linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -o-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(242,134,153)),
		color-stop(1, rgb(242,162,176))
	);
	}
a.pink:hover { border: 1px solid #d53652; color: #8e2437; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.purple {
	color: #d46fc9;
	text-shadow: 1px 1px 0px #efe2ee;
	border: 1px solid #e8a0e0;
	
	background: #e8b0e2;
	background-image: linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -o-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(232,176,226)),
		color-stop(1, rgb(232,211,230))
	);
	}
a.purple:hover { border: 1px solid #c359b7; color: #843c7c; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }


a.grey {
	color: #b3b3b3;
	text-shadow: 1px 1px 0px #ebebeb;
	border: 1px solid #adadad;
	
	background: #bfbfbf;
	background-image: linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -o-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(191,191,191)),
		color-stop(1, rgb(217,217,217))
	);
	}
a.grey:hover { border: 1px solid #737373; color: #595959; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.orange {
	color: #e08457;
	text-shadow: 1px 1px 0px #fde5d9;
	border: 1px solid #fda072;
	
	background: #fdb897;
	background-image: linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(253,184,151)),
		color-stop(1, rgb(253,203,179))
	);
	}
a.orange:hover { border: 1px solid #de7744; color: #bd5223; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }
		


/*	Skills
------------------------------------------------*/	
.skill {
	margin-top: 20px;
	}
	
div .skill:first-child {
	margin-top: 0px;
	}

.skill .skill_bar {
	background: #f3f3f3;
	height: 30px; width: 100%;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
.skill .skill_bar .skill_active {
	background: #f47665;
	height: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
.skill .skill_bar span {
	color: #ffffff;
	position: absolute;
	top: 2px;
	left: 10px;
	line-height: 25px;
	}
	
	
	
/*	Alert
------------------------------------------------*/
p.alert {
	display: block;
	text-decoration: none;
	padding: 10px 20px;;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
		
p.blue {
	color: #344454;
	background: #e6eef5;
	}
	
p.green {
	color: #315712;
	background: #dbe0a7;
	}
	
p.red {
	color: #83160a;
	background: #f5d7d7;
	}
	
p.yellow {
	color: #9e6726;
	background: #faf8c2;
	}




/*	Toggle
------------------------------------------------*/
.toggle {
	margin-top: 20px;
	}
	
div .toggle:first-child {
	margin-top: 0px;
	}
	
.toggle .toggle_title .toggle_icon {
	background: #f47665 url(files/images/plus.png) center center no-repeat;
	width: 11px;
	height: 11px;
	display: inline-block;
	text-indent: -9999px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float: left;
	padding: 1px;
	margin-right: 10px;
	margin-top: 5px;
	}
	
.toggle .toggle_title a:hover .toggle_icon {
	background-color: #595959;
	}
	
.toggle .toggle_title a.active  {
	color: #595959;
	}
	
.toggle .toggle_title a.active .toggle_icon {
	background-image: url(files/images/minus.png);
	background-color: #595959;
	}
	
.toggle .toggle_inner {
	padding: 15px;
	padding-left: 22px;
	display: none;
	}
	

/*	Tabs
------------------------------------------------*/
.tabs {
	}
	
.tabs ul.tab_nav {
	height: 30px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #f3f3f3;
	}
	
.tabs ul.tab_nav li {
	background: none;
	padding: 0;
	float: left;
	margin-right:-1px;
	}
	
.tabs ul.tab_nav li a {
	background: none;
	padding: 0 20px;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	display: block;
	line-height: 30px;
	height: 30px;
	color: #808080;
	}
	
.tabs ul.tab_nav li a:hover {
	background: #ffffff;
	}
	
.tabs ul.tab_nav li a.active {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	}
	
.tabs .tab_container {
	border: 1px solid #f3f3f3;
	border-top: none;
	padding: 20px;
	position: relative;
	overflow: hidden;
	height: auto;
	}
	
.tabs .tab_container .tab_content {
	float: left;
	display: none;
	}
	
.tabs .tab_container .active {
	display: block;
	}
	
	

/*	Pricing Table
------------------------------------------------*/
.pricing {
	padding-bottom: 80px;
	}
	
	
.price-col {
	border-top: 5px solid #f47665;
	margin-right: 1px;
 	float: left;
	text-align: center;
	background: #f3f3f3;
	}
	
.best {	border-top: 5px solid #1eb56c; }	
.standard {	border-top: 5px solid #595959; }
	
.col3 .price-col { width: 299px; }
.col3 .recommended { width: 339px; }
.col4 .price-col { width: 229px; }
.col4 .recommended { width: 249px; }

.price-col {
	position: relative; z-index: 1; margin-top: 30px;
	}
	
.recommended {
	margin: 0;
	background:#fff; 
	z-index: 2;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	}
	
.price-header, .price-footer {
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
.recommended .price-header, .recommended .price-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
.price-header h1 {
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 32px;
	}
	
.recommended .price-header h1 {
	color: #f47665;
	}
.best .price-header h1 {	color: #1eb56c; }	
.standard .price-header h1 {	color: #595959; }
	
.price-body ul {
	margin: 0 15px;
	padding-left: 0;
	border-bottom: 1px solid #e6e6e6;
	}

.price-body ul li {
	padding: 6px 0 5px 0;
	background: none;
	border-top: 1px solid #e6e6e6;
	}
		
	
a.signupbutton {
	display: inline-block;
	font-family: 'OpenSansItalicBold',Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	color: #ffffff;
	background: #f47665;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
.best a.signupbutton {	background: #1eb56c; }	
.standard a.signupbutton {	background: #595959; }

a.signupbutton:hover {
	background: #b3b3b3 !important;
	}
	


/*---------------------------------------------- 
16. Widgets
------------------------------------------------*/
.widget {
	margin-top: 80px;
	}
	
div .widget:first-child {
	margin-top: 0px;
	}
	
#pagetop .widget { 
	margin-top: 4px;
	font-size: 11px;
	width: 410px;
	}
	
#pagetop .widget .sectiontitle { 
	display: none; 
	}	


/*	Menu Widget
------------------------------------------------*/
.widget ul {
	margin-top: 0px;
	}
	
.widget ul li {
	padding-left: 20px;
	background: transparent url(files/images/list-style.png) 0 8px no-repeat;
	line-height: 22px;
	}
	
.widget ul li a {
	color: #f47665;
	}
	
.widget ul li a:hover, .widget ul li.current-menu-item a, .widget ul li.current-cat a  {
	color: #595959;
	}
	
#pagetop .widget ul li {
	display: none; 
	}
	
#pagetop .widget ul li:first-child {
	display: block; 
	}


/*	Search Widget
------------------------------------------------*/
.widget #searchform {
	margin: 0;
	}
	
.widget #searchform label {
	display: none;
	}
	
.widget #searchform input[type="text"] {
	max-width: 95%;
	}
	
.widget #searchform input[type="submit"] {
	display: none;
	}
	
#pagetop .widget #searchform input[type="text"] {
	height: 20px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	}
	
	
	
/*	Social Media Widget
------------------------------------------------*/
#socialmedia-widget {
	overflow:hidden;
	float: right;
	}
	
#pagetop #socialmedia-widget {
	text-align: right;
	}
	
#socialmedia-widget a {
	height: 26px;
	width: 26px;
	margin-right: 5px;
	display: inline-block;
	text-indent: -9999px;
	background: transparent url(assets/social_icons.png);
	}
	
#pagetop #socialmedia-widget a {
	margin-right: 0px;
	margin-left: 5px;
	}
	
	
#socialmedia-widget a.facebook { background-position: 0px top ; }
#socialmedia-widget a.twitter { background-position: -26px top; }
#socialmedia-widget a.thumblr { background-position: -52px top ; }
#socialmedia-widget a.vimeo { background-position: -78px top ; }
#socialmedia-widget a.dribbble { background-position: -104px top ; }
#socialmedia-widget a.deviantart { background-position: -130px top ; }
#socialmedia-widget a.behance { background-position: -156px top ; }
#socialmedia-widget a.flickr { background-position: -182px top ; }
#socialmedia-widget a.forrst { background-position: -208px top ; }
#socialmedia-widget a.linkedin { background-position: -234px top ; }
#socialmedia-widget a.rss { background-position: -260px top ; }
#socialmedia-widget a.googleplus { background-position: -286px top ; }
#socialmedia-widget a.pinterest { background-position: -312px top ; }

#socialmedia-widget a.facebook:hover { background-position: 0px bottom ; }
#socialmedia-widget a.twitter:hover { background-position: -26px bottom ; }
#socialmedia-widget a.thumblr:hover { background-position: -52px bottom ; }
#socialmedia-widget a.vimeo:hover { background-position: -78px bottom ; }
#socialmedia-widget a.dribbble:hover { background-position: -104px bottom ; }
#socialmedia-widget a.deviantart:hover { background-position: -130px bottom ; }
#socialmedia-widget a.behance:hover { background-position: -156px bottom ; }
#socialmedia-widget a.flickr:hover { background-position: -182px bottom ; }
#socialmedia-widget a.forrst:hover { background-position: -208px bottom ; }
#socialmedia-widget a.linkedin:hover { background-position: -234px bottom ; }
#socialmedia-widget a.rss:hover { background-position: -260px bottom ; }
#socialmedia-widget a.googleplus:hover { background-position: -286px bottom ; }
#socialmedia-widget a.pinterest:hover { background-position: -312px bottom ; }


/*	Twitter Widget
------------------------------------------------*/
.twitter-widget .tweet_avatar {
	display: none;
	}	

.twitter-widget .tweet_list li {
	background: url(files/images/tweet.png) no-repeat 4px 3px;
	padding-left: 46px;
	margin-bottom: 20px;
	}
	
.twitter-widget .tweet_list li .tweet_time a {
	display: block;
	font-family: 'OpenSansItalic';
	color: #b3b3b3;
	font-size: 11px;
	}
	
.twitter-widget .tweet_list li .tweet_time a:hover {
	color: #595959;
	}
	
#pagetop .twitter-widget { 
	padding-top: 5px;
	}
	
#pagetop .twitter-widget .tweet_list li { 
	background: url(files/images/tweet.png) no-repeat 0px 3px;
	margin-bottom: 0px;
	display: none;
	line-height: 20px;
	}
	
#pagetop .twitter-widget .tweet_list li:first-child { 
	display: block;
	}
	
#pagetop .twitter-widget .tweet_list li .tweet_time a {
	display: inline-block;
	margin-left: 5px;
	width: auto;
	}
	
#pagetop .twitter-widget p.loading {
	padding: 0;
	margin: 0;
	}



/* Flickr Widget
------------------------------------------------*/
.flickr-widget, #dribbble-widget {
	}
	
.flickr-widget .flickr-list, #dribbble-widget #dribbble-list  {
	width: 110%;
	overflow: hidden;
	}
	
.flickr-widget .flickr-list li, #dribbble-widget #dribbble-list li {
	width: 44px;
	margin: 0 6px 6px 0;
	float: left;
	overflow: hidden;
	border: 2px solid #ffffff;
	background: none;
	padding: 0;
	}
	
#sidebar .flickr-widget .flickr-list li, #sidebar #dribbble-widget #dribbble-list li {
	width: 41px;
	}
	
.flickr-widget .flickr-list li:hover, #dribbble-widget #dribbble-list li:hover {
	border: 2px solid #f47665;
	}



/*	Recent comment
------------------------------------------------*/
#recentcomments  li {
	background: url(files/images/recentcomment.png) no-repeat 5px 5px;
	padding-left: 46px;
	margin-bottom: 20px;
	}
	
#recentcomments li a {
	display: block !important;
	width: 100%;
	}
	
#pagetop #recentcomments li a {
	display: inline-block !important;
	width: auto;
	}
	
	


/*---------------------------------------------- 
17. Overlay Images
------------------------------------------------*/
.imgoverlay {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	}

.imgoverlay a .overlay {
	width: 100%;
	height: 100%;
	background: #f47665;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 0;
	}
	
.imgoverlay a .meta {
	width: 100%;
	display:block;
	text-align: center;
	position: absolute;
	top: -50%;
	left: 0;
	}
	
.imgoverlay a .meta h5 {
	color: #ffffff;
	}

	
	
/*---------------------------------------------- 
18. Edit Link
------------------------------------------------*/
a.post-edit-link {
	background: #ffbc6d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 15px;
	color: #ffffff;
	display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	position: absolute;
	bottom: 90px;
	right: 0;
	}
    
   
a.post-edit-link:hover {
	background: #ff6a6a;
	}
	
	

/*---------------------------------------------- 
19. 404
------------------------------------------------*/
#notfound {
	font-size: 300px; line-height: 320px;
	margin-bottom: 80px;
	text-align: center;
	}
