/*   
Theme Name: FlytPension.dk Theme
Theme URI: http://www.flytpension.dk
Description: A customized theme for FlytPension.dk
Author: Martin Hjort
Author URI: http://www.spicyweb.dk
Version: 1
*/

body {
   font-family: Arial, sans-serif;
   font-size: 12px;
   background: transparent url('gfx/header_bg.png');
}

a {
   text-decoration: none;
   color: #fff;
}

a img {
   border: 0px;
}

a:hover {
   text-decoration: underline;
}

h1 {
   color: #333;
   text-shadow: 1px 1px #999;
   letter-spacing: 1.1px;
   font-size: 34px;
   text-transform: uppercase;
   text-align: center;
}

input, textarea, select, option {
   font-family: Arial, sans-serif;
   font-size: 12px;
   letter-spacing: 1.0px;
   background: #eceae6;
}

input, textarea, select {
   padding: 10px 5px;
   margin: 2px 0px;
   border-radius: 8px;
   border: #979694 2px solid;
}

textarea {
   min-width: 416px;
   min-height: 180px;
   max-width: 416px;
   max-height: 180px;
   clear: left;
}

label {
   font-family: 'Oswald', sans-serif;
   font-size: 14px;
}

label.mini {
   font-size: 11px;
}

input[type=button] {
   float: none;
   padding: 20px;
   font-family: 'Oswald', sans-serif;
   font-size: 28px;
   text-transform: uppercase;
   text-shadow: 1px 1px #555;
   background: #117dc8 url('gfx/mainmenu_bg.png') center top repeat-x;
   border-radius: 5px;
   margin: 20px auto;
   color: #eee;
   border: 2px #eee solid;
   display: block;
   box-shadow: 0px 0px 8px 1px #666;
   text-transform: uppercase; 
}

.wrapper {
   width: 941px;
   margin: 0 auto;
}

/*#content .wrapper{
   border: #3c3c3c 3px solid;
   border-color: #bbb4a7;
   border-radius: 4px;
   background: #e7e4df;
   width: 935px;
}
*/
.column {
   float: left;
   width: 50%;
}

.hidden {
   display: none;
}

.left_clear {
   clear: left;
}

header {
/*   background: transparent url('gfx/header_bg.png');*/
}

#logo_search_wrapper {
   max-height: 125px;
   padding: 0px 0px;
}

#logo {
/*   background: #eee;
   padding: 5px;
   border-radius: 20px;*/
   padding: 20px 0px 0px;
   float: left;
}

#tagline {
   color: #eee;
   font-size: 24px;
   font-family: 'Oswald', sans-serif;
   font-weight: 200;
   float: right;
   color: #fff;
   margin: 19px 0px 18px 30px;
   letter-spacing: 0.9px;
}

#tagline img {
   margin: 8px 8px 0px 0px;
   float: left;
}

#search {
   font-family: 'Oswald', sans-serif;
   font-size: 18px;
   background: transparent url('gfx/search_bg.png');
   float: right;
   line-height: 35px;
   width: 195px;
   padding: 0px 10px 0px 15px;
   color: #fff;
   text-transform: uppercase;
}

#search input[type=text] {
   font-size: 15px;
   border: 0px;
   padding: 3px;
   width: 111px;
   background: transparent;
   color: #ccc;
   margin: -1px 0px 0px 0px;
}

#search input[type=image] {
   float: right;
   margin: 9px 0px 0px 3px;
}

#main_menu {
   position: relative;
}

#main_menu ul {
   border-radius: 3px;
   font-family: 'Oswald', sans-serif;
   font-size: 20px;
   text-transform: uppercase;
   text-shadow: 1px 1px #555;
   float: left;
   width: 941px;
   background: transparent url('gfx/mainmenu_bg.png') repeat-x;
   line-height: 50px;
   margin: 0px 0px 13px 0px;
}

#main_menu .menu-pensionstyper-menu-container {
   float: none;
   position: absolute;
   display: none;
   z-index: 1000;
   width: 300px;
   padding: 0px 0px 5px 5px;
   top: 47px;
   right: 0px;
   /*background: transparent url('gfx/header_bg.png');*/
   box-shadow: 0px 0px 0px -6px;
   border-radius: 0px 0px 5px 5px;
}

#main_menu #menu-pensionstyper-menu {
   /*float: none;*/
   background: #085673;
   width: auto;
   /*min-width: 400px;*/
   /*height: 215px;*/
   font-size: 14px;
   line-height: 35px;
   margin: 0px;
   border-radius: 0px 0px 5px 5px;
}

#main_menu ul li {
}

#main_menu ul li a {
   text-decoration: none;
   color: #fff;
   float: left;
   padding: 0px 18px;
   white-space: pre;
}

#main_menu #menu-pensionstyper-menu li {
   float: left;
   width: 300px;
}

#main_menu #menu-pensionstyper-menu li a {
   float: left;
   display: block;
/*   border-top: 1px solid #09698d;*/
   /*width: 160px;*/
}

#main_menu ul li:nth-of-type(1) a {
   border-left: 0px;
}

#main_menu ul li a:hover {
   background: transparent url('gfx/arrows_white.png') 16px 19px no-repeat;
   padding: 0px 1px 0px 35px;
}

#main_menu #menu-pensionstyper-menu li a:hover {
   background: transparent url('gfx/arrows_white.png') 16px 12px no-repeat;   
}

#content {
   background: #f2f2f2;
   padding: 10px 0px;
/*   box-shadow: inset 0px 7px 11px -6px;*/
}

.post_content p {
   margin-bottom: 15px;
}

.post_content p a {
   color: #0d7faa;
   font-weight: bold;
}

.centered_text_box {
   width: 580px;
   padding: 10px;
/*   background: #e7e4df;
   border: #eee 3px solid;
   box-shadow: 0px 1px 5px 1px #666;*/
   color: #222;
   line-height: 18px;
   margin-top: 10px;
}

.intro {
   width: 50%;
   padding: 10px 20px;
   margin: 20px auto 30px auto;
   line-height: 16px;
   letter-spacing: 0.3px;
   text-shadow: 1px 1px #bbb;
   background: #c8c5c1;
   border: #eee 3px solid;
   box-shadow: 0px 1px 5px 1px #666;
}

.info_teasers {
   margin-bottom: 30px;
   width: 935px;
   background: #c8c5c1 url('gfx/bedge_grunge_85.png');
   border: #eee 3px solid;
   box-shadow: 0px 1px 5px 1px #666;
   border-radius: 5px;
}

.getoffer_page .info_teasers {
   width: 928px;
}

.info_teasers li {
   float: left;
   width: 275px;
   padding: 10px;
/*   background: #c8c5c1 url('gfx/bedge_grunge_85.png');
   border: #eee 3px solid;
   box-shadow: 0px 1px 5px 1px #666;*/
   color: #222;
/*   border-radius: 5px;*/
}

.info_teasers.howto li {
   width: 237px;
}

.info_teasers.howto img.arrow_large {
   float: left;
   margin: 15px 3px 0px;
}

.info_teasers.howto img.arrow_medium {
   float: left;
   margin: 45px 10px 0px 10px;
}

.info_teasers li:nth-of-type(2) {
   margin: 0px 15px;
}

.info_teasers.howto li:nth-of-type(2) {
   margin: 0px 0px;
}

.info_teasers li h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 19px;
   font-weight: normal;
   text-transform: uppercase;
   letter-spacing: 1.1px;
   color: #222;
   text-shadow: 1px 1px #999;
   margin-bottom: 5px;
}

.info_teasers li p {
   line-height: 20px;
/*   text-align: justify;*/
}

.info_teasers li img {
   width: 64px;
   float: left;
   margin: 5px 5px 0px 0px;
}

.news_wrapper {
	margin: 0px auto 20px auto;
   width: 600px;
   padding: 10px 10px 10px;
/*   background: #e7e4df;
   border: #3c3c3c 3px solid;
   border-color: #bbb4a7;
   border-radius: 4px;*/
/*   border-bottom: 3px solid #09698d;*/
/*   box-shadow: 0px 1px 5px 1px #666;*/
   color: #222;
   line-height: 18px;
}

.news_wrapper:last-child {
   border-bottom: 0px;
}

.news_wrapper h2.news_headline {
   font-family: 'Oswald', sans-serif;
   font-size: 24px;
   font-weight: normal;
   text-transform: uppercase;
   letter-spacing: 1.1px;
   color: #222;
   text-shadow: 1px 1px #999;
   margin: 5px 0px 15px 0px;
   line-height: 30px;
}

.news_wrapper h2.news_headline a, .news_wrapper a {
   color: #222;
}

.news_wrapper a {
   font-weight: bold;
}

.news_wrapper img {
   max-height: 100%;
}

.news_thumb {
   float: left;
   margin: 0 10px 10px 0;
}

.top_news_image {
   margin: 0 auto;
   display: block;
   margin-bottom: 20px;
}

.news_wrapper a.read_more, .news_wrapper a.post-edit-link {
	color: #09698d;
	font-weight: bold;
	float: right;
}

.news_wrapper ul, .news_wrapper ol {
	list-style-position: inside;
}

.news_wrapper p {
   margin: 0px 0px 15px;
}

.news_wrapper ul {
   list-style-type: disc;
}

footer {
/*   background: transparent url('gfx/footer_bg.png');*/
/*   background: transparent url('gfx/header_bg.png');*/
   padding: 20px;
   box-shadow: inset 0px 4px 9px -6px;
}

#footer_links nav, #footer_links div {
   float: left;
   width: 277px;
   padding: 10px;
/*   color: #222;*/
   color: #ddd;
}

#footer_links div.footer_info:nth-of-type(2) {
   margin: 0px 20px;
}

#footer_links nav a, #footer_links div a {
/*   color: #222;*/
   color: #ddd;
}

#footer_links nav ul li, #footer_links div ul li {
   padding: 10px 0px;
   border-bottom: 1px solid #999;
}

#footer_links nav div {
	margin: 0px;
	padding: 0px;
}

#footer_links nav h2, #footer_links div h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 20px;
   font-weight: normal;
   text-transform: uppercase;
   letter-spacing: 1.1px;
/*   color: #222;*/
   color: #ddd;
/*   text-shadow: 1px 1px #eee;*/
   margin-bottom: 5px;
}

#footer_links div.user_statements {
   font-family: 'Oswald', sans-serif;
   font-size: 18px;
   background: transparent url('gfx/user_statements.png') center center no-repeat;
   float: left;
   height: 217px;
   width: 300px;
   margin: 0px;
   padding: 0px;
   color: #0d7faa;
   line-height: 25px;
}

#footer_links div.user_statements p {
   margin: 105px 20px 0px;
   padding: 0px;
   text-align: center;
}

#footer_links div.user_statements p a {
/*   font-family: Arial, sans-serif;*/
   font-size: 13px;
   line-height: 20px;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   text-shadow: 1px 1px #555;
   background: #117dc8 url('gfx/mainmenu_bg.png') center top repeat-x;
   border-radius: 5px;
   margin: 23px 0px 20px -20px;
   padding: 5px;
   color: #eee;
   border: 2px #eee solid;
   display: block;
   text-transform: uppercase; 
   text-shadow: none;
   width: 286px;
}

#footer_links div.user_statements .sender {
   display: block;
   text-align: right;
   width: 270px;
   font-size: 13px;
   color: #999;
}

#copyright_credit {
/*   background: transparent url('gfx/header_bg.png');*/
   padding: 30px 0px 35px 0;
   margin: 20px 0 0 0;
   color: #eee;
}

#copyright {
   float: left;
}

#social_links {
   float: left;
   padding: 0 39px;
   margin-top: -4px;
}

#social_links a img {
   margin: 0 5px;
}

#copyright a {
   color: #0d7faa;
   margin-left: 10px;
}

#credit {
   float: right;
   margin-right: 8px;
}

#credit a {
   color: #eee;
}

#cases {
   background: transparent url('gfx/cases_bg.png') center center no-repeat;
   width: 302px;
   height: 202px;
   padding: 9px;
}

.quick_contact_btn {
   float: right;
   position: relative;
   margin: 26px 25px 0px 0px;
   width: 200px;
   height: 75px;
   background: transparent url('gfx/lynservice.png') center center no-repeat;
   display: block;
/*   position: absolute;
   right: 125px;
   top: 5px;*/
}

.ad {
   display: block;
   margin: 20px auto;
   width: 900px;
   clear: both;
}

/* Comments */
#comments {
   margin-top: 30px;
}

.commentmetadata.comment-meta a, .reply a, #commentform a {
   color: #09698d;
}

#about div p, #terms p {
   margin: 0 0 15px;
}

#content.home {
	padding-top: 40px;
}

#why_image {
   display: block;
   float: left;
   width: 306px;
   height: 396px;
   background: transparent url('gfx/Frontpage-ad_dark_grey.png');
   box-shadow: 0px 10px 15px -10px;
   margin-left: 29px;
   border-radius: 5px;
}

#pagination {
   text-align: center;
}

#pagination a {
   background-color: #222;
   padding: 10px 20px;
   margin-bottom: 10px;
   display: inline-block;
}

#snippet-box {
	background: #F0F0F0;
	background: linear-gradient(top, #FFF 50%, #E7E7E7 100%);
	background: -o-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
	background: -moz-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
	background: -webkit-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
	background: -ms-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
	border: 2px solid #ACACAC;
  	border-radius: 2px;
	font-family:inherit;
	font-size: 13px;
  	float: left;
	width: 550px;
  	clear: both;
}