/*
Theme Name:     Twenty Eleven Child
Theme URI:      http: //truknox.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Ashok yadav
Author URI:     http: //truknox.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

/*-------------------------------------------------------------- */


@import url("../twentyeleven/style.css");
body {
	background: #3C3832;
        padding: 0;
}

body h1,h2,h3{
    font-weight: bold;
}

h2{    
    font-size: 2.0em;
}

body strong{
    color: #C6991D;
}

#site-title{
    padding: 0.65em 0 0;
    width: 163px;
    height: 49px;
}


#page{
    width: 960px;
    border-radius: 8px 8px 8px 8px;
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  future proofing 
    -khtml-border-radius: 10px;  for old Konqueror browsers */
}

.page-title{
    padding-left: 5px;
    color: #000;
    margin-bottom: 10px;
    border-radius: 2px;
}

#branding hgroup{
    width: 900px;
    margin: 0 auto;
/*    margin: 2%;*/
}

#branding{    
    border: none;
}

#access{
    float: right;
    width: 80%;
    height: 40px;
    margin: 0;
    padding: 0;
    outline: 0 none;
    border: 0 none;
    border-radius: 0 0 7px 7px;    
    vertical-align: baseline;
    background-color: #DFB542;                     /*  For IE  */
    background: -moz-linear-gradient(#FFAB01, #FADA75) repeat scroll 0 0 transparent;         /* For FireFox */
    background: -o-linear-gradient(#C6991D, #F7D065);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C6991D), to(#F7D065)); /* older webkit syntax */
    background: -webkit-linear-gradient(#C6991D, #F7D065);
}

#access a{
/*    color: #4C4C4C;*/
    color: #000;
    font-family: inherit;
    font-size: 0.95em;
    font-style: inherit;
    font-weight: bold;
}

#access a:hover{
    color: #000000;
    background: none !important;
}


#access div{
    margin: 0 4%;
}

#menu-header a{
    padding: 0 12px;
}

#access ul li:hover > ul {
	display: block;
        background-color: #444;
        width: inherit;
}

#access ul li:hover > a {
        color: #000;
}

#access ul ul {
	top: 3.2em;
}

#access ul ul a {
	background: #FCC33F;
        border-bottom: none;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: .75em;
	padding: 10px 10px;
	width: 200px;
        font-weight: bold;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: transparent;
        color: #FFF;
}


.sub-menu ul li a:hover{
    color: #C6991D;
    background-color: #000000;
}




#login-register{
    text-decoration: none;
    letter-spacing: 1px;
    display: inline;
    float: right;
    font-size: 0.8327em;
    font-weight: bold;
    margin-top: -30px;
    padding: 0 8px;
}

#login-register a{
    color: #555;
}

#login-register a:hover{
    color: #000000;
    text-decoration: none;
}

#main{
    padding-top: 0px;
    width: 900px;
    height: auto;
    margin: 0 auto;    
}

/*#primary{
    width: 80%;
    margin: 0;
}*/


.row_container_div{
    float: none;
}

.entry-header{
    margin: 0px;
    color: #1F1F1F;
    background-color: #DFB542;
    background: -moz-linear-gradient(#C6991D, #F7D065) repeat scroll 0 0 transparent;
    font-size: 2em;
    font-weight: bold;
    padding: 0 5px;
    height: 35px;
    border-radius: 2px;
/*    vertical-align: middle;*/
/*    background-color: #C6991D;*/
}

.entry-header a:hover{
    color: #000;
}

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


.singular .entry-title{
    padding-top: 0px;
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    line-height: 40px;
    clear: none;
}

.format-aside .entry-title, .format-aside .entry-header{
    display:block;
    font-size: 1.20em;
}

.entry-format{
    display: none;
}

.entry-header hgroup .entry-title {
    padding: 2px 5px;
}


.entry-meta  .edit-link a{
    left: 600px !important;
    top: 10px !important;
}

.entry-content{
    background-color: #282727;
    color: #FFF;
    padding: 20px 15px !important;
    text-align: justify;
    line-height: 20px;
    color: #BBBBBB;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    outline: 0 none;
    letter-spacing: 0.2px;
}

.entry-content a{
    color: #C6991D;
}

#content {
    margin: 0 !important;
    width: 72.50%;
}

#content .page-header h1{    
    background-color: #DFB542;
    font-size: 14px;
    font-weight: bold;
}

#content article{
    padding-top: 0px;
}

#primary{
/*    margin-right: 0;*/
}

#secondary{
    color: #FFF;
    margin-right: 0;
    width: 26%;
}

#secondary ul, .tagcloud{
    background-color: #282727;
    padding: 0 18px 30px 18px;
}

#secondary aside{
    margin-bottom: 10px;
}

#secondary aside a{
    color: #C6991D;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    
}

#secondary h3{
    background-color: #DFB542;
    font-weight: bold;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    border-radius: 2px 2px 0 0;
    line-height: 35px;
}


#supplementary{
    background-color: #DFB542;                      /* For IE */
    background: -moz-linear-gradient(#C6991D, #F7D065) repeat scroll 0 0 transparent;
    border-radius: 0px 0px 8px 8px;
    color: #000000 !important;
}

#supplementary a{
    color: #4C4C4C;
}

#supplementary div a{
    color: #555;
    font-weight: 100;
}

#supplementary div strong{
    color: #555;
    font-weight: normal;
    font-weight: bold; 
}







/*Stylesheet for s3slider*/

#slider_secondry_page {
    width: 900px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    margin: 20px 0;
}

#slider1 {
    margin: 16px auto;
}

#slider1Content li span strong{
    color: #FFF;    
}


#respond{
    width: 852px;
}

.widget-title{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.0em;
}

.footer_additional_links
{
    text-align: center;
    width:100%;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.footer_additional_links ul{
    height: 10px;
    margin: 0;
}

.footer_additional_links li{
    list-style-type: none;
    float: left;
}

.footer_additional_links li a{
    text-decoration: none;
}