/*
Theme Name:     Zymbiotic, based on Twenty Eleven
Theme URI:      http://zymbiotic.com/
Description:    Zymbiotic theme 
Author:         Zymbiotic
Author URI:     http://zymbiotic.com/
Template:       twentyelevenorig
Version:        0.1.0
*/

@import url("../twentyelevenorig/style.css");

.shadow {
	background:url(images/shadow.png) top center no-repeat;
}

#branding {
	background: #373737 !important;
	padding-top: 46px;	/* Room for top menu */
	background-color: #373737 !important;
}


/* 
 * Prev and Next links on single posts. 
 * Fix from twentytwelve for nav links that can't be clicked 
 * at certain browser widths.
 */
/*
/* Singular navigation */
#nav-single-zymbiotic {
        margin: 48px 0;
        margin: 3.428571429rem 0;
}
#nav-single-zymbiotic .nav-previous,
#nav-single-zymbiotic .nav-next {
        width: auto;
}
#nav-single-zymbiotic .nav-next {
        padding-left: .5em;
}
#nav-single-zymbiotic .nav-previous {
        padding-right: .5em;
}
/* Make sure the post-post navigation doesn't collide with anything */
#nav-single-zymbiotic {
        display: block;
        position: static;
}



.pageofpoststhumbnail {
        display: inline;
        float: left;
        margin-right: 1.625em;
}


/* Footer */

#copyright {
	font-size: 12px; 
	text-align: center;
}

#footer_contact_info {
	margin-bottom:12px;
}

p.footer_contact_info {
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
}

#footer_social_links #footer_social_link {
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#footer_social_links {
	clear:both;
}


.footer_copyright_line {
	font-weight: 300 !important;
}



