/*
Theme Name: Mediagrama white
Description: Tema para Mediagrama.
Author: Mediagrama y Ecosistemas digitales
Author URI: http://www.mediagrama.com/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*--------------------------------------------------------------------*/
/* CONTENIDO PRINCIPAL (page, body)*/
/*--------------------------------------------------------------------*/

#page {
	text-align: left;
	margin: 0;
	}

body {
	margin: 0 /*0 20px*/ 0;
	margin: 0;
	padding: 0;
	text-align: center;
	}

tr.main td{
	padding-bottom: 10px;
	}

/*--------------------------------------------------------------------*/
/* PRECABECERA */
/*--------------------------------------------------------------------*/

/*PRECABECERA altura y alineacion*/
tr.headertop {
	height: 0px;
	text-align: left;
	}

/*PRECABECERA IZQUIERDA ancho y alineacion*/
tr.headertop td.left{
	width: 620px;
	}

/*PRECABECERA DERECHA ancho y alineacion*/
tr.headertop td.right {
	width: 260px;
	/*padding-left: 15px;*/
	}

/*PRECABECERA tamaņo de la fuente*/
tr.headertop, tr.headerbottom {
	font-size: 13px;
	}

/*PRECABECERA borde inferior*/
tr.headertop td{
	border-bottom: 1px solid #ccc;
	}

/*PRECABECERA IZQUIERDA fondo de color y color de la letra normal*/
tr.headertop td.topleft, tr.headertop td.left {
	background-color: #eee;
	color: #333;
	}

/*PRECABECERA DERECHA fondo de color y color de la letra*/
tr.headertop td.right, tr.headertop td.topright {
	background-color: #eee;
	color: #333;
	}

/* PRECABECERA color del texto tipo enlace*/
tr.headertop a, tr.headertop a:hover, tr.headertop a:visited {
	color: #666;
	text-decoration: none;
	}

/*PRECABECERA linea divisoria*/
tr.headertop td.right {
	/*border-left: 1px solid white;*/
	}

tr.headertop p {
	margin: 6px 0;
	}

tr.headertop td.right p {
	margin-left: 15px;
	}


/*--------------------------------------------------------------------*/
/* CABECERA TITULO Y SUBTITULO */
/*--------------------------------------------------------------------*/

/* CABECERA altura */
tr.headerbottom {
	height: 90px;
	}

/* CABECERA Fondo de color y bordes superior e inferior */
tr.headerbottom td {
	background-color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	}

tr.headerbottom ul{
	list-style-type: none;
	margin: 0;
	padding: 0px;
	}

tr.headerbottom ul li {
	text-align: left;
	}

/* TITULO fuente, tamaņo y color */
tr.headerbottom li.title a {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 40px;
	color: #ccc;
	text-decoration: none;
	}

/* TITULO logo, rellenos y margenes */
tr.headerbottom ul li.title a {
	/*background: transparent url(images/title_logo.png) no-repeat 0% 0%;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 25px;
	}

/* SUBTITULO fuente, tamaņo y color */
tr.headerbottom li.description{
	/*font-family: Arial, 'Helvetica', sans-serif;*/
	font-size: 14px;
	color: #666;
	}

/* SUBTITULO rellenos y margenes */
tr.headerbottom ul li.title{
	padding: 0px;
	}

tr.headerbottom ul li.description {
	padding-left: 0px;
	margin-top: 3px;
	}

tr.headerbottom td.right{
	/*padding-left: 14px;*/
	}

/*--------------------------------------------------------------------*/
/* BOTONES DE MENU */
/*--------------------------------------------------------------------*/

#menu li{
	height: 28px;
	width: 230px;
	float: left;
	}

#menu li a{
	display: block;
	height: 21px;
	padding-top: 5px;
	}

#menu li.bloglink a{
	padding-left: 8px;
	}

#menu li.feed a{
	padding: 0;
	height: 14px;
	}

#menu li.feed{
	margin-left: 5px;
	margin-top: 10px;
	width: 14px;
	height: 14px;
	clear: right;
	text-indent:-8000px;
	}

/* CARACTERISTICAS GENERALES BOTON */
#menu li.bloglink{
	background-color: #fff;
	margin-bottom: 3px;
	}

/* BOTON REPOSO ENLACES*/
#menu li.bloglink a{
	/*border-left: 3px solid white;*/
	border: 1px solid #ccc;
	}

/* BOTON ACTIVO */
#menu li.bloglink.activo a{
	/*border-left: 3px solid #DC0000;*/
	background-color: #edeff5;
	border: 1px solid #0066cc;
	}

/* BOTON CURSOR */
#menu li.bloglink a:hover{
	/*border-left: 3px solid #DC0000;*/
	background-color: #0066cc;
	border: 1px solid #0066cc;
	color: white;
	}

/* FEED */
#menu li.feed a{
	background: transparent url(images/rss.png) no-repeat 0 0;
	}

/*--------------------------------------------------------------------*/
/* SUBTITULOS PARA LAS ENTRADAS */
/*--------------------------------------------------------------------*/

/* BARRA Color, fuente, tamaņo, color del texto y margenes */
span.t1 {
	background-color: #0066cc;
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 10px 0;
	width: 100%;
	height: 20px;
	padding-left: 5px;
	padding-top: 3px;
	}

span.t2 {
	background-color: #ABC2D3;
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 10px 0;
	width: 100%;
	height: 20px;
	padding-left: 5px;
	padding-top: 3px;
	}

/*--------------------------------------------------------------------*/
/* BOTONES PARA CALENDAR Y MAPS */
/*--------------------------------------------------------------------*/

/* BOTONES margenes */
a.s90x22, a.s120x22, a.s150x22, a.s180x22 {
	padding-top: 2px;
	*padding-top: 1px;
	margin: 10px 0;
	display: block;
	height: 20px;
	*height: 22px;
	}

/* BOTONES anchuras */
a.s90x22 {width: 90px;}
a.s120x22 {width: 120px;}
a.s150x22 {width: 150px;}
a.s180x22 {width: 180px;}

/* BOTONES fuente, tamaņo, color, sin-subrayado, alineacion */
a.s90x22, a.s120x22, a.s150x22, a.s180x22 {
	font-size: 13px;
	font-family: Arial, 'Helvetica', Verdana, Sans-Serif;
	color: #335577;
	text-decoration: none;
	text-align: center;
	}

/* BOTONES imagenes */
a.s90x22 {background: transparent url(images/boton090-1.png) no-repeat 0 0;}
a.s120x22 {background: transparent url(images/boton120-1.png) no-repeat 0 0;}
a.s150x22 {background: transparent url(images/boton150-1.png) no-repeat 0 0;}
a.s180x22 {background: transparent url(images/boton180-1.png) no-repeat 0 0;}

a.s90x22:hover {background: transparent url(images/boton090-2.png) no-repeat 0 0;}
a.s120x22:hover {background: transparent url(images/boton120-2.png) no-repeat 0 0;}
a.s150x22:hover {background: transparent url(images/boton150-2.png) no-repeat 0 0;}
a.s180x22:hover {background: transparent url(images/boton180-2.png) no-repeat 0 0;}

a.s90x22:active {background: transparent url(images/boton090-3.png) no-repeat 0 0;}
a.s120x22:active {background: transparent url(images/boton120-3.png) no-repeat 0 0;}
a.s150x22:active {background: transparent url(images/boton150-3.png) no-repeat 0 0;}
a.s180x22:active {background: transparent url(images/boton180-3.png) no-repeat 0 0;}

/*--------------------------------------------------------------------*/
/* NUEVOS BOTONES */
/*--------------------------------------------------------------------*/

/* BOTONES anchuras */
a.button090 {width: 90px;}
a.button120 {width: 120px;}
a.button150 {width: 150px;}
a.button180 {width: 180px;}

/* BOTONES margenes */
a.button090, a.button120, a.button150, a.button180 {
	display: block;
	height: 20px;
	padding-top: 2px;
	margin: -5px 0;
	}

/* BOTONES fuente, tamaņo, color, sin-subrayado, alineacion */
a.button090, a.button120, a.button150, a.button180 {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: Verdana, 'Helvetica', Arial, Sans-Serif;
	color: #335577;
	text-decoration: none;
	text-align: center;
	}

a.button090:hover, a.button120:hover, a.button150:hover, a.button180:hover {
	background-color: #0066cc;
	border: 1px solid #0066cc;
	color: #fff;
	text-decoration: none;
	}

/*--------------------------------------------------------------------*/
/* DESCARGAS CON ICONOS */
/*--------------------------------------------------------------------*/

/* DESCARGAS margenes */
a.pdf, a.doc, a.xls, a.ppt, a.txt, a.rar, a.zip, a.jpg, a.gif, a.png, a.dwg, a.dwt, a.exe, a.bat, a.com, a.mp3, a.avi, a.mpg, a.divx, a.mov, a.mail {
	padding-left: 35px;
	/*text-decoration: none;*/
	}

/* DESCARGAS imagenes */

a.pdf{background: transparent url(images/icon_pdf.png) no-repeat 0 50%;}
a.doc{background: transparent url(images/icon_doc.png) no-repeat 0 50%;}
a.xls{background: transparent url(images/icon_xls.png) no-repeat 0 50%;}
a.ppt{background: transparent url(images/icon_ppt.png) no-repeat 0 50%;}
a.txt{background: transparent url(images/icon_txt.png) no-repeat 0 50%;}
a.rar{background: transparent url(images/icon_rar.png) no-repeat 0 50%;}
a.zip{background: transparent url(images/icon_zip.png) no-repeat 0 50%;}
a.jpg{background: transparent url(images/icon_jpg.png) no-repeat 0 50%;}
a.gif{background: transparent url(images/icon_gif.png) no-repeat 0 50%;}
a.png{background: transparent url(images/icon_png.png) no-repeat 0 50%;}
a.dwg{background: transparent url(images/icon_dwg.png) no-repeat 0 50%;}
a.dwt{background: transparent url(images/icon_dwt.png) no-repeat 0 50%;}
a.exe{background: transparent url(images/icon_exe.png) no-repeat 0 50%;}
a.bat{background: transparent url(images/icon_bat.png) no-repeat 0 50%;}
a.com{background: transparent url(images/icon_com.png) no-repeat 0 50%;}
a.mp3{background: transparent url(images/icon_mp3.png) no-repeat 0 50%;}
a.avi{background: transparent url(images/icon_avi.png) no-repeat 0 50%;}
a.mpg{background: transparent url(images/icon_mpg.png) no-repeat 0 50%;}
a.divx{background: transparent url(images/icon_divx.png) no-repeat 0 50%;}
a.mov{background: transparent url(images/icon_mov.png) no-repeat 0 50%;}
a.mail{background: transparent url(images/icon_mail.png) no-repeat 0 50%;}

/*--------------------------------------------------------------------*/
/* CONTENIDOS */
/*--------------------------------------------------------------------*/

.post {
	margin: 0 0 50px;
	text-align: justify;
	padding-bottom: 10px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	}

.clear {
	clear: both;
	}

.widecolumn {
	float: left; /*NarrowColumn*/
	width: 550px; /*NarrowColumn*/
	padding: 10px 0 20px 0;
	/*margin: 5px 0 0 150px;*/
	width: 550px;
	line-height: 1.6em;
	margin: 5px 0 0 0px; /*NarrowColumn*/
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 550px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	padding-top: 15px;
	}

.commentlist li .avatar {
	float: right;
	padding: 2px;
	}

.comments{
	text-align: left;
}

table.white {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}

table.white tr {
	border:1px dotted #ccc;
	}

table.white td {
	padding: 3px 3px 3px 6px;
	}

table.invisible {
	width: 100%;
	border: none;
	}

table.invisible td {
	border: none;
	padding: 3px 3px 3px 0px;
	}

/*table.white tr > td{
	width: 10%;
	}

table.white tr td + td{
	width: 75%;
	}

table.white tr td + td + td{
	width: 15%;
	text-align: right;
	}*/

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

#sidebar {
	width: 260px;
	float: right;
	padding: 20px 0 10px 0;
	line-height: 1.6em;
	text-align: left;
	}

#sidebar h2 {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar thead tr th{
	text-align: left;
	}

/*--------------------------------------------------------------------*/
/* FOOTER */
/*--------------------------------------------------------------------*/

tr.footer td{
	padding: 5px 0;
	}

tr.footer td.left a.mapbutton{
	display: block;
	width: 55px;
	height: 18px;
	padding-top: 3px;
	}

tr.footer ul{
	list-style-type: none;
	padding-left: 14px;
	margin: 0;
	margin-top: 10px;
	}

tr.footer ul li{
	float: left;
	width: 160px;
	margin-right: 5px;
	}

tr.footer ul ul{
	padding-left: 0;
	margin-left: 0;
	}

tr.footer .logo {
	width: 135px;
	height: 20px;
	text-indent: -8000px;
	}

/*--------------------------------------------------------------------*/
/* FONTS (size, family, decoration, weight, height, transform) */
/*--------------------------------------------------------------------*/

#content {
	font-size: 12px;
	}


body {
	font-size: 62.5%;
	font-family: Verdana, Arial, 'Helvetica', sans-serif;
	}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2 {
	font-size: 22px;/*1.6em;*/
	margin: 30px 0 0;
	}

.post h2 {
	text-align: left;
	}

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;
	}

h2.pagetitle {
	font-size: 17px; /*1.6em;*/
	margin-top: 30px;
	text-align: center;
	}

#sidebar {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 1.4em;
	font-weight: none;
	}

tr.footer h2{
	font-size: 14px;
	margin: 0 0 5px 0;
	}

tr.footer td{
	text-align: left;
	}

tr.footer a{
	text-decoration: none;
	}

tr.footer .logo a{
	font-size: 17px;
	font-weight: bold;
	}

tr.footer a.mapbutton{
	text-align: center;
	}

h3 {
	font-size: 20px;/*1.3em;*/
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.post h3 {
	text-align: left;
	}


h1, h2, h3 {
	font-family: Arial, 'Helvetica', Verdana, Sans-Serif;
	font-weight: 100;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#menu li a:hover{
	text-decoration: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*text-align: center;*/
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/*--------------------------------------------------------------------*/
/* COLORS (background, color, border) */
/*--------------------------------------------------------------------*/

body {
	background-color: #fff;
	color: #666;
	}

#page {
	background-color: transparent;
	}

tr.footer {
	background-color: #fff;
	color: #fff;
	}

tr.footer h2{
	color: black;
	}

tr.footer a, tr.footer a:hover, tr.footer a:visited{
	color: white;
	}

tr.footer .logo {
	background: transparent url(images/logo.png) no-repeat 0 0;
	}


tr.footer a.mapbutton{
	background-color: #363633;
	border: 1px solid #999;
	color: #B8B0A3;
	}

.commentlist li .avatar {
	border: 1px solid #eee;
	background: #fff;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #326ea1;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #326ea1;
	}

#sidebar h2, #wp-calendar caption{
	color: #999;
	}

h2.pagetitle {
	color: #999;
	}

.entry p a:visited {
	/*color: #b85b5a;*/
	}

.post{
	border-bottom: 3px solid white;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #888;
	}

a, a:visited, h2 a:hover, h3 a:hover {
	color: #06c;
	}

a:hover {
	color: #147;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/*--------------------------------------------------------------------*/
/* Begin IMAGES */
/*--------------------------------------------------------------------*/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 {
	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
	}

#sidebar img {
	margin: 3px 0;
	}

/*--------------------------------------------------------------------*/
/* 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-type: disc;
	padding-left: 20px;
	/*list-style: none;*/
	/*text-indent: -10px;*/
	}

html>body .entry ul ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	}

html>body .entry li {
	margin: 5px 0 0px 10px;
	padding-left: 5px;
	}

.entry ol {
	padding: 0 0 0 25px;
	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;
	}

#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;
	}

#sidebar ul ol li {
	list-style-type: decimal;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*--------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*--------------------------------------------------------------------*/

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

tr.headerbottom td.right #searchform{
	text-align: left;
	padding: 0;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

tr.headerbottom #searchform {
	width: 260px;
	}

tr.headerbottom #searchform #s {
	width: 150px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

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

.alt {
	margin: 0;
	padding: 1px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform {
	text-align: left;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/*--------------------------------------------------------------------*/
/* CALENDAR */
/*--------------------------------------------------------------------*/

#wp-calendar {
	empty-cells: show;
	margin: 15px 0 0;
	width: 230px;
	}

#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: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}

/*--------------------------------------------------------------------*/
/* VARIOUS TAGS & CLASSES */
/*--------------------------------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 0px 0 20px;
	padding-left: 20px;
	border-left: 4px solid #eee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/*--------------------------------------------------------------------*/
/* CAPTIONS */
/*--------------------------------------------------------------------*/

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.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;
	}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
