/*  
Theme Name: Can Simpatic Coffee
Theme URL: http://premiummod.com/coffeelite/
Version: 0.3
Description: Minimalistic blog theme modded from WooThemes' Coffee Break. Designed by WooThemes and modified by Premium Mod.
Author: Lander Muruaga
Author URI: http://www.arquinauta.es
Author: WooThemes 
Author URI: http://www.woothemes.com

	Copyright: (c) 2009 WooThemes. Modifications copyright (c) 2009 Premium Mod.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/


/* General */

html, body {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;	
	font-size: 14px;
	border: 0;
	color: #555555; 
	background: #fff; 
	}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote { 
	margin: 0;	
	padding: 0;
	}
p {
	line-height: 1.6;
	padding: 10px 0;
	}
h1, h2, h3, h4, h5 {
	padding: 10px 0;
	color:#222;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;	
	}
ul, ol {
	list-style: none;
	padding: 10px 0;
	}
small {	
	font-size: 11px;
	}
code {
	background: #FFFFC1;
	}
a {	
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline; 
	color: #999;
	}
a img {
	border: none;
	}
blockquote p {
	padding: 5px 0;
	}
	

/* Align */

.aligncenter {margin: 10px auto 20px auto;display: block;}
.alignleft {margin: 10px 20px 8px 0;float: left;}
.alignright {margin: 10px 0px 8px 20px;float: right;}
.col-left {float: left;}
.col-right {float: right;}
.clear {
	clear: both;
	}

/* PageNavi */
.more_entries {font-size:18px;}
.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {
	text-decoration: none !important;
	color: #36B0E2;
	}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #9f9f9f !important;}
.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #EEEEEE;color: #666; padding: 4px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }

.more_entries a {
	color: #36B0E2;
	}

/* Misc */

.wrap:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}
.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden}
.fl{float: left}
.fr{float: right}
.ac{text-align: center}
.ar{text-align: right}
img.centered{display: block;margin-left: auto;margin-right: auto;}
.wp-caption {
	background-color:#fff;
	background: #eee; 
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
	}
.wp-caption-text {padding:3px 0 0;font-size:11px;}

body {
	/*background:#fff;*/
}
a { 
	color: #e98003; 
	}

/* Containers */

.content { 
	width:860px; 
	margin:0 auto; 
	padding:0;
	}
#top { 
	background: #eaeaea url(images/header-bg.jpg) no-repeat top center; 
	border-bottom:1px solid #eee;
	}
#top .content { 
	background: transparent /*url(images/bg-top.png) no-repeat top center*/; 
	}
#main-content {	
	background: transparent /*url(images/bg-main-top.gif) repeat-x top left*/; 
	padding:40px 0 5px; 
	}
#footer { 
	background: #f1f1f1 url(images/footer-bg.jpg) repeat top left; 
	padding: 25px 0 14px 0; 
	margin:25px 0px 0px 0px; 
	color: #333;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	}

/* Header */

#header {
	width: 100%;
	height: 130px;
	padding: 30px 0px 0px 0px;
	clear: both;
	position: relative;
	}
#header h1 { 
	display: none; 
	}
#header img.logo { 
	float:left; 
	margin: 15px 0 0 20px;
	}

/* Top page explanation */
#explanation { 
	margin-right: 20px;
	margin-top: 32px;
	width: 450px;
	float: right;
	}
#explanation p { 
	text-align: right; 
	color: #777;
	}

/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	float:right;
	}
#nav { 
	margin-top:30px; 
	}
#nav a {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	}
#nav a { 
	color: #333; 
	}
#nav a:hover { 
	color:#333; 
	background:#c6c5bf; 
	border:1px solid #c6c5bf; 
	border-width: 0 0px 1px 0; 
	}
#nav li.current_page_item a{ 
	color:#fff; 
	background:#333; 
	border:1px solid #2a2a2a; 
	border-width: 0 0px 1px 0; 
	}
#nav li { 
	float: left; 
	}

/* Style drop down list */

#nav li ul { position: absolute; width: 172px; left: -999em; border-top: 1px solid #2a2a2a; z-index: 99999; }
#nav li ul li {	position:relative; z-index:999; border: 1px solid #2a2a2a; border-width:0 1px 1px; background: #FFF; }
#nav li ul li:hover {	border:none; }
#nav li ul li a { line-height: 25px; font-size: 11px; width: 150px; }
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul ul li a { line-height: 25px; }
#nav li ul li ul li a {	border-width:0 1px 1px 0px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li.current_page_item ul li a { color:#c0baa5; background:#fff; border:none;}
#nav li.current_page_item ul li a:hover, #nav li ul li.current_page_item a:hover { color:#fff; background:#3f3a2b; border:none;}
#nav li.current_page_item ul li a { color:#c0baa5; background:#fff; border:none;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* Featured / Slider */

#featured { 
	background: transparent; 
	border-top:0px solid #c9e044; 
	border-bottom:0px solid #99aa3a;  
	}
#featured #page-title { position:relative; }
#featured #page-title h2 { padding:25px 0; }
#featured .subscribe { position:absolute; right:0; top:25px; }
#featured .alignright {margin: 5px 0px 8px 20px;float: right;}

#slider-block { overflow:hidden; min-height:320px; }
.container { position:relative; height:320px; width:960px; overflow:hidden; margin:0 auto; z-index:0;}
.container div { z-index:0; position:absolute; top:0; left:0; padding:0; width:960px; }
.container div div {  z-index: auto; position:static; padding:0px;width:auto; }
#loopedSlider { width:960px; margin:0 auto; padding-top:40px;}
#loopedSlider .nav-buttons { list-style-type:none; margin:0; padding:0; position:relative;}
#loopedSlider li#p { position:absolute; top:120px; left:0px; }
#loopedSlider li#n { position:absolute; top:120px; right:0px; }

#featured h2 { 
	color:#666; 
	font-size:30px; 
	padding:0 0 10px; 
	line-height:40px; 
	font-weight:normal; 
	letter-spacing:-1px; 
	/*text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15); */
	border-bottom:1px solid #ccc;
	}
#featured h4 { font-size:18px; color:#333; font-family:Arial, Helvetica, sans-serif; line-height:22px; letter-spacing:1px; }
#featured p { font-size:14px; color:#333; line-height:20px; }

/* Homepage */
.home h3 { padding: 0; }
.home .feature { margin-left:65px; }
.home img.home-icon { float:left; padding:0; }

/* Main Content (style) */

#main {	width:540px; }
#main.full { 
	width:860px; 
	}
#main p, #main ul, #main ol { font-size:14px; }
#main a { 
	text-decoration: underline; 
	}
#main a:hover {	
	color: #666; 
	}
#main h2, #main h3 { font-weight: normal; }
#main h2 { 
	font-size: 3em;	
	padding-top:0; 
	font-weight: bold;
	text-transform: uppercase;
	}
#main h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}
#main h4 { font-size: 12px; }
#main ol, #main ul { line-height: 18px; }
#main ul { 
	padding-left: 30px; 
	}
#main ul li { list-style: circle; padding: 3px 0; }
#main ol { padding-left: 57px; }
#main ol li { list-style: decimal; padding: 3px 0; }
#main blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Main Content (post) */

#main .post { 
	padding:0 5px 25px 0; 
	}
#main .post-title {	
	width: 100%; position: relative; 
	}
#main .post-title h2, #main .post-title p.post-details, #main .post-title h3 { 
	padding-right: 50px; 
	}
#main h2 a, #main h3 a { 
	color: #444; 
	text-decoration: underline; 
	}
#main h2 a:hover, #main h3 a:hover { 
	color: #E98003;
	text-decoration: underline; 
	}
#main p.post-date {
	color: #9F9F9F;
	font-size: 11px;
	padding: 10px 0px 0px 1px;
	border-bottom: 0px solid #f1f1f1;
	margin-bottom: 0px;
}

#main p.post-details { line-height: 18px; margin-top: -10px; position: relative; }
#main p.post-details a { 
	text-decoration: underline; 
	}
#main p.post-details a:hover { 
	color: #666;
	text-decoration: underline; 
	}
#main p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 10px 0px 5px 1px;
	margin-bottom: 10px;
}
#main .post h4 { margin-top: 1px; clear: both; width: 100%; }
#main .post h4.continue a {
	background: #A8BC70;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#main .post h4.continue a:hover {background: #9fb26a;}
#main .post img.thumbnail {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}
#main .post img.gallery { margin:0 7px 7px 0; }
#main h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

/* Archive page format */

#main .archives { 
	
	}
#main .archives li { 
	font-size: 12px;
	color: #999;
	}
#main .archives ul li a { 
	display: block;
	font-size: 16px;
	}

/* Main Content (advert 468x60) */

#main .advert_468x60 {
	background-color:#EDEDED;
	padding:12px 0;
	margin: 5px 0 25px 0;
	text-align:center;
}
#main .latest .advert_468x60 {margin-left:33px;}

/* Main Content (post>single) */

#main p.tags {
	background:url(images/ico-tag.gif) no-repeat center left;
	padding-left:25px;
	width: 100%;
	clear: both;
}
.single #main .advert_468x60 {margin: 15px 0 0px 0;}
#main .page h2 {padding-top: 5px;}

/* Comments */

#comments h3 { font-size: 20px;	font-weight: normal;padding: 10px 0 20px 0;}
#comments #comments_wrap {padding: 0; position: relative; margin:20px 0;}
#main .post #comments ol, #main .post #comments ul { background:none; border:none; padding:0; }
#comments ol.commentlist li { list-style-type:none; padding:20px; background:none; }
#comments ol.commentlist li.thread-even { background:#f6f6f6; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; }
#comments ol.commentlist img.avatar { float:right; border:1px solid #e4e4e4; padding:4px; background:#fff; }
#comments ol.commentlist .user-meta { font-size:12px; margin-bottom:10px; }
#comments ol.commentlist .user-meta .name,
#comments ol.commentlist .user-meta .name a { font-size:16px; text-decoration:none;  }
#comments ol.commentlist .comment-entry { padding-right:80px;  }
#comments .comment a { text-decoration: underline; }
#comments .comment a:hover { text-decoration: none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }
#comments .comment .col-left {width: 110px;}
#comments .comment .col-left img {border: #EDEDED 5px solid;}
#comments .comment .col-left p { padding: 0 0 0 2px; line-height: 19px;}
#comments .comment .col-left .inside{width:110px;float:left;position:relative;overflow:hidden;min-height:70px;}
#comments .comment .col-right{min-height:70px;background:#fff;border:#EDEDED 1px solid;margin-left:100px;float:none;padding:10px 20px;}
* html #comments .comment .col-right{height:100px;}
#comments .comment span.reply{float:right;font-size:11px;padding:3px 3px 0;}
#comments .comment span.reply a{text-decoration:none;color:#aaa;}
#comments ul.children{margin:15px 0 0;padding:0;}
#comments ul.children li{border-top:1px solid #e3e3e3;margin:20px 0 0 0;padding:20px 0 0 25px;}
#comments .navigation .alignright,#comments .navigation .alignleft{margin:0;}
#comments .navigation a{display:block;font-weight:700;margin:15px 0;padding:5px 0;}
#comments .commentlist p{padding:0 0 10px;}
#comments #respond{margin-top:15px;}
#comments #respond h2 {
	font-size: 18px;
	color: #555;
	}
#comments .commentlist .children #respond #form_wrap .col-right{float:none;}
#comments .cancel-comment-reply{margin-bottom:10px;}
#comments #respond .input{background:#f6f6f6;border-top:1px solid #bebebe;border-left:1px solid #bebebe;border-bottom:1px solid #f3f3f3;border-right:1px solid #f3f3f3;padding:5px;}
#comments .commentlist .thread-even #respond .input{background:#fff;}
#comments #respond label{padding-left:5px;}
#comments ul.children li ul.children,#comments .commentlist{padding:0;}
#comments #submit {background:transparent url(images/btn-submit.png) no-repeat scroll left top;border:medium none;color:#FFFFFF;font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; cursor:pointer !important;font-weight:bold;height:25px;text-transform:uppercase;width:80px;}

#main p.comments {
	border-bottom: 1px solid #999;
	margin: 10px 0px 20px 0px;
	font-size: 18px;
	}


/* Sidebar */

#sidebar{
	width:270px;
	overflow:hidden;
	}
#sidebar h3{
	border-bottom:0px solid #ccc;
	font:16px uppercase Georgia, serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#555;
	letter-spacing:1px;
	margin:5px 0px;
	padding:0px;
	line-height:24px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	}
#sidebar ul{
	clear:both;
	}
#sidebar ul li a{
	color:#36b0e2;
	text-decoration: underline;
	}
#sidebar a:hover,#sidebar .current-cat a,#sidebar li.active a {
	color:#999;
	}
#sidebar ul li .meta{
	display:block;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#878787;
	font-weight:normal;
	text-transform:uppercase;
	}
#sidebar .block{
	background:transparent;
	border:0px solid #e9e8e8;
	padding: 15px 0px 15px 15px;
	}
#sidebar .block .inside{
	border:#D5D4D4 5px solid;
	background:#EDEDED;
	padding-bottom:5px;
	}
#sidebar .block .inside ul{
	padding:0;
	}
#sidebar .block .inside li{
	line-height:18px;
	position:relative;
	padding:8px 0;
	}
#sidebar .block .inside li img.thumbnail{
	border:#A4A4A4 2px solid;
	float:left;
	margin-right:10px;
	}
#sidebar ul,#sidebar .textwidget{
	clear:both;
	padding:5px 0;
	}
#sidebar .widget{
	/*margin-bottom:25px;*/
	margin-bottom:0px;
	}
#sidebar li{
	line-height:18px;
	overflow:hidden;
	padding:5px 0 0 0px;
	}
#sidebar ul ul{
	border:0;
	margin:3px 0 0;
	padding:0;
	}
#sidebar ul ul li{
	border:0;
	padding-bottom:0;
	border-top:1px solid #E2E2E2;
	}

#sidebar #news h3 { 
	background:url(images/ico-news.png) no-repeat left 3px; 
	padding-left:32px; 
	}
#sidebar #news li {
	background:url(images/ico-bullet.png) no-repeat left 10px;
	padding:5px 0 0 15px;
	}
#sidebar .widget_twitter { position:relative; font-size:14px; }
#sidebar .widget_twitter h3 { background:url(images/ico-twitter.png) no-repeat left top; padding-left:32px; }
#sidebar .widget_twitter a { color:#2882c1; font-size:14px; }
#sidebar .widget_twitter .follow { position:absolute; right:15px; top:25px; }
#sidebar .widget_twitter .follow a { font-size:12px; font-style:italic;}

#sidebar .categoria-titol { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background: #f4f4f4;
	margin: 0px 0px 20px 10px;
	padding: 0px 5px 0px 10px;
	color: #666;
	}
#sidebar .categoria-titol h2 span { 
	font-size: 16px;
	display: block;
	color: #666;
	}
#sidebar .widget_tag_cloud a, #sidebar .widget_tag_cloud a:link { 
	color: #36B0E2;
	}	
#sidebar .widget_tag_cloud a:hover { 
	color: #999;
	}	

#newsletter h3, #feedburner h3,#campaignmonitor h3 { background:url(images/ico-letter.png) no-repeat left 0px; padding-left:32px; }
#newsletter form, #feedburner form, #campaignmonitor form {margin-top:15px;}

#newsletter .field, #feedburner .field, #campaignmonitor .field {background-color:#F2F2F2;border:1px solid #CBD1D2;color:#999; font-size:11px;}
#newsletter .field, #feedburner .field, #campaignmonitor .field {display:block;float:left;height:19px;margin:0 4px 0 0;padding:5px 0 0 5px;width:170px;}
#newsletter .button, #feedburner .button, #campaignmonitor .button {background:transparent url(images/btn-submit.png) no-repeat scroll left top;border:medium none;color:#FFFFFF;font-family:Georgia, "Times New Roman", Times, serif; font-size:11px;}
#newsletter .button, #feedburner .button, #campaignmonitor .button {cursor:pointer !important;font-weight:bold;height:25px;text-transform:uppercase;width:80px;}

#tag_cloud h2{display:block;float:none;}
.textwidget{clear:both;line-height:20px;padding:5px 2px;}
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th{color:#fff;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}
#wp-calendar a{text-decoration:underline;}
#wp-calendar a:hover{text-decoration:none;}
#sidebar #search_main form div{position:relative;height:33px;background:#F2F2F2;border:1px solid #CBD1D2;}
#sidebar #search_main input.field{width:163px;position:absolute;left:12px;top:7px;padding-top:2px;outline:none;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#777;border:0;background:transparent;z-index:1;}
#sidebar #search_main input.submit{position:absolute;right:0;top:0;z-index:1;}

.screen-reader-text {
	display: none;
	}


/* Sidebar (flickr) */

#flickr h3 span { color: #0061D8; }
#flickr h3 span span { color: #FF1183; }
#flickr .wrap {	margin-left: -5px;	padding: 0;	position: relative;	}
#flickr a img {	float: left; margin-left: 5px;	margin-bottom: 5px;display: block;	padding: 3px;background: #fff;border: #CECFC6 1px solid; }
#flickr a:hover img {border: #A8AA99 1px solid;}

/* Footer */

#footer img {
	vertical-align: middle;
	}
#footer .col-right span {
	display: none;
	}
#footer .col-left { 
	width:540px; 
	padding:0 20px 0 0; 
	background:url(images/footer-bevel.gif) repeat-y top right; 
	}
#footer h3 {
	color: #333;
	text-transform: uppercase;
	}
#footer a {
	color: #80a80b;
	}
#footer a:hover {
	color: #666;
	}

/* Misc */

a.button {
    background: url(images/btn-slider-right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 46px; 
	margin-right: 6px;
	padding-right: 13px; 
	text-decoration: none;
	color: #3e3e3e;
	font-family: Georgia;
	font-size:18px;
}
a.button span {
	float:left;
	background: url(images/btn-slider.png) no-repeat; 
	display: block;
	line-height: 46px; 
	padding: 1px 5px 5px 18px;
} 
a.button:hover span{ text-decoration:underline; }
span.middle { float: left; padding: 13px 13px 13px 9px; }

div.hr { 
	background:url(images/hr.png) repeat-x top left; 
	height:1px; 
	margin:15px 0; 
	}
#footer div.hr { 
	background:url(images/hr-footer.gif) repeat-x top left; 
	height:1px; 
	margin:15px 0; 
	}
.sub-left { 
	width:250px; 
	float:left; 
	margin:0px 50px 0px 0px;  
	}
.sub-right { 
	width:250px; 
	float:left; 
	margin:0px;  
	}
.col-right { 
	width:250px; 
	margin:0px;  
	}

/* Portfolio styles */
.portfolio {
	color:#666666;
	display:block;
	float:left;
	height:255px;
	margin:0 25px 20px 0;
	overflow:hidden;
	padding:0;
	width:292px;
/*	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
*/
}
.sin {
	margin:0 0 10px !important;
	padding:0;
}
.portfolio img {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #CCCCCC none repeat scroll 0 0;
	border:5px solid #FFFFFF;
	height:120px;
	margin:0 0 3px !important;
	max-height:120px;
	max-width:280px;
	overflow:hidden;
	padding:0 !important;
	width:280px;
}

.portfolio h3 {
	margin: 0px;
	padding: 0px;
	color: #333;
}

h3.portfoliotitle {
	border-bottom:1px dotted #999999;
	color:#666666;
	font-size:1.4em;
	margin:20px 0 30px;
	padding:0 0 3px;
}

/* EXTRAS */
#main p.bigger {
	font-size: 2em;
	}
#main p.bigger span {
	font-size: 2em;
	color: #FF9900;
	display: block;
	}
/* tweetmeme button */
.tweetmeme_button {
	float: right;
	margin-top: 40px;
	margin-left: 10px;
	}

/* Sociable icons */

div.sociable { 
	background: #f3f3f3;
	margin: 16px 0; 
	padding: 3px 3px 3px 10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	}
span.sociable_tagline { 
	position: relative; 
	}
span.sociable_tagline span { 
	display: none; 
	width: 14em; 
	}

.sociable_tagline { 
	margin: 0px 0px 8px 0px;
	font-size: 12px;
	}	

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px 3px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Fonts Face 
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('http://arquinauta.es/fonts/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('http://arquinauta.es/fonts/Chunkfive.ttf') format('truetype');
}
#main h2 {
	font: 3em 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 0;
	}
*/

/* Custom styles */
@import "custom.css";

