/*
Theme Name: bygdeverkstedettheme
Description: Testing WordPress Child Themes, minor text adjustments on the theme Thematic
Author: Marcus Edvardsen
Author URI: http://bygdeverkstedet.no/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../thematic/style.css');
 

body {
	font-size: 105%; /* øke størrelsen på teksten generelt */
	line-height: 140%;
}

.menu {
	font-size: 110%; /* øke størrelsen på menyer generelt */	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-family: Georgia, serif;
	color: #181e24;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none; /* Standard for thematic virker å være small-caps */
}

#searchform {
	font-family: Arial, Helvetica, sans-serif;
}

.textwidget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.imgtfe {
	border-style: none;
	margin: 100px;
	padding: 0 17px 17px 0;
}

.awppage, .awppost {
		font-size: 105%;
		text-transform: none; /* Standard for thematic virker å være small-caps */
		font-variant: normal;
		font-weight: bold;
}

.awppost_link {
	text-transform: none; /* Standard for thematic virker å være small-caps */
	font-variant: normal;
	font-weight: normal;
}

.entry-content {
	text-transform: none;
}

.feat-me {
	border-bottom: dotted thin #cadef0;
	padding: 2% 0 6% 0;
	margin: 0 0 10px 0;
	/* background: url(../../uploads/cssbilder/bgfeat.png) */
	
}

.endret {
	font-family: Georgia, serif;
	font-color: #666666;
	font-style: italic;
	font-size: 0.6em;
	text-align:right;
	/* background: #fafafa; */	
}
