/*
* main.css
*/

/*****************
 * General
******************/

img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	background-color: #290000;
	color: white;
	font-family: Georgia, 'DejaVu Serif', Times, 'Times New Roman', serif;
}


h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}


/*a name tags not different from other text
  In h2 headings, use a.aheading
*/

a.aheading, a.aheading:link, a.aheading:visited{
  text-decoration:none;
  background-color: black;
  color: #ffffff;
  padding: 0;
  border: 1px outset black; /* same as background - avoid text moving when hovering*/
}

a.normal, a.normal:link, a.normal:visited {
  text-decoration:none;
  background-color: black;
  padding: 0;
  color: #ffffff;
  border: 1px outset black; /* same as background - avoid text moving when hovering*/
}

a.normal:hover, a:link:hover.normal, a:visited:hover.normal {
	border: 1px outset black; /* same as background - avoid text moving when hovering*/
}

a:hover, a:link:hover, a:visited:hover, .menu li a:hover  {
	border: 1px outset white;
}

a:link, a:visited {
	background-color: #4c3333;
	padding: 0 0.5em 0 0.5em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	 -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 1px outset black; /* same as background - avoid text moving when hovering*/
}

/*****************
 * Page layout
******************/

#pagewrap {
	/*width: 980px; */
	width: 964px; /* 980 - 2 x padding*/
	margin: 0 auto;
	background-color:black;
	padding: 12px;

	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
}

#header {

	/* height: 160px; */
}

#content {
	clear: both;
	width: 600px;
	float: left;
}

#sidebar {
	width: 280px;
	float: right;
}

#footer {
	clear: both;
	margin-top: 4em;
}


/********************
 * Page components
*********************/
.me {
	text-transform: uppercase;
}

.menu {
	margin-left: auto;
	margin-right; auto;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 0.8em;
}

.menu li {
	display: inline-block;
	padding: 0.3em 0.3em 0 0.3em;
}

.menu li a {
	background-color: #4c3333;
	padding: 0 0.6em 0.6em 0.6em;
	border: 1px outset #7f6666;
}

body.forside  li.menu-forside a,
body.julefrokost li.menu-julefrokost a,
body.firmafest li.menu-firmafest a,
body.events li.menu-events a,
body.konfirmation  li.menu-konfirmation a,
body.bryllup li.menu-bryllup a,
body.familiefest li.menu-familiefest a,
body.foedselsdag li.menu-foedselsdag a
{
	background-color: #290000;
	color: grey;
}

.widget {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.imgCredit {
	font-size: 0.7em;
	font-style: italic;
}

.quote {
	font-size: 0.8em;
}

.imgNote {
	margin: 0.5em 0 0 0;
	font-size: 0.9em;
}


label.imgCredit {
	clear: both;
	display: block;
}

.single-line {
		float: left;
		margin-right: 0.3em;
}

#header-wrap {
	padding: 18px;
	border-width: thin;
	border-style: solid;
	border-color: #7f6666;
	overflow: auto;
	margin-left:0;

	zoom: 1;

	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;

}

.pict-round img{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}

#logo-wrap, #logo-text-wrap, #logo-text-wrap2 {
	float: left;
}

#logo-text-wrap h2, #logo-text-wrap2 h2 {
	font-size: 1.1em;
}

#logo-text-wrap2 {
	display: none;
}

#logo-img {
	vertical-align: middle;
	margin: 0.3em;
}

#logo {
}

#site-description {
	clear: both;
}

.widget  .imgNote, .widget img, .widget imgWrap {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget img {
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	border-radius: 60px;
}

.widget .imgWrap .imgCredit{
	text-align: center;
}

.widget .imgNote {
	max-width: 270px;
}

#sidebar .widget {
	margin-bottom: 10px;
}

.references {
	font-size: 0.9em;
}

.reference-text:before {
	float: left;
	margin: 0 0.2em -0.8em 0;
	content: "\201C";
	font-size: 5em;
	color: #7a7a7a;
}

.reference-text:after {
	float: right;
	margin-bottom: -0.5em;
	content: "\201D";
	font-size: 5em;
	color: #7a7a7a;
}

.reference {
	width: 80%;
	margin-left: auto;
	margin-right: auto;

	padding: 0.5em;
	font-size: 0.8em;
	font-style: italic;
	color: #ededed;
	background-color: #2a2a2a;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.referenceAuthor {
	font-style: normal;
	display: block;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

.referenceAuthor:before {
	content: "\2014 \2009";
}

.offer {
	margin-left: 0;
}

.author {

}


.aktuelt {
	background-color: yellow;
	color: black;
	border-radius: 10px;
	text-align: center;
}
