/*
Theme Name: Bosei
Author: WebCoders.dk
*/

/*---------- Reset ----------*/
* { margin:0; padding:0; }

a { text-decoration: none; outline:none; color: #fff; }

a:focus { outline:none; }

img { border: none; }

ul > li { list-style: none; }

input[type='submit'] { cursor: pointer; }

p { padding-bottom: 15px; line-height: 1.4; }
p:last-child { padding-bottom: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; padding-bottom: 5px; font-family: SignikaBold; }
h1, h1 a { color: #9D9D9D; font-size: 30px; text-transform: uppercase; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

blockquote {
	border: 2px solid #CCCCCC; color: #000000; font-style: italic;
	margin: 10px 0; padding: 7px 10px; text-align: justify;
}
blockquote p { padding: 0; }

.clear,
.widget .menu > li > div { clear: both; }
.clear:after,
.widget .menu > li > div:after {
	content: ".";clear: both;height: 0px;
	visibility:hidden; display:block;
}

.alignright{float: right; padding: 0 0 10px 20px;}
.alignleft{float: left; padding: 0 20px 10px 0}

input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

.entry-content ul { padding-bottom: 15px; }
.entry-content li { background: url('images/content_li.png') no-repeat 0 6px; line-height: 1.5; padding-left: 13px; }

.ie7 .clear {height: 100%;}

/*-------------------------------------------------------------------*/

/*---------- Fonts ----------*/
@font-face {
	font-family: Signika;
	src: url('fonts/signikaregular.eot') /* EOT file for IE */
}
@font-face {
	font-family: SignikaBold;
	src: url('fonts/signikabold.eot') /* EOT file for IE */
}
@font-face {
	font-family: Signika;
	src: url('fonts/signikaregular.ttf'); /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: SignikaBold;
	src: url('fonts/signikabold.ttf'); /* TTF file for CSS3 browsers */
}

body {
	background: url('images/body.jpg') no-repeat fixed 50% 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #fff;
}
.header,
.container,
.footer {
	width: 960px;
	margin: 0 auto;
}
.header_wrap {
	background: #fff url('images/header.png') repeat-x 0 0;
	height: 161px;
}
.header {
	position: relative;
}
.header .facebook {
	position: absolute;
	right: 135px;
	top: 40px;
}
.header .languages {
	font-family: Verdana;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 100;
	text-align: center;
}
.header .languages li {
	border: 1px solid #000;
	margin-left: 5px;
	float: left;
	padding: 0 5px;
}
.header .languages li:first-child {
	margin-left: 0;
}
.header .languages li a {
	display: inline-block;
	height: 20px;
	width: 28px;
	color: #000;
}
.header .languages li:hover {
	background: #9f0220;
}
.header .languages li:hover a {
	color: #fff;
}
.logo {
	float: left;
	margin-top: 49px;
}

/*---------- Main Menu ----------*/
.main_menu {
	padding-top: 85px;
	float: right;
}
.main_menu * {
	float: left;
}
.main_menu li {
	margin-left: 20px;
}
.main_menu li:first-child {
	margin-left: 0;
}
.main_menu a {
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	font-family: Signika;
}
.main_menu a:hover,
.main_menu .current-page-ancestor a,
.main_menu .current-menu-item a {
	color: #9F0220;
}

/*---------- Home ----------*/
.box {
	background: #fff;
	margin-top: 13px;
	padding: 18px;
	box-shadow: 7px 7px 14px -2px #010202;
}
.ie .box {
	background: url('images/box_bottom.png') no-repeat 0 0;
	width: 924px;
	height: 400px;
	padding: 25px 36px 0 25px;
	margin: 8px 0 0 -7px;
}
.rotated {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	margin: 0 4px 0 10px;
}
.ie .rotated {
	background: url('images/rotated.png') no-repeat 0 0;
	margin: 0;
	padding: 14px 0 0 20px;
	width: 975px;
	height: 463px;
	position: relative;
	top: -36px;
}
.ie7 .rotated div {
	padding: 38px 0 0 11px;
}
.ie8 .rotated div {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.997185134, M12=0.074978727, M21=-0.074978727, M22=0.997185134)";
}
.home .rotated_text {
	padding-top: 34px;
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'SignikaBold';
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.home .rotated_text .first_line {
	-webkit-transform: rotate(-2.8deg);
	-moz-transform: rotate(-2.8deg);
	-o-transform: rotate(-2.8deg);
	-ms-transform: rotate(-2.8deg);
	position: relative;
	left: -50px;
}
.home .rotated_text .second_line {
	margin: -27px 0 0 154px;
}
.home .rotated_text img {
	position: absolute;
	right: -269px;
	top: -103px;
	z-index: -1;
}
@media (max-width: 1520px) {
	.home .rotated_text img {
		right: -100px;
	}
}
@media (max-width: 1200px) {
	.home .rotated_text img {
		right: 0;
	}
	.home .rotated_text .first_line {
		left: 0;
	}
	.home .rotated_text .second_line {
		margin-left: 50px;
	}
}
.ie7 .home .rotated_text {
	padding-top: 0;
	margin-top: -20px;
}
.ie8 .home .rotated_text {
	padding-top: 0;
	margin-top: -90px;
}
.ie8 .home .rotated_text .first_line {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.942222340, M12=0.07, M21=-0.07, M22=0.942222340)";
}
.ie8 .home .rotated_text .second_line {
	margin-top: 0;
}

/*---------- Slider ----------*/
.nicepress_cycle_slider .pager,
.nicepress_cycle_slider .slidetext,
.nicepress_cycle_slider .full_link,
.ie .slider {
	display: none;
}
.nicepress_cycle_slider > ul {
	height: 360px;
	overflow: hidden;
}


.home .box_bottom {
	margin-top: 42px;
}
.box_bottom > div {
	padding-top: 18px;
}
.ie7 .box_bottom > div {
	height: auto;
	clear: none;
}
.box_bottom > div:first-child {
	padding-top: 0;
}
.box_bottom > div > div {
	margin-left: 18px;
	position: relative;
	float: left;
	width: 296px;
	height: 170px;
	text-align: center;
}
.box_bottom div.first {
	margin-left: 0;
}
.box_bottom > div.last {
	float: right;
	margin-left: 0;
}
.box_bottom img {
	position: absolute;
	left: 0;
	top: 0;
}
.box_bottom a {
	background: url('images/box_a_h.png') repeat 0 0;
	display: table-cell;
	vertical-align: middle;
	width: 256px;
	height: 170px;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0 20px;
}
.box_bottom a span.text {
	font-size: 30px;
	font-family: SignikaBold;
	text-transform: uppercase;
}
.ie .box_bottom a span.text {
	display: inline-block;
	vertical-align: middle;
}
.ie .box_bottom a {
	display: inline-block;
}
.ie .box_bottom span.vertical_ie {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/*---------- Breadcrumbs ----------*/
.breadcrumbs {
	font-style: italic;
	padding-top: 25px;
}
.breadcrumbs li {
	float: left;
	padding-left: 3px;
}
.breadcrumbs .first {
	padding-left: 0;
}
.breadcrumbs a {
	padding-right: 3px;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs .last {
	font-weight: bold;
	text-decoration: underline;
}

.columns {
	padding-top: 20px;
}

/*---------- Left Sidebar ----------*/
.left_sidebar {
	background: #AD0322 url('images/left_sidebar.png') repeat-y 0 0;
	float: left;
	width: 225px;
	padding: 20px 10px 10px;
}
.widget-title {
	text-transform: uppercase;
	font-family: SignikaBold;
}
.widget_child_pages > ul > li,
.widget_nav_menu .menu > li {
	background: url('images/left_menu_li.png') repeat-x 0 100%;
	padding: 10px 0 10px 13px;
	line-height: 1.8;
}
.widget_child_pages > ul > li:first-child,
.widget_nav_menu .menu > li:first-child {
	padding-top: 0;
}
.widget_child_pages a,
.widget_nav_menu a {
	font-style: italic;
	display: block;
}
.widget_child_pages a:hover,
.widget_nav_menu a:hover {
	color: #E2797A;
}
.widget_child_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-left: 36px;
}
.widget_child_pages ul.children li,
.widget_nav_menu .sub-menu li {
	line-height: 1.5;
}
.widget_child_pages ul.children{
	display:none;
}

.widget_child_pages li.current_page_ancestor > a,
.widget_child_pages li.current_page_item > a {
	color: #DF90A0;
}
.widget_child_pages li.current_page_ancestor > ul,
.widget_child_pages li.current_page_item > ul {
	display:block;
}

.container .widget {
	margin-bottom: 15px;
}
.container .widget-title {
	font-size: 22px;
	color: #E4B4BD;
	padding-bottom: 7px;
}
.container .widget > div {
	padding-top: 15px;
	background: url('images/widget_title.png') repeat-x 0 0;
}
.container .widget_nav_menu > div {
	padding-top: 0;
	background: none;
}

/*---------- Content ----------*/
.content_wrap {
	float: right;
	width: 697px;
}
.content {
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 426px;
	color: #000;
	padding: 25px 20px 20px;
	font-size: 11px;
}
.content a {
	color: #000;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
h1.entry-title {
	background: url('images/entry_title.png') repeat-x 0 100%;
	margin-bottom: 15px;
	padding-bottom: 4px;
}
.simple_template .content h3,
.simple_template .content h4,
.simple_template .content h5,
.simple_template .content h6 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}
.content img {
	margin-bottom: 15px;
}

/*---------- Right Sidebar ----------*/
.right_sidebar {
	background: #A80222 url('images/right_sidebar.png') repeat-y 100% 0;
	float: right;
	width: 181px;
	padding: 20px 16px 10px;
}
.ie7 .right_sidebar {
	margin-right: -8px;
}

.left_sidebar,
.right_sidebar,
.content {
	box-shadow: 5px 5px 13px -4px #010202;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#010202", direction=150, strength=8, positive="true");
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#010202', direction=150, strength=8, positive='true')";
}

/*---------- Footer ----------*/
.footer_wrap {
	background: #B20224 url('images/footer.png') repeat-x 0 100%;
	min-height: 180px;
	margin-top: 30px;
}
.ie .home .footer_wrap {
	margin-top: 5px;
}
.footer {
	font-style: italic;
	position: relative;
	padding: 22px 0;
	line-height: 1.4;
	color: #E7B4BD;
}
.footer a {
	color: #E7B4BD;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer_logo {
	position: absolute;
	left: -138px;
	top: -255px;
}
.footer .widget {
	float: left;
	padding-left: 23px;
	width: 190px;
}
.footer .widget:first-child {
	padding-left: 0;
}
.footer .widget_last {
	padding-left: 0;
	float: right;
	width: 105px;
	text-align: right;
}
.footer .widget-title {
	padding-bottom: 3px;
	font-style: normal;
	font-size: 17px;
}

/*---------- Thickbox ----------*/
#TB_window #TB_caption {
	height: 14px;
	padding: 0;
}
#TB_window #TB_closeWindow {
	height: 0;
	padding: 0;
	position: absolute;
	right: -27px;
	top: -25px;
}
#TB_window #TB_closeWindow a {
	background: url('images/close.png') no-repeat 0 0;
	width: 40px;
	height: 40px;
	display: block;
}
#TB_window #TB_closeWindow a img {
	display: none;
}
#TB_window a#TB_ImageOff img#TB_Image {
	border: none;
}

/*---------- Contact ----------*/
.input {
	padding-bottom: 5px;
}
input {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
input[type='text'],
input[type='email'] {
	background: #fff url('images/input.png') repeat-x 0 0;
	border: 1px solid #9D9D9C;
	height: 19px;
	padding: 0 2px;
	width: 99%;
}
form .left_column {
	float: left;
	width: 49%;
}
form .right_column {
	float: right;
	width: 49%;
}
.checkboxes span {
	margin: 0 !important;
}
.checkboxes label {
	display: inline-block;
	padding-bottom: 3px;
}
.checkboxes input[type='checkbox'] {
	position: relative;
	top: 3px;
}
.checkboxes input[type='text'] {
	position: relative;
	top: -3px;
	width: 170px;
}
.submit {
	text-align: center;
}
input[type='submit'] {
	background: #A70222;
	border: none;
	text-transform: uppercase;
	font-family: SignikaBold;
	font-size: 16px;
	color: #fff;
	width: 143px;
	height: 31px;
}
.dotted {
	background: url('images/entry_title.png') repeat-x 0 0;
	height: 3px;
	margin: 15px 0;
}
.small_left {
	float: left;
	width: 47%;
}
.small_right {
	float: right;
	width: 47%;
	margin-right: 2px;
}
