@CHARSET "ISO-8859-1";
/*
Theme Name: Environmental Aesthetics Custom
Theme URI: http://environmentalaesthetics.com
Description: Custom Wordpress theme for Environmental Aesthetics 
Version: 1.0
Author: Megan Shanholtz
Author URI: http://meganshanholtz.com/
	EA Custom 1.0
	http://environmentalaesthetics.com

	The CSS, XHTML and design copyright Environmental Aesthetics, 2009.

*/

@font-face {
        font-family: "New Order Font";
        src: url(http://www.environmentalaesthetics.com/fonts/No-perft.ttf) format("truetype");
}

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 10.5px;	
}
em {
	font-style: oblique;	
}
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}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Arial, helvetica, "New Order Font";
	font-size: 12px;
	color: #000;
	background: #fff url('images/border.gif') 0 0 repeat-x;
	line-height: 1.4em;
}

h1 {
	font-size: 36px;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 10px solid #c0c0c0;
}
h1.noborder {
	border: none;
	font-size: 24px;
	color: #000;
	margin: 10px 0 20px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	color: #212121;
	margin: 20px 0 5px 0;
	padding: 0;
	font-weight: lighter;
	
}
h3 {
	font-size: 14px;
	color: #454545;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	color: #212121;
	margin: 20px 0 5px 0;
	padding: 0;
	font-weight: light;
	
}

h5 {
	font-size: 14px;
	color: black;
	margin: 5px 0 5px 0;
	padding: 0 0 2px 0; 
	text-transform: uppercase;
}

h6 {
	font-size: 18px;
	color: #212121;
	margin: 20px 0 5px 0;
	padding: 0;
	font-weight: lighter;
	text-align: center
}
#right-sidebar h5 > a, #right-sidebar h5 > a:active, #right-sidebar h5 > a:visited {
color: #5D1B53;
font-size: 16px;
text-decoration: none;

}

#right-sidebar h2 > a , #right-sidebar h2 > a:active, #right-sidebar h2 > a:visited {
color: #212121;
text-decoration: none;

}
#left-sidebar h5 > a , #left-sidebar h5 > a:active , #left-sidebar h5 > a:visited {text-decoration: none; color: black

}

#left-sidebar h2 > a , #left-sidebar h2 > a:active , #left-sidebar h2 > a:visited {text-decoration: none; color: black

}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.noline { text-decoration: none; }
.styled {
	font-family: "New Order Font", Andale mono, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	width: 250px;
}
.styled_small {
	font-family: "New Order Font", Andale mono, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	width: 220px;
	margin-right: 10px;
}
.styled_textarea {
	font-family: "New Order Font", Andale mono, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 1.3em;
	padding: 5px;
	margin-bottom: 5px;	
	border: 1px solid #ccc;
	width: 440px;
}
.archivemeta {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #ddd;
	font-size: 11px;
	color: #666; 
}	
.singlemeta { line-height: 1em; margin: 25px 0; padding-top: 15px; border-top: 1px dashed #ddd; } 

img.album-artwork { border: 1px solid #999; }

/* Containers =========================== */
#container {
	width: 1200px;
	margin: 0 auto;
}

#header-wrap {
	background: #fdfffc;
	height: 212px;
	border-bottom: 5px solid #c0c0c0;
}

#header {
	width: 940px;
	margin: 0 auto;
}

#content {
	padding: 10px 0;
}

#main-content {
	width: 640px;
	float: left;
	margin: 0 50px;
	padding: 10px 0;
}

#main-content h2 {
	color: #333;
}
#main-content h2 a {
	text-decoration: none;
	color: #333;	
}

#slideshow {
	width: 440px;
	overflow: hidden;
	margin: 0 0 30px 0;
	border: 1px solid #999;
	height: 188px;
}

/* Left Sidebar ========================= */
#left-sidebar {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0;
}

#left-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-sidebar h2 {
	margin-bottom: 15px;
}

#artists-list ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	display: block;
}
#artists-list ul li {
	display: block;
	margin: 0;
	padding: 0;
}
#artists-list ul li a {
	text-decoration: none;
	color: #393939;
	font-size: 14px;
	padding: 3px 0 3px 15px;
	margin: 0;
	display: block;
	background: url('images/red-arrows.gif') left center no-repeat;
}
#eventlist h5> a {
color: #ff0000
font-size: 30px;
}

#eventlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#eventlist ul li {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	color: #4b4b4b;
}
#eventlist ul li a {
	text-decoration: none;
	color: #666;
}
#eventlist ul li a.morelink {
	color: #890b0e;
	font-size: 10px;
}
#eventlist ul li span.title {
	color: #2a4d7b;
	font-size: 14px;
}
#eventlist ul li p {
	margin: 0;
	padding: 0;	
}
#eventlist a.viewall {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

/* Right Sidebar ======================== */
#right-sidebar {
	width: 200px;
	float: left
}

ul#social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#social-icons li {
	text-align: left;
	margin: 0 2px 0 0;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}
ul#social-icons li a {
	font-size: 11px;
	color: #444;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

/* Footer =============================== */
#footer {
	text-align: center;
	border-top: 1px solid #c0c0c0;
	padding: 10px;
	font-size: 11px;
	color: #c6c6c6;
}

#posters-show {
	height: 188px;
	width: 440px;
}

#albums-show-wrap {
	width: 150px;
	height: 180px;
	margin: 0 0 20px 0;
	padding: 0;
}

#albums-show {
	width: 150px;
	height: 150px;	
}

span#albuminfo {
	display: block;
	width: 115px;
	text-align: center;
	float: left;	
}

span#next a {
    display: block;
    float: right;
    width: 16px;
    height: 9px;
    cursor: pointer;
    background: transparent url(images/next.gif) no-repeat 0 0;
}

span#next a:hover {
    background-position: -16px 0;
}

span#next a:active {
    background-position: -32px 0;
}

span#prev a {
    display: block;
    float: left;
    width: 16px;
    height: 9px;
    cursor: pointer;
    background: transparent url(images/prev.gif) no-repeat -48px 0;
}

span#prev a:hover {
    background-position: -32px 0;
}

span#prev a:active {
    background-position: -16px 0;
}