/*
Theme Name:     2012-child
Description:    photoblog child theme for 2012
Author:         Kelly- June Lion Photography
Template:       twentytwelve

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

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



/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #989898;
}

a {
	outline: none;
	color: #484848;
}
a:hover {
	color: #202020;
}


.entry-header .entry-title {
	font-size: 25px;
        font-weight:bold;
	font-style:italic;
	font-family: Georgia, 'Times New Roman', Times, serif;

}


/* adds search to navigation */
.header-search {
    float: right;
    margin-top: 10px;
}
@media (max-width: 650px) {
    .header-search {
        margin-top:5px;
        text-align:center;
        float:none;
    }
    .main-navigation  {
        clear:both;
    }
}


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images- removes drop shadow and rounded corners */

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);

}

/* reduces space between images*/
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.3rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

/* main navigation- centers text of main navigation */
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom-color: #EDEDED;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #EDEDED;
    border-top-style: solid;
    border-top-width: 1px;
    display: inline-block !important;
    text-align: center;
    width: 100%;
}




/* ===[ Footer Widget Areas ]=== */

.widget-area .widget h3 {
  margin-bottom:0;
}

#footerwidgets {
 width:100%;
}
#footerwidgets p {
 padding-bottom: .5em;
}
#footerwidgets li, #footerwidgets p  {
 padding-bottom: .5em;
 font-size:80%;
 line-height:1.1em;
}
#footer-left {
 width:30%;
 float:left;
 padding-right:2.5%;
}
#footer-middle {
 width:30%;
 float:left;
 padding-left:2.5%;
 padding-right: 2.5%;
}
#footer-right {
 width:30%;
 float:right;
 padding-left:2.5%;
} 
.site-content article {
  border-bottom:none;
}
@media only screen
and (max-width:481px) {

   #footer-right, #footer-middle, #footer-left {
     float:none;
     padding-left:0;
     padding-right:0;
     padding-top:1em;
     width:100%;
   }
}

.the-social-link {
  text-align:center;
}
.the-social-link img {
  padding:5px;
}