/* weblog.css -- main CSS style sheet for aprendizdetodo.com index.php files
 *
 * This file has a sibling, weblog_legacy.css, for crufty old browsers
 * like Netsacpe 4.  See Zeldman ch. 8 or the note in index.php.
 *
 * History:
 * 2003.08.14  PASR  Original version based on CSS Coloring Book Simplicity #3:
 *                   http://www.bookofstyles.org/simplicity/two-b.html
 *                   http://www.bookofstyles.org/simplicity/two-b.css
 * 2003.08.26  PASR  Fixed problems in Safari by making it validate at
 *                   http://jigsaw.w3.org/css-validator/validator-uri.html
 * 2007.02.15  PASR  Added styling for Twitter.
 */

body {
	margin:0px;
	padding:0px;
	background-color:#fcb333;
	color:black;
	}
#bannerback {
	margin: 10px 20px 10px 20px;
	padding: 20px;
	background-color:#000000; 
	background-image: url("http://aprendizdetodo.com/photos/soco-760.jpg");
	color: white;
	border: 1px solid black;
	font-family: arial, helvetica, sans-serif;
	background-position: left top; left: 0px; 
	/* width: 760px; */
	height: 191px; 
	background-repeat: no-repeat; 
	top: 0px; 
	}
#bannertext {
	font-size:36px;
	color: #ff3300;
	font-family: cochin, georgia, palatino, serif;
	}
#bannernav {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 130px;
	height: 191px;
	margin: 10px 20px 10px 20px;
	border: 0px;
	padding: 10px;
	background: black;
	color: white;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	}

#bannernav > form {
	font-size: 11px;
	}
#tagline {
	font-size:20px;
	color: #ffcc66;
	font-family: cochin, georgia, palatino, serif;
	margin: 15px 0px 15px 0px;
	}
#Header {
	margin: 0px;
	padding: 5px;
	background-color:#000000; 
	background-image: url(soco-560.jpg); width:560px; background-repeat: no-repeat; position: absolute; top: 0px; height: 100px; background-color: #ffffff;
	border: 1px solid black;
	color: white;
	/* font-family: cochin, arial, helvetica, sans-serif; */
	}
#Content {
	margin: 20px 265px 10px 20px;
	padding: 10px 20px 10px 20px;
	color: black;
	background-color: #fccead;
	border: 1px solid black;
	}
#Blog {
	font-size:11px;
	/* line-height:20px; */
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	color: black;
	background-color: transparent;
	border: 1px solid black;
	}
#blogfoot {
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align: right;
	}
#commentbox {
	font-size:11px;
	/* line-height:20px; */
	font-family:verdana, arial, helvetica, sans-serif;
	margin:10px 0px 10px 0px;
	padding:10px;
	color:black;
	background-color: #ffcd72;
	border:1px solid black;
	}
table, tr, td {
	font-size: 11px;
	}
#Footer {
	margin: 5px 0px 0px 0px;
	border:1px solid black;
	background-color:#ff8520; 
	text-align: center;
	color: white;
	font:bold 0.7em/1.25 monospace;
	text-indent:0;
	padding:.3em;
	}
#TopMenu {
	border: 1px solid black; 
	padding: 2px; 
	margin: 5px 0px 5px 0px;
	background-color: #ffcd72;
	text-align: center;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	}
#BottomMenu {
	border: 1px solid black; 
	padding: 2px; 
	margin: 5px 0px 5px 0px;
	background-color: #ffcd72;
	text-align: center;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	}
.blogtitle {
	font-weight: bold;
	}
.Date {
	font-weight: bold;
	}
.Timestamp {
	font: 10px arial, helvetica, sans-serif;
	color: #666666;
	text-align: right;
	background-color: transparent;
	}
#Sidebar {
	position: absolute;
	top: 254px;
	right: 20px;
	width: 225px;
	font-size:11px;
	line-height:11px;
	font-family: arial, helvetica, sans-serif;
	}
.Box1 {
	background-color: #fbad67;
	border: 1px solid black; 
	margin: 10px 20px 10px 0px;
	padding: 5px;
	color: black;
	}
.Box2 {
	background-color: #ffcd72;
	border: 1px solid black; 
	margin: 10px 0px 10px 20px;
	padding: 5px;
	color: black;
	}
.boxtitle {
	font-size:12px;
	font-weight: bold;
	}
.commenttitle {
	font-weight: bold;
	}
p {
	font-size:11px;
	line-height:16px;
	margin: 8px 0px 8px 0px;	
	}
Blog1, Blog2 > p {
	line-height:11px;
}
blockquote {
	line-height:13px;
}
blockquote > p {
	line-height:12px;
}
a {
	color:#69924d;
	font-weight: bold;
	text-decoration:none;
	background-color: transparent;
	}

/* a:link {color:#69924d; background-color: transparent;} */
/* a:visited {color:#69924d; background-color: transparent;} */
/* a:hover {color:#69924d; text-decoration: underline; background-color: transparent;} */

a:link {color:#557711; background-color: transparent;}
a:visited {color:#779933; background-color: transparent;}
a:hover {color:#557711; text-decoration: underline; background-color: transparent;}
h1 {
	color:#fc4c33;
	font:24px/24px arial, helvetica, sans-serif;
	line-height:26px;
	font-weight:bold;
	background-color: transparent;
	}
h2 {
	color:#fc4c33;
	font:16px/14px arial, helvetica, sans-serif;
	font-weight:700;
	line-height:18px;
	margin:6px 0px 6px 0px;
	background-color: transparent;
	}
h3 {
	color:#fc4c33;
	font-size:11px;
	font-weight:600;
	margin:0px 0px 3px 0px;
	background-color: transparent;
	}

li {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

ul {
	margin-top: 0px; 
	padding-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	}

#imgbox {
	padding: 5px 5px 5px 5px;
	border: 0px;
	margin: 5px 0px 5px 0px;
	background: white;
	}

#preview {
	padding: 5px 5px 5px 5px;
	border: 0px;
	margin: 10px 0px 10px 0px;
	background: white;
	}

#my_twitter_outer_box {
	background-color: #ffffff;
	padding: 2px 2px 2px 30px;
}
#my_twitter_img {
	float: left;
	padding: 4px;
	position: absolute;
	left: 6px;
}
#my_twitter_inner_box {
	background-color: #ffffff;
	padding: 0px 2px 2px 4px;
}
#my_twitter_status {
	font-weight: bold;
	
}
#my_twitter_status_time {
	font-weight: normal;
}
#twitter_update_list {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
