/*
Theme Name: Montoya
Theme URI: http://danielmontoyajr.com/
Description: Theme developed for Daniel Montoya
Version: 1.0
Author: Louis W. Lang III
Author URI: http://LouisLang.com/
Tags: Music, Montoya
*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

p img { padding: 0; max-width: 100%; }

img.right { padding: 0px; margin: 0 0 0 0; display: inline; }
img.left { padding: 0px; margin: 0 0 0 0; display: inline; }

.right { float: right; }
.left { float: left; }

img.centered { display: block; margin-left: auto; margin-right: auto; }

@font-face {
    font-family: "Utsaah";
    src: url(utsaah.ttf) format("truetype");
}
@font-face {
    font-family: "Bernadette";
    src: url(bernadette.ttf) format("truetype");
}

body {
	background: #222 url(images/background.png) top left repeat-x;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3 {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h1, h2 {
	font-size: 18px;
	font-family: 'Bernadette', Verdana, Geneva;
        color: #6fa9ff
}

#container {
	margin: 0px auto;
	width: 845px;
	background: #f2f2f2;
	border: 2px solid #000;
	text-align: left;
}

#navigation {
	display: block;
	width: 845px;
	height: 30px;
	background: #ccc url(images/navigation.png) top left no-repeat;
}

#navigation ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

#navigation ul li {
	float: left;
	list-style: none;
}

#navigation ul li a {
	line-height: 30px;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 15px;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
}

#home {
	display: block;
	width: 75px;
	height: 30px;
}

#email {
	display: block;
	width: 90px;
	height: 30px;
}

#music_for_the_field {
	display: block;
	width: 160px;
	height: 30px;
}

#music_for_the_stage {
	display: block;
	width: 170px;
	height: 30px;
}

#biography {
	display: block;
	width: 125px;
	height: 30px;
}

#facebook {
	display: block;
	width: 100px;
	height: 30px;
}

#twitter {
	display: block;
	width: 95px;
	height: 30px;
}

#site_head {
	display: block;
	background: #000 url(images/header.png) center center no-repeat;
	width: 845px;
	height: 125px;
	padding: 0px 0px 0px 0px;
}

#sub_navigation {
	display: block;
	height: 30px;
	width: 845px;
	border-bottom: 5px #181818 solid;
}

#sub_navigation ul {
	margin: 0px;
	padding: 0px;
	width: 500px;
	float: left;
	padding: 0px 0px 0px 15px;
}

#sub_navigation ul li {
	float: left;
	list-style: none;
}

#sub_navigation ul li a {
	text-decoration: none;
	color: #fff;
	font-variant: small-caps;
	line-height: 30px;
	font-size: 16px;
	padding: 0px 20px 0px 10px;
	font-family: 'Utsaah', Verdana, Geneva;
}

#sub_navigation ul li a:hover {
	text-decoration: underline;
}

#sub_sub_navigation {
	display: block;
	height: 10px;
	width: 845px;
}

#sub_sub_navigation ul {
	margin: 0px;
	padding: 0px;
	width: 845px;
	float: left;
	padding: 0px 0px 0px 15px;
}

#sub_sub_navigation ul li {
	float: left;
	list-style: none;
}

#sub_sub_navigation ul li a {
	text-decoration: none;
	color: #fff;
	font-variant: small-caps;
	line-height: 20px;
	font-size: 14px;
	padding: 0px 20px 0px 10px;
	font-family: 'Utsaah', Verdana, Geneva;
}

#sub_sub_navigation ul li a:hover {
	text-decoration: underline;
}

#site_body {
	display: block;
	background: #525252 url(images/content_background.png) top left no-repeat;
	color: #f2f2f2;
}

#content {
	border: 2px solid #525252;
	padding: 20px;
	margin: 10px;
}

#content p {
	padding-left: 30px;
}

#content a {
	color: #fff;
}

#content a:hover {
	color: #ccc;
}
	
#client_content {
        font-size: 9px;
	border: 2px solid #525252;
	padding: 20px;
	margin: 10px;
}

#client_content a {
	color: #fff;
}

#client_content a:hover {
	color: #ccc;
}

#left_column {
	display: block;
	float: left;
	width: 180px;
}

#left_column ul {
	margin: 0px;
	padding: 0px;
}

#left_column ul li {
	list-style: none;
	line-height: 15px;
}

#left_column ul li a {
	color: #6fa9ff;
	text-decoration: none;
}

#left_column ul li a:hover {
	color: #ccc;
}

#right_column {
	display: block;
	float: left;
	width: 600px;
}

.location {
	font-size: 13px;
	display: block;
	width: 320px;
	line-height: 30px;
	background: transparent url(images/arrow.png) center left no-repeat;
	text-indent: 20px;
	float: left;
	font-weight: normal;
}

.clear {
	clear: both;
}
