/*
Theme Name: nat-ala-mat
Theme URI: http://www.nat-ala-mat.com
Description: nat-ala-mat
Version: 0.1
Author: Alan Woo
Author URI: http://www.alanwoo.ca
*/


body {
	font-family: "Arial Narrow", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: blue;
}

a {
	color: white;
	text-shadow: blue 1px 1px 0;
}

.wpa_container {
	padding: 15px;
	border: 1px solid black;
	display: block;
	width: 30%;
}

.wpa_bar {
	width: 90% !important;
	margin-top: 15px !important;
}

.wpa_dl {
	display: none;
}

.wpa_play {
	background: white !important;
}

.wpa_text {
	letter-spacing: 15px;
}

.wpa_bar_load {
	height: 25px !important;
	background: url('images/sliderbg.gif') !important;
}

#top {
	margin: 0 auto;
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	text-align: center;
}

#natalamat {
	z-index: 300;
	color: white;
	text-shadow: blue 1px 1px 0;
	border: none;
	letter-spacing: 15px;
	font-size: 30px;
}

#searchform #s {
	z-index: 300;
	color: white;
	text-shadow: blue 1px 1px 0;
	border: none;
	letter-spacing: 15px;
	font-size: 30px;
	padding: 0;
	text-align: center;
	background: none;
}

#home-link {
	text-decoration: none;
}

a:hover {
	text-shadow: red 1px 1px 0;
}

#content {
	margin-top: 125px;
	margin-bottom: 125px;
	text-align: center;
	color: white;
	text-shadow: blue 1px 1px 0;
}

.post {
	margin: 5px;
}

.ala, .nat, .mat {
	width: 100%;
}

.nat {
	text-align: left;
}

.ala {
	text-align: center;
}

.mat {
	text-align: right;
}

.navigation {
	position: fixed;
	bottom: 50px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}