/*   
Theme Name: 2012borderlands
Theme URI: http://www.dirtyverbs.com
Description: 2012-13 design for Borderlands Theater by Logan Phillips.
Author: Logan Phillips
Author URI: http://www.dirtyverbs.com
Template: 
Version: 1.0
.
Email if you're interested: logan@dirtyverbs.com
.
*/

/* DIRTYCSS LOGAN PHILLIPS DIRTYVERBS.COM ... ALWAYS LEARNING ... */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	
	
	padding: 0;
	margin: 0;
	
	background-color: #FECA4E;


}

/*-------------------------------------*/

#cuadritos {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 50px;
	background-color: hsl(42, 69%, 99%);
	background-image: url(2012borderlands_bg-cuadritos.gif);
	background-position: center center;
	background-repeat: repeat-x;
}

#header {

	padding: 0;
	margin: 0;
	
	width: 100%; 
	min-height: 100px;

	border-bottom: 1px black solid;
	background-color: hsl(179, 54%, 40%);
	
	text-align: center;
	line-height: 100px;
}

#header a {
	text-decoration: none;
	color: hsl(42, 99%, 65%);
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 2.8em;
	font-family: nimbus-sans-condensed,sans-serif;
	font-style: normal;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 15px;
}

#header a:hover { text-decoration: none; color: white; }

/*-------------------------------------*/

#tlatecuhtli {
	max-width: 800px;
	padding: 0;
	margin:0 
	auto;
	
	min-height: 561px;
	
	border-right: 1px black solid;
	border-left: 1px black solid;
	
	background-color: hsl(358, 71%, 48%);
	background-image: url(2012borderlands_tlatecuhtli.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
}

/*-------------------------------------*/

#wpcontent_slider_container { 	border-right: 1px black solid; border-left: 1px black solid; }

#marquee {
	max-width: 800px;
	padding: 0;
	margin:0 
	auto;
	
	min-height: 200px;
	
	border: none;
	
	background-color: hsl(358, 71%, 48%);
}

/*-------------------------------------*/

#second-bg {
	background-image: url(2012borderlands_bg-second.png);
	background-position: center top;
	background-repeat: repeat-y;
}

/*-------------------------------------*/

#container {
	max-width: 800px;
	padding: 0;
	margin:0 
	auto;
}

/*-------------------------------------*/

#menu {
	margin: 0;
	padding: 0;
	
	width: 798px;
	min-height: 50px;
	
	background-color: hsl(358, 71%, 48%);
	background-image: url(2012borderlands_bg-menu.png);
	background-position: center left;
	background-repeat: no-repeat;
	
	border-right: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
}

#menu ul { margin: 0; padding: 18px 0 0 0; list-style: none; border: none; }
#menu li { margin: 0; padding: 0; list-style: none; border: none; }
#menu li li li { margin: 0 0 0 0; padding: 3px 0 0 0; background: hsla(358, 71%, 48%, 0.9); border-right: solid 2px hsla(0, 33%, 30%, 0.9); border-left: solid 2px hsla(0, 33%, 30%, 0.9); list-style: none; }
#menu li li li:last-child { border-bottom: solid 2px hsla(0, 33%, 30%, 0.9) }
#menu li li li:first-child { margin: -9px 0 0 0; }

#menu a {
	text-transform: uppercase;

	font-size: 1.6em;
	letter-spacing: 4px;
	
	font-family: nimbus-sans-condensed,sans-serif;
	font-style: normal;
	font-weight: 700;

	color: #ffcc00;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#menu a:hover { text-decoration: none; color: white; }
#menu a:active { text-decoration: none; color: white; }

/*-------------------------------------*/

#floater {
    position: fixed;
    right: 0;
    top: 50%;
    width: 12em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: hsla(48, 100%, 50%, 0.7);
    color: #006666;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid hsla(48, 100%, 50%, 0.5);
    border-right: none;
    padding: 0.5em 1em 0.5em 1em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
  }
  
#floater li { margin: 0; list-style: none; }
#floater a { color: hsl(179, 54%, 40%); font-style: italic; }
#floater a:hover { text-decoration: none; color: white; }

/* Make menu absolute, not fixed, on IE 5 & 6 */
#floater { position: absolute }
*>#floater { position: fixed }

p.stb { text-indent: 0; margin-top: 0.83em }
p.mtb { text-indent: 0; margin-top: 2.17em }
p.ltb { text-indent: 0; margin-top: 3.08em }

/*-------------------------------------*/

#content {
	margin: 0 0 0 0;
	padding: 0;
	
	border-right: 1px black solid;
	border-left: 1px black solid;
	
	background: hsla(100, 100%, 100%, 0.6);	
}

/*-------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	
	width: 798px;
	min-height: 50px;
	
	background-color: hsl(358, 71%, 48%);
	background-image: url(2012borderlands_bg-menu.png);
	background-position: center left;
	background-repeat: no-repeat;
	
	
	border-left: 1px black solid;
	border-right: 1px black solid;

	
	color: #ffcc00;
	text-align: center;
	line-height: 50px;
}

#footer p { margin: 0; padding: 0; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: none; color: white; }
#footer img { padding: 0; border: 0; }

#sponsors {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	min-height: 100px;
	width: 100%;
	
	background-color: hsl(179, 54%, 40%);
	
	border-top: 1px solid black;
	
}

#sponsors img { display: block; margin-left: auto; margin-right: auto; }

/*------------------ PRIMARY STYLES -------------------*/
	
.post { margin: 0; padding: 0; color: black; }
.post a:link { color: black; text-decoration: underline; }
.post a:hover { text-decoration: none; }
.post a:visited { color: black; }

.post img {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
}

.entry {
	padding: 50px 75px 75px 75px;
	
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
}
	
.entry-less-padding {
	padding: 15px 15px 15px 15px;
	
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
}
	
.entry img { padding: 0; border: none; }




/*-- TITLES --*/

h2 {
	margin: 0;
	padding: 0;
	
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 5px; 
	
	border: 1px solid black;
}

h2 a:link { text-decoration: none; }
h2 a:hover { text-decoration: none; color: #fff; }
h2 a:visited { text-decoration: none; }

.title {
	margin: 0 0 0 -25px;
	padding: 0 0 0 50px;
	
	width: 800px;
	
	text-transform: uppercase;
	letter-spacing: 10px; 
	line-height: 50px;
	
	font-family: nimbus-sans-condensed,sans-serif;
	font-style: normal;
	font-weight: 300;
	
	background-color: hsl(179, 54%, 40%);
}

.donate {	border: 1px solid black;  }
	
	

.title a:link { color: #ffcc00; text-shadow: black 0.1em 0.1em 0.2em; text-decoration: none; }
.title a:hover { color: #fff; }
.title a:visited { color: #ffcc00; text-shadow: black 0.1em 0.1em 0.2em; text-decoration: none; }

.inner {
	margin: 25px 0 0 -100px;
	padding: 0 0 0 50px;
	
	width: 800px;
	
	font-size: 1.4em;
	letter-spacing: 7px;
	color: #ffcc00; 
	text-shadow: black 0.1em 0.1em 0.2em;
}

.inner a:hover { color: #fff; }

.less-padding {
	margin: 20px 0 10px -15px;	
}

h3 {
	margin: 5px 0 10px 0;
	padding: 0;
	
	text-transform: uppercase;
	letter-spacing: 3px; 	
	
	font-family: nimbus-sans-condensed,sans-serif;
	font-style: normal;
	font-weight: 300;	
}

h4 {
	margin: 0 0 0 0;
	padding: 0;
	
	display: inline;
	
	letter-spacing: 2px; 	
	
	font-family: nimbus-sans-condensed,sans-serif;
	font-style: normal;
	font-weight: 700;	
	text-transform: uppercase;
	
}

small { font-size: smaller;	}
	
/* Begin Various Tags & Classes */

a { color: #ffcc00; text-decoration: none; }
a:link { text-decoration: none; color: #ffcc00; }
a:visited { color: #ffcc00; }
a:hover { text-decoration: underline; color: #ffcc00; }
a:active { color: black; }

p { margin: 1em 0 2em 0; }


blockquote {
	margin: 0px;
	padding: 0 0 0 80px; 
	
	background-image: url(2011borderlands_quotation-marks.png);
	background-position: center left;
	background-repeat: no-repeat;

	font-style: italic;
	letter-spacing: 1px;
	font-weight: 300;
	}


.navigation { text-align: right; padding-bottom: 5px; }

ul { margin: 0 0 0 10px; padding: 0; list-style: none; }
li { margin: 0 0 0 10px; padding: 0; font-weight: 700; letter-spacing: 1px; }
li li { margin: 0 0 0 20px; padding: 0; font-weight: 400; letter-spacing: 0; list-style: circle; }

li.normal { margin: 0 0 0 10px; padding: 0 0 10px 0; font-weight: 400; letter-spacing: 1px; }

ul.less-padding { margin-left: 75px; padding-right: 75px; }

p.wp-caption-text {

	text-align: right;
	
	margin: 0 8px 0 0;
	padding: 0;
	
	font-style: italic;
	font-size: small;
	
}

.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	

}

.aligncenter img { border: 1px black solid; }

.alignright {
	
	margin: 20px 0 75px 75px;
	padding: 0;
	display: block;

	float: right;	
	
}

.alignright img { border: 1px black solid; }


img.alignright {
	
	margin: 20px 0 75px 75px;
	padding: 0;
	display: block;

	float: right;	
	
	border: 1px black solid;
	
}


img.alignleft {
	margin: 5px 75px 100px -37px;
	padding: 0;
	display: block;

	float: left;	
	
	
}

img.thumbleft {
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	float: left;
	border: 1px black solid;
}

img.size-thumbnail {
	border: 1px black solid;
}

.center div {
  	margin-left: auto;
    margin-right: auto;	
}

.compact p {
	line-height: 1.4em;
	margin: 0 0 2em 0;	
	
}

.season table {

width: 100%;
display: block;
  	margin-left: auto;
    margin-right: auto;	
}

td {
padding: 10px 20px 0 0;
}

td.sub2 {
padding-top: 10px;
letter-spacing: 2px;


	
	font-family: nimbus-sans-condensed,sans-serif;
	font-style: normal;
	font-weight: 700;	
	text-transform: uppercase;
}



.donate { padding-top: 5px; padding-bottom: 5px; }