/*  
Theme Name: Aztlan Underground 2009  
Theme URI: http://chrispenner.info  
Description: Widget ready and tested on WP2.8, 2.9
Version: 1.1
Author: Chris Penner
Author URI: http://chrispenner.info/
*/

body {
	height:100%;
	margin-top: 0px;
	padding: 0;
	font-family: DevjaVu, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #024959;
}
#box{width:1000px; 
	 height:100%; 
	 margin:0 auto; 
	 }

h1, h2, h3 {margin-top: 0; color: #fff;}
h1 {font-size: 1.5em; font-weight: normal;}
h2 {font-size: 1.3em;}
h3 {font-size: 1em;}

ul {}

a {text-decoration: none; color: #fff; font-weight:bold}
a:hover {border:none; text-decoration:none; color:#29a6a6;}

a img {border: none;}

img.left {float: left;	margin: 0 20px 0 0;}
img.right {float: right; margin: 0 0 0 20px;}

/* Header */
#header {
	width: 1000px;
	height:286px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat center top;
/*	background: url(images/header.jpg) no-repeat center top;*/
	float:none;
}

#tagline{margin-left:375px;
		 margin-bottom:0px;	
		 margin-top:186px;
		 text-transform:uppercase; 
		 font-weight:bold;
		 height:20px;
		 z-index:4;
		 }
#tagline a{color:#fff;}	
/* Menu */
#login{
	padding-top:3px;
	padding-left:5px;
	z-index: 10;
	height:20px;
	}

#login,
#login a{
	color:#fff;
	font-size:8pt;
	background-color:transparent;
	}
#login a:hover {color:#29a6a6}

#menu {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	height: 60px;
}
#menu ul {margin:0;
		  padding: 0; 
		  list-style: none;
		  }
#menu li {display: inline;}
#menu a {
	display: block;
	float: left;
	height: 40px;
	margin: 1px 0px 0px 0px;
	padding: 20px 27px 0 27px;
	border-right:1px dotted #000;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	color: #fff;
}
#menu a:hover {color: #fff;  background:url(images/down.gif) top center no-repeat;}
#menu .current_page_item a {color: #fff; background:url(images/down-white.gif) top center no-repeat;}
#menu .first {background: none;}

/* Wrapper */

#wrapper {background:url(images/bg.jpg) center repeat-y #024959}

/* Page */

#page {width: 960px; 
	   margin:0 auto; 
	   padding: 5px 0px; 
	   background:url(images/bg-texture.jpg) top center no-repeat transparent;
	   }
#page-bg {}

/* Latest Post */

#latest-post {padding: 20px; border: 1px solid #E7E7E7;}

/* Content */

#content {
	float: left;
	width: 450px;
	padding: 30px 20px 0px 20px;
}

.editLink {visibility:hidden}

.post {padding-bottom: 45px; /*line-height: 200%;*/}
.post h1 {font-weight: normal;}

.title {
	margin: 0px;
	padding: 0 0 10px 0;;
	letter-spacing: -1px;
	font-size: 2.3em;
	line-height:100%;
	font-weight: normal;
	text-align:center;
/*	font-variant:small-caps;*/
}
.title a {border: none; color: #fff;}
.title a:hover {color:#29a6a6; text-decoration:none}

.byline {
	background: url(images/img04.jpg) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {padding: 0 15px;}

/*.entry {line-height: 25px;}*/

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {border: none;}
.links a:hover {}

/* Sidebars */

#sidebar1 {float: left;	margin-left:5px;}

#sidebar2 {
	width:200px;
	float: right;
	margin-right:8px;
	background: rgba(0, 0, 0, 0.5);
	border-radius:8px;border-radius:8px;
	-o-border-radius:8px;
	-khtml-border-radius:8px;
	-icab-border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;	
	border:1px solid #000;
	padding:10px 0;	
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}
.sidebar ul {margin: 0;	padding: 0;	list-style: none;}
.sidebar li {padding: 0 0 20px 0;}
.sidebar li ul {padding: 10px 0px;}
.sidebar li li {margin: 0 20px 0 15px;	
				padding: 8px 0px; 
/*				background: url(images/img04.jpg) repeat-x left bottom;*/
				}
.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 20px;
	font-size: 16px;
	color: #fff;
}
.sidebar a {}

/* Widgets */
/*Left Sidebar*/
.widgetLeft{
	width:220px; 
	margin-bottom:12px;
	background: rgba(0, 0, 0, 0.5);
	border-radius:8px;
	-o-border-radius:8px;
	-khtml-border-radius:8px;
	-icab-border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	border:1px solid #000;
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;	
	}
.widgetLeftCentre,
.widgetLeftTop,
.widgetLeftBottom{
	width:220px;
	height:16px;
	display:block;
}
.widgetLeftTop {}
.widgetLeftCentre{
	overflow:hidden;
	width:200px;
	height:auto;
	padding:0 10px;
}
.widgetLeft ul li {list-style-type: none;}
.widgetLeft ul {margin: 0px; list-style-type: none;}

/*Right Sidebar*/
.widgetRight{width:200px; margin:12px auto;}
.widgetRightCentre,
.widgetRightTop,
.widgetRightBottom{width:180px;}
.widgetRightTop {}
.widgetRightCentre{
	overflow:hidden;
	width:180px;
	height:auto;
	padding:0 10px;
}
.widgetRight ul li {list-style-type: none;}
.widgetRight ul {margin: 0px; list-style-type: none;}

.widget_links ul li, .widget_meta ul li, .widget_recent_entries ul li, .widget_caticons ul li, .widget_archive ul li {padding:0;}
.widget_links a, .widget_meta a, .widget_recent_entries a, .widget_caticons a, .widget_archive a {
	display:block;
	width:160px; 
	height:auto;/*28px;*/
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#fff/*29a6a6*/;
/*	background:url(images/arrow.png) left no-repeat;*/
	}
.widget_links a:hover, .widget_meta a:hover, .widget_recent_entries a:hover, .widget_caticons a:hover, .widget_archive a:hover {color:#29a6a6/*fff*/; background-position:-60px}

.widget_player{}
strong.widgetTitle {font-size:1.5em}
/* Search */

#searchform {margin: 0;	padding: 0 0 0 0;}
#searchform br {display: none;}
#searchform h2 {}

#s {
	margin: 10px 0px 0 10px;
	padding: 2px 2px;
	width: 160px;
	height: 18px;
	border:1px solid #29a6a6;
	background: #000;
	font-size: 12px;
	color: #fff;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: DejaVu, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {padding: 0px; text-align: center;}
#calendar_wrap table {width: 100%;}
#calendar_wrap table caption {font-size:1.5em}
#calendar_wrap th {font-weight:bold}
#calendar_wrap td {border: solid 1px #29a6a6; padding:0}
#calendar_wrap tbody td.pad{border:0}
#calendar_wrap tbody td a{background:#1b3659; 
						  color:#29a6a6; 
						  display:block;
						  width:100%;
						  border:none;
						  font-weight:bold;
						  }
#calendar_wrap tbody td a:hover{background:#29a6a6; color:#1b3659}
#calendar_wrap tfoot td {border: none;}
#calendar_wrap tfoot td a{border: none;}
#calendar_wrap tfoot td a:hover{border: none;}
#calendar_wrap tfoot td#prev {text-align: left;	font-weight: bold; border: none;}
#calendar_wrap tfoot td#prev a {border: none;}
#calendar_wrap tfoot td#next {text-align: right; font-weight: bold; border: none;}
#calendar_wrap tfoot td#next a {border: none;}

/* Footer */

#footer {
	width: 1000px;
	height: 70px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background:url(images/bg.jpg) center repeat-y #024959;
}
#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}
#footer a {color: #fff;}
#footer a:hover {color: #1b3659; border-bottom:1px dotted #fff;}
#footer img {margin-left:auto; margin-right:auto; text-align:center}

#footer .link {margin-left:auto; margin-right:auto}
#footer .copyright {margin-left:auto; margin-right:auto}

hr {display: none;}

#comment {width: 450px;	height: 100px;}

#respond {color: #ccc;}

/*AUG.net Additions*/
div.pageLinks{text-align:right}
.page-numbers {
	line-height: 26px;
	height: 26px;
	min-width: 20px;
	padding: 0 3px;
	margin-right: 2px;
	display: inline-block;
	text-align:center;
	text-decoration:none;
	background-color: #024959;
	color:#fff;
	border:1px solid #fff;
}

a.page-numbers:focus,
a.page-numbers:hover {
	background-color: #1b3659;
}
.textwidget a {color:#fff; text-decoration:none; border:none;}
.textwidget a:hover {color:#29a6a6}

table.social_icons {margin-left:auto; margin-right:auto; text-align:center; width:auto;}
table.social_icons td {padding:5px; text-align:center}
form.mailingList {text-align:center;}
input.mailingList {border:#29a6a6 solid 1px;
			  background:#000;
			  color:#fff;
			  margin-left:auto;
			  margin-right:auto;
			  }
img.paragraphLeft {padding-right:5px; float:left;}			
img.paragraphRight {padding-left:5px; float:right;}			

.album{
	position:relative;
	min-height:330px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	width:450px;
	padding:0 0 0 20px;
	margin:0 0 20px 0;
	}
.album h3 {text-align:left;
		   font-size:1.3em; 
		   font-weight:bold;
		   text-indent:45px;
		   }
.album ol {font-weight:bold; 
		   padding:0; 
	       text-align:left; 
		   margin-left:285px;
		   }
.album ul.topLevel {font-weight:bold; 
		   padding:0; 
	       text-align:left; 
		   margin-left:285px;
		   list-style:none
		   }
		   
.album div.form {margin-left:auto; margin-right:auto; width:200px; text-align:center}
.album p.buyCDlink {
	position:absolute;
	width:230px;
	left:30px;
	top:10px;
	text-align:center;
	}
li.amazon {list-style-image:url(/images/icons/logo_amazon.gif)}
li.itunes {list-style-image:url(/images/icons/logo_itunes.gif)}
li.rhapsody {list-style-image:url(/images/icons/logo_rhapsody.gif)}
li.cdbaby {list-style-image:url(/images/icons/logo_cdbaby.gif)}
li.napster {list-style-image:url(/images/icons/logo_napster.gif)}
li.lala {list-style-image:url(/images/icons/logo_lala.gif)}

.decolonize {background:url(http://aztlanunderground.net/images/albums/discog_decolonize.jpg) no-repeat; background-position:20px 70px;}
.sub-verses {background:url(http://aztlanunderground.net/images/albums/discog_sub-verses.jpg) no-repeat; background-position:20px 70px;}
.self-titled {background:url(http://aztlanunderground.net/images/albums/discog_self-titled.jpg) no-repeat; background-position:20px 70px;}

.subHeading {padding-top:10px; font-size:1.5em; text-align:left;}
.albumInfo{}

table.gallery {width:440px; margin-left:auto; margin-right:auto; padding:0;}
table.gallery td {text-align:left}

div.gallery {width:100%; margin-left:auto; margin-right:auto; padding-left:15px; text-align:center}
img.photoGallery{}
img.portrait{height:200px}
img.landscape{width:200px}

div.images-article{margin-bottom:10px; margin-top:10px}
img.article{display: block;
			margin-left:auto; 
			margin-right:auto; 
			width:auto;
			width:400px;
			}
img.center{display: block;
			margin-left:auto; 
			margin-right:auto; 
			}

.wpcf7 {width:100%; margin-right:30px; float:right}
.wpcf7 input {border:#29a6a6 solid 1px; background:#000; color:#fff;}
.wpcf7 textarea {border:#29a6a6 solid 1px; background:#000; color:#fff;}			  

img.paragraph {border:none; margin:0 7px 0 7px;}

/*Events-calendar posts*/			  
ul.events{list-style:inside; font-weight:bold; margin-left:20px}
div.child-pages{
	text-align:center;
	margin:0 auto;
	width:auto;
	}
.child-pages ul{
	margin:0;
	padding: 0; 
	list-style: none;
	margin:0 auto;
	}
.child-pages li {display: inline;}
.child-pages a {
	float:left;
	display: block;
	height: 20px;
	margin: 0 auto;
	padding: 20px 27px 0 27px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}
.child-pages a:hover {color: #fff;  background:url(images/down.gif) top center no-repeat;}
.child-pages .current_page_item a {color: #fff; background:url(images/down-white.gif) top center no-repeat;}


