/**
 * Master stylesheet for prestigeacademy.com
 *
 * License:
 *      All rights reserved.
 *
 * Authors:
 *      Reimund Trost <reimund@code7.se>
 */
/* Main Styles {{{ */
body {
	background: #fff url(../gfx/bg.gif);
	background: #000;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: #222;
	margin: 0;
	text-align: center;
}

h1, h2, h3, h4 { 
	text-transform: uppercase;
	letter-spacing: 3px;
}
/*
h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
*/

h3 {
	margin-top: 2em;
	font-size: 1em;
}

h1, h2 { font-size: 1.1em; }
h2.new { margin-top: 2em; }
a { color: #c64454; }
a:hover { text-decoration: none; }
a:visited { color: #999; }
ul { list-style-type: none; }
hr { display: none; }

h2.new em {
	color: #f00;
	font-style: normal;
}
	
div.hr {
	border-top: 1px solid #ccc;
	margin: 3em 0 3em 0;
	padding: 0 0 0 0;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt {
	margin: 0;
	padding: 0.3em 0.4em 0.3em 0;
	float: left;
}

dl dd {
	font-weight: bold;
	margin: 0;
	padding: 0.3em 0 0.3em 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}
address span {
	display: block;
	margin: 0.2em 0 0.2em 0;
}

/* }}} End Main Styles */

/* Main Container {{{ */
#main-container {
	text-align: left;
	width: 83em;
	margin: 60px auto 60px auto;
	background: #fff url(../gfx/container-bg.png) repeat-x;
	border: 10px solid #fff;
}

#content {
	text-align: left;
	float: left;
	width: 65.7em;
	padding: 6em 0 5em 0;
}
#content p { line-height: 1.4em; }
ul.bullet { list-style: square inside url(../gfx/bullet.png); } 
#content ul li { padding: 0.3em 0 0.3em 0; }

#navigation {
	margin: 161px 0 0 0;
	float: left;
	width: 13em;
	text-align: right;
}

div.img-credits {
	float: left;
	text-align: right;
}

div.img-credits small {
	display: block;
	font-size: 10px;
}

/* }}} End Main Container */

/* Header and Footer {{{ */
#footer {
	display: block;
	width: 594px;
	text-align: center;
	margin: 0 auto 0 auto;
}
/* }}} End Header and Footer */

/* Utility Classes {{{ */
.clear {
	clear: both;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	width: 0 !important;
}

.hidden { display: none; }
.left { float: left; }
.inline { display: inline; }
/* }}} End Utility Classes */

/* Menu {{{ */
#menu {
	margin: -0.4em 0 0 0;
	padding: 0em 0 0 3em;
}

#menu li {
	margin: 0 0 0 0;
	padding: 0.55em 0 0.55em 0;
	text-align: center;
}

#menu li a {
	text-decoration: none;
	color: #e0b7bc;
}
/* }}} End Menu */


/* Everything Else {{{ */
div.start {	margin: 0 0 0.9em 0; }
p.start { display: inline; }

div.start h1 {
	font-size: 1em;
	display: inline;
	letter-spacing: 2.6px;
}

div.start p { display: inline; }
ul.education { font-size: 1.2em; }
#ansokan { padding-left: 41em;}

#ansokan ul li {
	list-style: none;
	margin: 1em 0 1em 0;
}

#ansokan ul img { margin-right: 2em; }
#ansokan ul li a.bullet { text-decoration: none; }

#ansokan ul li a.content {
	position: relative;
	top: -1.5em;
}

div.human-finans ul {
	float: left;
	padding: 0;
}

div.human-finans ul li {
	margin-bottom: 0.8em;
}

img.human-finans {
	float: left;
	margin: 10px 0 0 20px;
}

/*
img.border-right { border-right: 2px solid #fff; }
img.border-black {	border: 1px solid black; }
*/
img.border-black {	border: 10px solid #000; }

img.border-black-right {
	border: 10px solid black;
	border-left: 0;
}

#portfolio {
	padding: 0;
	margin: 0;
}

#portfolio li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#portfolio a {
	text-decoration: none;
}

#portfolio img {
	/*padding: 1em;*/
	background: #fff;
	border: 10px solid #000;
	margin: 0 20px 20px 0;
}
/* }}} End Everything Else */
