﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
    }

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
    background-color: #E6E6E6;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.8em;
    color: #000000;
}

img {
    border-width: 0;
    text-align: center;
}

/* 1 HEADER */

.header {
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
    position: relative;
    width: 950px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

.menua {
    position: absolute;
    right: 20px;
    top: 125px;
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
}

.logo 
{
    width: 25%;
    position: relative;
    height: 100%;
    float: left;    
}

.skrift
{
    width: 70%;
    position: relative;
    height: 100%;
    float: right;
}

.nav {
    position: absolute;
    right: 20px;
    top: 180px;
    text-transform: uppercase;
    font-size: 10px;
}

.p30right {
    width: 30%;
    position: relative;
    height: 100%;
    float: Right;    
}

.p30midle {
    width: 30%;
    position: relative;
    height: 100%;
    float: left; 
}

.p30left {
    width: 30%;
    position: relative;
    height: 100%;
    float: left;
}

.p100 {
    width: 100%;
    position: relative;
    height: 100%;
    float: none;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

/* 1.1 SHIM */

.shim {
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    height: 8px;
    font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
    text-align: center;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
    text-align: center;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
    background-image: url(images/body-repeat.gif);
    position: relative;
    width: 950px;
    padding: 0px 0px;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px;
}

/* 2.1 SMCN PAGES */

.txtBox120 
{
	width : 120px;
}

#smcn-home {
	background-image: url(images/body-repeat-smcn.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#smcn-detail {
	background-image: url(images/body-repeat-photo.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#smcn-sidebar {
	float: left;
	width: 136px;
	height: 250px;
}

#smcn-content {
	margin-left: 160px;
}

#sidebar {
    margin: 10px 10px 20px 10px;
    float: left;
    width: 250px;
    height: auto;
}
#content {
    margin-left: 300px;
    margin-right: 25px;
    width: 625px;
    height: 100%;
}
#content_app
{
    margin-left: 300px;
    margin-right: 25px;
    background-color: #FFFFCC;
    width: 625px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
    background-image: url(images/footer-bot.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    height: 75px;
    text-align: center;
    font-size: 11px;
    position: relative;
}
.menub {
    margin: 12px auto 5px auto;
    text-transform: capitalize;
    font-size: 11px;
}

.menub a:visited {
	color: #d32525;
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
    border: 4px solid #FFFFFF;
    margin-left: 25px;
}
.imglogo
{
    width: auto;
    position: relative;
    height: auto;
    float: left;
    left: 35%;
    top: 0px;
}

.imgskrift
{
    width: auto;
    position: relative;
    height: auto;
    float: left;
    left: 8%;
    top: 0px;
    right: 8%;
    text-align: center;
}
#profile_sidebar
{
    margin: 10px 10px 20px 10px;
    float: left;
    width: 250px;
    height: 100%;
}
#profile_content
{
    margin-left: 25px;
    float: left;
    width: 625px;
}
#content_member
{
    margin-left: 300px;
    margin-right: 25px;
    background-color: #CCCCCC;
    width: 625px;
}
#left_button
{
    width: 65%;
    float: left;
    text-align: left;
}
#right_button
{
    width: 30%;
    float: right;
    text-align: right;
}
.left-align
{
    text-align: left;
}

#content_conf
{
    margin-left: 300px;
    margin-right: 25px;
    background-color: #FFFFFF;
    width: 625px;
}

/* Desperat forsøk på å få to kolonner til å vises riktig i IE6, IE7 og FireFox */

#container {
    width: 950px;
    height: auto;
    overflow: hidden;
}
#container .leftcol {
    margin: 10px 10px -30000px 20px;
    float: left;
    width: 250px;
    padding-bottom: 30000px;
}
#container .rightcol {
    float: right;
    width: 625px;
    padding-bottom: 30000px;
    margin-bottom: -30000px;
    margin-right: 30px;
    margin-left: 15px;
}

#tab_content
{
    margin-left: 10px;
    margin-right: 0px;
    width: 940px;
}

.left-column
{
    width: 240px;
    text-align: left;
    vertical-align: top;
}
.right-column
{
    width: 625px;
    text-align: left;
    vertical-align: top;
}
.right-centered-column
{
    width: 625px;
    text-align: left;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.midle-column
{
    width: 10px;
    text-align: left;
    vertical-align: top;
}
.watermarked 
{ 
   background-color: #E1E1E1; 
   border: solid 1px #808080; 
   padding: 2px; 
} 
.nonwatermarked 
{ 
   border: solid 1px #808080; 
   padding: 2px; 
}
.PleaseWait
{
   height : 13px;
   width: 150;
   background-image: url(images/ajax-loader_big.gif);
   background-repeat: no-repeat;
}

