/*
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;
	font-size: 13px;
	
}

#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;
	min-width: 100px;
	height: 30px;
	text-align: center;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	background-color: #fff;
}

.topmenu-blue, h3.wid-b {
	background: url(images/topmenu-blue.png);
}
.topmenu-green, h3.wid-g {
	background: url(images/topmenu-green.png);
}
.topmenu-yellow, h3.wid-y {
	background: url(images/topmenu-yellow.png);
}
.topmenu-red, h3.wid-r {
	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-color: #444;
	background-repeat: repeat-x; 
  	height: 210px;
	color: #fff;
	}
#feature-box {
	float: left;
	width: 770px;
	height: 200px;
	margin-bottom: 30px;
}
#feature-box h2  {
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
	height: 30px;
	line-height: 30px;
	color: #444;
	background-image: url(images/topfeatbullet.png);
	background-repeat: no-repeat;
	background-position: top left;	
}
a.topfeat , a.topfeat:hover {
	color: #444;
	text-decoration: none;
}
#feature-b, #feature-g, #feature-y {
	background: #fff;
	width: 230px;
	height: 200px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	margin-bottom: 20px;
}
#feature-b, #feature-g {
	float: left;
}
#feature-b {
	margin-right: 10px;
}
#feature-y {
	float: right;
}
#feature-b div.boxb {
	background: url(images/topfeat-blue.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 230px;
	height: 200px;
}
#feature-g div.boxg {
	background: url(images/topfeat-green.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 230px;
	height: 200px;
}
#feature-y div.boxy {
	background: url(images/topfeat-yellow.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 230px;
	height: 200px;
}
	
#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: 540px;
}
.alo-post {
	margin-bottom: 10px;
}
.alo-post:hover {
	margin-bottom: 10px;
	background: #f8f8f8;
}
#blogentry-title {
	width: 540px;
	background: #efefef;
	border-bottom: 1px dashed #888;
	border-top: 1px dashed #888;
	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 { 
	color: #444444;
	text-decoration: none;
	padding: 0;
	margin: 0;	
}
#content h2, #content h2 a {
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #888;
}
#content h2 a:hover {
	color: #256cb2;
	text-decoration: none;
	padding: 0;
	margin: 0;
} 

#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, .tickg20 {
	list-style: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.go li {
	background-image: url(images/bullet_go.png);
}
ul.tick li {
	background-image: url(images/tick.png);
}
.tickg20 {
	background-image: url(images/tick.png);
	font-size: 13px;
}
ul.cross li {
	background-image: url(images/cross.png);
}
ul.star li {
	background-image: url(images/star.png);
}


#sidebar {
	float: right;
	/*background: #000;*/
	width: 180px;
}
#sidebar div {
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid #888;
	-webkit-box-shadow: 0px 0px 5px #444;
	-moz-box-shadow: 0px 0px 5px #444;
}
#sidebar h3.wid-b, #sidebar h3.wid-g, #sidebar h3.wid-y, #sidebar h3.wid-r {
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #888;
}
#sidebar h3 a, #sidebar h3 a:hover {
	color: #444;
	text-decoration: none;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 10px;
}

#sidebar ul li a {
	color: #666;
}
#sidebar ul li a:hover {
	color: #000;
	text-decoration: none;
}

.widget {
	background: #eeeeee;
	margin-bottom: 10px;
	padding: 10px;
}

/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 1px;
	margin: 10px 0px;
	display: inline;
	border: 5px solid #ccc;
	}

img.alignleft {
	padding: 1px;
	margin: 10px 0px;
	display: inline;
	border: 5px solid #ccc;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.w50 {
	width: 49%;
}

	
.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;
}

#rssfeed, #twitter {
	float: left;
	width: 370px;
	height: 230px;
	overflow: hidden;
	background-color: #eee;
}
#rssfeed {
	margin-right: 10px;
}
#rssfeed h4 { padding-left: 10px; margin: 15px 0 15px 0px;}

#rssfeed h4, #rssfeed h4 a {
	font-size: 16px !important;
	color: #444;
	text-decoration: none;
}
#rssfeed h4 a:hover {
	font-size: 16px !important;
	color: #444;
	text-decoration: underline;
}

#rssfeed ul.go {
	padding: 1px;
	margin: 0;
}
#rssfeed p {
	color: #444;
	padding: 5px;
	margin: 0;
	font-size: 12px;
}
#rssfeed p a {
	color: #444;
	text-decoration: none;
}
#rssfeed p a:hover {
	color: #444;
	text-decoration: underline;
} 
#rssfeed ul.go li {
	list-style: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 29px;
	padding-top: 3px;
	margin-bottom: 1px;
	background-color: #fff;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	font-weight: normal;
	
}
#rssfeed ul.go li {
	background-image: url(images/bullet_go.png);
}
#rssfeed ul li a {
	color: #256cb2;
	text-decoration: none;
	font-size: 12px;
}
#rssfeed ul li a:hover {
	color: #256cb2;
	text-decoration: underline;
}
#footer-extras{
	float: left;
	background: #fff;
	width: 750px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}
#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;  
    }  

/* WEB HOSTING TABLE */

.tdleft {
	text-align: left;
	font-weight: bold;
}
tr {
	height: 30px;
	line-height: 30px;
}

.tdgrey {
	background-color: #efefef;
	border-bottom: 1px dashed #888;
	border-top: 1px dashed #888;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
}
td {
	border-right: 1px solid #c6c6c6;
	}
.tdalt {
	background-color: #f6f6f6;
        
}
.tdtop {
	border: none;
}
/* WEBMAIL ONLY*/
#webmail, .webmail {
	text-align: center;
	width: 500px;
	margin: auto;
}
#webmail h1, #webmail p {
	display: none;
}
#webmail table {
	border: 1px solid #eeeeee !important;
	padding: 10px !important;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}
#webmail td {
	border: none !important;
}
#webmailfooter {
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}

#b-fileman-icon {background: url("http://www.alojamax.com.ar/maxcp/files.png") top center no-repeat;}
#b-ftpusers-icon {background: url("http://www.alojamax.com.ar/maxcp/ftpuser.png") top center no-repeat;}
#b-backup-icon {background: url("http://www.alojamax.com.ar/maxcp/backrest.png") top center no-repeat;}

#b-webmail-icon {background: url("http://www.alojamax.com.ar/maxcp/webmail.png") top center no-repeat;}
#b-mailboxes-icon {background: url("http://www.alojamax.com.ar/maxcp/maiboxes.png") top center no-repeat;}
#b-emailfw-icon {background: url("http://www.alojamax.com.ar/maxcp/mailforward.png") top center no-repeat;}
#b-emailca-icon {background: url("http://www.alojamax.com.ar/maxcp/mailforwardall.png") top center no-repeat;}
#b-emaillists-icon {background: url("http://www.alojamax.com.ar/maxcp/maillist.png") top center no-repeat;}
#b-emailresp-icon {background: url("http://www.alojamax.com.ar/maxcp/mailauto.png") top center no-repeat;}
#b-junk-icon {background: url("http://www.alojamax.com.ar/maxcp/mailfilter.png") top center no-repeat;}
#b-emailsummary-icon {background: url("http://www.alojamax.com.ar/maxcp/mailsumary.png") top center no-repeat;}
#b-emailfl-icon {background: url("http://www.alojamax.com.ar/maxcp/maillog.png") top center no-repeat;}


#b-webalizer-icon {background: url("http://www.alojamax.com.ar/maxcp/stats1.png") top center no-repeat;}
#b-awstats-icon {background: url("http://www.alojamax.com.ar/maxcp/stats2.png") top center no-repeat;}
#b-counter-icon{background: url("http://www.alojamax.com.ar/maxcp/mailfilter.png") top center no-repeat;}
#b-search-icon {background: url("http://www.alojamax.com.ar/maxcp/mailsumary.png") top center no-repeat;}
#b-bwstats-icon {background: url("http://www.alojamax.com.ar/maxcp/stats.png") top center no-repeat;}
