/*
Theme Name:     KuzTec Twelve
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

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

/*site header*/

#site-title {
    margin-right: 270px;
    padding: 52px 0 0;
}

#site-title span{
  background: #060c18;
background: -moz-linear-gradient(top,  #4d596f 0%, #060c18 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d596f), color-stop(100%,#060c18));
background: -webkit-linear-gradient(top,  #4d596f 0%,#060c18 100%);
background: -o-linear-gradient(top,  #4d596f 0%,#060c18 100%);
background: -ms-linear-gradient(top,  #4d596f 0%,#060c18 100%);
background: linear-gradient(to bottom,  #4d596f 0%,#060c18 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d596f', endColorstr='#060c18',GradientType=0 );
	  display: block;
    height: inherit;
    width: 308px;
}

#site-title span:hover{

	background: #3E844E;
  	background: -moz-linear-gradient(top, #4eb24c 0%, #3e844e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4eb24c), color-stop(100%,#3e844e));
	background: -webkit-linear-gradient(top,  #4eb24c 0%,#3e844e 100%);
	background: -o-linear-gradient(top,  #4eb24c 0%,#3e844e 100%);
	background: -ms-linear-gradient(top,  #4eb24c 0%,#3e844e 100%);
	background: linear-gradient(to bottom,  #4eb24c 0%,#3e844e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb24c', endColorstr='#3e844e',GradientType=0 );
}

#site-title a {
    background: url("images/kuzlogoreverse.png") no-repeat scroll 0 0;
    height: 50px;
	width: 308px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}


#site-description {
  
    margin: 0 270px 40px 0;
}

/*social media sharing*/

#page {
    margin: 2em auto;
    max-width: 1200px;
}

.singular #primary {
    float: left;
    margin: 0 -26.4% 0 0;
    width: 100%;
}

.singular #content {
    margin: 0 34% 0 7.6%;
    width: 58.4%;
}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0;
    width: 100%;
}

#respond {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: 100%;
}

.singular .entry-meta .edit-link a {
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 50px;
}

#secondary {
    float: right;
    margin-right: 7.6%;
    width: 18.8%;
}
/*widget area*/
div#third{
  text-align: right;
}

/*site credits*/
#credits{
 display: block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 auto;
    padding-bottom: 10px;
	padding-left: 90px;

}


#credits a{
  background: url("images/multlogosmall.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 14px;
    margin-left: 3px;
    position: relative;
    text-indent: -9999px;
    top: -2px;
    width: 150px;
}