/*
-----------------------------------------------
CSS regler

Kund:     TextDesign
Upphov:   Julian Kommunikation (www.julian.se)
Version:  #2 - 3 augusti 2006

REFERENS
Motverka sidhopp	http://archivist.incutio.com/viewlist/css-discuss/51018
Firefox länk		http://sonspring.com/journal/removing-dotted-links'
Clearing floats		http://www.quirksmode.org/css/clearing.html
MooShow				http://www.mooshow.eatpixels.com/
----------------------------------------------- */


/* =Innehåll
-----------------------------------------------
01. Struktur
02. Header
03. Content
04. Footer
05. Listor
06. Formulär
07. Olika småklasser
08. MooShow
----------------------------------------------- */


/* =Struktur (01)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0; 
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Helvetica, 'Lucida Grande', Georgia, Arial, sans-serif;
	color: #333;
	text-align: center;
	background:#494A43;
	background-image:url(../images/bg_body.gif);
	}

#logo {
	margin: 10px auto 0;
	height: 60px;	 /* 31px */
	width: 779px;
	}

#logo img {
	float: left;
	margin-left: 30px;
	}

#page {
	background: url(../images/bg.gif) repeat-y top;
	border: none;
	margin: 10px auto 0;
	width: 779px;
	text-align: left;
	}

body,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	}

html { /* Sidhopp */
	min-height: 100%;
	margin-bottom: 1px;
	}

a { /* Firefox prickig länk */
	outline: none;
	}

a, a:link, a:visited, a:focus, a:hover {
	color: #9A3F3D;
	text-decoration:none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	}
	
h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	line-height:1.3;
	}
	
h2 {
	font-size:1.2em;
	}
	
h3 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	}

p {
	padding: 0 0 14px 0;
	}

#clear {
	clear:both;
	}


/* =Header (02)
----------------------------------------------- */
#header {
	margin: auto; /* För att kompensera bredden på skuggan == Tidigare AUTO */
	height: 19px;	 /* 31px */
	width: 779px; /* 100% */
	background: url(../images/header.gif) no-repeat bottom center;
	}

#menu {
	margin: -19px 0 0 32px;
	height: 60px;
	color: #000;
	width:700px;
	text-align: left;
	display: inline;
	float: left;
	}


/* =Content (03)
----------------------------------------------- */
#content, #index {
	clear: left;
	margin: 0 0 0 32px;
	width:715px;
	overflow: hidden;
	background: url(../images/content-grad.jpg) repeat-x;
	}

#index {
	clear: left;
	margin: 0 0 0 32px;
	width:715px;
	height: 374px;
	overflow: hidden;
	background: url(../images/framsida.jpg) repeat-x;
	}

#content img {
	margin: 0;
	padding: 0;
	}

/* Detta är den gamla, vita intro-rutan, samt stylning på rubriken nedan
#intro {
	float: right;
	margin: 30px 30px 0 0;
	width: 308px;
	height: 321px;
	background:url(../images/intro.gif) no-repeat;
	display: inline;
	opacity: .9;
	filter: alpha(opacity=90);
	}

#intro h1 {
	margin: 20px 30px;
	color: #444;
	}*/

#intro {
	float: right;
	margin: 30px 0 0 0;
	width: 100%;
	height: 321px;
	display: inline;
	text-align: center;
	}

#intro h1 {
	margin: 300px 30px 0;
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	}

#intro p {
	margin: 10px 30px;
	}

#left, #left_portfolio {
	position:relative;
	float:left;
	width:330px;
	margin:30px 0 0 30px;
	text-align: left;
	display: inline; /* För att motverka IEs dubblering av avstånd på floated DIVs */
	}

#left_portfolio {
	width:200px;
	margin:30px 0 0 20px;
	}
	
#left p {
	margin: 10px 20px;
	}

#right, #right_portfolio {
	float:left;
	width:320px;
	margin:30px 0 0 5px;
	text-align: left;
	padding-bottom:10px;
	min-height:30em; /* REF http://www.cssplay.co.uk/boxes/minheight.html - IE behöver hack (nedan > * html). Fungerar det med IE7 ? */
	height:auto;
	}

/*\*/
* html #right, * html #right_portfolio {
	height: 30em;
	}
/**/

#right_portfolio {
	float:right;
	width:450px;
	margin:30px 20px 0 20px;
	display: inline; /* IE x2 */
	}


/* =Footer (04)
----------------------------------------------- */
#footer-bg {
	margin: 0;
	width: 779px;
	height: 16px;
	background: url(../images/footer.gif) no-repeat bottom;
	border: none;
	}

#footer {
	margin: 6px auto 0;
	text-indent: 34px;
	text-align: left;
	color: #666;
	height: 20px;
	width: 779px;
	}

#footer a {
	color: #666;
	}

#footer a:hover {
	color: #666;
	text-decoration:underline;
	}


/* =Listor (05)
----------------------------------------------- */
#navlist {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	}

#navlist ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	}

#navlist li {
	display:inline;
	padding:0;
	margin:0;
	font-size: 90%;
	font-weight:500;
	}

ul#navlist .currentpage a {
	background:url(../images/bg_meny.gif) no-repeat;
	color: #444;
	}

#navlist a {
	border-bottom:0;
	padding:22px 10px 5px 10px;
	margin:0;
	color:#444;
	text-decoration:none;
	display:block;
	float:left;
	width:auto;
	}

#navlist a:hover {
	background:url(../images/bg_meny.gif) no-repeat;
	color: #000;
	}


/* =Formulär (06)
----------------------------------------------- */


/* =Olika småklasser (07)
----------------------------------------------- */
.bold {
	color: #993a62; 
	text-decoration: none; 
	font-weight: bold;
	}


/* =MooShow (08)
----------------------------------------------- */
.mooshow a img { 
	border: none;
	outline: none;
	-moz-outline: none;
	}

.mooshow_outerContainer{
	position: relative;
	background-color: #fff;
	color: inherit;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	display: table;
	}

.dropShadowBorder {
	border-top:1px solid #FFF;
	border-right:1px solid #CCC;
	border-left:1px solid #FFF;
	border-bottom:1px solid #CCC;
	}

.mooshow {
	position: inherit;
	display: none;
	}
	
.mooshow_loading{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	}

.mooshow_copyright{
	background: #ccc;
	position: absolute;
	top: 15px;
	right: 10px;
	color: #CCCCCC;
	font-size:9px;
	}

.mooshow_extras{
	margin: 0 auto;
	text-align: left;
	color:#666666;
	background-color: inherit;
	}

.mooshow_topNav{
	padding-bottom: 10px;
	text-align: left;
	font-size: 8px;
	background-color: inherit;
	color:#CCCCCC;
	line-height: 170%;
	width: 100%;
	font:verdana,Arial, Helvetica, sans-serif;
	}
	
#myShow_topNav{
 font-size: 10px;
 }
 
.mooshow_captions{
	font:Verdana,Arial, Helvetica, sans-serif;
	color:#666;
	margin: 0 auto;
	text-align: left;
	line-height:140%;
	height: 43px;
	width: 100%;
	font-size:10px;
	}

.mooshow_contentContainer{
	background-color: #585858;
	color: inherit;
	position: relative;
	text-align: center;
	line-height: 0.0;
	padding: 15px;
	border: 1px solid #ddd;
	}
	
.mooshow_overlayNav{
	position: absolute;
	top: 15px;
	left: 0;
	height: 100%;
	width: 100%;

	}

.mooshow_prevLink, .mooshow_nextLink{
	width: 40%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	outline:none;
	}
	
.mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none;}
.mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none;}
.mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(../images/prev.gif) left 100% no-repeat; }
.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(../images/next.gif) right 100% no-repeat; }


.mooshow_IPTC{
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	background-color: #000;
	color:#CCCCCC;
	font-size:9px;
	line-height:140%;
	text-align:left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	display: none;
	}
		
.mooshow_IPTCbutton{
	position: absolute;
	top: 0;
	left: 0;
	}

.mooshow_IPTC_left{
	float: left;
	text-align:right;
	width:18%;
	}

.mooshow_IPTC_right{
	float: right;
	text-align:left;
	width:80%;
	}
.iptc_titel {
	font-weight:bold;
	font-size: 11px;
	color:#727D92;
	}
