/*
Theme Name:     Brand Tim
Theme URI:      
Description:    Child theme created off of the Twenty Eleven theme 
Author:         FascinationDesign.com
Author URI:     http://fascinationdesign.com
Template:       twentyeleven
Version:        0.1.0
*/

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

body{
	background: #000 url(images/tk-background.jpg) no-repeat fixed center;
}
#page{
	box-shadow: 0 0 33px yellow;
}

.singular.page .hentry {
    padding: 0;
}


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



#site-title {
    padding: 10px 0 0;
}

#site-description {
    margin: 0 0 10px;
    color: gray;
}

#branding #searchform {
    top: 85px;
    background: white;
}

.singular .entry-title {
	line-height: 1em;
}


#colophon {
    background: none repeat scroll 0 0 black;
    color: white;
    font-size: small;
    font-style: italic;
    text-align: center;
}

.entry-content .hrecipe h2{
  background-color: transparent;
}

.widget-area {
	border-style: solid;
	border-left-width: 1px;
	border-left-color: #a5a4a5;
	margin-left: -16px;
	padding-left: 15px;
	box-shadow: -8px 13px 16px -13px #000000;
}

.widget ul {
   list-style: none;
   line-height: 1em;
}
.widget li {
   margin-bottom: 10px;
}

/*contact form*/

.wpcf7-form p{
	margin-left: 0px;
}

.widget-area .wpcf7-form input[type="text"] {
    width: 188px;
}


#copyright{
	text-align: center;
	color: white;
}

#copyright a {
	color: white;
}

/*wp table reloaded */

.wp-table-reloaded-table-description {
    margin: 0 0 16px;
}

/*Related Posts Plugin */
#related_posts_thumbnails {
list-style-type: none;
list-style-position: inside;
padding: 0pt;
margin: 0pt;
}

#related_posts_thumbnails li {
float: left;
margin: 0pt;
padding: 5px;
display: block;
border-right: 1px solid #DDDDDD;
background-color: #FFFFFF;
}

#related_posts_thumbnails li:hover {
background-color: #EEEEEF;
}

#related_posts_thumbnails li a {
border: 0pt none;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}

#related_posts_thumbnails li a+a {
display: block;
width: 110px;
overflow: hidden;
height: 75px;
color: #333333;
text-decoration: none;
font: 12px Arial;
}

#related_posts_thumbnails img {
padding: 0px;
margin: 0px;
border: 0pt none;
width: 100px;
height: 100px;
}


/* Tim's modifications */
.entry-content h2 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 2px 12px;
  background-color: #CCBAFF;
}

.entry-content h2.wp-table-reloaded-table-name {
  font-size: 18px;
  background-color: transparent;
}

.entry-content h3 {
  border-bottom: 1px solid #CCBAFF;
  font-size: 16px;
  letter-spacing: 3.5px;
  line-height: 22px;
  margin: 8px 25% 8px 0;
  padding: 5px 0 4px;
}

blockquote {
  font-size: 14px;
  border-left: 1px #AA99DD solid;
  padding-bottom: 1px;
  margin-bottom: 37px;
}

p {
  margin-left: 12px;
}

ul, ol {
  margin-left: 3.5em;
}

.entry-content table {
 margin: 0 12px;
}

.footnote {
  margin: 0 12px 38px;
  border-left: 1px #FFCCFF solid;
  font-size: 13px;
  padding: 12px 0;
}

/* Professional Services page */
body.page-id-141 div#services, body.page-id-141 div#classes {
  border-left: 1px solid #CCCCCC;
}

article#post-141 ul {
  list-style-type: circle;
}

article#post-141 li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

article#post-141 li p {
  margin-left: 0;
}

