/*
Theme Name: Hexacta Classic English Version 0.5
Theme URI: http://wordpress.org/
Description: Hexacta theme based on the default WordPress theme.
Version: 0.5
Author: Rosario Cases Bocci and Leandro Nahuel Padula
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: #135758;
	color: #333;
	text-align: center;
	}

#page {
	background: #FFF url('images/kubrickbgwide.jpg') repeat-y;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #055283 url('images/kubrickheader.jpg') no-repeat top center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 175px;
	width: 920px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
	}

.widecolumn {
	line-height: 1.8em;
	}

.narrowcolumn .postmetadata {
	/*text-align: center;*/
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #135556 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;	
	font-weight: normal;
	}

h1 {
	font-size: 1.6em;
	/*text-align: center;*/
	}

#headerimg h1 {	
	display: inline; /* Win IE double margin float bug */
	text-indent: -9999px;
	overflow: hidden;
}
#headerimg h1 a {
	float: left;
	display: block;
	width: 200px;
	height: 45px;
	margin: 80px 0px 0px 50px;
}

#headerimg h2 {	
	display: inline; /* Win IE double margin float bug */
	text-indent: -9999px;
	overflow: hidden;
}
#headerimg h2 a {
	float: right;
	display: block;
	width: 130px;
	height: 40px;
	margin: 130px 28px 0px 0px;
}

#headerimg .description {
	display: none; 
	}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	}

h2.pagetitle {
	font-size: 1.6em;
	color: #01536a;
	}

#sidebar h2 {
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #01536a;
	/*color: white;*/
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #01536a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
/*
 * lists text
 */			
	.entry li {
		list-style: square url('images/bulletOrange.gif') inside;	
		padding-left: 1em;
		text-indent: -1em;

	}		
	/*.entry li:before {
		list-style-type: none;
		padding: 0px 0px 0px 10px;
		list-style-image: url('images/bulletOrange.gif') no-repeat;
	}*/

	 .entry #easy-archives ul li:before {
		content: "\00BB \0020";
	}

/* 
 * links 
 */
	a { 
		outline: none;
		text-decoration: none;
	}

	a:hover { 
		text-decoration: none;
	}

	a:active {
		outline: none; /* remove dotted border around selected navigation in Firefox */
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.3em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #cf4c03;
	text-decoration: none;
	}

a {
	color: #01536a;
}
a:hover {
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	/*background-color: white;*/
	margin: 20px auto;
	padding: 0;
	width: 920px;
	border: 1px solid #959596;
	}

#header {
	background-color: #FFFFFF;
	margin: 0 0 0 1px;
	padding: 0;
	height: 175px;
	width: 918px;
	}

#headerimg {
	margin: 0;
	height: 147px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 550px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0 0 0 0px;
	width: 550px;
	}

.post {
	margin: 0 0 20px;
	border-bottom: 2px solid #1ba6b2;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	color: #FFF;
	}

.translate_hr {
	clear: both; 
	height: 1px; 
	color: #e1e1e1; /* needed for IE */
	background-color: #e1e1e1; /* needed for gecko and opera */
	border: 0px solid #e1e1e1; /* necessary to ensure hr is only 1px high in all browsers */
	padding: 0px;
	margin: 4px 0px 6px 0px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	font-size: 1em;
	background: #e8f6f7;
	padding: 0px 0px 5px 10px;
	border: 1px solid #c0e5e8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 920px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	color: #01536a;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	font: 1.3em Arial,'Trebuchet MS','Lucida Grande',Verdana,Sans-Serif;
        color: #333333;
	margin: 5px 0 0;
	padding: 0;
	font-weight: bold;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#EAEAEA none repeat scroll 0 0;
	border:1px solid #D6D6D6;
	color:#FFFFFF;
	display:block;
	margin:10px 0 20px;
	padding:5px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	/*margin: 7px 0 8px 10px;*/
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
        overflow: hidden;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	/*text-align: center;*/
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	background: #e8f6f7;
	padding: 20px 0px 20px 20px;
	border: 1px solid #c0e5e8;
	}

select {
	width: 130px;
	}

.entry form submit {
	background: #18a6b5;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	/*text-align: justify;*/
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* Begin Sidebar */

#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 645px;
	width: 240px;
	}

#sidebar form {
	margin: 0;
	}

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	position: relative;
	width: 790px;
	padding: 2px 0px;
	}

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 0px 10px 10px 0px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	display: none;
}

/* Social */

 .sociable {
	background: #e8f6f7;
	padding: 0px 0px 5px 10px;
	border: 1px solid #c0e5e8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
 }

 .sociable_tagline {
	color: #01536a;
	padding: 5px 0px 7px 0px;
 }

/* Search */

  #search {
	border: 1px solid #1ba6b2;
	padding: 0px 6px 0px 6px;
  }
  #search #s {
	background: #dedede;
	font-size: 1.1em;
  }

  #search #searchsubmit {
	background: #18a6b5;
	border-top: 2px solid #0f8997;
	border-left: 2px solid #0f8997;
	border-bottom: 1px solid #01536a;
	border-right: 1px solid #01536a;
	font-size: 1.1em;
	font-weight: bold;
	color: #01536a;
  }

/* Archives filter Buttons */

 .filter {
	font-size: 1em;
 }
 .filter input {
	background: #18a6b5;
	border-top: 2px solid #0f8997;
	border-left: 2px solid #0f8997;
	border-bottom: 1px solid #01536a;
	border-right: 1px solid #01536a;
	font-weight: bold;
	font-size: 1em;
	color: #01536a;
 }
 .filter select {
	background: #dedede;
	font-size: 1em;
 }

 #commentform input {
	background: #18a6b5;
	border-top: 2px solid #0f8997;
	border-left: 2px solid #0f8997;
	border-bottom: 1px solid #01536a;
	border-right: 1px solid #01536a;
	font-weight: bold;
	font-size: 1em;
	color: #01536a;
 }

/* Menu */

 #menu {
	display: block;
	float: left;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: -15px auto auto 5px;
 }
 #menu a {
	color: #FFF;
	text-decoration: none;
 }
 #menu a:hover {
	color: #4affff;
 }
 #menu li {
	display: block;
	float: left;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #8094aa;
 }

.moretext {
	border:1px solid #d5d5d5;
	-moz-border-radius:6px;
        -webkit-border-radius:6px; 
	background-color:#01536a;
	color:#ededed;
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 5px 460px;
	padding:6px 6px;
        whith:135px;
	text-decoration:none;
}

.wp-pagenavi {
	padding: 5px 232px 5px 20px;
	overflow: hidden;
	text-align:center;
}

.wp-pagenavi a {
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	display:inline-block;
	padding:4px 8px;
	margin:0 2px;
}

.wp-pagenavi a:hover {
	background-color:#7BA4E7;
	color:#FFF;
}

.wp-pagenavi span.pages {
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	display:inline-block;
	line-height:normal;
	padding:4px 8px;
	font-weight:bold;
	float:left;
	color:#314572;
	background:#EEE;
	border:1px solid #CCC;
	margin:2px 0 0 0;
	padding:4px 8px;
	display:none;
}

*+html .wp-pagenavi span.pages {
	display:block;
	width:130px;
	line-height:26px;
	float:left;
	font-weight:bold;
	color:#666;
}

.wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	background:none;
}

.wp-pagenavi span.current {
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	display:inline-block;
	padding: 4px 8px;
	margin: 2px;
	font-weight: bold;
	background-color:#5c7ca2;
	color:#FFF;
}