/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #AAAAAA;
	color: #333;
	text-align: center;
	}

#pagebar {
	width: 750px;
	height: 35px;
	border-bottom: 1px black solid;

}

#pagebar a {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: 1.4em;
	display: block;
	float: left;
	padding: 8px 15px 0px 15px;
	border-right: 1px #CECECE solid;
	text-align: center;
	height: 27px;
}

#pagebar a:hover {
	/*nothing pretty so we dont break paths to files */
	background-color: #CECECE;
	text-decoration: none; 
}

#pagebar li {
	list-style:none;
	display: inline;
}

	
p {
	font-size:1.2em;
	font-family:  Verdana;
}
	
#page {
	background-color: #FFFFFF;
	border: 1px solid #959596;
	text-align: left;
	width: 750px;
	}

#header {
	background-color: #73a0c5;
	border-bottom: 1px #CECECE solid;
	}

#content {
    background:#FFFFFF;
	float: left;
	padding: 0 45px 10px 30px;
	width: 90%;
	}

#content .entry {
	line-height: 1.4em;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #CC0000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #990000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}


a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	border: 0;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 140px;
	width: 100%;
	background-color: #73a0c5;
	}

	
#headerimg {
	margin: 0;
	height: 140px;
	width: 100%;
	}

.post {
	margin: 0 0 0 30px;
	
	}


	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	clear: both;

	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	font-size: 2.5em;
	}



h2 {
	margin: 30px 0 0;
	}




h3 {
	padding: 0;
	margin: 30px 0 0;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .post li {
	margin: 7px 0 8px 10px;
	font-size:1.2em;
	}


.post ol {
	padding: 0 0 0 35px;
	margin: 0;

		}

.post ol li {
	margin: 0;
	padding: 0;

	}




/* Begin Various Tags & Classes */


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}


a img {
	border: none;
	}


/* End Various Tags & Classes*/

/* Special Sauce */

#signup {
	margin: 0px auto;
	padding: 20px 10px 20px 10px;
	border: 1px black solid;
	width: 85%;
}

#signup p {
	color: #666666;
	font-size: 1.6em;
}

#signup h2 {
	color: #990033;
	font-size: 2em;
}



#box {
	margin: 0px auto;
	border: 1px black solid;
	padding: 10px 10px 10px 10px;
	width: 60%;
}
#box p {
	font-size: 1.6em;
	color: #999999;
}

/* Brazilian Table Layout 
table {
border-collapse: collapse;
border-spacing: 1px;
}

td, th {
padding:6px 6px;
border-bottom:solid 1px #eee;
vertical-align:top;
}

table caption{
background: #efefef;
color: #333;
text-align: center;
font-size: 1.2em;
line-height:3em;
}

thead th {
background: #eee;
border-bottom:solid 1px #ddd;
border-top:solid 1px #fff;
text-align:left;
}

tfoot td, tfoot th{
background: #eee;
border-bottom:solid 1px #fff;
border-top:solid 1px #ccc;
}

tr.odd td, tr.odd th {
background:#edf3fe;
}

*/

/* OTO formatting */
