/*
Theme Name: Mammal
Theme URI: http://www.mammaltheband.com
Description: Mammal Template by Ethical Design - Template structure based on EIM by Celso Cardozo
Version: 1.0
Author: Ethical Design
Author URI: http://www.ethicaldesign.com.au

*/

/* Begin Typography & Colors */
body, html{
	font-size: .90em; /* Resets 1em to 10px */
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color:#222222;
	margin:0px;
}

/* remove dotted border on links in firefox */
a:active, a:focus {
	outline: 0
}

a:link, a:visited {
	text-decoration:none;
	color:#e22911;
}

a:hover, a:active {
	color:#000000;
	text-decoration: underline;
}


#header{
	height:310px;
	position:relative;
}

#title_desc{
	position:absolute;
	top:30px;
	left:20px;
}

#header h1{
	margin:0px;
	padding:0px;
	font-size:4em;
}

#header h1 a{
	color:#660099;
	margin:0px;
	padding:0px;
}

#header h5{
	margin:0px;
	padding:0px;
	font-size:18px;
}

#logo {
	font-size:1.8em;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top:55px;
	left:300px;
}

/* menu ------------------------ */

#menu{
	height:46px;
	position: absolute;
	top:268px;
	left:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
}

#menu ul{
	list-style: none;
	list-style-type: none;
	font-size: 1.1em;
	margin:0px auto;
	padding:0px;
}

#menu ul li{
	float: left;
	margin:0px;
	/*background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	height:21px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight:bold;
	text-transform:uppercase;
}

#menu ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#menu ul li a:hover{
	text-decoration: none;
	color:#000000;
}

#menu ul li.current_page_item{
	color:#000;
}

#menu ul li.current_page_item a{
	color: #000;
}

/* END menu ----------------------------------- */

.mid{
/*	background-color:#ffffff;
	background-image: url(images/mid-bg.jpg);
	background-repeat: repeat-y;*/
}

.content_column{

}


#content{
	padding:0px 5px;
}

/* sidebar left --------------------------------------------- */

#sidebar_left{
	font-size:9px;
	letter-spacing:-0.02em;
	padding:0px 15px 0px 15px;
}

.sidebar_left_team {
	width:145px;
	height:92px; /* have to subtract the padding amount from the height*/
	background-image:url(images/sidebar_team.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding: 125px 5px 0px 12px;
}

.sidebar_left_team_input {
	width:103px;
}
.sidebar_left_team_submit {
	width:30px;
	margin-left:3px;
	padding:0px 3px;
}
.sidebar_left_team_text {
	margin-top:3px;
}

.sidebar_left_tix {
	width:160px;
	height:54px;
	background-image:url(images/sidebar_tix.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-bottom:15px;
}

.sidebar_left_myspace {
	width:160px;
	height:22px;
	background-image:url(images/sidebar_myspace.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

/* sidebar right --------------------------------------------- */

#sidebar_right{
	font-size:9px;
	letter-spacing:-0.02em;
	padding:0px 10px 0px 15px;
}



/* sidebars --------------------------------------------- */

#sidebars{
	
}

#sidebars ul{
	margin:0px;
	list-style:none;
	padding:0px 15px 0px 15px;
	/*background-color:#FFFF99;*/
}


#sidebars ul li ul{
	margin:0px;
	padding:0px;
	border-bottom:0px solid #ebc0d5;
}

#sidebars ul li ul ul{
	border:none;
}

#sidebars ul li h2 {
	color:#096407;
	padding:0px;
	margin:0px;
	padding:5px 10px 3px 10px;
	font-size:1.4em;
	background-repeat: no-repeat;
	height:25px;
}

#sidebars ul li ul li{
	/*background-color:#fff;*/
	border-bottom:0px solid #fff;
	padding:3px;
}

#sidebars ul li ul ul{
	margin:0px;
	padding:0px;
	border-top:0px solid #eee;
}

<!--sidebar sub menu code -->

#sidebars ul li ul ul li {
	border-top:1px solid #eee;
	border-bottom:none;
	margin-left:10px;
}


#sidebars ul li ul ul li a{
color:#0e91bc;
font-size:.90em;
text-decoration:underline;
}


#sidebars ul li ul li a,
#sidebars ul li ul li a:visited
{
	color:#031a22;
	text-align:left;
	font-size:1em;
	padding-left:10px;

}
#sidebars ul li ul li a:hover{

}

#sidebars ul li ul {
	margin-bottom:10px;
}

/* END sidebars -------------------------------------- */


/* Footer -------------------------------------------- */

#footer {
	position:relative;
	background-image: url(images/footer.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	height: 43px;
	font-size:9px;
	color:#FFFFFF;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#000000;
	text-decoration:none;
}

#footer_info {
	position:absolute;
	top:24px;
	right:15px;
}

.footer_soft {
	color:#ffbfbf;
}


#footer_menu {
	position:absolute;
	top:24px;
	left:15px;
}

#footer_menu ul{
	list-style: none;
	list-style-type: none;
	/*font-size: 1.1em;*/
	margin:0px auto;
	padding:0px;
}

#footer_menu ul li{
	float: left;
	margin: 1px 0 0 0px;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:13px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-weight:normal;
}

#footer_menu ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#footer_menu ul li a:hover{
	text-decoration: none;
	color:#000000;
}

#footer_menu ul li.current_page_item{
	color:#ffbfbf;
}

#footer_menu ul li.current_page_item a{
	color: #ffbfbf;
}

/* END footer ------------------------ */


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;

}

h2.pagetitle {
	font-size: 1.6em;
	color:#0a6508;
}

.entry p a:visited {
	color: #e22911;
}
	
.entry img {
	float:left;
	margin-right:10px;
}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #e3341;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Post ----------------------------------------------------------------- */

.post {
	margin: 0 0 40px;
	text-align:left;
	/*background-color:#FFFF99;*/
	font-size: 12px;
	line-height:16px;
}

.post p {
	margin-top: 5px; margin-bottom: 10px;
}

.post  small{
	margin:0px;
	padding:0px;
}

.post  small span{
	color: #0a6508;
	font-size:1.0em;
}

.post h1 {
	font-size:35px;
	font-weight:normal;
	font-family:"Arial Black";
	letter-spacing:-3px;
	color:#444444;
	text-transform:lowercase;
	margin-top: 0px; margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
	display:block;
}

.page_title {
	background-image:url(images/title_logo.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:45px;
	display:inline;
}

.post h2, .post h2 a, .post h3, .post h3 a {
	margin:0px;
	padding:0px;
	margin-top: 20px; margin-bottom: 4px;
	color:#e8482d;
	font-size:14px;
	/*letter-spacing:-0.05em;*/
	font-weight:bold;
}

.post h2 a:hover, .post h3 a:hover {
	color:#000000;
}

.post_infotext {
	font-size:9px;
	color:#333333;
	margin-top:-5px;
}

.post_infotext a {
	color:#e8482d;
}
.post_infotext a:hover {
	color:#000000;
}


/* END Post ----------------------------------------------------------------- */


/* Comments starts here*/
#comments{

}
.commentlist{

}

ol{
margin:0px;
padding:0px;
}

ol li{
display:block;
border:1px solid #d2f0f3;
list-style:none;
background-color:#e9fbfd;
padding:10px;
}

#commentform .textarea{

}

#commentform .textarea{
width:98%;
border:1px solid #dedede;
}

.search{
/*background-color:#fff;*/
}

.search h2{
margin:0px;
padding:0px;
}

.author p{
padding:0px;
}

.author img{
padding:3px;
border:1px solid #eee;
background-color:#fff;
margin:5px;
}


.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	padding:0px;
	margin-bottom:0px;
}


/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 3px;
}

#sidebars #searchform #s {
	width:115px;
	padding: 2px;
}

#sidebars #searchsubmit {
	padding: 1px;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 10px;
	width: 155px;
	border:1px solid #eee;
	padding:10px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
	
/* End Various Tags & Classes*/
/* END  ----------------------------------------------------------------- */


/* Photoframe ----------------------------------------------------------------- */

.photoframe_frame {
	position:relative;
	margin-left:-5px;
	margin-bottom:5px;
}

.photoframe_content {
	position:absolute;
	top:4px;
	left:4px;
}

/* END photoframe ------------------------------------------------------------- */
