/*
Theme Name:   DePo Clean
Theme URI:    http://powazek.com
Description:  A clean, organized theme by <a href="http://powazek.com">Derek Powazek</a>.
Version:      0.5
Author:       Derek Powazek
Author URI:   http://powazek.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    border-top:7px solid #4D642D;
    border-right:7px solid #76A34C;
    border-left:7px solid #DD5432;
    border-bottom:7px solid #D1953C;
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}




img#wpstats { width:0px; height:0px; overflow:hidden; }

img {
	border-style: solid;
	border-color: white;
}

a,a:visited,a:active{color:#B6BB47; text-decoration: none }
a:hover {color:#333; text-decoration: underline }

p, ul, ol, li { 
    margin-bottom: 18px; 
	text-align: justify;
}

blockquote p { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    color: #333;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

div ul {
list-style: none;
}
ol {
    margin-left: 2em;
}

h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 20px;
}

abbr, acronym {
	border-bottom: 1px dashed #000;
	cursor:help;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 668px;
}


/* HEADER */

.header {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #666;
    text-align:left;
}

.header h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}

.header span {
    font-size: 12px;
    color: #283A10;
    font-weight: normal;
}

.header a {    color: #333; }
.header a:hover { color: #066; }

.search {
    padding:11px 0 0 20px;
    background:url('/wp-content/themes/depo-clean/images/search.gif') 0 14px no-repeat;
    float:right;
}

.search input {
    width:150px;
}


/* POSTS */


small.fey { color: #ccc; }


.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 668px;
    padding: 27px 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.postnoline {
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.imagenes_mostrar {
  /* offset left, top, thickness, color with alpha */
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  /* IE */
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
  /* slightly different syntax for IE8 */
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
}

.imagenes_mostrar2 {
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
  -webkit-transition-duration: 0.2s;
  -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
  filter:progid:DXImageTransform.Microsoft.glow(Strength=5, Color='gray');
  -ms-filter:"progid:DXImageTransform.Microsoft.glow(Strength=3, Color='gray')";
}

.imagenes_mostrar2:hover {
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.8);
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 12px;
    color: #666;
    padding: 3px 0;
}


.content {
    margin-left: 177px;
    width: 480px;
    text-align:left;
}

.metainfo a { font-weight:bold }

.previously {
    text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

.delicious-tags { font-size:11px; color:#666 }
.delicious-tags a { font-weight:normal; color:#333 }


/* FOOTER */

.footer {
    padding: 22px 0 10px 5px;
    border-top: 1px solid #666;
    text-align:left;
    font-size: 12px;
    color: #666;
}

.footer div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright {
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #666;
    text-align:right;
    font-size: 12px;
    color: #666;
}

ul.nav li { margin: 0 }


#profile_links					{ margin-top: 25px; border-top: 1px dotted #DDDDDD; }
#profile_links li a				{ padding: 6px 0px 6px 25px; background: 0 50% no-repeat; border-bottom: 1px dotted #DDDDDD; display: block; }

#youtube_link					{ background-image: url(http://blog.aljoguco.com/redes_sociales/iconos_rapidos/youtube.ico) !important; }
#tumblr_link					{ background-image: url(http://blog.aljoguco.com/redes_sociales/iconos_rapidos/tumblr.gif) !important; }
#ustream_link					{ background-image: url(http://blog.aljoguco.com/redes_sociales/iconos_rapidos/ustream.ico) !important; }
#formspring_link				{ background-image: url(http://blog.aljoguco.com/redes_sociales/iconos_rapidos/formspring.ico) !important; }

