/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Torgeir Frøystein
	Author Site	: http://riktig.no
	Style Name	: torfroy
	Style URI	: 
	Version		: 1.0
	Comments	: Just messed around with the style Skyblack from:
		Ivan Lopez, http://van.pandela.net/
		to get the fonts and colours a little different, and to add my own header.
*/

body {
	font: x-small Verdana, Arial, Sans-Serif;
	background-color: #CCCCCC;
	}

#page {
	background: #FFFFFF;
	padding: 0 0 10px !important;
	width: 800px;
	}

#header {
	background: url(header_2.jpg) no-repeat;
	border: none;
	height: 188px;
	width: 800px;
	}

ul.menu li a {
	color: #EEE;
	font-weight: bold;
	background: #222;
	}

ul.menu li a:hover {
	background: #454545;
	color: #FFF !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #EEE !important;
	background: #656565;
	}

h1, h2, h3, h4 {
	font-family:Verdana, Sans-Serif;
	text-align: left;
	font-weight: normal;
	color: #333333 !important;
	}

h1 {
	font-size: xx-large;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 40px 0;
	color: #333333 !important;
	}

#header .description {
	color: #CC0000;
	}

#primary h3, #primary h4 {
	}

.entry-content blockquote {
	background-position: 15px 5px;
	color: #777;
	}

.entry-content a[href*='#more-'] {
	display: block;
	}

.entry-content a[href*='#more-']:after {
	content: ' \00BB';
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
	}

#commentlist li .comment-content {
	font-size: 1.1em;
	line-height: 1.5em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 3px 0;

	}

li.byuser {
	background: #f6f7f8;
	}

li.bypostauthor {
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	}

li.bypostauthor blockquote {
	background-color: transparent;
	}

#footer {
	background: #f7f7f7;
	font-size: 1em;
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding: 10px 25px;
	}

#footer a {
	border-bottom: 1px solid #bbb;
	}

#footer a:hover {
	color: black;
	}

#primary .entry-content img {
	padding: 0px;
	border: 5px solid #eee;
	margin: 0 -5px;
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	}
	
img.alignright, img[align="right"] {
	padding: 0px !important;
	margin: 0 0 2px 7px !important;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 0px !important;
	margin: 0 7px 2px 0 !important;
	display: inline;
	}

img.noborder {
	border: none !important;
	padding: 5px !important;
	}

.k2download {
	display: block;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #fafeff url('download.gif') no-repeat 10px 50%;
	border: 1px solid #cfe2e5; border-top: 3px solid #cfe2e5;
	}

.k2download a {
	font-weight: bold;
	}

.k2download small {
	display: block;
	}

.alert {
	display: block;
	text-align: justify;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #FFF6BF url('../../images/exclamation.png') no-repeat 10px 50%;
	border: 1px solid #FFD324; border-top:3px solid #FFD324;
	}

#s.livesearch {
	font-family: Verdana, Arial, Sans-Serif;
	width: 100%;
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
	text-transform: lowercase;
	}

#rollingarchives,
#nested_rollingarchives {
	font-size: 1em;
	text-transform: lowercase;
	}

#rollingarchives a,
#nested_rollingarchives a {
	color: #444 !important;
	font-weight: bold;
	}

.antispam {
	unicode-bidi:bidi-override; 
	direction: rtl;
	}

.tech {
	background: #FFF;
	border: 1px solid #EEF;
	border-left: 5px solid #EEF; 
	padding-bottom: 5px !important;
	padding-left: 5px !important;
	}

/* - Calendario ---------------------- */

#wp-calendar {
	background:#FAFAFA;
	font-size:10px;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	margin-bottom: 0px;
	color: #666 !important;
	border-top: 1px dotted #4499FF;
	border-bottom: 1px dotted #4499FF;
	}

#wp-calendar a {
	border: 0px;
	text-decoration: none;
	}

#wp-calendar a:hover {
	border: 0px;
	text-decoration: none;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #166ACA !important;
	}

#wp-calendar a:hover {
	background: #E5F1FF url('bias_fff.png') !important;
	color: #000 !important;
	text-decoration: none !important;
	}

#wp-calendar caption {
	color: #666;
	font-size: 1.1em;
	text-align: center;
	padding: 2px;
	margin-top: 8px;
	font-weight: normal;
	}

#wp-calendar td {
	color: #777 !important;
	letter-spacing: normal;
	padding: 0px 0;
	text-align: center;
	background-color: #FEFEFE;
	line-height: 15px;
	}

#wp-calendar td.pad:hover {
	font-size:9px;
	color:#333;
	background: #fff;
	}

#wp-calendar td:hover{
	background: #fff;
	color: #333;
	}

#wp-calendar #today{
	background: #eee;
	color: #333;
	background: #F7DEEA url('bias_fff.png') !important;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}