/*
 Theme Name:   PS Child Theme
 Theme URI:    http://74.220.219.130/~hollani9/persuasion/persuasion-child
 Description:  Twenty Twelve Child Theme
 Author:       Luke Kelly
 Author URI:   http://74.220.219.130/~hollani9/persuasion/
 Template:     twentytwelve
 Version:      2.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

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

/*New Styles*/

/*change color of links and blog post titles*/
.entry-header .entry-title a {
	text-decoration: none;
color: #0091a6;
}

/*no hyphenate*/
.site-content article, .widget-area .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}


/*bring widgets closer together*/
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.7142857142857142rem;
	word-wrap: break-word;
}

/*decrease white space under banner*/
.main-navigation {
	margin-top: 5px;
	margin-top: 0.35714285714285715rem;
	text-align: center;
}

/*larger titles and decrease space between text and title*/
.entry-header .entry-title {
	font-size: 35px;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: -10px;	
}

/*smaller space between paragraphs*/
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 15px;
	margin: 0 0 1.0714285714285714rem;
	line-height: 1.714285714;
}

/*larger text*/
.entry-content {
	font-size: 15px;
	font-size: 1.0714285714285714rem;
}


/*remove shadows from images */
.asset-image img,
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border: none;
	box-shadow: none;
}


/*change color in background*/
body {
background-color: #bdbdbd;
}

/*enlarge widget titles*/
.widget-area .widget h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-bottom: 0.7142857142857143rem;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 11px;
	line-height: 1.846153846;
}


/* Increase theme width to 900px */


@media screen and (min-width: 960px) { 
    .site {
        max-width: 900px;

    }
}
.ie .site { max-width: 1000px; }
 
footer[role="contentinfo"] {
    max-width: 900px;

}

/* Left & Right Sidebars */
@media screen and (min-width: 600px) { 
    .custom-layout .site-content {
        width: 50%;
        margin-left: 25%;
    }
    .custom-layout .widget-area {
        position: relative;
        width: 20%;
    }
    .custom-layout #extra-sidebar {
        float: left;
        margin-left: -75%;
        width: 20%;
    }
 
}

/* IE8 and IE7 - Left and Right Sidebars */
.ie  .custom-layout .site-content {
    width: 50%;
    margin-left: 25%;
}
.ie .custom-layout .widget-area {
    float: right;
    width: 20%;
    position: relative;
}
.ie .custom-layout #extra-sidebar {
    float: left;
    margin-left: -75%;
    width: 20%;
}

/* links dont change color */
.entry-content a:visited {
	color: #21759b;
}

/*hide tag at the bottom of each posts - author, category */
footer.entry-meta {
	display: none;
}


