/* @override http://anderssondergaard.dk/wp-content/themes/successrevolution/style.css */

/*
Theme Name: SuccesRevolution
Theme URI: http://anderssondergaard.dk
Description: Custom WordPress theme for Anders Søndergaard.
Version: 1.0
Author: Oliver Nielsen
Author URI: http://www.webmatros.dk
*/

@import "css/reset.css";
@import "css/960.css";

.container_12 {
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	background-color: #fff;
}

/* @group font-face */

@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: local('☺'), url('fonts/texgyreadventor-regular-webfont.woff') format('woff'), url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreAdventorItalic';
	src: url('fonts/texgyreadventor-italic-webfont.eot');
	src: local('☺'), url('fonts/texgyreadventor-italic-webfont.woff') format('woff'), url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-italic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreAdventorBold';
	src: url('fonts/texgyreadventor-bold-webfont.eot');
	src: local('☺'), url('fonts/texgyreadventor-bold-webfont.woff') format('woff'), url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreAdventorBoldItalic';
	src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
	src: local('☺'), url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'), url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-bolditalic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Ny forside */

#header-content img {
	margin-bottom: 10px;
	margin-top: 5px;
}

#header-newsletter form {
	width: 300px;
	text-align: right;
	right: 20px;
	position: absolute;
	bottom: 20px;
	font-weight: bold;
}

#header-newsletter form table tbody tr td {
	width: 190px;
	color: #792b9a;
}

#header-newsletter form table tbody tr td input {
	background-color: #eee;
	border: 1px solid #792b9a;
	height: 20px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 160px;
}

#header-newsletter form table tbody tr td.submit input {
	background-color: #792b9a;
	color: #fff;
	font-weight: bold;
	width: 100px;
	border: 1px solid #30113e;
}

#header-newsletter form table tbody tr td {
	text-align: right;
}

#header-newsletter h3 {
	color: #602279;
	font-size: 24px;
	line-height: 24px;
	margin: 10px 20px;
	width: 410px;
}

#header-newsletter p {
	width: 340px;
	margin-left: 20px;
	font: 16px "TeXGyreAdventorRegular", Arial, sans-serif;
}

#bigbluebox-top {
	background: url(img/bigbluebox-bg.png) 0 top;
	height: 10px;
}

#bigbluebox {
	background: #081444 url(img/bigbluebox-bg.png) no-repeat 0 -10px;
}

#bigbluebox-bottom {
	background: url(img/bigbluebox-bg.png) 0 bottom;
	height: 10px;
}

#bigbluebox-content {
	color: #fff;
}

#bigbluebox-content h1, #bigbluebox-content h2, #bigbluebox-content h3, #bigbluebox-content h4, #bigbluebox-content h5, #bigbluebox-content h6 {
	color: #fff;
}

#bigbluebox-content a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#bigbluebox-content a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#header-newsletter {
	height: 140px;
	background-image: url(img/newsletter-bg-box.png);
	margin-bottom: 10px;
}



/* @end */

body {
	color: #5e5e5e;
	background-color: #5e5e5e;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content-page ol {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: decimal;
	list-style-position: inside;
}

#content-page ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-type: circle;
}

p.taxonomy {
	font-weight: bold;
	font-style: italic;
}

#content-page {
	margin-top: 45px;
}

blockquote {
	background-color: #eaeaea;
	margin-bottom: 15px;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #602279;
}

blockquote p {
	margin: 0;
	padding: 0;
	color: #602279;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 1px;
	border: 1px solid #d4d4d4;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

img.aligncenter {
	margin-bottom: 20px;
}

#menu-bottom img.post-it {
	margin-left: -43px;
}

/* @group gridbox9 */

.gridbox {
	margin-bottom: 20px;
	height: 200px;
	background-image: url(img/grid-box-bg.png);
}

.gridbox h3 {
	margin: 7px 6px 5px 10px;
}

.gridbox p {
	color: #454545;
	font-size: 12px;
	line-height: 18px;
	margin: 0 8px 0 10px;
}

.gridbox-testimonial {
	margin-bottom: 30px;
}

#gridbox1, #gridbox2, #gridbox3 {
	margin-top: 20px;
}

#gridbox7, #gridbox8, #gridbox9 {
	margin-bottom: 40px;
}



/* @end */

/* @group testimonials */

div.testimonial {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e9deb5 url(img/bg-brown.jpg) 0 top;
	clear: left;
}

div.testimonial img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* @end */

/* @group menu */

#bluebox-menu {
	color: #fff;
	font-weight: bold;
	width: 200px;
}

#left-menu-top {
	height: 10px;
	background: url(img/bluebox-menu-bg.png) no-repeat 0 top;
}

#left-menu {
	color: #fff;
	font-weight: bold;
	width: 200px;
	background: #081444 url(img/bluebox-menu-bg.png) no-repeat 0 -10px;
	padding-bottom: 5px;
}

#left-menu-bottom {
	height: 10px;
	background: url(img/bluebox-menu-bg.png) no-repeat 0 bottom;
}

#left-menu ul, #bluebox-menu ul {
	margin-left: 5px;
}

#left-menu li, #bluebox-menu li {
	list-style-type: none;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#left-menu a, #bluebox-menu a {
	padding-left: 20px;
	text-decoration: none;
	color: #fff;
	display: block;
}

#left-menu a:hover {
	text-decoration: none;
}

#hierpage-4 ul .current_page_item a {
	padding-top: 3px;
	padding-bottom: 1px;
}

#menu-bottom img {
	margin-top: 40px;
}

#left-menu li ul li ul li {
	font-size: 11px;
	color: #ff2b90;
	line-height: 11px;
	padding-bottom: 0;
	padding-top: 8px;
	margin-left: 11px;
}

/* @end */

/* @group generic */

p {
	margin-bottom: 20px;
}

#content-page ol, #content-page ul {
	margin-top: 18px;
	margin-bottom: 36px;
}

#content-page ul li {
	list-style-type: disc;
	margin-bottom: 6px;
	list-style-position: outside;
	margin-left: 40px;
}

a {
	text-decoration: none;
	color: #602279;
}

a:hover {
	text-decoration: none;
	color: #9634b8;
}

h1, h2, h3, h4 {
	color: #1c46a5;
}

h1, h2 {
	font-family: "TeXGyreAdventorBold", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}

h2 img {
	margin-bottom: 5px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 0;
}

h4 {
	font-size: 16px;
	line-height: 16px;
	color: #5e5e5e;
	margin-bottom: 16px;
	margin-top: 36px;
}

#wpcf7-f6-p133-o1 form.wpcf7-form h4 {
	color: #602279;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
}

img.alignleft.size-thumbnail.wp-image-268 {
	border-style: none;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}



/* @end */

/* @group forms */

h6.mailinglist {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 24px;
}



#mc-embedded-subscribe-form fieldset div.mc-field-group label {

	height: 20px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	text-transform: lowercase;
}

#mc-embedded-subscribe-form fieldset input {
}

#mce-EMAIL {
	margin-right: 20px;
}

input#mce-EMAIL, input#mce-FNAME {
	height: 20px;
	background-color: #fff;
	border: 1px solid #67b1b5;
	width: 120px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input#submit {
	margin-top: 10px;
}

#searchfield {
	z-index: 1;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 20px;
}

input#s {
	background-color: #eaeaea;
	border: 1px solid #602279;
	width: 120px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 20px;
	margin-right: 5px;
	margin-top: 5px;
}

#searchsubmit {
	background-color: #eaeaea;
	border: 1px solid #602279;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 24px;
	font-weight: bold;
	color: #602279;
}

div.mc-field-group {
	text-align: left;
	display: inline;
}

input.jatak-knap {
	margin-top: 10px;
}

form.wpcf7-form {
	background-color: #d4d4d4;
	padding: 15px 20px 5px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px dotted #bebebe;
	width: 80%;
	margin-left: 40px;
}

p.formlabel {
	margin-bottom: 10px;
	text-align: left;
	color: #602279;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

.formfield100 {
	background-color: #fffeff;
	border: 1px solid #bebebe;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 80%;
	height:18px;
	padding: 3px 6px;
	color: #5e5e5e;
}

.formfield50 {
	background-color: #fff;
	border: 1px solid #bebebe;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 50%;
	height: 18px;
	padding: 3px 6px;
	color: #5e5e5e;
}

.textarea100 {
	background-color: #fffeff;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height:72px;
	padding: 3px 6px;
	color: #5e5e5e;
	width: 95%;
}

p.formsubmit {
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px;
}

p.formsubmit input {
	background-color: #1c46a5;
	color: #fff;
	font-weight: bold;
	border: 1px solid #007983;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 7px;
	margin: 0;
	font-size: 20px;
}

/* @end */

/* @group Zenbilling forms */

form.zenbilling table tbody tr td {
	font-weight: bold;
	color: #3259b3;
	padding-right: 20px;
	font-size: 14px;
	line-height: 14px;
}

form.zenbilling table tbody tr td input {
	border: 1px solid #1c46a5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #1c46a5;
	margin-bottom: 10px;
	width: 200px;
	font-size: 14px;
	line-height: 14px;
}

form.zenbilling table tbody tr td input#zensubmit {
	background-color: #1c46a5;
	border: 1px solid #001a55;
	color: #fff;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

/* @group selvtillid */

#selvtillid-container {
	width: 710px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	overflow: hidden;
	height: 950px;
}

#selvtillid-header {
	width: 480px;
	background-color: #fff;
	height: 99px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

div#header-newsletter.selvtillid {
	width: 680px;
	height: 193px;
	position: absolute;
	left: 50%;
	margin-left: -340px;
	background-image: url(img/newsletter-bg-box-selvtillid.png);
}

div#header-newsletter.selvtillid p{
	width: 390px;
	margin-bottom: 10px;
}

#header-newsletter.selvtillid form {
	width: 300px;
	text-align: right;
	right: 20px;
	position: absolute;
	bottom: 20px;
	font-weight: bold;
}

#selvtillidsbog {
	width: 400px;
	margin-left: -200px;
	position: absolute;
	left: 50%;
	top: 350px;
}

div#footer.selvtillid {
	position: absolute;
	width: 710px;
	top: 835px;
}

/* @end */

/* @group footer */

#footer {
	color: #5e5e5e;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

#footer h5 {
	font-size: 18px;
	color: #5e5e5e;
}

#footer h6 {
	font-size: 13px;
	display: inline;
	color: #5e5e5e;
	border-bottom: 1px solid #a9a9a9;
}

#footer p {
	font-size: 11px;
	margin: 0;
}



/* @end */

/* @group front */

#header-front img {
	margin-top: 45px;
}

#header-front {
	margin-bottom: 40px;
}

#front-right {
	
}

#content a.ja-tak img {
	margin-left: 30px;
	margin-top: 10px;
}

#right-front li {
	margin-left: 10px;
}

img.fb-knap {
	margin-top: 20px;
}



/* @end */

/* @group blog */

img.anders-sidebar {
	margin-bottom: 20px;
}

h6.comments {
	color: #8a5c2e;
	font-size: 18px;
	line-height: 18px;
}

ol.commentlist li {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.comment-author.vcard {
	font-weight: bold;
	color: #797979;
}

ol.commentlist .odd {
	background-color: #eee;
}

ol.commentlist .even {
	background-color: #ddd;
}

#content-blog {
	margin-top: 0px;
}

img.blog-header {
	margin-bottom: 40px;
}

h1.blog-title {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	line-height: 25px;
}

#content {
}

textarea#comment {
	width: 100%;
}

#sidebar-blog ul {
	
}

h6.widgettitle {
	background-color: #1c46a5;
	color: #fff;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#blogpost {
	margin-bottom: 30px;
}

.postdate {
	width: 220px;
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	color: #919191;
}

.postcomments {
	text-align: right;
	width: 220px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 10px;
}

.postcomments a {
	color: #919191;
}

#feed {
	margin-top: 20px;
}

#sidebar-blog a.feedicon img {
	vertical-align: middle;
	margin-right: 5px;
}

#sidebar-blog a.feedtext {
}

#blogpost a.readmorelink {
	text-align: right;
	display: block;
	margin-bottom: 10px;
	margin-top: -10px;
}

/* @end */
