/*Reset all html styles to default*/
@import url("/System/Templates/css/reset.css");

/*Embed fonts for use in CSS*/
@import url('fontfaces.css');

/*Font properties for elements that do not inherit properly*/
body, select, input, textarea, table 
{
/*	font-family: "Avenir55Roman",verdana,arial,helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif, sans;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0d1a5a;
	font-weight: normal;
}
h1
{
	font-size: 28px;
	margin-bottom: 15px;
}



/* - - - LAYOUT - - - */
body
{
	background-color: #0a3373;
	background-image: url('../images/bg_body.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#container 
{
	background-image: url('../images/bg_content.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper
{
	background-color: #ffffff;
	width: 960px;
	margin: 0 auto;
}

/*Header*/
#header 
{
	height: 195px;
	
}
#languages
{
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 40px;
	background-color: #9e1213;
}
#languages li
{
	padding: 5px 8px 0 0;
}
.language a
{
	display: block;
	height: 33px;
	width: 48px;
	text-indent: -3000px;
	background-image: url('../images/flags.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
#svenska a
{
	background-position: left top;
}
#english a
{
	background-position: left -50px;
}
#branding
{
	padding-top: 66px;
}
#fb_page{
	background-image: url('../images/facebook.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 27px;
	text-indent: -3000px;
	display: block;
	position: absolute;
	top: 7px;
	right: 70px;
}
#fb_like{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#branding a
{
	background-image: url('../images/logo_villamaritime.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0 auto;
	width: 338px;
	height: 102px;
	text-indent: -3000px;
}


/*Content*/
#content
{
	font-size: 12px;
}
#content #main 
{

}
#content ul, #content ol
{
	margin: 0.5em 2em 1.5em;
}
#content ul li
{
	list-style-type: disc;
	font-size: 100%;
}
#content ol li
{
	list-style-type: decimal;
}
#content table
{
	border: 0 none;
	border-collapse: collapse;
}
#content table th,
#content table td
{
	padding: 0;
	font-size: 1.2em;
}
#content table.gallery td
{
	padding: 3px;
}
#content table.divided td
{
	padding: 0 5px 0 0;
}
#content table td p
{
	font-size: 100%;
}

#content table.elegant,
#content table.Elegant
{
	width:400px;

	margin: 0 5px;
	border: 2px solid #9E1213;
	box-shadow: 0 2px 5px #888;
	-moz-box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
}
#content table.elegant2,
#content table.Elegant2
{
	width:400px;
	margin: 0 5px;
	border: 2px solid marine;
	box-shadow: 0 2px 5px #888;
	-moz-box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;
}
#content table.elegant td,
#content table.Elegant td,
#content table.elegant2 td,
#content table.Elegant2 td
{
		padding: 10px;
}




/*Footer*/

#footer{
	border-top: 5px solid #9E1213;

}
#footer ul{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 30px;

}
#footer ul li{
	display: block;
	
}
#footer ul li a
{

}
#footer #legal,
#footer #legal a
{
	color: #990000;
	font-size: 14px;
	text-decoration: none;

	
}
#footer #legal
{
	line-height: 100px;
	float: right;
}
#footer ul#supp_nav
{
	float: left;
	padding: 0;
}
#footer ul ul#certs
{
	padding: 20px 0 0;
}

#footer #supp_nav li a
{
	display: block;
	width: 65px;
	height: 65px;
	background-image: url('../images/logos.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-indent: -3000px;
	margin: 0 8px;
}
#footer #supp_nav li#svenskamoten a
{
	background-position: left top;
}
#footer #supp_nav li#shr a
{
	background-position: left -100px;
}
#footer #supp_nav li#svanen a
{
	background-position: left -200px;
}

#footer #credits
{
	display: none;
}
#footer #creator a
{

}
/*css functions*/
.clear 
{
	clear: both;
	font-weight: 0.01em;
	line-height: 0.01em;
	border-style: none;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

/* - - - NAVIGATION - - - */

#nav
{
		background-color: #9e1213;
		line-height: 32px;
}

#nav ul
{
	text-align: center;
}
#nav ul li
{
	font-size: 12px;
	font-family: GillSansBold, "GillSansBold", "Times New Roman", Times, serif;
	color: #ffffff;
	display: inline;
	background-color: #9e1213;
	letter-spacing: 1px;
}
#nav ul li a
{
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 12px 6px;
}
#nav ul li.first
{
	
}
#nav ul li a:hover, #nav ul li a.Active
{}
#nav li.current a,
#nav li#current a
{
	background-color: #ffffff;
	color: #9e1213;
}
#subnav
{}

/* - - - MODULES - - - */
/* News */
#news
{}
#news_list .wm_news_entry
{}
#news_list .wm_news_entry span
{}
#content #news
{}


/*Search*/
#search fieldset
{}
#search legend
{}
#search
{}
#search label
{}
#search button
{}
#search button#search_submit
{}
#search input
{}
#content #search_results
{}

