/*
Theme Name:     Say102011
Description:    
Author:         Bad At Everything
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");


body, input, textarea, p {
    color: #000000;
    font-family: 'Arial', sans-serif;
}
p {
    font-size: 14px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Sans Serif;
}

body {
	background: url("https://www.say-10.com/wp-content/uploads/2013/02/BKG.jpg") no-repeat;  
    background-color:#000000;
    background-position:center top;
}

#primary {
float: left;
margin: 0 -33.9% 0 0;
width: 100%;
}
#content {
margin: 0 34% 0 3.9%;
width: 58.4%;
}
#secondary {
float: right;
margin-right: 3.9%;
width: 30%;
}

#main {
  padding: 0;
}

#page {
    margin: 0 auto;
}

#site-generator {
    display: none;
}

#page {
    background: #ffffff;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}

#site-title a {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
#branding {
    border-top: 0px 
}
#branding #searchform {
    display: none;
}

#access { float:left; }
#access { text-align:center; }
#access ul { display:inline-block; }

#access a {
    font-family: 'Arial Black', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    font-style: italic;  
    padding: 0 1em;
    line-height: 1.5em;
}

#access li {
    background: #000000;
    margin-right: 8px;
}    

#access {
background: #ffffff
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: none;
	color:#FF0000
}

#access  
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


#secondary {
 width: 300px;
}

#site-description {
    font-size: 18px;
    margin: 0 270px 3em 0;
}

#respond {
    background: none repeat scroll 0 0 #dadabe;
    border: 2px solid #EEAD0E;
}
#respond input[type="text"], #respond textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #EEAD0E;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
    background: none repeat scroll 0 0 #EEAD0E;
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #FFFFFF;
}
#respond input#submit {
    background: none repeat scroll 0 0 #008000;
}

#branding .only-search + #access div {
    padding-right: 0;
}
