/*
Theme Name: Roemte
Theme URI: http://www.andriesreitsma.nl
Description: This theme is specially made for the graduation site for Academie Minerva School of Arts.
Author: Andries Reitsma
Author URI: http://www.andriesreitsma.nl/
Tags: Academie Minerva

	Roemte v1.0
	http://www.andriesreitsma.nl/

	This theme is specially made for the graduation site for Academie Minerva School of Arts.

*/



* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Trebuchet MS;
	line-height: 18px;
	background: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 12000px;
}

/*
Voor firefox
width: 10000px;
*/

a:link {
	color: #ff0099;
}

.bg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	min-width:1024px;
}

#menu {
	display: block;
	position: fixed;
	top: 20px;
	left: 20px;
	width: 220px;
	padding: 10px;
	background-color: black;
	z-index: 2;
	color: #ffffff;
}

#tape {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 150px;
	background: url('images/tape.png');
	z-index: 3;
}

#menu ul {
	margin: 0px
	margin-top: 25px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: block;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	list-style: none;
}

#menu li a {
	color: #000000;
	background-color: #eea4c6;
	text-decoration: none;
	padding: 5px;
	margin-left: 0px;
}

#menu li a:hover {
	background-color: #e93d8d;
}


#menu li a.pink {
	background-color: #f79bd1;
}

#menu li a.pink:hover {
	background-color: #ee41a7;
}

#menu li a.pinkActive {
	background-color: #ee41a7;
}

#menu li a.purple {
	background-color: #d3c5e4;
}

#menu li a.purple:hover {
	background-color: #a68ac8;
}

#menu li a.purpleActive {
	background-color: #a68ac8;
}

#menu li a.blue {
	background-color: #a4e0f8;
}

#menu li a.blue:hover {
	background-color: #48c0f0;
}

#menu li a.blueActive {
	background-color: #48c0f0;
}

#menu li a.white {
	background-color: #c8c8c8;
}

#menu li a.white:hover {
	background-color: #ffffff;
}

#menu li a.whiteActive {
	background-color: #ffffff;
}

#menu #navigate {
	display: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 50px;
	width: 215px;
	background-color: #ffffff;
}

#menu #search {
	margin-top: 15px;
	height: 70px;
	width: 205px;
	padding: 0px;
	color: #ffffff;
}

#menu #search b {
	color: #ffffff;
	font-weight: normal
}

#menu #navigate li {
	display: none;
	float: left;
	list-style: none;
}

#menu #navigate a{
	color: #000000;
	display:none;
	text-indent: 10px;
	width: 87px;
	height: 30px;
	margin: 5px;
	background-color: #efefef;
	text-decoration: none;
	line-height: 30px;
}

#menu #navigate a:hover{
	color: #FFFFFF;
	background-color: #00aeef;
}

a.menu {
	color: #000000;
}

h1 {
	font-family: Arial;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-left: 15px;
}

h3 {
	font-family: Arial;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	margin-left: 15px;
}


div.article {
	float: left;
	border-left: 1px dotted #000000;
	width: 280px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#page-wrap {
	position: absolute;
	left: 280px;
	top: 0px;
	bottom: 0px;
	padding-right: 20px;
}

p {
	padding: 15px;
	padding-top: 5px;
}

p table{
	padding: 15px;
}

h2 {
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	padding: 15px;
	padding-bottom: 0px;
}

img.article {
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 280px;
	background-color: white;
	margin-left: -15px;
}

object {
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 280px;
	background-color: white;
	margin-left: -15px;
}

embed {
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 280px;
	background-color: white;
	margin-left: -15px;
}

table, tr, td{ 
	vertical-align: top;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

hr {
	border: 0;
}

	/*
	border-bottom: 1px dashed #000000;
	*/

/*
Customizing fontcolor
*/

h2.fontcolor_zwart {
	color: #000000;
}
h2.fontcolor_grijs {
	color: #979797;
}
h2.fontcolor_wit {
	color: #ffffff;
}
h2.fontcolor_paars {
	color: #292670;
}
h2.fontcolor_roze {
	color: #eb008b;
}
h2.fontcolor_blauw {
	color: #00bcf1;
}
h2.fontcolor_geel {
	color: #fbed21;
}
h2.fontcolor_rood {
	color: #ec2024;
}
h2.fontcolor_lichtblauw {
	color: #d1ecf2;
}
h2.fontcolor_lichtgeel {
	color: #fbf8cd;
}
h2.fontcolor_goud {
	color: #faad3f;
}
h2.fontcolor_groen {
	color: #50b748;
}

/*
Customizing bodyfontcolor
*/

div.bodyfontcolor_zwart p, div.bodyfontcolor_zwart p a{
	color: #000000;
}
div.bodyfontcolor_grijs p, div.bodyfontcolor_grijs p a{
	color: #979797;
}
div.bodyfontcolor_wit p, div.bodyfontcolor_wit p a{
	color: #ffffff;
}
div.bodyfontcolor_paars p, div.bodyfontcolor_paars p a{
	color: #292670;
}
div.bodyfontcolor_roze p, div.bodyfontcolor_roze p a{
	color: #eb008b;
}
div.bodyfontcolor_blauw p, div.bodyfontcolor_blauw p a{
	color: #00bcf1;
}
div.bodyfontcolor_geel p, div.bodyfontcolor_geel p a{
	color: #fbed21;
}
div.bodyfontcolor_rood p, div.bodyfontcolor_rood p a{
	color: #ec2024;
}
div.bodyfontcolor_lichtblauw p, div.bodyfontcolor_lichtblauw p a{
	color: #d1ecf2;
}
div.bodyfontcolor_lichtgeel p, div.bodyfontcolor_lichtgeel p a{
	color: #fbf8cd;
}
div.bodyfontcolor_goud p, div.bodyfontcolor_goud p a{
	color: #faad3f;
}
div.bodyfontcolor_groen p, div.bodyfontcolor_groen p a{
	color: #50b748;
}

/*
Customizing background
*/

div.achtergrond_zwart {
	background-color: #000000;
}
div.achtergrond_grijs {
	background-color: #979797;
}
div.achtergrond_wit {
	background-color: #ffffff;
}
div.achtergrond_paars {
	background-color: #292670;
}
div.achtergrond_roze {
	background-color: #eb008b;
}
div.achtergrond_blauw {
	background-color: #00bcf1;
}
div.achtergrond_geel {
	background-color: #fbed21;
}
div.achtergrond_rood {
	background-color: #ec2024;
}
div.achtergrond_lichtblauw {
	background-color: #d1ecf2;
}
div.achtergrond_lichtgeel {
	background-color: #fbf8cd;
}
div.achtergrond_goud {
	background-color: #faad3f;
}
div.achtergrond_groen {
	background-color: #50b748;
}


/*
Customizing fonts
*/

h2.font_Arial {
	font-family: Arial;
	font-style: normal;
}
h2.font_ArialBlack {
	font-family: Arial Black;
	font-style: normal;
}
h2.font_ComicSans {
	font-family: Comic Sans MS;
	font-style: normal;
}
h2.font_Georgia {
	font-family: Georgia;
}
h2.font_Impact {
	font-family: Impact;
	font-style: normal;
}
h2.font_Times {
	font-family: Times New Roman;
	font-style: normal;
}
h2.font_Trebuchet {
	font-family: Trebuchet MS;
	font-style: normal;
}
h2.font_Verdana {
	font-family: Verdana;
	font-style: normal;
}

/*
Customizing fonts
*/

div.bodyfont_Georgia p {
	font-family: Georgia;
}

div.bodyfont_Helvetica p {
	font-family: Helvetica;
}

div.bodyfont_Times p {
	font-family: Times;
}

div.bodyfont_Arial p {
	font-family: Arial;
}

div.bodyfont_Courier p {
	font-family: Courier;
}





div.bodyfont_Arial p {
	font-family: Arial;
}
div.bodyfont_ArialBlack p {
	font-family: Arial Black;
}
div.bodyfont_ComicSans p {
	font-family: Comic Sans MS;
}
div.bodyfont_Georgia p {
	font-family: Georgia;
}
div.bodyfont_Impact p {
	font-family: Impact;
}
div.bodyfont_Times p {
	font-family: Times New Roman;
}
div.bodyfont_Trebuchet p {
	font-family: Trebuchet MS;
}
div.bodyfont_Verdana p {
	font-family: Verdana;
}

h2.smaller {
	font-size: 1.3em;
}

