/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'oxeon2009' */
/*
darkred: #931e38
dark grey headers: #313131
oxeon green: #84c326
text: #111
*/

@import 'css_reset_ny.css';
@import 'typography_ny.css';

body {
	background-color: #4f4f4f;
	/*background: transparent url(http://www.oxeon.se/i/bg_body_160px.gif) left top repeat-x;*/
	}
#wrapper {
	/*background: transparent url(../i/bg_grid.gif) left top repeat-y;*/
	margin: 0 auto;
	width: 960px;
	position: relative;
	background-color: #FFFFFF;
	}

#header {
	height: 54px;
	background-color: #000000;
	/*background: transparent url(header_bg.jpg) left top no-repeat;*/
	}
#content {
	margin-top: 10px;
	margin-left: 112px;
	margin-bottom: 30px;
	display: table;
	clear: both;
	
	}
#news,
#maincontent {
	width: 426px;
	float: left;
	margin-right: 30px; /* gutter */
	}
#splashbox,
#secondcontent {
	width: 292px;
	float: left;
	}
#secondcontent {
	margin-top: 7px;
	}
#footer {
	clear: both;
	height: 20px;
	/*background: transparent url(http://www.oxeon.se/i/bg_footer.gif) left bottom repeat-x; */
	padding-top: 4px;
	background-color: #4f4f4f;
	padding-bottom: 20px;
	}
#footer .innnerfooter {
	width: 740px;
	margin: 0 auto;
	}
/* images    små: 140px, stora 290px
----------------------------------------- */
#maincontent img {
	float: left;
	margin-top: 5px;
	padding-right: 10px;
	}
#content img.right {
	float: right;
	padding-left: 10px;
	padding-right: 45px;
	}

	
/* logo
----------------------------------------- */
#header h1 {
	position: absolute; 
	top: 0px;
	left: 34px;
	}
#header h1 a {
	width: 151px;
	height: 33px;
	display: block;
	/*background: transparent url(http://www.oxeon.se/i/logo_oxeon_small.gif) left top no-repeat;*/
	background: transparent url(http://www.oxeon.se/uploads/images/oxeon_logo_header.gif) left top no-repeat;	
	text-indent: -999em;
	}

/* toplinks
----------------------------------------- */
ul#toplinks {
	float: right;
	}
ul#toplinks li {
	float: left;
	margin-top: 100px;
	}
ul#toplinks li a {
	width: 139px;
	height: 46px;
	display: block;
	margin-left: 10px;
	text-indent: -999em;
	}
ul#toplinks li.texero a {
	background: transparent url(http://www.oxeon.se/i/btn_texero.gif) 0 0 no-repeat;
	}
ul#toplinks li.texero a:hover {
	background: transparent url(http://www.oxeon.se/i/btn_texero.gif) 0 -46px no-repeat;
	}
ul#toplinks li.textreme a {
	background: transparent url(http://www.oxeon.se/i/btn_textreme.gif) 0 0 no-repeat;
	}
ul#toplinks li.textreme a:hover {
	background: transparent url(http://www.oxeon.se/i/btn_textreme.gif) 0 -46px no-repeat;
	}

/* nav
----------------------------------------- */

#navcontainer {
	height: 46px;
	width: 960px;
	background: transparent url(http://www.oxeon.se/uploads/images/oxeon_nav_bg.jpg) left top no-repeat;
	}

ul#nav {	
position: relative;
	top: 10px;
	left: 26px;
}
ul#nav li {
	float: left;
	text-align: left;
	}
ul#nav li a {
	display: block;
	font-size: 1.3em;
	padding: 4px .7em 5px .8em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}
	
ul#nav li a.currentpage,
ul#nav li a:hover {
	color: #84c326;
	}
	
	
/* teXLinks
----------------------------------------- */

ul#teXLinks {	

position: relative;
	top: 10px;
	left: 80px;
}
ul#teXLinks li {
	float: left;
	text-align: left;
	}
ul#teXLinks li a {
	display: block;
	font-size: 1.3em;
	padding: 4px .7em 5px .8em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}
	
ul#teXLinks li a.currentpage,
ul#teXLinks li a:hover {
	color: #84c326;
	}
	

	
	
/* maincontent
----------------------------------------- */
#maincontent p,
maincontent h2 {
	padding-right: 40px; 
	}
#maincontent ol {
margin-top: 1.5em;
margin-right: 2em;
}
#maincontent ol li {
font-size: 1.2em;
padding-left: .5em;
margin-bottom: .3em;
list-style-type: decimal;
margin-left:2em;
}

/* definition lists
-----------------------------------------------*/
 dl {
	font-size: 1.2em;
	margin: 2em 0;
	padding: 0;
	}
dt {
	width: 6em;
	float: left;
	margin: 0 0 0 0;
	padding: .3em !important;
	border-top: 1px solid #ccc;
	font-weight: bold;
	clear: both;
	}
dd {
	float: left;
	width: 24em;
	margin: 0 0 0 0;
	padding: .3em !important;
	padding-bottom: .6em !important;
	border-top: 1px solid #ccc;
	}	
	
/* secondcontent
----------------------------------------- */
#secondcontent ol {
	/* background: transparent url(http://www.oxeon.se/i/bg_bullet.gif) left bottom no-repeat;*/
	padding: 5px 15px 15px 15px;
background-color: #f0f0f0;
	}
#secondcontent ol li {
	font-size: 1.2em;
	/* list-style-type: none;*/
	list-style-type: disc;
	padding-left: 4px;
	/* background: transparent url(http://www.oxeon.se/i/bullet_big2.gif) left 4px no-repeat;*/
	margin-bottom: .7em;
	margin-left: 1.5em;
	}

/* subcontent
----------------------------------------- */
#basement {
	margin-top: 3em;
	background: transparent url(http://www.oxeon.se/i/bg_basement.gif) left top repeat-x;
	}
	
#subcontent {
	clear: both;
	
	padding-top: 1.6em;
	
	display: block;
	width: 740px;
	margin: 0 auto;
	}
#maincontent h3.news,
#news h3 {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: arial, verdana, sans-serif;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: bold;
	}
#maincontent h3.news a,
#news h3 a {
	color: #353535;
	text-decoration: none;
	}
#maincontent h3.news a:hover,
#news h3 a:hover {
	text-decoration: underline;
	}
#maincontent p.news,
#news p {
	margin-left: 150px;
	margin-right: 20px;
	margin-bottom: 1em;
	}
#maincontent p.news {
	width: 280px;
	margin-right: 0;
	}
#splashbox p {
	margin-top: 0;
	}




/* vcard
----------------------------------------- */
 

.vcard {
	float: left;
	font-size: 0.9em;
	color: #b2aaaa;
	margin-top: 4px;
	padding-left: 0px;
	}
/*
.vcard {
	float: left;
	font-size: 1.1em;
	color: #b2aaaa;
	margin-top: 12px;
	padding-left: 30px;
	background: transparent url(http://www.oxeon.se/i/icon_microformats.gif) left 4px no-repeat;
	}
.vcard .org {
	font-weight: bold;
	}
.vcard .country-name {
	text-transform: uppercase;
	}
.vcard .tel {
	padding-top: 5px;
	}
*/
	
h1.textreme,
h1.texero {
	text-indent: -999em;
	margin-bottom: .2em;
	height: 24px;
	}
h1.textreme {
	background: transparent url(http://www.oxeon.se/i/h1_textreme.gif) left top no-repeat;
	width: 158px;
	}
h1.texero {
	background: transparent url(http://www.oxeon.se/i/h1_texero.gif) left top no-repeat;
	width: 158px;
	}
	
/* extra styles for fckeditor (not working JH)
----------------------------------------- */



/* Startpage
----------------------------------------- */

#startpage_wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background-color: #4f4f4f;
	}

#startpage_content {
	margin-top: 8px;
	display: table;
	clear: both;	
	}

#startpage_maincontent {
	width: 720px;
	float: left;
	margin-right: 10px; /* gutter */
	}
#startpage_secondcontent {
	width: 230px;
	float: left;
	}
	
#flashDiv_720x308 {
	margin-bottom: 8px;
	}
#flashDiv_720x164 {
	margin-bottom: 8px;
	}
	
#startpage_rowthree {
	width: 720px;
	display:inline;
	}	
	
.startpage_rowthreebtn {
	margin-right: 7px;
	}	
	
.startpage_line { 
	margin-bottom: 1px; 
	margin-top: 16px; 
	border-bottom:1px solid #b2aaaa; 
} 

#startpage_newsbox {
	margin-top: 8px; 
	width: 230px;
	height: 337px;
	background-color: #dcdcdc;
	}
	
#startpage_news h3 {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#startpage_news p {
	margin-left: 10px;
	margin-right: 20px;
	font-size: 1.1em;
	}	

a.morenews {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.morenews:hover {
font-weight: bold;
	color: #828282;
	}

/* ----------------------------------------- */
	
	
/* End of 'oxeon2009' */

