/*
Theme Name: UMA Theme
Theme URI: http://wordpress.org/
Description: The United Modern Arnis theme.
Version: 1.0
Author: Scott Reilly
Author URI: http://coffee2code.com/
Tags: black, gray, two columns
*/

html, body {
	background:#000 url('images/uma_bg.png') repeat-y top left;
	color:#ddd;
	font-size:100%;
}
#left {
	width:450px;
}
#right {
	position:absolute;
	top:0;
	left:485px;
	padding-right:25px;
}
#left {
	background-color:#000;
	text-align:center;
}
#left a {
	color:#ddd;
	font-family:Georgia;
}
#left a:visited {
	color:#aaa;
}
#left a:hover {
	color:#fff;
}
#right a, #right a:visited {
	color:#dd0000;
}
#right a:hover {
	color:#ee0000;
}
#logo {
	margin: 0 auto 25px;
}
h1 {
	font-size:197%;
}
h1, #left h1 a, #left h1 a:hover, #left h1 a:visited {
	color:#990000;
}
h1 a {
	text-decoration:none;
}
h2 {
	font-size:167%;
	font-family:Georgia,"Times New Roman",Times,serif;
	border-bottom:1px solid #999;
}
h3 {
	font-size:116%;
	border-bottom:1px solid #999;
}
.footer {
	color:#909090;
	text-align:center;
	margin-top:50px;
	font-size:77%;
}
.center {
	margin:0 auto;
	text-align:center;
}
dt {
	font-weight:bold;
}
#sna {
	color:#909090;
	font-size:77%;
}
#links {
	list-style:none;
}
#links li {
	list-style:none;
}

#videos dt {
margin-bottom:0;
margin-top:60px;
}
#videos dt.first {
margin-top:0;
}
#videos dd {
margin-bottom:32px;
}

