/*
Theme Name:     DoubleLIFE
Theme URI:      http://graphicki.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Errol Wahlhaus
Author URI:     http://graphicki.com/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");
/* @import url("../twentyeleven/rtl.css"); */


/*   starting CSS  customization  */
#site-generator {
 background-color: #B3B3B3;
}
#branding {
    height: 80px;
}
#branding hgroup {
    display: none;
}
#branding img {
    margin-top: 0px;
}
#access {
 margin: 42px auto 0px;
}
#main {
    background-image: url("../../uploads/2012/11/bodybackground2.jpg");
    background-repeat:no-repeat;
    background-position:right top; 
    height: 550px;
}

/*  --- Content ---- */

#page {
    background-color: #EBEBEB;
    }
.singular #content, .left-sidebar.singular #content {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    position: relative;
    width: 686px;
}
#primary {
    width: 69%;
}
.singular.page .hentry {
    padding-top: 0;
}
/* ---  testimoials plugin  ---- */
div.testimonialswidget_testimonial {
    background-color: #8EA1EF;
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
/* -- facebook plugin ---  */
#fcbk_share {
    clear: none;
    float: right;
    height: 0;
}
/*  ---- inner template --- */
.singular #content-inner {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 999px;
}

/* --- form styling ---  */

p.formtext {
    font-size: 12px;
}
input.textsmall {
    width: 222px;
}
textarea.textlong {
    width: 222px;
}
/* ------- rss widget ----------- */
div#secondary.widget-area  {
float: right;
margin-right: 7.6%;
position: relative;
top: 400px;
width: 18.8%;
}
.widget-title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}