/*
Theme Name: Actual
Author: Andreas Björshammar
Version: 1.0
License: GNU General Public License
License URI: license.txt
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/* Page setup */

#page {
	margin: 1em auto;
	max-width: 1000px;
}

.one-column #page {
	max-width: 1000px;
}

#branding {
        border-top: 0px solid #bbb;
/*	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); */
}

.singular .hentry {
        padding: 0.5em 0 0;
}

.singular.page .hentry {
        padding: 0.5em 0 0;
}

.one-column.singular .entry-meta .edit-link a {
        top: 0px;
}

.singular .entry-title {
        font-size: 26px;
        line-height: 48px;
}

.entry-content,
.entry-summary {
        padding: 0em 0 0;
}

.entry-title {
        padding-top: 0px;
}

#content nav {
        padding: 0 0 0em;
}

#main {
        padding: 0em 0 0;
}

.widget {
        clear: both;
        margin: 0 0 1em;
}

.widget a {
        font-weight: normal;
        text-decoration: none;
}

/* Background colors */

body {
	background: #ffffff;
}

#page {
	background: #fff;
}



/* Menu colors */

#access {
    	background: -moz-linear-gradient(#D46310, #ff8833) repeat scroll 0 0 transparent;
}

#access {
        background: #D46310; /* Show a solid color for older browsers */
        background: -moz-linear-gradient(#D46310, #ff8833);
        background: -o-linear-gradient(#D46310, #ff8833);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D46310), to(#ff8833)); /* older webkit syntax */
        background: -webkit-linear-gradient(#D46310, #ff8833);
}

/* Other colors */

.widget-title {
    	color: #D46310;
	font-weight: bold;

}

#site-generator {
    	background: none repeat scroll 0 0 #FFFFFF;
    	border-top: 0px solid #DDDDDD;
}



/* Search bar */

#branding .only-search #s {
        background-color: #ffddaa;
        border-color: #000;
        color: #222;
}
#branding .only-search #s:focus {
        background-color: #fff;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
	padding: 6px;
	max-width: 97.5%;
}
