/*   
Theme Name: agj black
Theme URI: http://www.agj.cl/
Description: My personal theme.
Author: Alejandro Grilli J.
Author URI: http://www.agj.cl/
Version: 0.1
.
This theme and its design are restricted from non-authorized use.
.
*/


body {
	color: #eee;
	background: #222;
	height: 100%;
	margin: 0 0 0 100px;
	padding: 0;
	font: 9pt/1.9 "Lucida Sans", "Verdana", "Arial", sans-serif;
	letter-spacing: 0.07em;
	}
.clear {
	clear: both;
	}


/*
	BOXES
*/

.box {
	background: transparent;
	width: 100px;
	height: 90px;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
	overflow: hidden;
	float: left;
	text-align: right;
	}
img.box {
	width: 100px;
	height: 100px;
	padding: 0;
	}

.boxalt {
	background: #111;
	}
.page {
	color: #f80;
	font-weight: bold;	
	}


/*
	HEADER
*/

#header {
	background: url("boxback2.png");
	width: 500px;
	height: 200px;
	}

#agj {
	width: 200px;
	height: 100px;
	padding: 0;
	}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.page_item a {
	color: #f80;
	background: transparent;
	width: 100px;
	height: 90px;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	display: block;
	overflow: hidden;
	float: left;
	text-align: right;
	}

#categories {
	clear: both;
	}
#categories li a {
	background: transparent;
	width: 100px;
	height: 90px;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
	overflow: hidden;
	float: left;
	text-align: right;
	}
#categories li ul {
	width: 200px;
	height: 90px;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
	overflow: hidden;
	float: left;
	text-align: right;
	}
#categories li ul li {
	width: 100px;
	float: left;
	}
#categories li ul li a {
	color: #777;
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	display: inline;
	float: none;
	}

#categories .current-cat a, .current_page_item a {
	color: #000;
	background: #f80;
	}


/*
	CONTENTS
*/

#content {
	background: #111;
	width: 500px;
	height: 100%;
	padding: 0 0 0 0;
	clear: both;
	}

.post {
	border-top: 1px solid #f80;
	padding-bottom: 20pt;
	clear: right;
	}
.post h1 {
	color: #f80;
	background: #222;
	margin: 0;
	padding: 20pt 0 10pt 0;
	font-size: 14pt;
	line-height: 1.3;
	}
.post .categories {
	margin: 0 10px;
	font-size: 9pt;
	font-weight: normal;
	color: #777;
	white-space: nowrap;
}
.post .categories a {
	color: #777;
}

.post p, .post ul, .post ol {
	width: 400px;
	margin: 5pt 0 0 100px;
	padding: 0;
	clear: right;
	}
.post h3 {
	margin: 5pt 0 0 100px;
	font-size: 9pt;
	}
.post ul {
	list-style-type: square;
	}
.post blockquote {
	width: auto;
	margin: 0 0 0 50px;
	}
.post ul ul {
	width: auto;
	margin-top: 0;
	margin-left: 50px;
	}
.post blockquote p, .post blockquote ul, .post blockquote ol {
	width: 350px;
	}

p.date {
	color: #777;
	width: auto;
	margin: 23pt 0 0 10px;
	font-size: 9pt;
	font-weight: normal;
	float: right;
	display: box;
	}

.post p img, .post p object, .post p iframe {
	margin: 0 0 5pt 0;
	float: right;
	clear: right;
	}

.language {
	border-top: 1px solid #777;
	margin-top: 20pt;
	}

.post .footnotes {
	border-top: 1px solid #777;
	margin-top: 20pt;
	margin-left: 0;
	padding-top: 10pt;
	padding-left: 100px;
	font-size: 8pt;
	}

.section-link {
	font-weight: bold;
	font-style: italic;
	}
.more-link {
	font-style: italic;
	white-space: nowrap;
	}
.comments-link {
	background: url("comment.png") no-repeat;
	color: #777;
	width: 50px;
	height: 38px;
	margin-top: -56px;
	padding: 20px 0 0 0;
	text-align: center;
	overflow: visible;
	float: left;
	}


/*
	POST PAGE ELEMENTS
		Tags
		Comments
*/

#post-elements {
	background: #111;
	border-top: 1px solid #f80;
	width: 500px;
	height: 100%;
	margin: 0;
	padding: 20pt 0;
	clear: both;
	}

#tags {
	border: 1px solid #777;
	border-left: 0;
	border-bottom: 0;
	width: 164px;
	height: auto;
	min-height: 100px;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	float: left;
	}

#comments {
	width: 300px;
	margin-top: -5pt;
	float: right;
	}
.comment {
	border-bottom: 1px solid #777;
	margin-bottom: 15px;
	padding-bottom: 15px;
	}
.comment p, .comment ul, .comment ol {
	margin: 5pt 0 0 0;
	padding: 0;
	}
.comment h2 {
	margin: 5pt 0 0 0;
	padding: 0;
	font-size: 9pt;
	font-weight: normal;
	}
.comment h2 strong {
	color: #f80;
	font-weight: bold;
	}
.comment h2 strong a {
	color: #f80;
	}

#comment-form {
	width: 300px;
	margin-top: 5pt;
	float: right;
	}
#comment-form p {
	margin: 0;
	}
#form-comment { /* the text area */
	color: #eee;
	background: #000;
	border: 1px solid #777;
	width: 278px;
	height: 278px;
	margin: 0;
	padding: 10px;
	font: 9pt/1.9 "Lucida Sans", "Verdana", "Arial", sans-serif;
	letter-spacing: 0.07em;
	}
#comment-form input {
	color: #eee;
	margin-top: 10px;
	}
#comment-form .input-field {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	width: 100px;
	margin: 10px 10px 0 0;
	padding: 0;
	}
.small {
	color: #777;
	font-size: 7pt;
	}
#form-submit {
	background: #222;
	border: 0;
	width: 100px;
	height: 30px;
	}


/*
	ARCHIVES
*/

.archive-list ul {
	margin: 0;
	padding: 0;
	}
.archive-list li {
	margin-top: 5pt;
	font-weight: bold;
	list-style-type: none;
	}
.archive-list li ul li {
	margin-top: 0;
	font-weight: normal;
	}

.archive-date {
	width: 4em;
	display: block;
	float: left;
	}
.archive-category {
	color: #777;
	}

#archive-tags a {
	white-space: nowrap;
	}


/*
	LINKS
*/

a {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a img {
	border: 0;
	}

#header a:hover {
	color: #000;
	background: #f80;
	text-decoration: none;
	}

.post a {
	color: #f80;
	}
a.comments-link {
	color: #777;
	}
a.comments-link:hover {
	text-decoration: none;
	}
#footer dt a {
	color: #f80;
	}


/*
	NAVIGATION
*/

.pagebar {
	color: #777;
	background: #222;
	padding-top: 20px;
	text-align: right;
	}
.pagebar a {
	background: #000;
	padding: 2px 5px;
	margin-left: 4px;
	}
.pagebar .this-page {
	color: #000;
	background: #f80;
	padding: 2px 5px;
	margin-left: 4px;
	}


/*
	FOOTER
*/

#footer {
	background: url("boxback2.png");
	border-top: 1px solid #f80;
	width: 500px;
	height: 100px;
	margin: 0;
	padding: 0;
	clear: both;
	}
#footer dl {
	}
#footer dt {
	color: #f80;
	margin: 0;
	font-weight: bold;
	}
#footer dd {
	margin: 0;
	}

#footer dl.boxalt {
	background: #111;
	}

#search {
	color: #eee;
	background: transparent;
	width: 100px;
	border: 0;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	}

#footer-archives dd {
	display: inline-block;
}

#footer-last dt a {
	color: #777;
	font-weight: normal;
	}

