/*
Theme Name: Autlán 2010-2012
Theme URI: http://www.autlan.gob.mx/
Description: Tema para la administración 2010-2012
Version: 1.5
Author: Fabián Alvarez
Author URI: http://fabalv.com/
Tags: 
*/


/*
  Reset default browser CSS. Based on work by Eric Meyer:
  http://meyerweb.com/eric/tools/css/reset/index.html
----------------------------------------------------------------------------- */
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/



/*
    LAYOUT:
/*----------------------------------------------------------------------------*/

html {
	background: #e5e2dc url('img/bg.png') top repeat-x;
}
body {
	background: transparent url('img/footer.png') bottom repeat-x;
	color: #333;
	font: normal 10.5pt/14pt "Calibri", "Helvetica", "Arial", sans-serif;
}
#container {
	margin: 0 auto;
	width: 960px;
}
a {
	color: #991426;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
/*----------------------------------------------------------------------------*/

#header {
	width: 960px;
  height: 150px;
	color: #fff;
	background: transparent url('img/header.jpg') top right no-repeat;
	overflow: hidden;
}
#header-logo {
  margin: 0;
  padding: 0;
}
#header-logo a {
	display: block;
	float: left;
	width: 185px; height: 150px;
	background: transparent url('img/header_logo.png') top no-repeat;
	text-indent: -5000px;
}
#header-logo a:hover, #header-logo a:focus {
	background-position: bottom;
}
#header h2 {
	display: none;
}
/*----------------------------------------------------------------------------*/

#menu {
	float: left;
	margin: 0;
	padding: 120px 0 0 0;
	list-style: none;
	text-align: center;
	font: normal 12pt/14pt "Calibri", "Arial", "Helvetica", sans-serif;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	width: 155px;
}
#menu li a {
	display: block;
	padding: 5px;
	width: 145px;
  height: 20px;
	color: #fff;
}
#menu li ul {
	display: none;
	position: absolute;
	float: none; /**/
	clear: both; /**/
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent url('img/submenu.png') bottom no-repeat;
	list-style: none;
	font: normal 9pt/11pt "Calibri", "Arial", "Helvetica", sans-serif;
}
#menu li:hover ul {
	display: block;
}
#menu li ul li {
	float: none;
}
#menu li ul li a {
	padding: 8px 5px;
	width: 145px;
  height: auto;
}
/*----------------------------------------------------------------------------*/

#content {
	float: left;
	padding: 30px 10px 40px 10px;
	width: 600px;
}
#content.widecolumn {
	float: none;
  padding: 30px 180px 40px 180px;
  width: 600px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#content p, #content blockquote, #content pre {
  padding-bottom: 1em;
}

#content ul, #content ol {
  padding: 10px;
}
#content ul li {
  margin: 2px 0 2px 40px;
  list-style: outside disc;
}
#content ol li {
  margin: 2px 0 2px 40px;
  list-style: outside decimal;
}
/*----------------------------------------------------------------------------*/

.navigation a {
  display: block;
  padding: 20px 0;
  width: 300px;
  font-size: 14pt;
}
.navigation .alignright a {
  text-align: right;
} 

.widecolumn .navigation a {
  display: block;
  padding 10px 0 30px 0;
  width: 300px;
  font-size: 11pt;
}
/*----------------------------------------------------------------------------*/

#sidebar {
	float: left;
	margin: 0;
	padding: 30px 10px 40px 30px;
	width: 300px;
}

#sidebar ul ul {
  padding: 20px 0;
}
#sidebar ul ul ul {
  padding: 0;
}
#sidebar ul ul li {
  margin: 0 0 0 20px;
  padding: 2px 0;
  list-style: disc outside;
}

/*----------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding: 25px 10px 0;
	height: 275px;
	color: #fff;
	font: normal 12pt/14pt "Calibri", "Arial", "Helvetica", sans-serif;
	text-align: center;
	overflow: hidden;
}
#footer p {
  padding-bottom: 1.5em;
}
#footer a {
  color: #aaa;
  font-weight: bold;
}
#footer-logo {
	display: block;
	float: left;
	width: 165px;
  height: 225px;
	background: transparent url('img/footer_logo.png') no-repeat;
	text-indent: -5000px;
}
#footer-disclaimer {
  padding: 30px 165px 0 0;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/


/*

------------------------------------------------------------------------------*/
.post {
	clear: both;
  margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	width: 600px;
	overflow: hidden;
}

.post h2.post-title {
	font: bold 16pt/18pt "Calibri", "Arial", "Helvetica", sans-serif;
	letter-spacing: -0.05em;
	padding-bottom: 0.25em;
}

.post a {
	font-weight: bold;
}

.post hr {
	clear: both;
	width: 90%;
	color: #fff;
	background: #fff;
	border: 0px solid #fff;
}

.entry {
	padding: 10px 0 30px 0;
	letter-spacing: 0.02em;
	text-align: justify;
}

.postmetadata {
  clear: both;
  text-align: center;
}

.post-meta {
	color: #000;
	font-size: 11pt;
}

.widecolumn .post {
	margin: 20px auto;
}
.widecolumn .entry {
	font: normal 11pt/13pt "Calibri", "Helvetica", "Arial", sans-serif;
	text-align: left;
}
/*----------------------------------------------------------------------------*/

#comments ol.commentlist {
  list-style: none;
}

#comments ol li {
  margin: 0;
  padding: 20px 10px;
  list-style: none;
}
#comments ol li.even {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/*----------------------------------------------------------------------------*/

img.bordered {
	border: 10px solid #ccc9c4;
}

ul.sections {
  padding: 0 0 20px 40px;
}

ul.sections li {
	padding: 10px;
	border-bottom: 1px dashed #aaa;
	list-style: disc inside;
}
/*----------------------------------------------------------------------------*/

table.tabular-data {
	margin: 20px 0;
	border-collapse: collapse;
}
table.tabular-data th {
	padding: 10px;
	color: #000;
	font-size: 12pt;
}
table.tabular-data tr.even {
	background-color: #ccc9c4;
}
table.tabular-data td {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 2px 4px;
	vertical-align: middle;
}
/*----------------------------------------------------------------------------*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

