/*
Theme Name: Monterrey en fotos
Theme URI: http://www.moiblog.com/
Description: Theme para un fotolog.
Version: 1.0
Author: Moises Kirsch

*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #696969;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px;
	background: #ffffff;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 680px;
}

#header {
	background: no-repeat url(img/monterrey_en_fotos.png) center center;
	width: 680px;
	height: 40px;
	text-decoration: none;
	text-indent: -9999px;
}

#header a {
	width: 280px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-decoration: none;
}

.foto {
	background: no-repeat url(img/bg_top.png);
}

.fototag {
	padding: 20px 20px 10px;
}

.meta {
	background: no-repeat bottom url(img/bg_bottom.png);
	text-align: center;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.meta a:link {
	text-decoration: none;
	color: #696969;
}

.meta a:visited {
	text-decoration: none;
	color: #696969;
}

.meta a:hover {
	text-decoration: underline;
	color: #000000;
}

#footer {
	text-align: center;
	padding-top: 40px;
	clear: both;
	line-height: 15px;
}

a:link {
	text-decoration: none;
	color: #696969;
}

a:visited {
	text-decoration: none;
	color: #696969;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.alignleft {
	float: left;
	margin-left: 10px;
	display: inline;
}

.alignright {
	float: right;
	margin-right: 10px;
	display: inline;
}
