/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
	/*background-color: #FFFBCE;*/
	background-color: #A4A4FF;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #800000;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	color: #008000;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
	color: #000000;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	/*top: -10000px;*/
	visibility: hidden;
	display: none;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 760px;
}

#head {
	text-align: center;
	border: 1px dashed #000000;
	margin: 10px 10px 50px 10px;
	padding-left: 100px;
	background-color: #fff;
	background-image: url('/images/cara_foco.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

/*#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}*/

#sidebar-2 {
	margin: 0 10px 0px 50px;
	padding: 20px 15px;
	float: right;
	border: 1px dashed #000000;
	width: 200px;
	background: #fff;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 50px 255px 50px 10px;
	padding: 30px 25px;
	border: 1px dashed #000000;
	text-align: justify;
	background: #fff;
}

#foot {
	color: #ffffff;
	background-color: #000000;
	margin-top: 5px;
	clear: both;
	text-align: center;
	font-size: 80%;
	width: 100%;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-2 {
\width: 200px;
w\idth: 200px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.entry-title {
	padding-left: 25px;
	background-image: url('/images/foco.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.author {
	font-style: normal;
	height: 25px;
	padding-left: 25px;
	background-image: url('/images/foquito.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.published {
	font-size: 0.8em;
}

.tags {
	height: 25px;
	padding-left: 25px;
	background-image: url('/images/tag.png');
	background-repeat: no-repeat;
	background-position: left top;
}

p.comments_invite {
	height: 25px;
	padding-left: 25px;
	background-image: url('/images/globo.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/* comments
----------------------------------------------- */

li p.small {
	height: 25px;
	padding-left: 25px;
	background-image: url('/images/cara.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px dashed #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px dashed #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* Twitter
----------------------------------------------- */
#twitter_div {
	background-color: #D0FFFF;
	border: 1px dotted #000000;
}

#twitter_div h2 {
	font-weight: bold;
	margin: 0.5em;
}

#twitter_update_list {
	list-style-type: none;
	padding: 1em;
}

#twitter_update_list li {
	border-bottom: 3px double #00FFFF;
}