
/**
 * Set default style to 10px for easy scaling
*/
body { font-size:62.5% }


/**
 * Default styles
 */
body {
	/* margin-left: 1.75em;  Align to help grid */
	font-family: arial, sans-serif;
	color: #363636;
	text-align: center;
	background: #ECECEC;
}
h1 {
	font-family: Helvetica, arial, sans-serif;
	margin-top: -0.02em;
	font-size: 3.0em;
	font-weight: normal;
	margin-bottom: 0.42em;
}
h2 {
	font-family: Helvetica, arial, sans-serif;
	margin-top: 1em;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 0.6em;
}
p {
	font-size: 1.4em;
	line-height: 1.79em;
	margin-bottom: 1.79em;
}
strong {
	font-weight: bold;
}
ul {
}
li {
}
a {
	color: #c41d29;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
}
em {
	font-style: italic;
}
input.checkinput, input.radioinput {
	margin: 0 4px 0 2px;
}
input.textinput {
	padding: 1px;
}
textarea {
	width: 325px;
}
label {
}
input.buttoninput {
	padding: 2px;
}
input.margin {
	margin-right: 8px;
}
span.normal {
	font-weight: normal;
}
hr {
	color: #E9E9E9;
	background-color: #E9E9E9;
	height: 1px;
	border: none;
	margin: 1.7em 0 1.7em 0;
}

/**
 * General elements in pages
 */
#header {
	margin-left: auto;
	margin-right: auto;
	background: url(../img/ssif-top-1.png) no-repeat top left;
	width: 986px;
	height: 185px;
}
div#header.img2 {
	background: url(../img/ssif-top-2.png) no-repeat top left;
}
/* Search form that is available on all pages */
#site-search {
	margin-top: 25px;
	margin-right: 6px;
	float:right;
	text-align: left;
	background: url(../img/search-background.png) no-repeat top left;
	width: 276px;
	height: 40px;
	padding-top: 10px;
}
#site-search #search-input {
	background: #ffffff;
	border: 0px;
	padding: 6px 0 0 4px;
	margin: 0 0 0 11px;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	width: 190px;
	height: 22px;
	color: #000000;
}
#site-search #search-button {
	position: absolute;
	border: 0px;
	padding: 0px;
	margin: -1px 0 0 11px;
	background: url(../img/search-submit.png) no-repeat top left;
	width: 45px;
	height: 29px;
}
#site-search #search-button:hover {
	background: url(../img/search-submit-over.png) no-repeat top left;
	cursor: pointer;
}
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 928px;
	min-height: 380px;
	background: url(../img/container-background.png) no-repeat bottom left;
	padding: 15px 29px 50px 29px;
}
div.clear {
	clear: both;
	height: 0px;
}
div.clear-right {
	clear: right;
	height: 0px;
}
#footer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 942px;
	padding: 8px 29px 48px 14px;
	color: #999;
	font-size: 1.2em;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	margin-left: 1em;
}
#footer a.editors {
	padding-right: 19px;
	padding-top: 2px;
	background: transparent url(../img/emblem-readonly.png) no-repeat top right;
} 
span.date {
	font-style: italic;
}
/* Image shodow */
div.img-shadow {
  float: left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right;
  margin: 6px 18px 0px 6px;
}
div.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
}

/* Page comments */
div#commentpage {
	display: none;
	float: left;
	width: 400px;
	margin: 25px 0 0 200px;
	border-top: 1px solid #be0e30; 
}
button#commentshowform {
	float: right;
	border: 0px;
	padding: 0px;
	margin: 0 0 0 10px;
	background: url(../img/ssifcomments-header.png) no-repeat top left;
	width: 135px;
	height: 24px;
}
button#commentshowform:hover {
	background: url(../img/ssifcomments-header-over.png) no-repeat top left;
	cursor: pointer;
}
ul#comments {
	margin-top: 20px;
	font-size: 1.2em;
}
ul#comments li {
	line-height: 1.79em;
	margin-bottom: 1.79em;
}
ul#comments span.from {
	font-weight: bold;
}
ul#comments span.when {
	padding-left: 0.3em;
	font-style: italic;
}
ul#comments span.what {
	display: block;
}
form#sendcomment {
	margin-top: 25px;
}
form#sendcomment label {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1px;
	display: block;
}
form#sendcomment label span{
	font-weight: normal;
}
form#sendcomment textarea#comment {
	font-family: arial, sans-serif;
	width:394px;
	height:50px;
	border: 1px solid #ccc;
	font-size: 1.3em;
	padding: 2px;
	margin-bottom: 14px;
}
div#comment-col1 {
	float:left;
}
div#comment-col2 {
	float:right;
}
input#comment-name {
	border: 1px solid #ccc;
	width: 169px;
	font-size: 1.3em;
	padding: 2px;
}
input#comment-email {
	border: 1px solid #ccc;
	width: 194px;
	font-size: 1.3em;
	padding: 2px;
}
form#sendcomment button#savecomment {
	float: right;
	border: 0px;
	padding: 0px;
	margin: 14px 0 0 0;
	background: url(../img/ssifcomments-send.png) no-repeat top left;
	width: 54px;
	height: 25px;
}
form#sendcomment button#savecomment:hover {
	background: url(../img/ssifcomments-send-over.png) no-repeat top left;
	cursor: pointer;
}
div#comment-error {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
	width: 320px;
	margin-top: 14px;
	float: left;
}
 



/**
 * Left navigation
 */
#leftnavigation {
	float: left;
	display: block;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 1.2em;
	padding-top: 24px;
	margin-left: -27px;
	margin-right: 25px;
	width: 178px;
}
#leftnavigation ul li a {
	display: block;
	padding: 12px 0 0 26px;
	height: 25px;
	text-decoration: none;
	color: #6D6D6D;
}
#leftnavigation ul li a:hover {
	background-color: #fff;
	margin-left: 1px;
	padding-left: 25px;
}
#leftnavigation ul li.active a {
	position: relative;
	background-color: #c41d29;
	padding-bottom: 4px;
	color: #ffffff;
}
#leftnavigation ul li.active a:hover {
	margin-left: 0px;
	padding-left: 26px;
}




/**
 * Events on event page
 */
#ssifcalendar #eventloader {
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	background: url(../img/loading-medium.gif) no-repeat center center;
	height: 50px;
}

 
/**
 * Page article two columns
 */
 body.twocolumns #col1 {
	float: left;
	width: 400px;
	margin: 25px 0 0 23px;
}
 body.twocolumns #col1 p img {
	margin: 7px 0 10px 0;
 }
body.twocolumns #col1 ul {
 	font-size: 1.4em;
	line-height: 1.79em;
	margin-bottom: 1.79em;
}
body.twocolumns #col1 ul li {
	list-style-type: disc;
	margin-left: 1.25em;
}
body.twocolumns #col1 h4 {
	font-size: 1.4em;
	line-height: 1.79em;
	font-weight: bold;
}
body.twocolumns #col2 {
	float: left;
	width: 253px;
	margin: 25px 0 0 49px
}
/* add icon for pdf links */
/*body.twocolumns #col1 a[href $='.pdf'], body.twocolumns #col1 a[href $='.PDF'] {
	padding-right: 26px;
	padding-bottom: 2px;
	background: transparent url(../img/icon-pdf.png) no-repeat bottom right;
}*/
/* add icon for memberpages links */
body.twocolumns #col1 img.memberpage {
	vertical-align: middle;
	margin-left: 4px;
	padding-bottom: 3px;
}
body.twocolumns #col2 img#lockdesc {
	margin: 10px 8px 0 0;
	float: left;
}
body.twocolumns #col2 img {
	margin: 0 0 6px 0;
}
body.twocolumns #col2 p {
	margin-top: -0.3em;
	font-size: 1.2em;
	line-height: 1.67em;
}
body.twocolumns #col2 div.infobox {
	width: 210px;
	border: 1px solid #D9D9D9;
	background: url(../img/info-background.png) no-repeat top left;
	padding: 23px;
}
body.twocolumns #col2 table {
	font-size: 1.2em;
	width: 100%;
	margin: -4px 0 -4px 0;
}
body.twocolumns #col2 table td, body.twocolumns #col2 table th {
	line-height: 1.67em;
}
/* add margins for the facts table in the page for about the ifboat */
body.twocolumns #col2 div#facts {
	margin: 55px 0 50px 0;
}

/**
 * Page article two columns with wider right 
 */
body.wider #col1 {
	width:325px;
}
body.wider #col2 {
	width:328px;
}

/**
 * Page home
 */

body.home #col1  p {
	margin-bottom: 0; /* Remove paragrapgh spacing on start page */
}
body.home #col1  img {
	margin-bottom: 2.3em;
}

 
/*
 * Page article one column
 */
body.onecolumn #col1 {
	float: left;
	width: 625px;
	margin: 25px 0 0 23px;
}


/**
 * Page article two columns without left menu
 */
body.nomenutwocolumns #col1 {
	float: left;
	width: 600px;
	margin: 25px 0 0 23px;
}
body.nomenutwocolumns #col2 {
	float: left;
	width: 228px;
	margin: 25px 0 0 49px
}
body.nomenutwocolumns #col2 p {
	margin-top: -0.3em;
	font-size: 1.2em;
	line-height: 1.67em;
}

/**
 * Member page
 */
body.twocolumns #col2 div#login {
	/* add margins for login box */
	margin: 0 0 49px 0;
	font-size: 1.2em;
	line-height: 1.67em;
}
body.twocolumns #col2 div#login form#formlogin {
	margin-top: -4px;
}
body.twocolumns #col2 div#login form#formlogin span {
	color: #737373;
	display: block;
}
body.twocolumns #col2 div#login form#formlogin input#password {
	width: 95px;
	margin-right: 5px;
}
body.twocolumns #col2 div#login  hr {
	background: url(../img/member-login-divider.png) no-repeat top left;
	color: #E1E1E1;
	background-color: #E1E1E1;
	height: 1px;
	border: none;
	margin: 11px 0 11px 0;
	padding: 0px;
}


/**
 * Addresses
 */
body #col1 ul.contacts {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.67em;
	width: 100%;
	background: url(../img/onecolumn-divider.png) no-repeat top center;
	margin-top: -18px;
	padding-top: 20px;
}
body #col1 ul.contacts li {
	display: block;
	width: 200px;
	margin: 0 24px 21px 0;
	float: left;
}
body #col1 ul.contacts li.last {
	margin-right: 0px;
	width: 175px;
}
 
 
/**
 * Forms
 */
body.twocolumns #col1 form {
	display: block;
	margin: 32px 0 0 0;
	padding: 24px 0 0 0;
	border-top: 1px solid #ddd;
	background: url(../img/form-background.png) repeat-x top center;
}
body.twocolumns #col1 table {
	width: 100%;
	font-size: 1.2em;
}
body.twocolumns #col1 td {
	vertical-align: top;
	line-height: 1.67em;
	padding: 0 0 17px 0;
}
body.twocolumns #col1 th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	line-height: 1.67em;
	padding: 0 6px 0 28px;
}
body.twocolumns #col1 tr.divider th {
	background: url(../img/form-divider.png) no-repeat top left;
}
body.twocolumns #col1 tr.divider td {
	background: url(../img/form-divider.png) no-repeat top right;
}
body.twocolumns #col1 tr.divider th, body.twocolumns #col1 tr.divider td {
	padding-top: 16px;
}
body.twocolumns #col1 form input.wide {
	width: 172px;
}
body.twocolumns #col1 form select.wide {
	width: 178px;
}
body.twocolumns #col1 form textarea.wide {
	width: 174px;
}
body.twocolumns #col1 form input.small {
	width: 96px;
}
body.twocolumns #col1 form input.xwide {
	width: 223px;
}
body.twocolumns #col1 form textarea.xwide {
	width: 224px;
}
body.twocolumns #col1 form img#swedenmap {
	float: right;
	margin-right: 12px;
	border: 0px;
}
/* add padding */
body.twocolumns #col1 form#memberform {
}
body.twocolumns #col1 form td#membermoreinfo {
	padding-left: 37px;
}
/* popup alert */
div#formalert {
	position: absolute;
	display: block;
	width: 225px;
	background: url(../img/form-alert-background-bottom.png) no-repeat bottom left;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.67em;
	text-align: left;
}
div#formalert div#subdiv {
	display: block;
	background: url(../img/form-alert-background-top.png) no-repeat top left;
	padding: 19px 25px 27px 39px;
}
body.twocolumns #col1 form#verifynewad {
	margin-bottom: 50px;
}
body.twocolumns #col1 #uploadedimages {
	display: none;
 }
body.twocolumns #col1 #uploadedimages.show {
	display: table-row;
 }
body.twocolumns #col1 #imageuploadprogress {
	padding: 0px;
	padding-left: 35px;
	margin-left: 10px;
	background: url(../img/icon-loading.gif) no-repeat center left;
	display: none;
}
body.twocolumns #col1 table.tablesavead th {
	width: 89px;
}
body.twocolumns #col1  form#imageupload {
	background: none;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* uploaded images */
body.twocolumns #col1 #uploadedimages div.adimage {
	width: 90px;
	float: left;
	background-color: #F0F0F0;
	padding: 6px;
	margin-bottom: 15px;
	margin-right: 23px;
	border-bottom: 1px solid #E3E3E3;
}
body.twocolumns #col1 #uploadedimages A.imgDelete {
	float:left;
	display: block;
	background: url(../img/icon-close.png) no-repeat center left;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	margin-left: 1px;
	padding-left: 20px;
}

/* Hidden member data form in Change address */
form#verifyaddress-data {
	visibility: hidden
}




/* Editor */
body.mceContentBody {
	text-align: left;
}
body.mceContentBody, body.mceContentBody P, body.mceContentBody UL, body.mceContentBody LI, body.mceContentBody TD, body.mceContentBody TH {
	font-size: 10pt;
}
body.mceContentBody, body.mceContentBody H1 {
	font-size: 30px;
}
body.mceContentBody, body.mceContentBody H2 {
	font-size: 22px;
}
 
