/*--------------------------------------------------

	nufsaid. - portfolios

	version:	alpha
	author:		Erik Jørgensen
	email:		erik@nufsaid.no
	website:	http://www.nufsaid.no

--------------------------------------------------*/

/* :TODO: Everything */

/* LAYOUT
--------------------------------------------------*/

* 			{
			padding: 	0px;
			margin:		0px;
			background:	#fefefe;
			}
			
#logo {
border: 0;
padding: 15px;
}

#text {
width: 100%;
border: 1px #eeeeee solid;
border-right: 0px;
border-left: 0px;
margin: 15px;
padding: 5px 0px 5px 0px;
}

#line {
border: 0px;
padding: 0px 15px 0px 15px;
margin: 0px 15px 0px 15px;
background-image:url('http://www.nufsaid.no/pictures/colour/line.jpg');
background-repeat:repeat-x;
}

#container {
    width: 12500px;
    height: 562px;
    padding: 10px;
    }

#bwcontainer {
    width: 6300px;
    height: 562px;
    padding: 10px;
    }

.box {
    float: left;
    position: relative;
    width: 840px;
    height: 562px;
    border: 0;
    padding: 0px 5px 0px 5px;
}

.box_v {
    float: left;
    position: relative;
    width: 375px;
    height: 562px;
    border: 0;
    padding: 0px 5px 0px 5px;
}



/*------------------------------------------
TYPOGRAPHY
------------------------------------------*/

body 		{	
			font-size: 		62.5%;
			}

p 				{
				font-family: 		Verdana;
				color: 				#444;
				text-decoration: 	none;
				word-spacing: 		normal;
				text-align: 		left;
				letter-spacing: 	0;
				line-height: 		2em;
				font-size: 			1.2em;
				font-weight:		normal;
				margin:				5px;
		}

p.lightgray 	{
				font-family: 		Verdana;
				color: 				#777;
				text-decoration: 	none;
				word-spacing: 		normal;
				text-align: 		left;
				letter-spacing: 	0;
				font-size: 			1.2em;
				font-weight:		normal;
				}
		
strong {
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
	
