html {
	height: 100%;
	margin: 0;
	padding: 0;	
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'Arial';
	color: #000;
	background: #fff url('/sk_images/skeleton/bg_body.png') 0 0 repeat;
}

form, fieldset, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ul, li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

:-moz-any-link:focus {
  outline: none;
}

a {
	color: #00338d;
	text-decoration: none;
}

a:hover {
	color: #009fda;
}

a.black {
	color: #000;
	text-decoration: none;
}

a.black:hover {
	color: #009fda;
}

hr, .hidden {
	display: none;
}

table {
	font-size: 100%;
}


/* FRAMEWORK --------------------------------------------------------------- */

#header {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 756px;
	height: 222px;
	text-indent: -9999px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sk_images/skeleton/logo.png',sizingMethod='crop');
}

html * > #header {
	filter: none;
	background: url('/sk_images/skeleton/logo.png') 0 0 no-repeat;	
}

#wrapper {
	height: 100%;
	min-height: 100%;
	width: 985px; /* 1002 - 17 So the sidebar goes under the logo */	
	background: url('/sk_images/skeleton/bg_wrapper.png') 76px 0 repeat-y;	
}

html * > #wrapper {
	height: auto;
}

#content_wrapper {
	display: table;
	width: 909px;
	margin: 0 0 0 76px;
	padding: 0 0 130px 0;
	
}

#content {
	position: relative;
	z-index: 60;
	padding: 150px 0 0 0;
	float: left;
	width: 620px;
}

#footer {
	position: relative;
	margin-top: -130px;
	width: 756px;
	height: 130px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sk_images/skeleton/bg_footer.png',sizingMethod='crop');
}

html * > #footer {
	filter: none;
	background: url('/sk_images/skeleton/bg_footer.png') 0 0 no-repeat;	
}

#footer p {
	margin: 0 95px 0 110px;
	padding: 25px 0 0 0;
	font-size: 10px;
	line-height: 13px;
	color: #999;
}

#footer p a,
#footer p a:hover {
	text-decoration: none;
	color: #999;	
}



/* CONTENT ----------------------------------------------------------------- */

.post {
	padding: 0;
	margin: 0 35px 20px 0;
}

.post .content {
	margin: 0 0 15px 10px;
	padding: 0 0 12px 25px;
	font-size: 13px;
	line-height: 21px;
	border-bottom: 1px solid #ff0090;	
}

.post .content p {
	margin: 0 0 20px 0;
	font-family: georgia;	
}

.post h2 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
}

.post h2 a {
	color: #000;
	text-decoration: none;	
}

.post small.date {
	display: block;
	margin: 0 0 8px 0;
	font-size: 9px;
	line-height: 11px;
	color: #ff0090;
	text-transform: uppercase;
}

.post span.comments,
.post span.comments-h {
	margin: 20px 0 0 0;
	padding: 0 0 0 6px;	
	display: block;	
	color: #029023;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: url('/sk_images/skeleton/posts/bg_comment_link.png') 0 3px no-repeat;
	cursor: pointer;
}

.post span.comments-h {
	background-image: none;
	padding: 0;
	cursor: default;
}


/* COMMENTS ---------------------------------------------------------------- */

div.comments {
	margin: 0 0 15px 10px;
	padding: 0 0 12px 25px;	
	border-bottom: 5px solid #ff0090;
}

.comments dl {}

.comments dl dt {
	margin: 0 0 2px 0;
	font-size: 9px;
	line-height: 11px;
	color: #ff0090;
	text-transform: uppercase;
}

.comments dl dd {
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 15px;
}

.comments form {
	position: relative;
	margin: 0 0 15px 0;
}

.comments form fieldset {
	width: 350px;
}

.comments form input,
.comments form textarea {
	width: 100%;
}

.comments form textarea {
	height: 60px;
}

.comments form .text_left {
	padding: 0 0 10px 0; 
	width: 150px;
	float: left;
}

.comments form .text_right {
	padding: 0 0 10px 0; 
	width: 180px;
	float: right;
}

.comments label span {
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #ff0090;
	text-transform: uppercase;	
}

.comments label span span {
	display: inline;
	color: #ff93d0;
}

.comments .btn_comment {
	display: block;
	position: absolute;
	top: 102px;
	left: 368px;
	width: 98px;
	height: 28px;
	text-indent: -9999px;
	background: url('/sk_images/skeleton/posts/btn_comment.png') 0 0 no-repeat;
	cursor: pointer;
}

html * > .comments .btn_comment {
	top: 96px;
}


.comments .error {
	position: absolute;
	top: 0;
	left: 371px;
	width: 179px;
	background: url('/sk_images/skeleton/posts/bg_comment_error.png') 0 100% no-repeat;
}

.comments .error h2 {
	margin: 0;
	width: 179px;
	height: 25px;
	background: url('/sk_images/skeleton/posts/h_comment_error.png') 0 0 no-repeat;	
	text-indent: -9999px;
}

.comments .error ul {
	padding: 5px 0 7px 8px;
}

.comments .error ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 11px;
	font-size: 10px;
	line-height: 12px;
	background: url('/sk_images/skeleton/posts/bullet_comment_error.png') 0 2px no-repeat;
}

.loader {
	position: absolute;
	top: 15px;
	right: 100px;
	width: 67px;
	height: 72px;
}

/* SIDEBAR ----------------------------------------------------------------- */

#sidebar,
#google_ads {
	position: relative;
	margin: 0;
	padding: 33px 32px 0 10px;
	float: right;
	width: 212px;
	background: url('/sk_images/skeleton/sidebar/bg_sidebar.png') 0 0 repeat-y;		
}

#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 0 0 7px 15px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -1px;
	border-bottom: 3px solid #ff0090;
}

#sidebar ul {
	padding: 0 0 0 16px;
}


#sidebar #ropas_viejas {
	margin: 0 0 35px 0;
}

#sidebar ul li {
	margin: 0 0 5px 0;
	list-style: none;
}

#sidebar ul li ul {
	margin: 5px 0 10px 0;
	padding: 0;	
}

#sidebar ul li a,
#sidebar ul li strong {
	display: block;
	font-size: 11px;
	color: #2c9745;
	font-weight: normal;
	height: 12px;
}

#sidebar ul li strong,
#sidebar #classics li a {
	padding: 0 0 0 8px;
	background: url('/sk_images/skeleton/sidebar/bg_li_1.png') 0 3px no-repeat;	
}

#sidebar ul li a {
	padding: 0 0 0 17px;
	background: url('/sk_images/skeleton/sidebar/bg_li_2.png') 0 3px no-repeat;	
}

html * > #sidebar ul li strong,
html * > #sidebar #classics li a,
html * > #sidebar ul li a {
	background-position: 0 2px;
}

#sidebar .footer {
	position: absolute;
	bottom: -60px;
	left: -6px;
	width: 277px;
	height: 108px;	
	text-indent: -9999px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sk_images/skeleton/sidebar/bg_footer.png',sizingMethod='crop');
}

html * > .footer {
	filter: none;
	background: url('/sk_images/skeleton/sidebar/bg_footer.png') 0 0 no-repeat;	
}


/* GOOGLE ANNONSER -------------------------------------------------------------------------- */

#sidebar div.google_ads {
	width: 200px;
	margin: 0 0 50px 12px;
}

