/*
Theme Name:   Twenty Twelve Child
Description:  Twenty Twelve Child Theme
Template:     twentytwelve
*/


@import url("../twentytwelve/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/*----------Header----------*/

/*==Change the background of the logo==*/
img#logo {
  background: ;
}

/*==Positioning the logo and its border==*/
img#logo {
  margin: 0 auto;
  display: inherit;
  margin-top: 10px;
  border: 3px solid #9e9e9e;
  padding: 10px 30px;
  border-radius: 20px;
  box-shadow: 2px 2px 6px black, inset 2px 2px 6px white;
}

/*----------Nav----------*/

/*==Change the background of the nav-bar==*/
nav#site-navigation {
  background: ;
}

/*==Change the color and size of the menu item==*/
li#menu-item-101 a {
  color: ;
  font-size: ;
}

/*==Change the top and bottom borders of the nav-bar==*/
ul#menu-menu-1 {
  border-top: ;
  border-bottom: ;
}

/*----------Body----------*/

/*==Change the background of the entire page/body==*/
body {
  background: ;
}

/*==Change the site title/h1==*/
h1.site-title a {
  color: ;
  font-size: ;
  font-weight: ;
}

/*==Change the background of the content area==*/
div#page {
  background: ;
}

/*==Change the post title and links==*/
.entry-header .entry-title a, span.leave-reply, .entry-content a, footer.entry-meta a, span.nav-previous a, .nav-previous a {
  color: ;
  text-decoration: ;
}

/*==Edit the about me info==*/
.widget-area .widget p {
  padding: ;
  color: ;
  font-size: ;
}

/*==Edit widget links and sizes==*/
.widget-area .widget a {
  color: ;
  text-decoration: ;
  font-size: ;
}

.widget-area .widget h3 {
  color: ;
  font-size: ;
}

/*----------Sub-pages----------*/




/*----------Footer----------*/

/*==Change the color of the footer background and the border-top==*/
footer#colophon {
  background: ;
  border-top: ;
}

/*==Change the color and size of the text in the footer==*/
.site-info a {
  color:  !important;
}

/*----------Do not edit below this line----------*/


/*Responsive Design*/

@media screen and (max-width: 800px){
.widget-area, .site-content {
  float: none;
  width: 96%;
}
	}