﻿/*

Theme Name:     My Twenty Eleven Child Theme

Description:    Child theme for the Twenty Eleven theme 

Author:         Bernie Johnson

Author URI:     http: //crossbowcc.com

Template:       twentyeleven

Version:        0.1.0

*/


@import url("../twentyeleven/style.css");



/* Text elements */

p {

	margin-bottom: 1.125em;

}



/* =Global

----------------------------------------------- */

body {

	background: #FFFFCC !important;

	color: #eee;

}

#page {

    margin: 1em auto;

}



/* =Header

----------------------------------------------- */

#site-title {

margin-right: 70px;

padding-bottom: 0;

padding-left: 0;

padding-right: 0;

padding-top: 0.45625em;

}

#site-title a {

	color: #FFCC00 !important;

	font-size: 30px;

	font-weight: bold;

	line-height: 36px;

	text-decoration: none;

}

#site-title a:hover,

#site-title a:focus,

#site-title a:active {

	color: #FFCC00 !important;

}

#site-description {

color: #FFFF99 !important;

font-size: 14px;

margin-bottom: 0.45625em;

margin-left: 0;

margin-right: 0px;

margin-top: 0;

}

#branding #searchform {

    position: absolute;

    right: 1.6%;

    text-align: right;

    top: 1.3em;

}

#branding img {

	height: 200px;

	margin-bottom: -7px;

	width: 100%;

}



/* =Menu

-------------------------------------------------------------- */

#access ul {

	font-size: 15px;

	list-style: none;

	margin: 0 0 0 -0.8125em;

	padding-left: 0;

}

#access a {

	color: #FFFF99 !important;

	display: block;

	line-height: 3.0em;

	padding: 0 1.2125em;

	text-decoration: none;

}

#access li:hover > a,

#access ul ul :hover > a,

#access a:focus {

	background: #efefef;

	color: #333333 !important;

}

#access li:hover > a, #access ul ul *:hover > a, #access a:focus {

    background: none repeat scroll 0 0 #EFEFEF;

    color: #333333 !important;

}



#access li:hover > a, #access a:focus {

    background: -moz-linear-gradient(#FFDD66, #FFCC00) repeat scroll 0 0;

    color: #373737;

}

#access ul ul a {

	background: #FFCC66 none repeat scroll 0 

0 !important;

	border-bottom: 1px dotted #DDDDDD;

	color: #333333;

	font-size: 13px;

	font-weight: normal;

	height: auto;

	line-height: 1.4em;

	padding: 10px;

	width: 168px;

}



/* =Content

----------------------------------------------- */

#main {

	clear: both;

	padding-top: 0.8em;

}

#entry-content {

	margin-bottom: 0em;

	padding-bottom: 0px;

}

body, textarea {

/*    color: #373737;*/

    color: #eee !important;

    font: 300 15px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;

}

@import url("../twentyeleven/colors/dark.css");

body {

    background: none repeat scroll 0 0 #1d1d1d;

    color: #eee !important;

}
