/* @group start */

/*
THEME NAME: Xait 
DESCRIPTION: Theme for xait.no
VERSION: 1.0
AUTHOR: Eskild Skov Pedersen
AUTHOR URI: http://eskildskov.no/

*/

/*Reset browser defaults */

@import url('library/styles/reset.css');

/*Apply basic typography styles*/

@import url('library/styles/typography.css');

/* @end */

body {
	font-size: 62.5%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background: #fff url(images/page_bg.png) repeat-x;
}
#wrapper {
	width: 900px;
	margin: 0 auto 30px auto;
}

#container {
	margin: 0 auto 20px auto;
	width: 900px;
}

/* @group header */

#header {
	
}

#logo {
	float: left;
}

#logo a {
	display: block;
	width: 152px;
	height: 60px;
	background: url(images/logo.png);
	text-indent: -9999px;
	overflow: hidden;
}

/* @group top menu */

#header_top {
	height: 65px;
}

#top_menu {
	margin: 40px 0 0 0;
	float: right;
	height: 20px;
}
#top_menu ul {
	margin: 3px 30px 0 0;
	float: left;
	height: 20px;
}

#top_menu li {
	display: inline;
	margin: 0 0 0 15px;
	padding: 0 0 0 9px;
	background: url(images/menu_bullet.png) 0 3px no-repeat;
}

#top_menu li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #678215;
	font-weight: 600;
}

#top_menu li a:hover {
	text-decoration: underline;
}

#top_menu form, #top_menu input {
	float: left;
}

#searchform input.text {
	border: none;
	width: 138px;
	height: 18px;
	padding: 5px 5px 0px 5px;
	background: url(images/searchform.png);
	color: #514f43;
}

#searchform input.button {
	border: none;
	background: url(images/search_button.png);
	display: block;
	width: 62px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	margin: -1px 0 0px 5px;
}

/* @end */

/* @group main menu */

.main_menu {
	width: 100%;
	height: 47px;
	background: url(images/menu_bar_right.png) right bottom no-repeat;
}

.main_menu ul {
	margin: 0;
	width: 100%;
}

.main_menu li {
	display: block;
	float: left;
}

.main_menu li a {
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0px 7px 0px;
	background: url(images/menu_button.png) bottom;
	color: #514f43;
	font-size: 1.5em;
	text-decoration: none;
}
.main_menu li a:hover {
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0px 7px 0px;
	background: url(images/menu_button.png) bottom;
	color: #8CAA27;
	font-size: 1.5em;
	text-decoration: none;
}

.main_menu li.current_page_item a,
.main_menu .current_page_parent a {
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	padding: 20px 2px 7px 2px;
	background: url(images/menu_button_active.png);
	color: #514f43;
	font-size: 1.5em;
	text-decoration: none;
	margin: 0 0 0 -1px;
	color: #fff;
}

.main_menu li.home a {
	background: url(images/menu_home_button.png);
	padding: 0;
	display: block;
	width: 51px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
}

.main_menu li.page-item-206 a,
.main_menu li.page-item-329 a,
.main_menu li.page-item-326 a{ /* These are double lined, so we need to fix it*/	
	padding:4px 0 3px 0;
	font-size: 1.3em;
	height:30px;
	line-height: 1.1em;
}
.main_menu li.page-item-206.current_page_item a,
.main_menu li.page-item-206.current_page_parent a,
.main_menu li.page-item-329.current_page_item a,
.main_menu li.page-item-329.current_page_parent a,
.main_menu li.page-item-326.current_page_item a,
.main_menu li.page-item-326.current_page_parent a{ /* These are double lined, so we need to fix it*/	
padding:14px 2px 13px;
height:20px;
}
/* @end */

/* @end */

/* @group content */

/* @group forms */

#content form ul {
	list-style: none;
	margin: 0;
}

#content form li {
	clear:both;
	margin: 0 0 8px 0;
}

#content form label {
	width: 100px;
	float: left;
}

 #content textarea{
	width: 400px;
}
#content fieldset {
	margin: 0 0 10px 0;
}

#content fieldset.radio input {
width: auto;
float: left;}

#content fieldset.radio label {
	width: 400px;
	margin: 0 0 0 5px;
}

/* @end */

/* @group contacts */

.contact-address span {
	display: block;
}

#content #banners {
	margin: 0 0 10px 0;
	background: #7c9723 url(images/header_green.png);
}
/* @end */

/* @group content head */

#content-head {
	background: #7c9723 url(images/header_green.png);
	padding: 30px 0 2px 25px;
	color: #fff;
}

#content-head h1{
	font-size: 2.4em;
	margin: 0 0 18px 0;

}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #514F43;
	padding: 10px 0 0px 0;
	margin: 0 0 0 0;
}

/* @end */

#main {
	float: left;
	width: 569px;
	padding: 10px 20px;
	background: url(images/content_top.png) left top no-repeat;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	font-weight: bold;
}
h1 a{
	color:#111;
}

h1 a:hover{
	text-decoration: none;
}
h2 {
	font-size: 1.8em;
/*	text-transform: uppercase;*/
	font-weight: normal;
	padding: 10px 0 10px 0;
	line-height: 1.2em;

}

.search #main {
	width: 860px;
	background: url(images/content_top.png) center top repeat-x;
}

.search #content li {
	font-size: 1em;
	list-style: none;
}

.search #content ul {
	margin: 0;
}

#content {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #514F43;
}

.search-content h2 {
	font-size: 1.9em;
	display: block;
	float: none;
}
.contentbanners {
	display: block;
	padding: 10px 10px 10px 20px;
	background: url(/wp-content/uploads/sidebar_banner_background.png) repeat-x;
	text-decoration: none;
	color: #514f43;
	font-size: 12px;
	font-weight: bold;
	height: 114px;
	width: 260px;
	float: left;
	margin: 0 18px 20px 0;
}
.contentbanners b {
	font-weight: bold;
	font-size: 1.3em;
}
.contentbanners img {
	padding: 5px 0px 0px 0px;
}

#breadcrumb {
	margin: 0 0 10px 0;
	color: #666;
}

#breadcrumb a {
	color: #999;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#main li li{
	margin:0 0 0 25px;
}

#main ol, #main ul{
	list-style-position: outside;
	margin: 0 0 0 15px;
}

#main p, #main ol, #main ul, #main blockquote{
	margin-bottom:10px;
}
td{
	font-size: 13px;
	line-height: 19px;
	color: #514F43;
	font-weight: normal;
	padding: 5px 25px 20px 5px;
	vertical-align: top;
}
td.verticalAligned{
	vertical-align: middle;
}

/* @end */

/* @group sidebar
 */

/* @group request demo */
li#request_demo{
	padding: 10px 10px 17px 25px;
	font-size: 1.2em;
	background: url(/wp-content/themes/xait/images/form_background.jpg);
}
li#request_demo li{
	margin:5 0 5px 0;
}
li#request_demo b{
	font-size: 1.3em;
	color: #FFFFFF;
}
#request_demo select,
#request_demo input.text{
background: url(images/form_bg.png);
height:17px;
width:243px;
padding:5px 3px 1px 5px;
margin:0 0 5px 0;
border: none;
color: #656356;
}
#request_demo select{
height:23px;
width:251px;
}

#request_demo input.button{
background: url(images/button_bg.png);
width:63px;
padding: 0;
height: 24px;
color:#fff;
border: none;
}


li#request_demo label{
display: none;

}

/* @end */

#sidebar {
	float: right;
	width: 291px;
	background: url(images/sidebar_top.png) no-repeat top left;
	padding: 32px 0 0 0;
	color: #514F43;
}

#sidebar #pages ul {
	margin: 0;
	background: url(images/sidebar_button_bottom.png) no-repeat center bottom;
	padding: 0 0 30px 0;
}


.xoxo {
	margin: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
}

#sidebar ul li a {
	display: block;
	padding: 3px 10px 4px 25px;
	background: url(images/sidebar_button.png) repeat-x;
	text-decoration: none;
	color: #514f43;
	font-size: 12px;
	font-weight: bold;
}
#sidebar ul li a:hover {
	display: block;
	padding: 3px 10px 4px 25px;
	text-decoration: none;
	color: #8CAA27;
	font-size: 12px;
	font-weight: bold;
}

#sidebar .current_page_parent a {
	display: block;
	padding: 3px 10px 4px 25px;
	background: url(images/sidebar_button.png) repeat-x;
	text-decoration: none;
	color: #8CAA27;
	font-size: 12px;
	font-weight: bold;
}

#sidebar h3 {
	display: none;
}

.banners {
	margin: 0;
}
#banners div {
	display: block;
	padding: 13px 10px 10px 0px;
	background: url(/wp-content/uploads/sidebar_banner_background.png) repeat-x;
	text-decoration: none;
	color: #514f43;
	font-size: 12px;
	font-weight: bold;
	height: 114px;
}
#banners div.banners a {
	background: none;
}
#banners div.banners b {
	font-weight: bold;
	font-size: 1.3em;
}
#banners div.banners img {
	padding: 0px 0px 0px 0px;
}

/* @end */

/* @group misc */

.hide {
	display: none;
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group front page */

/* @group index-bottom */

#index-bottom {
	margin: 0 0 0 20px;
	font-size: 1.2em;
	color: #333;
}

#index-bottom .item {
	width: 275px;
	float: left;
	margin: 0 18px 20px 0;
}

h3.index-newsbar {
	font-size: 1.3em;
	color: #514F43;
	margin: 0 0 10px 0;
}
h3.index-features {
	font-size: 1.3em;
	color: #514f43;
	margin: 0 0 10px 0;
	clear: none;
	padding: 40px 0 15px 0px;
}

h3.index-bottom {
	font-size: 1.5em;
	color: #514f43;
	margin: 0 0 3px 0;
}
.index-bottom h3 {
	font-size: 1.5em;
	color: #514f43;
	margin: 0 0 3px 0;
}

#index-bottom a {
	display: inline;
	margin: 5px 0 0 0;
	text-decoration: none;
	color: #678215;
	font-weight: 600;
	padding: 0 0 0 9px;
	background: url(images/menu_bullet.png) 0 6px no-repeat;
}

#index-bottom a.plain {
  background-image: none;
  padding: 0px;
  margin:0px;

}

/*

 @end */

/* @group intro */

#intro p.entry-title {
	padding: 0;
	float: none;
}

#intro {
	background: #7c9723 url(images/xait_header_green_350.jpg);
	height: 300px;
	padding: 0 0 50px 50px;
}

#intro_text div div{
	float: left;
}

#intro p {
	font-size: 1.4em;
	color: #fff;
	width: 310px;
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

#intro h1 {
	width: 300px;
	font-size: 4em;
	color: #fff;
	line-height: 1.1em;
	margin:25px 0 0 0;
	font-weight: normal;

}

#intro a {
	display: block;
	width: 244px;
	height: 53px;
	background: url(/wp-content/uploads/xaitporter_view_the_guided_tour_large.png);
	text-indent: -9999px;
	overflow: hidden;
	margin: 30px 0 0 -3px;
}

#intro img {
	margin: 20px 0 0 0;
	float: right;
}

div#latest_news {
	background: #eeeee8 url(images/main_bar_below.png);
	padding: 22px 20px 18px 20px;
	height: 23px;
	font-size: 1.6em;
	font-weight: 100;
	margin: 0 0 20px 0;
	color: #514f43;
}

div#latest_news a {
	color: #514f43;
	text-decoration: none;
}

div#latest_news a:hover {
	text-decoration: underline;
}

#latest_news li a {
	background: url(images/news_arrow.gif) right no-repeat;
	padding: 0 28px 0 0;
}

/* @end */

/*


 @end */

.search-content .post {
	margin: 0 0 20px 0;
}

.search-content p {
	margin: 0;
}

#footer {
	clear: both;
}

#main_text div div {
	float: left;
}

.alignleft {
	margin: 0 10px 5px 0;
	float: left;
}

.alignright {
	margin: 0 0 5px 10px;
	float: right;
}

a {
	color:#514F43;
}

#main div.date{
	margin: 0 0 5px 0;
}

.blog .item{
	border-bottom:1px solid #ccc;
	padding-bottom: 20px;
}

ul#sitemap *{
list-style: none;
}

.wp-pagenavi a{
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #738B22;
	color: #5A6E17;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.hidden{
	display:none;
}

ul#newsticker {
	margin: 0 0 0 5px;
	float:left;
	list-style: none;
}

#newsticker li{
	width:600px;
	
}

#newsticker li a{

}

#latest_news_link{
	float:left;
}
#topRight {
position: absolute;
right: 0;
top: 0;
display: block;
height: 112px;
width: 98px;
background: url(http://www.xait.no/wp-content/uploads/cornerbanner_twitter.png) no-repeat;
text-indent: -999em;
text-decoration: none;}