/* General tag attributes */

body {
	font-size: 14px;
	font-family: 'Forum', cursive;
	padding: 0px;
	margin: 0px;
	background: #000;
	color: black;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ruslan Display', cursive;
}
h1 {
    font-size: 42px;
	font-family: 'Megrim', cursive;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}

ol {
	margin-right: 40px;
	list-style: circle;
}

li {
	margin-bottom: 10px;
}

a, a:link {
	border-bottom: 1px dotted #69f;
	color: #36c;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
	border-bottom-color:#969;
	color:#939;
	background-color: inherit;
}

a:hover {
	border-bottom-color:#000;
	color:#f00;
	background-color: inherit;
}

a.noline:link, a.noline:visited, a.noline:hover {
	border-style:none;
}

img {
	border-style: none;
}

.accesskey {
	text-decoration: underline;
}

.valid {
	border:0;
	width:88px;
	height:31px;
}

.noBorder {
    border: 0em;
    padding: 0em;
    margin: 0em;
    border-collapse: collapse;
}

.album {
    padding: .5em;
}

.column {
    padding: 1em 1em 0em 1em;
    margin-right: .5em;
}

.links {
    float: left;
    line-height: 2em;
	color: inherit;
    margin-left: 2%;
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: 1em;
}

.links a {
    white-space: nowrap;
    margin: .4em;
    padding: 0em;
}

.links h3 a, .links h3 a:hover {
    border-left: none;
    border-right: none;
}

.floatBreak {
    clear: both;
}

.whatisthis {
    font-size: smaller;
    cursor: help;    
}

abbr, acronym {
	font-family: Gothic, Times, Serif;
}

.column-list {
	list-style: none;
	margin: 0.5em 0em 1em 0em;
	padding: 0em;
}

.column-list li span  {
	padding: 0.5em 0.7em 0.7em 0em;
}
.column-list li {
	float: left;
	width: 7em;
	margin: 0;
	padding: 0 0 0.8em 0;
	font-size: 85%;
}
.column-list li a {
	margin-left: 2em;
}

.imageList, .imageList li {
	list-style: none;
	display: inline;
}

.imageList li {
	float: left;
	padding: 20px;
	padding-bottom: 100px;
}
.imageList span {
	float: left;
}
.imageList img {
	float: left;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white))
}

.dev {
	font-family: 'Cabin Sketch', cursive;
}

/* specific tag-id's */

#header {
    color: silver;
	background-color: inherit;
	text-align: right;
	min-width: 470px;
	margin: 0px 50px 0px 50px;
}

#intro {
    color: white;
    background-color: inherit;
	min-width: 470px;
	margin: 0px 50px 0px 50px;
}

#main {
    color: black;
	background-color: white;
	padding: 1em;
    margin: 0em 5% 0em 5%;
	-moz-box-shadow: 5px 10px 5px #222;
	-webkit-box-shadow: 5px 10px 5px #222;
	box-shadow: 5px 10px 5px #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#footer {
	min-width: 370px;
	color: black;
	background-color: white;
	padding: 2em;
	margin: 20px 100px 20px 100px;
	-moz-box-shadow: 5px 10px 5px #222;
	-webkit-box-shadow: 5px 10px 5px #222;
	box-shadow: 5px 10px 5px #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}