/*
Theme Name: Alexander Freed
Author: Jeffrey Visgaitis
Author URI: http://www.artbyv.com
Version: 1.0
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.site-title a {
    color: #009900;
}

/* Places padding below the header image moving the navigation further down on the page */
/*.site-header {
	padding-bottom: 65px;
}*/

/* Places the navigation below the header image, controls the lines above and below the links */
/*.main-navigation {
	position: absolute;
	top: 185px;
	width: 960px;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	border-color: rgba( 0, 0, 0, 0.1 );
}*/


/* Removes the drop shadow from the header image */
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}

/* Removes header from Bibliography page */
.page-id-9 .entry-header {
    display: none;
}

/* Removes header from About page */
.page-id-16 .entry-header {
    display: none;
}

/* Removes header from Contact page */
.page-id-28 .entry-header {
    display: none;
}

/* Removes shadow from images */
.entry-content img, img.wp-post-image noshadow{
     box-shadow:none;
}

/* Add drop shadow around the site */
#page {
-webkit-box-shadow:  0px 0px 5px 3px #000000;
        box-shadow:  0px 0px 5px 3px #000000;
}

/* New div to center footer text */
.footlinks {
    text-align:center;
}