/* * * * * * * * * * * * *

sieteblog v.3 main css stylesheet
by rodrigo (rod@contraculto.com)
http://contraculto.com
http://estudiosiete.com

* * * * * * * * * * * * */

/* * * * * * * * * * CSS Resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* * * * * * * * * * Basic Structure */

body {
	color: #ccc;
	font-family: 'Bitstream Vera Sans', 'Helvetica Neue', Verdana, Arial, Sans;
	background-color: #000;
	width: 828px;
	margin: 20px;
	padding: 0;
}

#wrapper	{
	width: 960px;
	}

#content	{
	width: 680px;
	float: right;
	}

#sidebar	{
	width: 260px;
	float: left;
	position: fixed;
	top: 20px;
	left: 20px;
	font-size: 13px;
	text-align: justify;
	}

/* * * * * * * * * * Header */


/* * * * * * * * * * Content */

.content_single {
	width: 678px;
	height: 100px;
	Xborder: 1px solid #666;
	position: relative;
	margin-bottom: 20px;
	}

.content_single_image	{
	width: 250px;
	height: 100px;
	float: left;
	background: url(content_image_background.png);
	Xborder-right: 1px solid #666;
	overflow: hidden;
	}

.content_single_info {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 410px;
	padding: 10px;
	}

.content_single_info_text	{
	text-align: left;
	margin-bottom: 5px;
	font-size: 15px;
	}

.content_single_info_via	{
	text-align: left;
	font-size: 10px;
	}

#navigation {
	margin-top: 10px;
	font-size: 10px;
	}

#navigation_info {
	float: left;
	margin-left: 10px;
	display: inline;
	}

#navigation_links {
	float: right;
	margin-right: 10px;
	}

/* JP */
.random {
	position: fixed;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

#content h2 {
	margin-bottom: 10px;
	color: #a4cc00;
}
/* JP */

/* * * * * * * * * * Sidebar */

#sidebar_title {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	}

#sidebar p	{
	margin-bottom: 12px;
	}

/* JP */	
#sidebar_search {
	margin-bottom: 10px;
}

#sidebar_search  input {
	margin-bottom: 3px;
	border: 1px solid #ccc;
	width: 258px;
	background: #000;
	color: #ccc;
}

#sidebar_search input:focus {
	border: 1px solid #a4cc00;
}

#sidebar_search  input#submit {
	border: 1px solid #ccc;
	width: 260px;
	background: #000;
	color: #ccc;
	font-weight: bold;
}
/* JP */

/* * * * * * * * * * Anchors and Links */

a:link, a:visited, a:active {
	color: #a4cc00;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.content_single_info_text a:link, .content_single_info_text a:visited, .content_single_info_text a:active {
	color: #fff;
	text-decoration: none;
}

.content_single_info_text a:hover {
	color: #a4cc00;
	text-decoration: none;
}

#clear	{
	clear: both;
	}

/* * * * * * * * * * Whitebox */

#whitebox {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	padding: 20px;
	margin: -12px 0 0 -12px;
	background: #000 url(loading.gif) no-repeat scroll center center;
	border: 1px solid #000;
}

#whitebox img {
	border: 1px solid #000;
	cursor: pointer;
}

