/*
Theme Name: Homies Unidos
Theme URI: http://homiesunidos.com/
Description: Homies Unidos by MMC.
Version: 1.0
Author: Mind Medium Creative
Author URI: http://mindmediumcreative.com/
Tags: blue, fixed width
*/



/* MAIN
------------------------------------------------------------ */
body {
  font-size: 12px;
  font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
  background: url(images/bg.png) repeat-x #f0f1f5;
  color: #000;
}
p {
  margin-bottom: 10px;
  line-height: 18px;
}
a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
}
.alignright {
  float: right;
}
.alignleft {
  float: left
}
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
div.ie {
  background: red;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}


/* CONTAINER
------------------------------------------------------------ */
#container {
  margin: 40px auto 0 auto;
  width: 980px;
}



/* HEADER
------------------------------------------------------------ */
#header {
  margin: 0 auto;
  height: 91px;
  background: url(images/logo.png) 0px 0px no-repeat;
  text-align: center;
  position: relative;
}
#header #blog-title,
#header #blog-description {
  display: none;
}
/*
#header div.language {
  color: #FFF;
  width: 200px;
  position: absolute;
  left: 550px;
  top: 50px;
}
#header div.language select#qtrans_select_qtrans_language_chooser {
  margin-top: 5px;
  border: 1px solid #CCC;
  margin-left: 5px; 
}
*/


/* ACCESS
------------------------------------------------------------ */
#access {
  display: none;
}



/* NAVIGATION - old
------------------------------------------------------------ */
/*
#navigation {
  height: 15px;
}
#navigation ul {
}
#navigation ul li {
  display: inline;
  padding: 0px 10px;
}

#navigation ul li a {
  color: #FFF;
  font-weight: bold;
}
#navigation ul li a:hover {
  text-decoration: underline;
}
#navigation ul li.current_page_item a {
  text-decoration: underline;
}
*/










/* NAVIGATION - OPTELEC
------------------------------------------------------------ */
/*
IE7 fix
http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns-in-ie-7/
*/
#navigation {
  overflow: auto;
}
/* tweak - remove contact from main nav */
#navigation ul li.page-item-149 {
  display: none;
}

#navigation ul li:hover, #navigation ul li.hover {
  position: static;
}
#navigation ul {
  overflow: auto;
  list-style: none;
  line-height: 1;
  float: left;
}
#navigation ul li {
  float: left;
  padding: 0;
  margin-right: 1px;
}
#navigation ul li a {
  font-weight: bold;
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 10px;
}
#navigation ul li.current_page_item a, #navigation ul li.current_page_parent a {
  color: #1c2d67;
  background: #FFF;
}
#navigation ul li a:hover {
  
}
/*
#navigation ul li:before { content: "| "; }
#navigation ul li:first-child:before { content: ""; }
*/




/* children */
#navigation ul li ul {
  position: absolute;
  margin-top: -3px;
  z-index: 10;
  left: -999em;
  height: auto;
  width: 200px;
  background: #FFF;
  border: 1px solid #375986;
  overflow: visible;
}
#navigation ul li ul li {
  width: 200px;
  border-bottom: 1px dotted #999;
  background-color: #FFF;

}

#navigation ul li ul li:hover,
#navigation ul li ul li a:hover {
  background-color: #D5DBE4 !important;
}
#navigation ul li ul li a {
  padding: 5px 10px 5px;
  color: #375986;
}
#navigation ul li ul li a:hover {
  color: #001942;
}

#navigation ul li ul ul {
	margin: -1.75em 0 0 14em;
}
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
}

























/* FOOTER
------------------------------------------------------------ */
#footer {
  margin: 0 auto;
  background: url(images/footer_bg.png) center 10px no-repeat #E3E8EB;
  width: 100%;
  height: 200px;
  border-top: 1px solid #1B2C66;
}
#footer ul {
  margin: 150px auto 0 auto;
  text-align: center;
}
#footer ul li {
  display: inline;
  text-align: center;
}
#footer ul li a {
  color: #000;
  font-weight: normal;
  padding: 0 15px;
  font-size: 11px;
}
#footer ul li:before { content: "|"; }
#footer ul li:first-child:before { content: ""; }
#footer p {
  text-align: center;
  color: #000;
  font-size: 11px;
  margin-top: 5px;
}


/* SECTION
------------------------------------------------------------ */
#section {
  clear: both;
  overflow: auto;
  background: #FFF;
  /*-webkit-box-shadow: 5px 5px 5px #6d6d6d;*/
}


/* CONTENT
------------------------------------------------------------ */
#content {
  float: left;
  width: 730px;
  overflow: auto;
  min-height: 800px;
}
#content div.wrapper {
  padding: 10px;
}
#content #edit {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#content #edit a {
  background-color: red;
  padding: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}



#content div.navigation {
  background: yellow;
  overflow: auto;
  display: none;
}


#content h1.pagetitle {
  color: red;
  margin-bottom: 10px;
}



#content div.post {
  /*
  border: 1px solid #CCC;
  padding: 10px;
  background: #F0F0F0;
  */
  margin-bottom: 20px;
  
  
}
#content div.post h1 {
  font-size: 26px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1C2D67;
}
#content div.post h1 a {
  color: #000;
}
#content div.post h1 a {
}
#content div.post h2 {
  font-size: 18px;
  background: #F0F0F0;
  border-left: 5px solid #DDD;
  border-bottom: 1px dotted #DDD;
  padding: 5px;
  margin: 20px 0 10px 0;
}
#content div.post h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#content div.post h4 {
  font-size: 14px;
}
#content div.post p {
}
#content div.post ul {
  margin-left: 30px;
  list-style: disc outside;
  line-height: 15px;
  margin-bottom: 10px;
}
#content div.post ul li {
  margin-bottom: 5px;
}
#content div.post ol {
  margin-left: 30px;
  list-style: outside decimal;
  line-height: 15px;
  margin-bottom: 10px;
}
#content img.alignright {
  padding-left: 10px;
  padding-bottom: 10px;
}
#content img.alignleft {
  padding-right: 10px;
  padding-bottom: 10px;
}

#content div.post div.letter {
  background: #F0F0F0;
  padding: 5px;
  border: 1px solid #CCC;
  border-left: 5px solid #DDD;
  font-family: "Courier New", Courier;
}






/* COMMENTS
------------------------------------------------------------ */
h3#respond {
  margin-top: 10px;
  font-size: 16px;
}
form#commentform {
}
form#commentform p textarea#comment {
  width: 500px;
  height: 100px;
}
form#commentform p input#submit {
}



/* SIDEBAR
------------------------------------------------------------ */
#sidebar {
  width: 250px;
  float: right;
  overflow: auto;
}
#sidebar a {
  text-decoration: none;
}
#sidebar div.wrapper {
  margin: 10px 10px 10px 0;
  padding: 10px;
  background: #CFD1DA;
  border: 1px solid #1D2E67;
}
#sidebar div.block {
  border: 1px solid #1D2E67;
  padding: 10px;
  background: #FFF;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#sidebar div.block h2 {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
#sidebar div.block ul {
  /*margin-bottom: 10px;*/
  list-style: outside disc !important;
}



/* language */
#sidebar div.block.language #qtrans_select_qtrans_language_chooser {
  width: 120px;
}




/* search */
#sidebar form#searchform {
}
#sidebar form#searchform label {
  margin-bottom: 3px;
  display: none;
}
#sidebar form#searchform input#s {
  width: 110px;
}





/* inline navigation */
#sidebar div.block.inline ul {
  line-height: 16px;
  color: #000;
}
#sidebar div.block.inline ul li ul {
  margin-left: 15px;
}
/**/
/* this is killing the bullets! */
#sidebar div.block.inline ul li {
  display: none;
}
#sidebar div.block.inline ul li.current_page_parent {
  display: block;
}
#sidebar div.block.inline ul li.current_page_parent a {

}
#sidebar div.block.inline ul li.current_page_parent ul li {
  display: block;
}


#sidebar div.block.inline ul li.current_page_item {
  display: block !important;
}
#sidebar div.block.inline ul li.current_page_item ul {
  display: block !important;
  
}
#sidebar div.block.inline ul li.current_page_item ul li {
  display: block;
}
#sidebar div.block.inline ul li.current_page_item a {
  font-weight: bold !important;
  color: red;
}
#sidebar div.block.inline ul li.current_page_item ul li a {
  font-weight: normal !important;
  color: blue;
}



/* special pages */
#sidebar div.block.special ul {
  
}
#sidebar div.block.special ul li {
  line-height: 28px;
  list-style: none;
}
#sidebar div.block.special ul li a {
  padding-left: 30px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}

#sidebar div.block.special ul li.rss {
  background: url(images/icon_rss.png) no-repeat;
}
#sidebar div.block.special ul li.newsletter {
  background: url(images/icon_newsletter2.png) no-repeat;
}
#sidebar div.block.special ul li.ten {
  background: url(images/icon_10.png) no-repeat;
}
#sidebar div.block.special ul li.shop {
  background: url(images/icon_shop.png) no-repeat;
}
#sidebar div.block.special ul li.cnn {
  background: url(images/icon_cnn.png) no-repeat;
}



/* blog */
#sidebar div.block.blog h2.cat {
  margin-top: 20px;
}
#sidebar div.block.blog ul {
  margin-left: 20px;
  line-height: 16px;
}










/* PAGE - HOME
------------------------------------------------------------ */
body.home #content {
  
}
body.home #content div.home {
  
}

body.home #content div.home.splash {
  height: 300px;
  margin-bottom: 10px;
}



/* blocks - general - left, right */
body.home #content div.home div.block {
  margin-bottom: 10px;
  border: 1px solid #1D2E67;
}
body.home #content div.home div.block div.block_wrapper {
  padding: 10px;
  overflow: auto;
}
body.home #content div.home div.block div.block_wrapper h2 {
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #FFF;
  font-size: 30px;
  font-family: 'Arial Narrow';
}
body.home #content div.home div.block div.block_wrapper h2 a {
  color: #FFF;
  text-decoration: none;
}
body.home #content div.home div.block div.block_wrapper p {
  margin-bottom: 5px;
  line-height: 16px;
}
body.home #content div.home div.block div.block_wrapper img {
  float: left;
  margin-right: 10px;
  border: 1px solid #1D2E67;
}


/* blocks - specific */
/* home - left and right */
body.home #content div.home.left div.block,
body.home #content div.home.right div.block {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url(images/block_bg.png) repeat-x;
}
body.home #content div.home.left div.block div.block_wrapper h2,
body.home #content div.home.right div.block div.block_wrapper h2 {
  margin-bottom: 20px;
}
body.home #content div.home.left div.block div.block_wrapper h2 a,
body.home #content div.home.right div.block div.block_wrapper h2 a {
  color: #1D2E67;
  text-decoration: none;
}

/* home.left */
body.home #content div.home.left {
  width: 450px;
  float: left;
  margin-right: 10px;
}
body.home #content div.home.left div.block {
  /*height: 200px;*/
}
body.home #content div.home.left div.block.b1 img,
body.home #content div.home.left div.block.b3 img {
  float: right;
  margin: 0 0 10px 10px;
}

/* home.right */
body.home #content div.home.right {
  width: 250px;
  float: right;
}
body.home #content div.home.right div.block {
  /*height: 624px;*/
}
body.home #content div.home.right h4 a {
  margin: 3px 0;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}
body.home #content div.home.right p.date {
  font-size: 11px;
  margin: 0 !important;
}
body.home #content div.home.right ul {
  
}
body.home #content div.home.right ul li {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
}










/* PAGE - RESOURCES -> BOOKS
------------------------------------------------------------ */
body.pageid-83 #content p img {
  margin: 0 10px 10px 0;
}


/* PAGE - 10 FOR TEN
------------------------------------------------------------ */
body.pageid-126 #content h1 {
  display: none;
}

/* PAGE - PROGRAMS -> LIBERTAD CON DIGNIDAD
------------------------------------------------------------ */
body.pageid-61 #content h1 {
  display: none;
}

/* PAGE - RESOURCES -> VOTO DEL BARRIO
------------------------------------------------------------ */
body.pageid-85 #content h1 {
  display: none;
}

/* PAGE - RESOURCES -> VOTERS GUIDE
------------------------------------------------------------ */
body.pageid-87 #content h1 {
  display: none;
}












/* hide inline nav on pages that don't have children: home, blog, get-involved, donate, 10-for-ten */
body.archive #sidebar div.block.inline,
body.pageid-5 #sidebar div.block.inline,
body.pageid-46 #sidebar div.block.inline,
body.pageid-21 #sidebar div.block.inline,
body.pageid-146 #sidebar div.block.inline,
body.pageid-126 #sidebar div.block.inline {
  display: none !important;
}
