/*
Theme Name: Cordoba
Theme URI: http://wordpress.org/
Description: Custom template for Cordoba Movement.
Author: Anonymous
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =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, 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,
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;
}

p, li, .cont {
font-family:helvetica;
font-size:14px;
line-height:16px;
color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
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;
}


/* =Images
-------------------------------------------------------------- */

#i121sampletext img {
	margin: 0;
	max-width: 640px;
}
#i121sampletext .attachment img {
	max-width: 900px;
}
#i121sampletext .alignleft,
#i121sampletext img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#i121sampletext .alignright,
#i121sampletext img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#i121sampletext .aligncenter,
#i121sampletext img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#i121sampletext img.alignleft,
#i121sampletext img.alignright,
#i121sampletext img.aligncenter {
	margin-bottom: 12px;
}
#i121sampletext .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#i121sampletext .wp-caption img {
	margin: 5px 5px 0;
}
#i121sampletext .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#i121sampletext .wp-smiley {
	margin: 0;
}
#i121sampletext .gallery {
	margin: 0 auto 18px;
}
#i121sampletext .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#i121sampletext .gallery img {
	border: 2px solid #cfcfcf;
}
#i121sampletext .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#i121sampletext .gallery dl {
	margin: 0;
}
#i121sampletext .gallery img {
	border: 10px solid #f1f1f1;
}
#i121sampletext .gallery br+br {
	display: none;
}
#i121sampletext .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.mlist  {
   background-image: url(http://www.cordobainitiative.org/wp-content/uploads/2011/11/mailinglist.gif);
   background-repeat: no-repeat;
   margin-top: 7px;
   height: 30px;
   width: 204px;
   top: 0px;
   left: 0px;
   position: relative;
   margin-left: 59px;
   margin-right: 0px;
   margin-bottom: 0px;
}

#post-1826 h2 {display:none;}

#booknav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; }
#booknav li {
        margin: 0 20px 0 auto;
	padding-left:20px;
	float: left; }
#booknav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	}
#booknav li a:hover {
	color: #c00;
	background-color: #fff; }

#karennav{
	margin-top:1px;
	margin-left:0px;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	font-family:helvetica;
	font-weight:bold;
	font-size:11px;
	position:relative;
	z-index:15;
}
#karennav li{
	float:left;
	margin-right:2px;
	position:relative;
}
#karennav a{
	display:block;
	padding-right:8px;
	padding-left:8px;
	padding-top:0px;
	padding-bottom:0px;
	color:#fff;
	background:#2856a3;
	text-decoration:none;
}
#karennav a:hover{
	display:block;
	color:#fff;
	background:#5b77c7;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#karennav ul{
	background:#fff; 
	 background:url(http://www.asmasociety.org/test/ci/trans.png) repeat;
	list-style:none;
	position:absolute;
	left:-9999px; 
}
#karennav ul li{
	border-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#karennav ul a{
	white-space:nowrap; 
}
#karennav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#karennav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#5b77c7;
	text-decoration:none;
}
#karennav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#karennav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#2856a3;
}

