/*
Theme Name:     twentyelevenchild
Description:    testing child theme
Author:         SDA admin
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/


/*
#1d1d1d is the color of recent posts or p*/

@import url("../twentyeleven/style.css");
p {color: #CCCCFF;
color: #CECEFF
;
letter-spacing: .7px;} 

/*Turn off search form*/
#branding #searchform {
display: none;
} 

/*turn off wordpress advertising*/
#site-generator a {
display:none;
}

/*navbar font center and spacing*/
#access { 
text-align:center;
line-height: 0;
}


#access ul {
display:inline-block;
}

#access ul ul a {
padding: 5px 5px;
font-size: 16px;
}

#access div { margin: 0 -200px 0 0;}

#access li {
font-size: 16px;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
background: #111;
color: #A98EDE;
}


/*selected navbar bg is black*/
#access .current-menu-item > a {
background-color: #0b0b0b;
}

#access ul {
	margin: 0 0 0 -0.8125em; /*default*/
	margin-bottom: -1px; /*moves margin up under navbar links*/

}

/*navbar tabs*/
ul#menu-menu1.menu a {
/*background-color: #849393; /*to test area selected*/
border-width: 1px;
border-color: black;
border-bottom: 0;
border-style: solid;
border-top-left-radius: 5px; 
border-top-right-radius: 5px; 
}


/*Widens the width of main content when 1 column option selected*/
.one-column #page {
max-width: 690px; /* default*/
max-width: 940px;
}



/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
/*@media handheld, only screen and (max-width: 767px) {
   #branding #access li {
      font-size: 14px;
      width: 50%;
      text-align: center;
  }
} 
/*not sure if this is needed haven't tested*/
*/

@media handheld, only screen and (max-width: 467px) {
   #branding #access li {
      font-size: 14px;
      width: 100%;
      text-align: center;
   }
}

/*iphones*/
@media only screen and (max-device-width: 480px) {
   #access li {
      font-size: 40px;
      width: 100%;
      text-align: center;
}

/*TO DO:
hide recent posts at bottom
get rid of line of shadow under navbar
reduce size of tabs in all states
make the site responsive*/

