/*
Theme Name: Alojamax Blog
Theme URI: http://blog.alojamax.com.ar/
Description: Basic theme for Alojamax Blog
Author: Alojamax
Author URI: http://alojamax.com
version: 2.0
Tags: two-column, widget-ready
*/

body {
	background-color: #444;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	text-align: center;
}

h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}

a {color: #256cb2; text-decoration: none;} 
a:hover {color: #256cb2; text-decoration: underline;}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

#pagewrap {
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}

/*** Header ***/

#header {
	float: left;
	width: 750px;
	height: 90px;
	padding-left: 10px;
}

#topmenu {
	float: right;
	width: 440px;
	height: 40px;
	margin-bottom: -10px;
}
#topmenu a {
	color: #444;
	text-decoration: none;
	
}
#topmenu a:hover {
	text-decoration: none;
	color: #000;
}
#topmenu div{
	float: left;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	padding: 5px 0px 0px 0px;
	width: 100px;
	height: 30px;
	text-align: center;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}

.topmenu-blue {
	background: url(images/topmenu-blue.png);
}
.topmenu-green {
	background: url(images/topmenu-green.png);
}
.topmenu-yellow {
	background: url(images/topmenu-yellow.png);
}
.topmenu-red {
	background: url(images/topmenu-red.png);
}

#topfeature {
	float: left;
	background: #fff;
	width: 750px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	margin-bottom: 10px;
}
#topfeature-bk {
	background: url(images/aloblog_topfeature-bk.png);
	background-repeat: repeat-x; 
  	height: 210px;
	color: #fff;
	}
	
#whitepage {
	float:left;
	width: 750px;
	background: #fff;
	color: #444444;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}
#content {
	float: left;
	/*background: #000;*/
	width: 490px;
}
.alo-post {
	margin-bottom: 10px;
}
.alo-post:hover {
	margin-bottom: 10px;
	background: #f8f8f8;
}
#blogentry-title {
	width: 470px;
	background: #efefef;
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
	padding: 10px;
}
#blogentry-meta {
	width: 470px;
	background: #eee;
	padding: 5px 10px;
}
.metadate {
	background-image: url(images/date.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.metatags {
	background-image: url(images/tags.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.metacat {
	background-image: url(images/folder.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.metacomment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#content h1, #content h1 a, #content h2, #content h2 a { 
	color: #444444;
	text-decoration: none;
	padding: 0;
	margin: 0 0 5px 0;
}
#content h1 a:hover, #content h2 a:hover {
	color: #256cb2;
	text-decoration: none;
	padding: 0;
	margin: 0;
} 
#content .entry h2, #content .entry h3 {
	margin: 0 0 20px 0;
	padding: 25px 0 5px 0;
	border-bottom: 1px dashed #888;
}
#content p, #content ul li {
	font-size: 10pt;
	color: #444;
}
#content small {
	font-size: 9pt;
	color: #444;
}
#content textarea {
	width: 470px;
}
ul.tick li, ul.cross li, ul.star li, ul.go li {
	list-style: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 20pxpx;
	padding-top: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.tick li {
	background-image: url(images/tick.png);
}
ul.cross li {
	background-image: url(images/cross.png);
}
ul.star li {
	background-image: url(images/star.png);
}
ul.go li {
	background-image: url(images/bullet_go.png);
}

#sidebar {
	float: right;
	/*background: #000;*/
	width: 250px;
}
#sidebar h4 {
	padding: 0;
	margin: 0;
}
.widget {
	background: #eeeeee;
	margin-bottom: 10px;
	padding: 10px;
}

/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 1px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 5px solid #ccc;
	}

img.alignleft {
	padding: 1px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 5px solid #ccc;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}


#footer{
	float: left;
	background: #fff;
	width: 750px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}
#footer-bk {
	background: url(images/aloblog_topfeature-bk.png);
	background-repeat: repeat-x;
	color: #fff;
	padding: 10px;
	}
#footer a, #footer a:hover {
	color: #fff;
	text-decoration: underline;
}

	
	
.alo-quote {  
    background:url(images/bg_quote.gif); 
	background-repeat: no-repeat; 
	background-position: top right; 
	min-height: 30px; 
	padding-right: 30px;
    }  

.alo-commentlist, .alo-commentlist ul {
	margin: 0;
	padding: 0;
	
}
.alo-commentlist li {  
    padding: 10px;  
    margin-top:15px;  
    background:#eee;  
    color:#444444;
	list-style: none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	  
    }  
  
.alo-commentlist small {  
    background:url(images/bubble-bot.gif) top left no-repeat; 
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 10px;
	display:block;  
    font-style:normal	  
    }  
.commentholder {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
} 
.alo-commentlist small a:link, .alo-commentlist small a:visited {  
    color:#256cb2;  
    text-decoration:none;  
    }  
  
.alo-commentlist small a:hover, .alo-commentlist small a:active {  
    color:#256cb2;  
    text-decoration:underline;  
    }  


a.download, a.view, a.add, a.visit {
	background-color: #eeeeee;	
	background-position: 5px 9px;
	background-repeat: no-repeat;
	padding: 8px 20px 8px 30px;
	font-weight: bolder;
	border: 1px solid #cdcdcd;
	color: #444444;
	margin: 0 20px 0 0;
	float:left;
	display: inline-block;
}
a.download:hover, a.view:hover, a.add:hover, a.visit:hover {
	color: #444444;
	background-color: #dddddd;
	text-decoration: none;
}
a.download {background-image: url(images/download_16.png);}
a.download:hover {background-color: #e5eeb8;}
a.view {background-image: url(images/search_16.png);}
a.visit {background-image: url(images/visit_16.png);}
a.view:hover, a.visit:hover {background-color: #b8d6ee;}
a.add {background-image: url(images/lightbulb_16.png);}
a.add:hover {background-color: #f8f3cc;}
a.add {background-image: url(images/lightbulb_16.png);}
a.add:hover {background-color: #eeb8b8;}
