/*   
Theme Name: Caminando sobre brasas ardientes
Theme URI: http://daniel.lapersuasion.com
Description: Custom theme for daniel.lapersuasion.com
Author: Daniel Villegas
Author URI: lapersuasion.com
Version: 1.0
*/

body {
        font-size: 90%;
	font-family: Garamond, Palatino, Caslon, Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #666666;
        background-image: url('/wp-content/themes/csba/assets/back.png');
        background-attachment: fixed;
        background-repeat: no-repeat;
}

a: {
	color: #666666;
	font-family: Garamond, Palatino, Caslon, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight:100;
}

blockquote { 
       font-size: 95%;
       line-height: 1em;
       
       }

a:link {	
color: #333333;
	text-decoration: none;
        -webkit-transition: color 0.5s linear;
	}	

a:active {
	color: red;
	text-decoration: none;
	}

a:visited {
        color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-style: italic;
        -webkit-transition: color 0.5s linear;
        -moz-transition-property: color;
        -moz-transition-duration: 1s;
}

a.big {
        font-size: 1200%;
        font-style: normal;
        font-family: helvetica, arial, sans-serif;
        font-weight: bold;
        line-height: 0.6em;
        color: #666666;
        letter-spacing: -0.1em;
        -webkit-transition: color 0.5s linear;
        -moz-transform-property: color;
        -moz-transform-duration: 0.5s;
        margin: -20px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 10px;
        padding-top: 0px;
}

a.big:hover { 
         color: #999999;
        -webkit-transition: color 0.5s linear;
        -moz-transform-property: color;
        -moz-transform-duration: 0.5s;
}
   
.sidebarlogo {
        font-size: 110%;
        font-style: normal;
        font-family: helvetica, arial, sans-serif;
        font-weight: 600;
        line-height: 0.7em;
}

.oneColFixCtr #container {
	width: 1024px;  
	margin: 0 auto;
	border: 0px;
	text-align: left; 
        position: relative;
        height: auto;
}

.oneColFixCtr #container #top {
        position: fixed;
        top: 0px;
	background-color: #FFFFFF;
	height: 20px;
        width: 1024px;
	padding: 5px;
        border:1px solid #F0F0F0;
        color: #F2F2F2;
        font: 80%, italic;
        z-index: 1000;
        margin-bottom: 20px;
}

.oneColFixCtr #container #blog {
	margin-top: 50px;
        margin-bottom: 30px;
        float: right;
	width: 650px;
	position: relative;
        border:1px solid #F0F0F0;
        background-color: #FFFFFF;
        line-height: 1.3em;
        min-height: 500px;
 
}

.oneColFixCtr #container #blog .post {
       padding-top: 35px;
       border-bottom:1px solid #F0F0F0;
       background-image: url('/wp-content/themes/csba/assets/postback.png');
       background-repeat: no-repeat; 

}

.oneColFixCtr #container #sidebar {
        font-family: Helvetica, arial, sans-serif;
        font-size: 80%;
	background-color: #FFFFFF;
	padding: 20px;
	height: auto;
	width: 203px;
        left: 80px;
        top: 50px;
	position: fixed;
	margin: 10px;
        border:1px solid #F0F0F0;
        z-index: 3;

}

.oneColFixCtr #container #archive {
	background-color: #FFFFFF;
        position: fixed;
        display: block;
        top: 80px;
        left: 350px;
        border:0px solid #F0F0F0;
        padding: 0;
        /* for IE */
        filter:alpha(opacity=90);
        /* CSS3 standard */
        opacity:0.9;
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 0px;
        -webkit-transition: width 0.5s linear;
        z-index: 1000;
}


.oneColFixCtr #container #randomcontainer {        

        background-image: url('http://daniel.lapersuasion.com/wp-content/themes/csba/assets/xenakis.jpg');
        background-repeat: repeat-x;
        width: 900px;
        height: 320px;
        left: 83px;
        top: 365px;
	position: fixed;
        /* for IE */
        filter:alpha(opacity=10);
        /* CSS3 standard */
        opacity:0.1;
        z-index: 0;
}

.oneColFixCtr #container #random {        
  
        color: #000000;
        font-size: 60%;
	padding: 20px;
	height: auto;
	width: 255px;
        left: 80px;
        top: 400px;
        margin-top: 12px;
	position: fixed;
        line-height: 1em;
        z-index: 1;

}

.oneColFixCtr #container #archive li {
list-style-type: circle;
}

.oneColFixCtr #container #blog .meta {
font-size: 80%;
}
.oneColFixCtr #container #blog .feedback {
font-size: 80%;
}

.oneColFixCtr #container #footer {
        height: 20px;
        position: absolute;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}