/* Tue, 10 Aug 2010 10:36:01 GMT */
/***********************************/

/*------------------------------------------------------------------
[Master Stylesheet]
Project:		seelva
Version:		1.0
Latest Edition:	10/04/29
Assigned to:	Hernan Silva
-------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/************Style 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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***********End Reset************/
/******** Typo********/
html {
font-size:100.01%;
}
body {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.875em;
line-height: 1.4em;
color: #ffffff;
text-align: left;
}

/* Links */
a, a:link {
color: #0099ff;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #0099ff;
background-color: #121C20;
text-decoration: underline;
}
a:visited {
color: #0099ff;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #66BBFF;
text-decoration: underline;
}
/* Fin Links*/

/* Headings */
h1 {
padding: 0 0 0.5em 0;
font-size: 1.7em;
line-height: 1.7em;
}
h2 {
padding: 0 0 0.5em 0;
font-size: 1.5em;
line-height: 1.5em;
font-style: italic;
}

h3 {
padding: 0 0 0.5em 0;
font-size: 1.4em;
line-height: 1.4em;
}
h4 {
padding: 0 0 0.5em 0;
font-size: 1.3em;
line-height: 1.3em;
}
h5 {
padding: 0 0 0.5em 0;
font-size: 1.2em;
line-height: 1.2em;
}
h6 {
padding: 0 0 0.5em 0;
font-size: 1.1em;
line-height: 1.1em;
}

h1, h2,
h3, h4,
h5, h6 {
text-shadow: -1px -1px 1px #000000;
color: #0099ff;
font-weight: normal;
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
}
/*Fin Headings */

/*Links de Headings*/
h1 a, h1 a:visited {
background: transparent;
display: block;
color: #0099ff;
height: 134px;
	width: 460px;
text-indent: -5000px; /*It hides text when you have a background image*/
text-decoration: underline;
line-height: 100%;
}

h1 a:hover {
background:transparent;
}

h2 a, h2 a:link,
h3 a, h3 a:link,
h4 a, h4 a:link,
h5 a, h5 a:link,
h6 a, h6 a:link {
color: #0099ff;
/*background-color: transparent;
text-decoration: none;*/
}

h1 a:hover, h2 a:hover,
h3 a:hover, h4 a:hover,
h5 a:hover, h6 a:hover {
color: #55BBFF;
}
/* Fin Links de Headings */

/* Texto */
p {
font-size: 1em;
line-height: 1.4em;
margin-bottom: 1.5em;
padding: 0;
}
blockquote {
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
font-style: italic;
margin-top:0.5em;
margin-left: 1.5em;
border-left: 5px solid #0099FF;
padding-left: 0.5em;
}
blockquote p,
blockquote div {
font-size: 1.15em;
line-height: 2em;
display: inline-block;
}

blockquote .quote-author {
color: #337799;
}
cite {
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
font-style: normal;
margin:0.5em 0;
margin-left: 1.5em;
border-left: 5px solid #0099FF;
padding-left: 0.5em;
}
pre {
/*Style Source: http://www.sohtanaka.com/web-design/styling-pre-tags-with-css-code-block/ */
font-size: 12px;
padding: 0;
margin: 0;
margin-bottom: 1em;
background: #f0f0f0;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
line-height: 20px; /*--Height of each line of code--*/
background: url(../images/pre_code_bg_blk.gif) repeat-y left top; /*--Background of lined paper--*/
width: 600px;
overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
margin: 0 0 0 40px;  /*--Left Margin--*/
padding: 18px 0;
display: block;
}
strong, b {
font-weight: bold;
}
em, i {
font-style:italic;
}
del {
}
ins {
text-decoration:underline;
}
acronym, abbr {
font-size: 90%;
letter-spacing: 0.08em;
border-bottom: 2px dashed #0099ff;
cursor: help;
}
sub {
font-size: 0.6em;
}
sup {
font-size: 0.6em;
vertical-align:50%;
}
small {
font-size: 0.8em;
}
/*Fin Texto*/

/* Listas */
ul {
margin: 0.5em;
margin-left: 1em;
margin-right: 0;
padding: 0;
list-style-image: url(../images/bullet.gif);;
}
ul li {
}

ol {
margin: 0 0 0.5em 0.5em;
padding: 0;
}
ol li {
margin: 0 0 0.25em 1em;
padding: 0;
font-size: 1.0em;
}

ul.nostylelist, ol.nostylelist {list-style-type:none}
ul.disc, ol.disc {list-style-type: disc}
ul.circle, ol.circle {list-style-type: circle}
ul.square, ol.square {list-style-type: square}
ul.decimal, ol.decimal {list-style-type: decimal}
ul.decimalzero, ol.decimalzero {list-style-type: decimal-leading-zero}
ul.lroman, ol.lroman {list-style-type: lower-roman}
ul.uroman, ol.uroman {list-style-type: upper-roman}
ul.lalpha, ol.lalpha {list-style-type: lower-alpha}
ul.ualpha, ol.ualpha {list-style-type: upper-alpha}
ul.lgreek, ol.lgreek {list-style-type: lower-greek}
ul.llatin, ol.llatin {list-style-type: lower-latin}
ul.ulatin, ol.ulatin {list-style-type: upper-latin}
ul.armenian, ol.armenian {list-style-type: armenian}
ul.georgian, ol.georgian {list-style-type: georgian}
/*
ul.hebrew {list-style-type: hebrew}
ul.c-ideo {list-style-type: cjk-ideographic}
ul.hi {list-style-type: hiragana}
ul.ka {list-style-type: katakana}
ul.hi-iroha {list-style-type: hiragana-iroha}
ul.ka-iroha {list-style-type: katakana-iroha}
*/

dl {
margin: 0.5em;
margin-left: 1.5em;
margin-right: 0;
padding: 0;
}
dl dt {
margin: 0.25em 0;
padding: 0;
font-weight: bold;
}
dl dd {
margin: 0 0 0 1.5em;
padding: 0;
}
/* Fin Listas*/

/*Tablas */
table {
margin: 0 0 1.5em 0;
padding: 0;
width:95%;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
border-right:1px solid #222222;
border-collapse:collapse;
}
table caption {
margin: 0;
padding: 0 0 0.2em 0;
font-size:0.9em;
font-weight: bold;
font-style:italic;
}
th {
font-weight: bold;
text-align: left;
background:#ccf577 url(../images/table_head_bg.jpg) repeat-x left top;
border-left: 1px solid #222222;
padding:0.4em 0.6em;
color:#eeeeee;
}
td {
padding:0.2em 0.6em;

border-left:1px dotted #222222;
}
tr.odd {
background:#0e171a;
}
/* Fin Tablas*/

hr {
/*height: 1px;*/
margin: 1.5em 0.5em;
border-bottom: 1px dashed black;
/*background:#ffffff url(../images/hr.jpg) center center;*/ /*Useful when creating an own hr*/
}

br {
clear: both;
}

/******** Fin Typo********/
/******** Layout********/

html {
background: #080D0F url(../images/bg.jpg) repeat-x top;
}

body {
background: url(../images/bg_main_top.jpg) no-repeat center top;
}

#outer {
margin: 0 auto;
/*padding: 10px;*/
overflow: hidden;
}

#wrapper {
}

.holder {
margin: 0 auto;
width: 960px;
}

#header {
color: #ffffff;
float:left;
margin:0px;
width: 100%;
}

	#logo {
	background: url(../images/logo.png) no-repeat center center;
	height: 134px;
	width: 460px;
	float: left;
	}

	#tagline {
	background: url(../images/tagline_text.png) no-repeat right center;
	text-indent: -5000em;
	display: block;
	width: 460px;
	position: absolute;
	top: 105px;
	
	/*background: url(../images/tag.jpg) no-repeat top left;*/
	}

#navbar {
/*height:1.5em;*/
float:right;
margin-top: 58px;
}


#teaser {
float: left;
width: 100%;
margin-top: 3em;
}

#primary {
float:left;
width:100%;
background: url(../images/bg_main_bottom.jpg) no-repeat center bottom;
margin-top: 3em;
}

		#content {
		float:left;
		width:632px;
		margin-bottom: 180px;
		}
		#content.full-width {
		float:left;
		width:100%;
		margin-bottom: 76px;
		}

		#primary-sidebar {
		float:right;
		width:304px;
		margin-bottom: 300px;
		}

#secondary {
float:left;
width:100%;
}

		#secondary .content {
		float:left;
		width:632px;
		margin-bottom: 2em;
		}
		
#footer {
float:left;
width: 100%;
margin: 1em auto 2em auto;
}

#footer .holder {
background: #0e171a;
overflow: hidden;
padding: 1em 0px;
width: 984px;
}

/******** Fin Layout********/
/********Navbar********/
#navbar ul {
margin:0; /*Reset previous style*/
float: left;
font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
}
#navbar ul li {
display: inline;
float:left;
margin:0; /*Previos style reset*/
margin-left: 0;
padding: 0;

}
#navbar ul li a,
#navbar ul li a:visited {
border-bottom: 2px solid #141C1F;
color: #cccccc;
display: block;
line-height:2em;
padding: 0em 1em;
text-decoration: none;
}
#navbar ul li a:hover {
text-decoration: none;
border-bottom: 2px solid #0099ff;
background-position: 0 -3px;
}

#navbar .menus-plus-widget {
background: rgba(24, 38, 44, 0.4);
padding: 0.4em 0;
}

/********Fin Navbar********/
/******** Post********/
#content .post {
padding: 1.4em 0;
border-top: 1px solid #142025;
border-bottom: 1px solid #000000;
}

#content .post:last-child {
border-bottom: 0px solid #142025;
}

.single #content .post {
    padding-top: 0;
    border: 0px solid #0099ff;
}

#content .post h3 {
background:transparent; /*url(../images/hr.jpg) no-repeat bottom center;*/
padding:0;
}

#content .post p {
}

#content .post .excerpt-date {
background: #070A0B;
color: #263d46;
text-shadow: -1px -1px 1px rgba(40, 40, 40, 0.5);
width: 50px;
float: left;
margin-right: 1em;
padding: 0 4px;
}
#content .post .excerpt-date .month {
text-transform: uppercase;
font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
display: block;
margin: 0 auto;
font-size: 0.875em;
padding: 2px 0;
text-align: center;
border-bottom: 1px solid #142025;
}
#content .post .excerpt-date .day {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.8em;
display: block;
margin: 0 auto;
padding: 0 0 10px 0;
text-align: center;
border-top: 1px solid #000000;
}

.post .post-meta {
margin-bottom: 1em;
padding: 0.4em 0;
border-bottom: 1px dotted #142025;
font-size: 0.8em;
color: #2E4855;
text-shadow: -1px -1px 1px #000000;
background: #0A1012;
}
.post .post-meta a {
color: #283C46;
text-decoration: none;
}

.post .post-meta a:hover {
color: #226789;
}

.post .post-meta .date {
background: url(../images/icons/date.png) no-repeat left center;
padding-left: 24px;
margin-right: 20px;
}

.post .post-meta .author {
/*font-weight: bold;
font-size: 1.25em;*/
}

.post .post-meta .categories {
background: url(../images/icons/category.png) no-repeat left center;
padding-left: 24px;
margin-right: 20px;
}

.post .post-meta .comments-count {
background: url(../images/icons/comment.png) no-repeat left center;
padding-left: 24px;
margin-right: 20px;
}

.post .project-description {
width: 46%;
border-right: 1px solid #222222;
float: left;
padding-right: 4%;
}

.post .project-details {
width: 46%;
float: right;
}

.post .project-main-image {
}

#content .post .project-main-image img,
#content .post .project-main-image a img {
margin: 0;
}

.post .more-link {
	font-size: 0.857em;
	clear: both;
	margin:0; /*Reset previous style*/
	float: right;
	background: #0C1417 url(../images/bg_pagbar_item.jpg) repeat-x left top;
	border: 1px solid #12161A;
	border-top: 1px solid #223333;
	border-bottom: 1px solid #12161A;
	display: block;
	padding: 0 11px;
	line-height: 2em;
	text-decoration: none;
	text-shadow: -1px -1px 1px #000000;
	font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
}

.post .more-link:active {
	background: #070A0B url(../images/bg_pagbar_item_current.jpg) repeat-x left top;
    border-top: 2px solid #112222;
}
/********Fin Post********/
/********Sidebar********/
.widget-holder {
margin: 0;
margin: 0;
}
.widget-holder h2 {
}
.widget-holder .widget {
margin: 0;
margin-bottom: 2em;
list-style: none;
}
.widget-holder .widget h2 {
/*color: #99cc33;
border-bottom:1px solid #dddddd;
margin:0;*/
}
.widget-holder .widget ul {

}
.widget-holder .widget ul li{
/*border-bottom:1px solid #dddddd;
margin-bottom:0;*/
}
.widget-holder .widget ul li a {
/*text-decoration:none;
line-height: 2em;*/
}
.widget-holder .widget ul li a:hover {
}

/*Publicado recientemente*/
.widget.widget-recent-post,
body.home .widget_categoryposts {
margin-bottom: 140px;
}
.widget.widget-recent-post ul,
body.home .widget_categoryposts ul {
margin: 0;
padding: 0;
}

.widget-recent-post ul li,
body.home .widget_categoryposts ul li {
list-style: none;
margin: 0;
border-top: 1px solid #142025;
border-bottom: 1px solid #000000;
padding: 3px 36px 3px 0;
background: url(../images/recent_posts_bg.png) no-repeat right 7px;
cursor: pointer;
}

.widget-recent-post ul li:first-child,
body.home .widget_categoryposts ul li:first-child {
border-top: none;
}
.widget-recent-post ul li:last-child,
body.home .widget_categoryposts ul li:last-child {
border-bottom: none;
}

.widget-recent-post ul li:hover,
body.home .widget_categoryposts ul li:hover {
background: url(../images/recent_posts_bg_over.png) no-repeat right 7px;
}

.widget-recent-post ul li h3,
body.home .widget_categoryposts ul li .post-title {
font-family: 'Nobile', Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
font-size: 1em;
padding-bottom: 0.2em;
}
.widget-recent-post ul li h3 a,
body.home .widget_categoryposts ul li .post-title {
color: #ffffff;
display: block;
text-decoration: none;
}
.widget-recent-post ul li h3 a:hover,
body.home .widget_categoryposts ul li .post-title:hover {
color: #0099ff;
}

.widget-recent-post ul li .post-date,
body.home .widget_categoryposts ul li .post-date {
color: #999999;
font-size: 0.857em;
margin-bottom: 0.2em;
}

/*Tweet reciente*/
.widget-recent-tweet {
background: #0e171a;
padding: 1em 0;
}

.widget-recent-tweet .tweet-content,
.widget-recent-tweet .tweet-date,
.widget-recent-tweet .twitter-follow-link {
margin: 0 1em;
}

.widget-recent-tweet .twitter-follow-link {
display: block;
width: 90%;
height: 110px;
background: url(../images/flying_bird.png) no-repeat right bottom;
position: relative;
}

/********Fin Sidebar********/
/********Footer********/
/*Lists style reset*/
#footer ul {

}
#footer ul li {

}
/**/

#footer h2,
#footer ul {
}

#footer .social-icons,
#footer .footer-col1 {
float:left;
padding:0 12px;
width:303px;
}

#footer .social-icons ul,
#footer .footer-col1 ul {
margin: 0;
}

#footer .social-icons ul li,
#footer .footer-col1 .widget_text li {
list-style: none;
padding: 0;
margin-right: 7px;
margin-bottom: 7px;
float: left;
}

#footer .social-icons ul li a {
text-indent: -5000em;
display: block;
width: 36px;
height: 36px;
}

#footer .social-icons ul li.icon-facebook {
background: url(../images/facebook_badge_icon.png) no-repeat center center;
}
#footer .social-icons ul li.icon-twitter {
background: url(../images/twitter_badge_icon.png) no-repeat center center;
}
#footer .social-icons ul li.icon-behance {
background: url(../images/behance_badge_icon.png) no-repeat center center;
}
#footer .social-icons ul li.icon-themeforest {
background: url(../images/themeforest_badge_icon.png) no-repeat center center;
}

#footer .recent-readings,
#footer .footer-col2 {
float:left;
padding:0 12px 0 13px;
width:302px;
background: url(../images/divider_vertical.png) repeat-y left top;
}

#footer #rec-reading {
margin: 0;
}

#footer .recent-readings ul, 
#footer #rec-reading ul {
margin: 0;
padding: 0;
list-style-image: none;
}

#footer .recent-readings li, 
#footer #rec-reading li {
margin: 0;
padding: 0;
border-top: 1px solid #142025;
border-bottom: 1px solid #000000;
font-size: 0.857em;
padding: 0.5em 0;
}

#footer .recent-readings li:first-child, 
#footer #rec-reading li:first-child {
border-top: 0px solid #142025;
}

#footer .recent-readings li:last-child, 
#footer #rec-reading li:last-child {
border-bottom: 0px solid #142025;
}

#footer .recent-readings li h3,
#footer #rec-reading li h3 {
font-size: 1em;
line-height: 1em;
}

#footer .recent-readings li div a, 
#footer #rec-reading li div a {
color: #999999;
text-decoration: none;
}

#footer .recent-readings li div a:hover, 
#footer #rec-reading li div a:hover {
color: #dddddd;
}

#footer .site-info {
background: url(../images/divider_vertical.png) repeat-y left top;
color:#263D46;
float:right;
padding:0 12px 0 13px;
width:302px;
}

#footer .site-info p {
font-size: 0.857em;
}

#footer .emph {
color:#669933;
}

#footer-info {
font-size: 0.9em;
line-height:1.4em;
margin: 0.5em 0;
}

#footer-navigation {
margin: 0.875em;
font-size:0.88em;
}
#footer-navigation li {
display: inline;
line-height:1.5em;
margin:0 0.5em; /*Previos style reset*/
padding: 0;
}
#footer-navigation li a {
padding: 0.3em;
line-height: 2em;
text-decoration:none;
}

#footer-legal {
font-size:0.875em;
margin: 0.875em;
}
#footer-legal li {
}

.standars-validation {
}
.standars-validation li {
display: inline;
}

#footer .valid-css {
background: transparent url(../images/valid_css.png) no-repeat center center;
width: 30px;
height: 20px;
text-indent: -5000em;
display: inline-block;
}
#footer .valid-html {
background: transparent url(../images/valid_html.png) no-repeat center center;
width: 48px;
height: 20px;
text-indent: -5000em;
display: inline-block;
}

#footer-credits {
margin: 0.875em;
float: left;
}
#footer-credits li {
display: inline;
}
#footer-credits .powered a {
background: transparent /*url(../images/tab_right.jpg) no-repeat right bottom;*/
}
/********Fin Footer********/
/******** Forms********/
/*Elementos del form*/

form {
margin:0;
padding:0;
}

form div, 
form p {
margin-bottom: 0.5em;
}

label {
display: block;
}

fieldset {
padding: 0.5em 1.5em;
margin-bottom: 1.5em;
border: 1px solid #142025;
float:left;
}
fieldset legend {
margin: 0 0 0 0px;
padding: 0;
font-weight: bold;
}

textarea {
height:10em;
}

input[type="text"],
input[type="file"],
input[type="password"] {
}

input[type="text"],
input[type="file"],
input[type="password"],
textarea {
font-size: 1.071em;
font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
background: #eeeeee url(../images/input_bg.jpg) repeat-x center top;
border: 2px solid #080D0F;
padding: 0.5em 2px;
}

input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
textarea:focus {
background: #f5f5f5 url(../images/input_bg_focus.jpg) repeat-x center top;
border: 2px solid #0099ff;
}

input.image, input[type="image"] {
width: auto;
height: auto;
border: none;
}

input[type="submit"],
input[type="reset"] {
font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
display:block;
background: #070A0B url(../images/bg_pagbar_item.jpg) repeat-x left top;
text-decoration:none;
font-size:1.2em;
font-weight:bold;
color:#0099ff;
cursor:pointer;
padding:6px 10px;
border: 2px solid #171C1F;
text-shadow: -1px -1px 1px #111111;
}

input[type="submit"]:hover,
input[type="submit"]:focus, 
input[type="reset"]:hover,
input[type="reset"]:focus {
color:#0099ff;
border: 2px solid #0099ff;
}

input[type="submit"]:active,
input[type="reset"]:active {
background: #070A0B url(../images/bg_pagbar_item_current.jpg) repeat-x left top;
color:#263d46;
border: 2px solid #263d46;
}

input.readonly {
background-color: transparent;
border: none;
}

option {
border-bottom:1px solid #eeeeee;
}
/* Fin Elementos del form*/

/* Botones */
/*Tomado de: http://particletree.com/features/rediscovering-the-button-element/ */

a.button,
button {
font-family: 'Nobile', Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
display:block;
float:left;
margin:0 7px 0 0;
background:#f5f5f5;
border:1px solid;
border-color: #eeeeee #eeeeee #dedede #dedede;
text-decoration:none;
font-size:1em;
font-weight:bold;
line-height: 1em;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
}

button {
width:auto;
overflow:visible;
padding:4px 10px 3px 7px; /* IE6 */
}

button[type]{
padding:5px 10px 5px 7px; /* Firefox */
line-height:17px; /* Safari */
}

*:first-child+html button[type]{
padding:4px 10px 3px 7px; /* IE7 */
}

button img,
a.button img{
margin:0 3px -3px 0 !important;
padding:0;
border:none;
float: left;
}

/* STANDARD */
button:hover,
a.button:hover{
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#336699;
}
a.button:active{
background-color:#6299c5;
border:1px solid #6299c5;
color:#fff;
}

/* POSITIVE */
button.positive,
a.button.positive{
color:#529214;
}
a.button.positive:hover, button.positive:hover{
background-color:#E6EFC2;
border:1px solid #C6D880;
color:#529214;
}
a.button.positive:active{
background-color:#529214;
border:1px solid #529214;
color:#fff;
}

/* NEGATIVE */
a.button.negative, button.negative{
color:#d12f19;
}
a.button.negative:hover, button.negative:hover{
background:#fbe3e4;
border:1px solid #fbc2c4;
color:#d12f19;
}
a.button.negative:active{
background-color:#d12f19;
border:1px solid #d12f19;
color:#fff;
}

/*Fin botones*/

/*Guias*/
form .help {
font-size:0.85em;
}

form .guidelines {
background:#f5f5f5;
border:1px solid #e6e6e6;
color:#444;
font-size:80%;
line-height:130%;
margin:0 0 0 8px;
padding:8px 10px 9px;
position:absolute;
top:0;
visibility:hidden;
width:42%;
z-index:1000;
}

form .guidelines small {
font-size:105%;
}

form li.highlighted .guidelines {
visibility:visible;
}

form li:hover .guidelines {
visibility:visible;
}

.no_guidelines .guidelines {
display:none !important;
}

.no_guidelines form li {
width:97%;
}

.no_guidelines li.section {
padding-left:9px;
}
/*Fin Guias*/

/******** Fin Forms********/
/******** Tools********/

/*Imagenes*/
#content img,
#content a img {
margin:8px;
margin-top:0;
padding:6px;
background: #1A1D1E url(../images/loader_s.gif) no-repeat center center;
border: 1px solid #181F22;
}

#content img.nostyle,
#content button img,
#content a.button img {
margin:0;
padding:0;
background: transparent url(../images/loader_s.gif) no-repeat center center;
border: 0px;
}
/*Fin Imagenes*/

/*Posicion de elementos*/
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.floatleft {float:left;}
.floatright {float:right;}
.nofloat {float:none;}

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*Fin Posicion de elementos*/

/* Textos */
/*Tomado de: http://bluetrip.org/ */
.small {
font-size:.8em;
margin-bottom:1.875em;
line-height:1.875em;
}
.large {
font-size:1.2em;
line-height:2.5em;
margin-bottom:1.25em;
}
.hide {
display:none;
}
.quiet {
color:#888888;
}
.loud {
color:#000;
}
.highlight {
background:#66FFFF;
color: #000000;
padding: 0 0.2em;
}
.thin {
font-weight: lighter;
}
.error, .notice, .success, .info {padding:0.8em 28px; margin-bottom:1.6em; border:2px solid #ddd;}
.info {background:#DFEAF7 url(../images/icons/information.png) no-repeat 4px center; color:#0E2672; border-color:#BAD3F1;}
.error {background:#FBE3E4 url(../images/icons/cross.png) no-repeat 4px center; color:#8a1f11; border-color:#FBC2C4;}
.notice {background:#FFF6BF url(../images/icons/error.png) no-repeat 4px center; color:#514721; border-color:#FFD324;}
.success {background:#E6EFC2 url(../images/icons/tick.png) no-repeat 4px center; color:#264409; border-color:#C6D880;}
.info a {color:#0E2672; background:none; padding:0; margin:0; }
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }

.required {
font-weight:bold;
color:#ff3300;
}

/* clearing */
/*Tomado de: http://www.contentwithstyle.co.uk/content/a-css-framework */
.clear {
clear: both;
display: block;
}

.stretch {
clear: both;
height: 1px;
margin: 0;
padding: 0;
font-size: 15px;
line-height: 1px;
}
.clearfix:after {
clear: both;
height: 0;
display: block;
visibility: hidden;
content: ".";
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* end clearing */
.clearbg {background: transparent;}

/* accessibility */
span.accesskey {
text-decoration: none;
}
.accessibility {
position: absolute;
top: -999em;
left: -999em;
}
/* end accessibility */

.more_link, .more {
padding-right: 20px;
background: url(../images/arrow_icon.gif) no-repeat top right;
}

/* Width */
.fullwidth {
width: 100%;
}

/******** Fin Tools********/
/******** Custom********/

#content ul{
list-style-type: disc;
}
#content ol {
list-style-type: decimal;
}

.lbl {
width: 60px;
display: block;
text-align: left;
}

.labeled {
width:auto;
display: block;
margin-left:5px;
}

.corp_text {
color: #0099ff;
font-weight:bold;
}

.privacy {
width: 92%;
float: left;
margin-top:10px;
margin-right:10px;
}

.privacy span {
display:block;
width: 60%;
font-size:0.85em;
float: left;
}

.privacy button {
height: 2em;
width: 6em;
float: right;
}

/*Home Teaser*/

#teaser .intro-text p {
font-size: 1.785em;
line-height: 1.25em;
color: #0099ff;
font-style: italic;
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
text-shadow: -1px -1px 1px #111111;
margin-bottom: 0;
}

#teaser .hook-text p {
font-size: 1.2758em;
font-family: 'Nobile', Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
color: #cccccc;
margin-bottom: 0;
margin-top: 1.5em;

}

#teaser .hook-text p a {
color: #ffffff;
}


#content .test-frame {
width: 49.8%;
float: left;
background: red;
height: 200px;
}

#content .test-frame.tf2 {
border-left: 1px solid white;
}

.breadcrumb {
background: rgba(15, 24, 28, 0.4);
font-size: 0.857em;
padding: 0.5em 0;
}

.breadcrumb p {
margin: 0 1em;
}

/*project thumb y project preview*/
#content .post.project-thumb,
#content .post.project-preview {
padding: 7px;
padding-bottom: 3em;
outline: 1px solid #080C0E;
border-top: 1px solid #223333;
border-bottom: 0px solid #223333;
margin-bottom: 1em;
background: #0c1417 url(../images/portfolio_post_bg.jpg) repeat-x left top;
}

.project-thumb {
overflow: hidden;
width: 288px;
height: 220px;
}

.home .project-thumb {
overflow: hidden;
width: 960px;
height: 220px;
}

.project-preview  {
overflow: visible;
}

.post .project-preview  {
width: 570px;
overflow: visible;
}

.widget .project-preview  {
width: 280px;
overflow: visible;
}

.project-thumb .project-link,
.post .project-preview .project-link {
display: block;
position: relative;
color: #ffffff;
text-decoration: none;
width: 100%;
height: 100%;
overflow: hidden;
background: #080D0F;
}

.project-thumb .project-link img,
.project-preview .project-link img {
margin: 0;
padding: 0;
position: relative;
}

.project-thumb .project-link img {
top: -20px;
left: -20px;
}

.project-thumb .project-info {
padding-top: 0.5em;
background: url(../images/project_info_bg.jpg) no-repeat center top;
}

.project-thumb .project-info h3 a {
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 0.74em;
text-decoration: none;
color: #fff;
text-shadow: #000 0px 0px 20px;
}

.project-thumb .project-link .project-more-link {
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 1.4em;
height: 60%;
padding-top: 35%;
padding-bottom: 0;
position: absolute;
text-align: center;
text-decoration: none;
width: 100%;
z-index: 100;
top: 0;
left: 0;
background-color: rgba(15, 15, 15, 0.8);
color: #fff;
text-shadow: #000000 0 0 20px;
}
.project-thumb .project-link .project-more-link em {
	display: block;
	font-weight: normal;
	font-family: 'Nobile', Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-style: normal;
	font-size: 0.875em;
	color: #999999;
	background: url(../images/project_more_link.png) no-repeat center center;
	text-indent: -5000em;
	height: 35px;
}

/*Content columns classes*/
.content-column-1 {
width: 46%;
border-right: 1px solid #222222;
float: left;
padding-right: 4%;
}

.content-column-2{
width: 46%;
float: right;
}

/*Comments*/
.comments-list {
margin: 0 0 2em 0;
}

.li-comment {

}

.comment {
padding: 1em;
border-top: 1px solid #142025;
border-bottom: 1px solid #000000;
}
.comment.even {
background: #0C1417;
}
.comment.bypostauthor {
background: #0e171a;
border-left: 0px;
border-right: 0px;
}

.comment.bypostauthor .comment-meta {
}

.comment.bypostauthor .comment-meta a {
}
.comment .comment-meta {
clear: both;
margin-bottom: 0.5em;
}
.comment .comment-author-avatar {
float: left;
margin-right: 1em;
}
.comment .comment-date {

}
.comment .comment-date a {
font-size: 0.875em;
color: #999999;
}

.comment-author-data {
float: left;
}

.comment-content-wraper {
float: right;
}

#respond textarea {
width: 100%;
}

/*Contact form 7*/
body div.wpcf7 p {
clear: both;
position: relative;
}

body div.wpcf7 label {
width: 150px;
float: left;
display: inline;
padding: 0.5em 0;
}


body div.wpcf7 .wpcf7-form-control-wrap {
display: table-cell;
position: relative;
}

body div.wpcf7 .wpcf7-form-control-wrap input[type="text"],
body div.wpcf7 .wpcf7-form-control-wrap textarea {
width: 420px;
}

body div.wpcf7 .wpcf7-list-item label {
width: auto;
float: none;
display: block;
padding: 0;
}

body div.wpcf7-response-output { padding:0.8em 28px; margin: 0; margin-bottom:1.6em; border:2px solid #ddd;	}
body div.wpcf7-mail-sent-ok { background:#E6EFC2 url(../images/icons/tick.png) no-repeat 4px center; color:#264409; border-color:#C6D880;	}
body div.wpcf7-spam-blocked { border: 2px solid #ffa500; }
body div.wpcf7-mail-sent-ng,
body div.wpcf7-validation-errors {	background:#FBE3E4 url(../images/icons/cross.png) no-repeat 4px center; color:#8a1f11; border-color:#FBC2C4; }
body span.wpcf7-not-valid-tip {
padding:0.4em 28px;
background:#FFF6BF url(../images/icons/error.png) no-repeat 4px center;
color:#514721;
border-color:#FFD324;
position: absolute;
top: 10px;
left: 160px;
}


/*Content selection*/
::selection {
background:#ffffff;
color:#111111;
}

::-moz-selection {
background:#ffffff;
color:#111111;
}

::-webkit-selection {
background:#ffffff;
color:#111111;
}

/*Edit link / Edit buttons*/
a.post-edit-link,
a.comment-edit-link {
padding: 4px 6px;
padding-left: 22px;
color: #cccccc;
font-size: 0.875em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-shadow: 1px 1px 1px #444444;
}
a.post-edit-link {
background: #666666 url(../images/icons/page_edit.png) no-repeat 4px center;
}
a.comment-edit-link {
background: #666666 url(../images/icons/comment_edit.png) no-repeat 4px center;
}

/*Contact text widget*/
.textwidget span {
padding: 4px 0;
padding-left: 22px;
display: block;
border-top: 1px solid #142025;
border-bottom: 1px solid #000000;
}

.textwidget span:last-child {
border-bottom: 0px solid #142025;
}

.textwidget span em {
color: #0099FF;
background:
}

.textwidget .contact-email { background: url(../images/icons/email.png) no-repeat left center; }
.textwidget .contact-skype { background: url(../images/icons/skype.png) no-repeat left center; }
.textwidget .contact-cell { background: url(../images/icons/phone.png) no-repeat left center; }
.textwidget .contact-twitter { background: url(../images/icons/twitter.png) no-repeat left center; }

/*Twitter updates widget*/
.widget-holder .widget_Twidget {
margin-bottom: 140px;
}

.widget-holder .widget_Twidget h2 {
}

.widget-holder .widget_Twidget ul {
background: transparent url(../images/twitter_callout.png) no-repeat center bottom;
margin: 0;
padding: 1em 0;
padding-bottom: 65px;
list-style-image: none;
}

.widget-holder .widget_Twidget ul li {
margin: 0 1em;
font-size: 87%;
font-style: italic;
}
.widget-holder .widget_Twidget ul li a {
display: inline;
}

/*Featured Slider*/
/* container for slides */
#featured-projects {
position:relative;	
height:400px;
width:960px;
float:left;	
cursor:pointer;
}

/* single slide */
#featured-projects div {
position:absolute;
top:0;
left:0;		
height:400px;
font-size:12px;
}

#featured-projects a.prev,
#featured-projects a.next {
position:absolute;
top:50%;
text-indent: -5000em;
}

#featured-projects a.prev {
left: 0;
}
#featured-projects a.next {
right: 0;
}

/* tabs (those little circles below slides) */
.featured-navigation {
clear: both;
margin:0; /*Reset previous style*/
float: right;
background: #070A0B url(../images/bg_pagbar_item.jpg) repeat-x left top;
width: 100%;
position: relative;
border: 1px solid #0F1112;
border-top: 1px solid #223333;
text-align: center;
}

.slidetabs {
margin: 0 auto;
display: inline;
overflow: hidden;
text-align: center;
}

/* single tab */
.slidetabs a {
width:16px;
height:16px;
margin:7px 3px;
background:url(../images/navigator.png) 0 0 no-repeat;
display: inline-block;
line-height: 2em;
text-decoration: none;
text-indent: -5000em;
}

/* mouseover state */
.slidetabs a:hover {
background-position:0 -16px;      
}

/* active state (current page state) */
.slidetabs a.current {
background-position:0 -32px;     
} 	


/* prev and next buttons */
.forward, .backward {
float:left;
margin-top:140px;
background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
display:block;
width:30px;
height:30px;
cursor:pointer;
font-size:1px;
text-indent:-9999em;	
}

/*Home widgets area*/
.home-col1 {
width: 304px;
margin-right: 24px;
float: left;
}

.home-col2 {
width: 304px;
float: right;
margin-right: 327px;
}

/*Portfolio categories*/
#extended-categories-4 {}

#extended-categories-4 ul {
list-style-image: url(../images/icons/issue.png);
margin-left: 2em;
}

#extended-categories-4 ul li {
margin: 0;
padding: 0;
border-top: 1px solid #142025;
border-bottom: 1px solid #000000;
font-size: 1.15em;
padding: 0.5em 0;
}

#extended-categories-4 ul li div {
	display: block;
}

#extended-categories-4 ul li:first-child {
border-top: 0px solid #142025;
}

#extended-categories-4 ul li:last-child {
border-bottom: 0px solid #142025;
}

#extended-categories-4 ul li a {
    display: block;
    text-decoration: none;
    line-height: 1.6em;
}

/******** Fin Custom********/

