@import url("/__blog/tagcloud.css");

#blog-header {
	margin: 0 0 20px 0;
}

.toro-content p {
    text-align: left;
}

.toro-content h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.toro-content a:link, .toro-content a:visited {
    color: #000000;
    text-decoration: underline;
}

.toro-content a:hover {
    color: #ff7e00;
}

.toro-content blockquote {
    background: url("blockquote.jpg") no-repeat top left;
    font-style: italic;
    padding-left: 30px;
}

/* -content- */

#blog-content {
    float: left;
    margin-right: 30px;
    width: 600px;
}

.entry {
	padding: 0 0 5px 0;
}

hr {
	border: 1px dotted #ddd;
	margin: 20px 0;
	clear: both;
}

/* -navigation- */

#navigationwrap {
    float: right;
    margin: 0 10px 0 0;
}

#blog-navigation {
    width: 250px;
}

#blog-navigation div {
	clear: both;
}

.toro-page-content #blog-navigation h3,
.post .postdate
 {
    color: #bbb;
    font-size: 12px;
	font-weight: normal;
    text-transform: uppercase;
	margin-top: 0;
}

.toro-page-content #blog-navigation p {
	font-size: 10px;
	line-height: 15px;
}

#blog-profile-user-image {
	float: left;
	margin: 0 10px 0 0;
}

#blog-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#blog-navigation li {
    list-style: none;
	margin: 5px 0px 5px 0;
}

/* -post and entries- */

.toro-page-content .posttitle {
	color: #000000;
	font-weight: normal;
	margin: 5px 0 10px 0;
}

/* -search form- */

#searchsubmit {
	display: none;
}

#s {
	background: #000000 url("magnifier.png") no-repeat top left;
	border: none;
	color: #ffffff;
	padding: 1px 2px 1px 17px;
	width: 233px;
}

/* -footer- */

#footer {
	border-top: 1px solid #a9a9a9;
	clear: both;
	color: #a9a9a9;
	padding: 10px 0 35px 0;
	width: 800px;
}

#footer a {
	color: #000000;
}

/* -comments- */

#comments {
	clear: both;
}

.comment-info-split {
	clear: both;
}
.commentmetadata {
	text-transform: uppercase;
}

.commentlist div.alt {
	background: #a9a9a9;
	color: #000000;
	padding: 10px;
}

.commentlist div {
	padding: 10px;
}

.comment-div {
	display: block;
}

.comment-left {
	width: 30%;
}

.comment-right {
	width: 70%;
}

.toro-comments-textarea {
 	width: 100%;
	height: 100px;
}

/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

p.blogPostImportNotice {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}