/*
Theme Name: MALCS2010 Theme
Theme URI: http://malcs.org
Description: Modified from Randa Clay's DIY Theme for Wordpress (http://randaclay.com)
Version: 1.1
Author: Susana L. Gallardo
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	color: #371700;
	padding: 0;
	margin: 0;
        background-color: #4A4352;
	font: 72.5% Georgia, "Times New Roman", Times, Serif; /* Resets 1em to 10px */
}

#wrap {
    width: 900px;
/*    background-color: #fef0f5; */
    border-right: 1px solid #371700;
    border-left: 1px solid #371700;
    border-top: 1px solid #371700;
   text-align:left;
    margin: 20px auto;
/*  change margin above to 0 to restore original */
}


/************************************************
*	Header, Headings, etc			*
************************************************/

#head{
         background-color: #fff;
   /*  background-image: url(http://malcs.org/images/construction/luchaback.jpg);   
        background-repeat: repeat-x;*/
        height: 150px;
        width: 900px;
        padding: 0;
        margin: 0;
}

#head h1 {
        font-size: 3.5em;
        color: #371700;
	padding: 30px 0 0 95px;
        margin: 0 0 0 20px;
}

#head h1 a {
        color: #6495ED;
}

#head h1 a:hover {
        color: #6495ED;
}
#head h1 visited{
        color: #6495ED;
}

.description {
        padding-left: 125px; 
}

.description h2 {
        color: #838B8B;
        font-size: 2.5em;
        margin: 0px;
        font-style: italic;
        
}   


/************************************************
*	Links, Headings, Images 						*
************************************************/

p {
	line-height: 1.5em;	
}

img {
	border: 1px solid #606060;
	padding: 0;
	margin: 12px 8px;
}

.no {border: 0;}

/*
a img,:link img,:visited img {border: 1px solid #606060; }    
a, a:link {color: #36c; 	text-decoration: none;}
a:hover {color: #9c9c9c; text-decoration: none;}
*/

a:link {color: #903; text-decoration: none}
a:visited{color: #8c4304; text-decoration: none}
a:hover {color: #86b3b7; text-decoration: none}
a:active {color: #900; text-decoration: none}


h1 {
        font-size: 2.0em;
        line-height: 1.1em;
	font-weight: normal;
        margin: 0;
}
#mujerestalk #content h1 {
	font-size: 1.7em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #8c4304;
	font-weight: normal;
	margin: 50px 0 20px 0;
}

h2.br {clear: all;}

h2.mujerestitle {margin: 10px;
		font-size: 1.6em;}

h4 {
	color: red;
        margin: 8px 0 0 0;
	padding: 0px;
        font-size: 1.8em;
}

h5 {
	color: #000000;
        margin: 8px 0 0 0;
	padding: 0;
        font-size: 1.3em;
        font-variant: small-caps;
	font-weight: normal;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
.indent {margin-left: 50px; line-height: 1.2em;}

img.luchadora {
	position: relative;
	left: -58px;
	top: -115px; 
	border: none;
	z-index:1;
}
img.mono {
 	position: relative;
	left: 632px;
	top: -105px;           
	border: none;
	z-index: 1;
}

/************************************************
*	Main Content				*
************************************************/

#main {
        width: 900px;
        border-top: solid 1px #ccbbaa;
        background-color: #fff;   
}

#content {
        width: 645px;
        float: left;
        padding: 30px 8px;
	border-right: 1px dashed #ccc;
	line-height: 1.5em;
}
#mujerestalk #content {
 	margin: 20px 120px;
	width: 600px;
	line-height: 1.9em;
	font-size: 1.2em;
	border: none;
}


#altindex #content {
	padding: 0 8px;
	
}

.onecolumn#content {
	width: 750px;
        margin: 20px 50px;
	padding: 20px;
        background-color: #fff;
	border: none;
}
.page#content {
	margin: 0 auto;
	padding: 10px;
}
.onecolumn .item {
	border-bottom: none;
	margin-bottom: 1em;
}

.item {
        padding: 0px 15px 10px 15px;
        margin-bottom: 1.5em;
        color: #333333;  
        border-bottom: 1px dotted #cccccc;
        font-size: 1.3em;
        line-height: 1.5em;	
}

#altindex .item {
	border-bottom: none;
	margin-bottom: 1em;
}

.item p {

}

.item p a{
	text-decoration: underline;
}

.item p a:hover{
	color: #9c9c9c;
}

.item img {
	
    background: #ffffff;
	border: 1px solid #606060;
	padding: 0;
	margin: 12px 8px;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
}

.item ol{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 7px;
        margin-bottom: 18px;
}

.itemhead h3{
	display: inline;
	
}

.date{
	display: inline;
	text-align: right;
	font-style: italic;
	font-size: 1em;
        margin-bottom: 20px;
	margin-left: 3px;
}
/*	background: url(http://malcs.org/blog/wp-content/themes/DIYTheme/images/deco.gif) no-repeat bottom left;  */


input{
	font-size: 100%;
}

.metadata{
	font-size: 90%;
        line-height: 220%;
        margin-top: 20px;
        font-style: italic;
}

.metadata a:link {
	color: #333333;
}

.metadata a:hover, .metadata a:visited{
	color: #9c9c9c;
}

cite{
	font-size: 1.1em;
}

blockquote {
	border-left: 1px dashed #ccc; 
	background: url('http://malcs.org/images/construction/quotemarks.gif') no-repeat -1px 0;  
	padding-top: 5px; 
	border-left: 1px dashed #ccc; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/************************************************
*	Sidebar									
************************************************/

#primary{
        width: 225px;
	padding: 0;
	float: left;
}


#3_sidebar {
	padding: 105px 7px 20px 12px;
        font-size: 1.8em;
	line-height: 1.8em;
	}

#l_sidebar {
	padding: 30px 12px 20px 4px;
        font-size: 1.3em;
	line-height: 1.4em;
	}

#l_sidebar ul {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
        list-style-type: circle;
        list-style-position: outside;
        color: #333333;
}

#l_sidebar li {
        margin: 0;
	padding: 0px;
        color: #333333;
}
#l_sidebar ul li {
	margin: 0px;
	padding: 5px 0 0 0;
}
	
#l_sidebar ul li a {
	color: #333333;
	text-decoration: none;
}

#l_sidebar ul li a:hover {
	color:#9c9c9c; 
}

#l_sidebar ul ul {
	margin: 0 0 20 0;
	padding: 0 0 20px 0;
	padding: 0 0 0 14px;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#l_sidebar ul ul li{
	margin: 0px;
}

#l_sidebar ul ul ul{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#l_sidebar ul ul ul li{
	margin: 0px;
}
	
#l_sidebar p{
	padding: 3px 0 0 0;
	margin: 0 0 20px 0;
        color: #333333;
	}


#secondary{
        width: 225px;
	padding: 0;
	float: right;
}

#r_sidebar {
	padding: 30px 12px 20px 4px;
        font-size: 1.3em;
	line-height: 1.4em;
	}

#r_sidebar ul {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	list-style-type: circle;    
        list-style-position: outside;
        color: #333;
}

#r_sidebar li {
        margin: 0;
	padding: 0px;
        color: #333;
	
}
#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0 0 0;
}
	
#r_sidebar ul li a {
	color: #333333;
	text-decoration: none;
}

#r_sidebar ul li a:hover {
	color:#9c9c9c; 
}

#r_sidebar ul ul {
	margin: 0 0 20 0;
	padding: 0 0 20px 0;
	padding: 0 0 0 14px;
        list-style-type: disc;
        list-style-position: outside;
        color: #333;
}

#r_sidebar ul ul li{
	margin: 0px;
}

#r_sidebar ul ul ul{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#r_sidebar ul ul ul li{
	margin: 0px;
}
	
#r_sidebar p{
	padding: 3px 0 0 0;
	margin: 0 0 20px 0;
        color: #333333;
	}
	

li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}

.sidebarSearch{
	clear: both;
        margin-top: 10px;	
        margin-bottom: 10px;
	margin-left: 5px;
}

.feedarea  {
	height: 30px;
	background-image:url(images/feedicon.png);
        background-repeat: no-repeat;
	padding-left:20px;
}

.feedarea  a {
       color: #333333;
}

/************************************************
*	Comment Area									*
************************************************/


#comment {
	width: 550px;
	background: #FFF;
        color: #333;
	padding: 0 10px;
	margin: 5px 0 10px 0;
        font-size: 1.3em;
}
	
  
#comment  a{
        color: #900;
	text-decoration: none;
}

#comment a:hover{
	color: #ccc;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
        font-weight: bold;
}
	
.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
        font-weight: bold;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
	width: 540px;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
        font-weight: normal;
	}

.commentname {
	color: #333;
	margin: 0;
	padding: 5px 5px 0 0;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 5px 10px;
	width: 540px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0 10px 5px 10px;
	width: 540px;
	}

#commentsformheader{
	padding-left: 0;
	}

#commentsform{
	text-align: left;
	margin: 0;
	padding: 0;
	}

#commentsform form{
	text-align: left;
	margin: 0;
	}

#commentsform p{
	margin: 0;
	}

#commentsform form textarea{
	width: 99%;
}
	
p.comments_link  img{
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
        font-size: 1.3em;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #333333;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/************************************************
*	Calendar									
************************************************/


#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar td {
	color: #333333;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: ;
	color: #eeeeee;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/************************************************
*	Footer									*
************************************************/


#foot {
        width: 900px; 
        text-align: center;
	padding: 20px 0 20px 0;
	color: #371700;
        font-size: 1.3em;
        border-top: 1px dashed #ccc;
}

#foot p{
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

#foot a:link, #foot a:visited{
	color: #333333;
        text-decoration: none;
}

#foot a:hover {
        color: #9c9c9c;
}

#foot img {
	text-align: center;
	margin: 10px 0;
	border: 1px solid #371700;
}

/* ****************** NAVBAR*************************   */

#navbar {
	float: left;
	position: relative;
	display: inline;
	font: bold 14px Arial, Helvetica, sans-serif;
        height: 29px;
        width: 898px;
        padding: 1px;
        background-color: #add;
	border-top: 1px solid #838B8B;
	border-bottom: 1px solid #838B8B;
}

#navbar ul {
	position: relative;
	margin: 0 0 0 70px;
	padding: 0;
	list-style-type: none;
	top: 6px;
}

#navbar ul li {
	float: left;
	display: inline;
	margin: 0;
	z-index: 2;
}	

#navbar ul li.leftend {margin-left: 60px;}

#navbar ul li a {
	margin: 0;
	padding: 5px 12px 0 12px;
	text-align: center;
	text-decoration:none;
	color: #525252;
	white-space:nowrap;
}

#navbar ul li a:hover {
	color: #8c4304;
}

#navbar a:active {
	color: #8c4304;
}

table.board {
	width: 550px;
	margin: 20px 50px;
}
td.officer {
	text-align: right;
	font-size: 1.1em;
}
td.officerpic

td.left {
	text-align: right; 
}
td.right{
	text-align: left; 
	font-style: italic;
}

#boardnames {
	margin: 10px 0 40px 50px;
	line-height: 1.6em;
}
.boardnames {
	margin: 10px 0 40px 50px;
	line-height: 1.6em;
}

#highlight {
	border: 1px dashed #696969;	
	background: #E0EEEE;
	padding: 10px;
}

.statement {
	font-size: 1.1em;
	margin: 10px 40px;
	font-style: italic;
	background-color: #ededed;
	padding: 10px;
	border: 1px dashed gray;
}

.bigquote {
	border-bottom: 1px dotted gray;
	border-top: 1px dotted gray;
	float: right;
	margin: 20px 0px 20px 30px;
	padding: 20px 0px 25px 20px;
	width: 220px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: italic;
	color: #903;
	background: 
	url('http://prof.chicanas.com/images/quotemarks.jpg')  no-repeat -1px 0;  
}

.faq {
	background-color: #ededed;
	margin: 10px 60px;
	padding: 20px;
	border: 1px dashed gray;
}

.intro {
	font-size: 1.2em;
	padding: 10px;	
	margin: 10px 10px 0 10px;
}

.introtoo {
	font-size: 1.2em;
	padding: 10px;	
	margin: 0 10px 10px 10px;
}

#mujeres {
	margin-bottom: 13px;
	border: 1px dashed gray;
	background-color: #fee;
	padding: 5px;
	line-height: 1.5em;
}

#mujerestalkbox {
	border: 1px dashed gray;
	background-color: #fee;
	padding: 20px;
	line-height: 1.5em;
	width: 500px;
	margin: 10px auto;
}

#leadership.table {
	margin-left: 100px;
}

.journaladdy {
	padding: 0 0 0 70px; 
	line-height: 1.1em; 
	font-weight: bolder;
}

#indentbig {margin-left: 120px;}

#leadershipmain {float: left; width: 550px;}

#leaders {
	float: right;
	width: 115px;
/*	border-left: 1px dotted #999;   */
	margin: 0 15px 10px 15px;
	padding: 5px;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}

#leaders img {width: 115px; margin-top: 25px; }

#reps {
	float: left;
	width: 120px;
	border-top: 1px dotted #999;
	margin: 0 5px 5px 0;
	padding: 5px;
	font-size: small;
	text-align: center;
}
#reps img {width: 110px; margin-top: 10px; }

.clearboth {clear: both;}
.donation {padding: 35px 0 0 0;}
.firstdonation {padding: 10px 0 0 0;}
.gray {background-color: #ddd;}

#indent {margin-left: 30px;}

.wp-caption-text {font-size: .9em; font-style: italic; margin: .5em 1em;}

p {
line-height: 1.5em; display: block;
-webkit-margin-before: .5em;
-webkit-margin-after: .5em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;}
#pastinst td {valign: top; align: left;}