/*
/*
Theme Name: responsive child
Description: Awesome child theme to parent theme.
Author: Jean Luc Picard
Template: responsive
Version: 1.0
*/


@import url("../responsive/style.css");

#container {
	max-width: 1170px !important;
}

#logo {
	width:600px;
}

.author .vcard {
    display: none;
}

h1 {
    font-size: 1.625em;
    margin-bottom: 0.5em;
  	margin-top: 0.5em;
}

h2 {
    font-size: 1.45em;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}

h3 {
    font-size: 1.25em;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

h5 {
  color:red;
  text-align:center;
}

.widget-title h3 {
  font-size:18px;
	padding-bottom: 7px;
}


blockquote p {
    font-family: 'Georgia','Times New Roman',Times,serif;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

img.roll-over-image {
	border: 3px solid #F9F9F9;
}

img.roll-over-image:hover{
	border: 3px solid #C0C0C0;
}

.site-name {
		font-size: 2.0em;
    color: white;
    font-weight: 900;
}

.site-name a {
	color:#000;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.site-description{
  display:inline;
  color: black;
}

#searchform{
    margin:7px;
}

#searchform-item input[type="text"] {
    width: auto;
}

#searchform-item {
    float: right;
    width:260px;	
}

.menu {
  background-color: #5E636D;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#5E636D));
  background-image: -webkit-linear-gradient(top, #D8D8D8, #5E636D);
  background-image: -moz-linear-gradient(top, #D8D8D8, #5E636D);
  background-image: -ms-linear-gradient(top, #D8D8D8, #5E636D);
  background-image: -o-linear-gradient(top, #D8D8D8, #5E636D);
  background-image: linear-gradient(top, #D8D8D8, #5E636D);
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8D8D8, endColorstr=#5E636D);
  margin: 0 auto;
}

.menu a:hover {
  background-color: #5E636D;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5E636D), to(#D8D8D8));
  background-image: -webkit-linear-gradient(top, #5E636D, #D8D8D8);
  background-image: -moz-linear-gradient(top, #5E636D, #D8D8D8);
  background-image: -ms-linear-gradient(top, #5E636D, #D8D8D8);
  background-image: -o-linear-gradient(top, #5E636D, #D8D8D8);
  background-image: linear-gradient(top, #5E636D, #D8D8D8);
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5E636D, endColorstr=#D8D8D8);
  margin: 0 auto;
}
.menu .current_page_item a, .menu .current-menu-item a {
    background-color: #5E636D;
}
.menu a {
    border-left: 1px solid #6E6E6E;
    color: #F2F2F2;
    text-shadow: 0 -1px 0 #000;
    font-size: 14px;
}


p.wp-caption-text {
    font-style: italic;
}

.read-more a {
display:block;
text-align:right;
}

div.row {
    height: 125px;
    margin: 0 auto;
    width: 270px;
}

@media (max-width: 500px) {
	.site-name {
		font-size: 1.2em;
		width: 300px;
		text-align: left;
	}
	
	#logo {
		width: 300px;
		
	}
	
	.top-ad-banner{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.top-ad-banner img{
		width: 100%;
		height: 100%;
	}
}



@media (min-width: 700px) {
	.site-name {
		font-size: 2.0em;
	}

	.top-ad-banner { display: block;
		float: right; width: 500px;
		text-align: right; padding-top: 20px;
		padding-bottom: 5px;
	}
}

.current-value-label {
	float: left;
	width: 60%;
}

.current-value {
	float: right;
	width: 40%;
	text-align: right;
	font-weight: bold;
}

.sdm_fancy2_download_title {
	font-family: Helvetica;
}

.magazine_table td.center{
	text-align: center;
}

.magazine-table-hdr {
	font-weight: bold;
}


.magazine-year-table-cell {
	text-align: center;
}
/*
@media (min-width: 1200px) {
    html { font-size: 200%; }
}
*/

.widget-wrapper {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	
}

.jetpack_subscription_widget p{
	margin-top: 5px;
	margin-bottom: 5px;
}


body.custom-background { background-image: url('/acc-blog-background1.jpg'); background-repeat: no-repeat; background-position: top center; background-attachment: fixed; }


