/*
Theme Name:     ChildOfTwelve
Description:    
Author:         TKM
Template:       twentytwelve

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

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

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

div#page {position:relative; top:-50px;}

ol, ul {
    list-style: square outside ;
	color: #ccc;
}

 a:link {
 	color: #666666;
	text-decoration:none;	
	font-weight:bold;
	 
	}
a:visited  {
   	 color: #666666;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
	
widget-area .widget	a:link {
	text-decoration: none;
}

div.site-info {
	display:none;
}  

/* -----  move comment link below post ----- */

#content .post {
	position: relative;
}

#content .comments-link {
	position: absolute;
	bottom: 1em;
}

#content .post {
	padding-bottom: 3em;
}

/* ----- end move comment link below post ----- */

 #sfw-respond form p {
    margin: 0.785714rem 0px;
	font-size:10px;
}

#sfw-respond form P.sfw-comment-notes {
font-size:13px;
}


/* H3#sfw-reply-title {font-size-adjust: +1;} */

.entry-content li, .comment-content li, .mu_register li {
   color: #333333;
}

.site-content {
    margin: 0px 0px 0px 0px;
}

.header-image {
    margin-top: 12px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0px solid rgb(237, 237, 237);
    border-top: 0px solid rgb(237, 237, 237);
    display: inline-block !important;
    text-align: left;
    width: 100%;
}

.entry-header .entry-title {
    font-size: 1.25rem;
    font-weight: bold; 
}
  
.site-content article { 
border-bottom: 0px;
}

footer[role="contentinfo"] { 
border-top: 0px;
}

header#masthead.site-header {
padding: 0;
}


/* let's see now */

div.hfeed.site {
    width: 1200px !important;
    padding-left: 100px;
    padding-right: 100px;
}



/* 
body.custom-background {
background-color: #ffffff !important;
}
*/

/* body.site {shadow: 0 !important;} */


/* Contact 7 styling */
 .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #eee;
    color: #000;
    width: 65%;
}

body:not(.page-id-128) .grecaptcha-badge {
display: none;
}