/*
 Theme Name:   GCG-Theme
 Theme URI:    http://www.doree-anderson.com/
 Description:  A Twenty Twelve child theme
 Author:       D. Anderson
 Author URI:   http://www.doree-anderson.com
 Template:     twentytwelve
 Version:      1.0.0
*/

@import url("../twentytwelve/style.css");

.site-header {
    	margin-top: -55px;
    	padding: 0;
}

.header-image {
    	display: block;
	margin: 1.71429rem auto 0;
}

/* ---header image hide on all pages--- */
img.header-image {
	display: none;
}

/* ---hide header : show only on front page--- */
.home.page img.header-image {
	display:block;
}

/* ---hide page title : show only on blog--- */
.page .entry-title { 
display: none; 
}

/* NAVIGATION MENU */
ul#list {
text-align: center;
display:inline;
width:780px;
list-style: none;
}

ul#list li {
display:inline-block;
width: 240px;
height: 80px
}

.container {
      display:inline-block;
    }

/* CONTACT FORM */
.contact-form label {
      color: #993300;
}

/* PAGE STRUCTURE */
.site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    background-color: transparent;
}

.site-content {
background: #000000;
}

.site-content article {
  border-bottom: 0;
}

.su-row {
    margin-bottom: 0;
}

div.su-row {
    margin-bottom: 1.25em;
}

div.host {
    line-height: 0.1;
}

body .site {
	box-shadow: none;
}

/* BESTIARY SPECIAL */

.blue {
	font-family: "Times New Roman", Georgia, Serif;
	color: rgb(176, 196, 222);
	font-size: x-large;
}

#beast-title {
	font-family: "Times New Roman", Georgia, Serif;
	color: #FFFFFF;
	font-size: 350%;
}

#beast-content {
	font-family: "Times New Roman", Georgia, Serif;
	color: #FFCC66;
	font-size: x-large;
	line-height: 5px;
}


/* FOOTER */
footer[role="contentinfo"]{
   	border: none;
	margin-top: 0;
	padding: 0;
}


#copyright-info {
	line-height:1;
}


.site-info {
	text-align: center;	
}

.site-info p {
	color: #993300;
	font-family: "Arial", Arial, sans;
	font-size: small;
	font-weight: bold;
}

.site-info p a {
	color: #808080;	
}

.site-info p a:hover {
    	color: #f8cea6;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}

/* BLOG */
div.entry-content {
	color: #ffffff;
}

