/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentytwelve
Version:        0.1.0
*/
@import url("../twentytwelve/style.css");

html body,
html body.custom-font-enabled {
	font-family: Arial, sans-serif;
}

.page .entry-content p{margin-bottom: 5px;}

.entry-header .entry-title {
display: none;
}

.site-header {
    margin-top: 0px;
    padding: 0;
}
body .site {
    border: 1px solid #333;
}
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
background: #c8c8ad;
background: -moz-linear-gradient(top, #c8c8ad 0%, #ffffff 100%) fixed;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8ad), 
color-stop(100%,#ffffff)) fixed;
background: -webkit-linear-gradient(top, #c8c8ad 0%,#ffffff 100%) fixed;
background: -o-linear-gradient(top, #c8c8ad 0%,#ffffff 100%) fixed;
background: -ms-linear-gradient(top, #c8c8ad 0%,#ffffff 100%) fixed;
background: linear-gradient(to bottom, #c8c8ad 0%,#ffffff 100%) fixed;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8ad', 
endColorstr='#ffffff',GradientType=0 );
}
#page {
padding-left:0!important;
padding-right:0!important;
max-width:68.571428571rem;
}

header hgroup, #main, footer[role="contentinfo"], nav.main-navigation {
padding-left:20px;
padding-right:20px;
}

img.header-image {
margin-top: 0px;
border-radius:0;
align: center;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
img.wp-post-image {
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,0);
}
.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #999966;
		font-weight: bold;
	}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom:0;
	border-top:0;
}

.main-navigation {
	background-color: #c8c8ad;
	margin-top: -3px;
	text-align: left;
}

.main-navigation li a:hover {
	color: #ff0000;
	font-weight: bold;
}

.main-navigation li a {
	color: #333300;
	font-weight: bold;
}


#colophon {
	border: 0;
}

.site-content article {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.entry-content td, .comment-content td
{
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-top-style: solid;
  border-top-color: #ededed;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 0px;
}
.left
{
	float: left;
}

.right
{
	float: right;
}
#content table, #content tr td {
    border: none
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}