/*
Theme Name: One Drum Aura
Theme URI: http://onedrum.net
Version: 2.0 Major Revision
Description: 2008 One Drum theme, designed by Roman Edirisinghe.
Author: Roman Edirisinghe
Author URI: http://romanedirisinghe.com
*/

/*PNG Fix*/
img, div, a, input { behavior: url(/wp/wp-content/themes/one-drum-aura/iepngfix.htc) }


/* Links */

a:link { text-decoration: none; color: #990099; }

a:visited { text-decoration: none; color: #990099; }

a:hover, a:active { color: #DD00DD; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 24px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 1.0em; }

ul { list-style-image: url(images/bullet-990099.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	margin: 0 auto 0 auto;
	padding: 0;
	color: #fff;
	background: #000 url(images/gradient-bg-990099.jpg) repeat-x;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

#outer-limits {
position:relative;
width: 816px;
margin-left: auto;
margin-right: auto;
padding:0;
height: 100%;
min-height:100%;
}
#header
{
	position: relative;
	width: 816px;
	padding: 0 0 8px 0;
	background: none;
	height: 250px !important;
	margin: 0 auto 0 auto;
	z-index: 1;
}


#logo
{
width:289px;
height:60px;
position: relative;
z-index: 100;
background: url(images/logo.png) no-repeat !important;
margin: 0 auto 0 auto;
}

#header-image
{
	position: relative;
	width: 420px;
	top: -50px;
	padding: 0 0 0 0;
	background: url(images/headers/rotator.php) no-repeat;
	height: 250px;
	margin: 0 auto 0 auto;
	z-index:20;
}


#header-bottom
{
	position:relative;
	width: 816px;
background: url(images/wrapper-bg.png) no-repeat;
margin: 0 0 0 0;
height: 182px;
z-index: 1;
}

#wrapper
{
	position: relative;
	margin: -150px auto 0 auto;
	width: 768px;
	color: #555555;
	background: #FFFFFF;
	padding: 0 0 0 0;
	z-index:20;
	display:table;
	
}

#content-wrapper
{
	position: relative;
	width: 65% !important;
	float: left !important;
	height: 100%;
	min-height:100%;
	clear: none;
}

#content
{
	text-align: left;
	padding: 0px 0px 10px 30px;
	min-height:200px;
}

#sidebar-wrapper
{
	position: relative;
	width: 35% !important;
	float: right !important;
	padding: 20px 0 0 0;
	clear: none;

}

#sidebar
{
	text-align: left;
	padding: 0px 15px 10px 30px;
	width: 210px;
	margin-right: 15px;
	margin-top: 10px;
}

#footer
{
	position: relative;
	margin: 0 auto 0 auto;
	clear: both;
	width: 768px;
	text-align: center;
	padding: 10px 0 10px 0;
	background: #FFFFFF;
	color: #990099;
	font-size: 11px;
}

#footer a {
	color: #990099;
	font-size: 11px;
	}

#footer a: visited {
	color: #990099;
	}
#footer a:hover {
	color: #DD00DD;
	border-bottom: 1px dashed #DD00DD;
	}
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 { padding-left: 60px; display: none;}

#header .tagline {
font-size: 13px;
color: #EDD7F1;
text-transform: lowercase;
margin-left: 0;
margin-bottom: 2px;
display: none;
}


/* Navigation New Code */

#navigation {
margin: 0 auto 0 auto;
padding: 0 0 0 0;
text-align: center;
width: 768px;
height: 27px;
font-weight: bold;
position:relative;
top: -90px;
z-index: 50;
}


#navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
 }

#navigation ul {
     text-align: center;
 }

#navigation ul li {
     display: inline;
     margin: 0 2px 0 0;
	 text-transform:uppercase;
 }

#navigation ul li.last {
     margin-right: 0;
 }
 
#navigation li a {
     padding: 5px 5px;
 }

#navigation ul li a, #navigation ul li a:visited, #navigation ul li a:link {
     background: #990099;
     color: #fff;
	 border: 1px solid #fff;
     padding: 5px;
     text-decoration: none;
	 filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
 }

 #navigation ul li a:hover{
     color: #000;
     filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	 border: 1px #000 inset;
 }
 
  #navigation ul li a:active{
     color: #000;
     filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	 border: 1px #000 inset;
 }
 
 /*\*//*/
 #navigation ul li a {
     display: inline-block;
     white-space: nowrap;
     width: 1px;
 }
 /**/
 
 /*\*/
 * html #navigation ul li a {
     padding: 0;
 }
 /**/






/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

#content .post-title a { border-bottom-width: 0; }

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background-color: #FEF6FF;
	border: 1px solid #FBD9FF;
}

#content ul, ol { line-height: 1.0em; }

#content ul { list-style-image: url(images/bullet-990099.gif); }
/* Sidebar */

.sideblock
{
	padding: 5px 5px;
	margin: 0 0 5px 0;
	background-color: #FAFAFA;
	border: 1px solid #eee;
	clear:both;
	
}

.sideblock ul {line-height: 1.0em;}

#sidebar ul { list-style-image: url(images/bullet-990099.gif);line-height: 1.0em;} 

#sidebar li {margin-left: -15px;}

.sideblock h3, .sideblock h2 { margin-top: 5px; font-size: 14px; color: #999; font-weight: bold; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

#sidebar .formtext input
{
color: #990099;
background: #ccc;
border: 1px solid #990099;
width: 130px;
float: left;
margin: 1px 0 0 0;
}

#sidebar .formbutton input
{
color: #eee;
background: #990099;
border: 2px outset #ccc;
width: 30px;
margin: 0 0 0 5px;
}

/* Sidebar Mailing List */

#sidebar .sideblock .wpmlwidget {
margin: 0;
padding: 0;
list-style:none;
clear: both;
}


#sidebar .sideblock .wpmlwidget fieldset {
margin: 0;
padding: 0 0 5px 0;
border: 0;
outline: 0;
clear: both;
}

#sidebar .sideblock .wpmlwidget fieldset legend{
color: #990099;

}

#sidebar .sideblock .wpmlwidget fieldset .wpmlrequired{
color: #990099;

}



#sidebar .sideblock .wpmlwidget input{
clear: both;
color: #990099;
background: #ccc;
border: 1px solid #990099;
width: 130px;
float: left;
margin: 1px 0 0 0;
}

#sidebar .sideblock .wpmlwidget .button
{
clear: right;
color: #eee;
background: #990099;
border: 2px outset #ccc;
width: 65px;
margin: 0 0 30px 0;
padding: 0 0 0 0;
font-size: 0.9em;
}
/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	background: url(images/date-990099.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: right;
	margin-top: 15px;
	clear: both;
}
.date .month {
	display: block;
	color: #ddd;
	padding: 3px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}
#header h1 a {
color: #FFFFFF;
}

#header h1 a: hover {
color: #EDD7F1;
}
#left {
	width: 60px;
	float: left;
}

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

/*Begin GigPress Styling*/
/* Meet the table that displays our shows */

.gigpress-table .hcalendar .description {
font-size: 13px;
color: #EDD7F1;
text-transform: lowercase;
margin-left: 0;
margin-bottom: 2px;
display: inherit;

}


.gigpress-table {
	width: 100%;
	border: none;
	border-top: 1px solid #CCC;
	margin: 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background: #F3F3F3;
	border-bottom: 1px solid #CCC;
}

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
	margin: 0;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {
	background: #FCFCFC;
	color: #000;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #EEE;
}

/* To set an alternating row style */
.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
}

th.gigpress-city {
}

th.gigpress-venue {
}

th.gigpress-country {
	text-align: center;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
}

td.gigpress-city {
}

td.gigpress-venue {
}

td.gigpress-country {
	text-align: center;
}

tr.gigpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #CCC;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #666;
}

/* For the spacer cell that goes in-between tours */
td.gigpress-empty {
}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {
	font-weight: bold;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}

/* This is for the RSS link */
td.gigpress-rss a {
	padding-left: 14px;
	background: transparent url(/wp/wp-content/plugins/gigpress/images/feed-icon-10x10.png) no-repeat left center;
}



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
}

/* Generic styles for the list items within */
.gigpress-listing li {	
}

/* For tour headings in the sidebar */
span.gigpress-list-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
}

/* So if you like you can syle the date differently */
span.gigpress-date {
	font-weight: bold;
}

/* Add a feed icon to the RSS link */
li.gigpress-list-rss a {
	padding-left: 14px;
	background: transparent url(/wp/wp-content/plugins/gigpress/images/feed-icon-10x10.png) no-repeat left center;
}


/* This is just to include data for hcalendar support, but hide it from view */
span.hide {
display:none;
	
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
}

/*Description*/
.description .gigpress-info-item {
clear: both;
}

/*End GigPress Styling*/


/* Chooser */

.chooser {
	padding:3px;
	border: 1px solid #DDDDDD;
	height:15px;
	width:15px;
	
}

.chooser:hover {
	background-color:#EEEEEE;
}



*/ NGG /*

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 4px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #9000cc;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
	position:relative;
}

.ngg-gallery-thumbnail {
	float:left;
	position:relative;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:0;
	padding:4px;
	position:relative;
	
}

.ngg-gallery-thumbnail img:hover {
	background-color: #9000cc;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:none;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers, a.next, a.prev, 
				span.page-numbers, span.next, span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
	text-decoration: none;
}

.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover, 
				span.page-numbers:hover, span.next:hover, span.prev:hover {
	background-color: #9000cc;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;	
}

.slideshowlink {
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	border:none;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin: 0pt;
	padding: 5px 0px 0px 0pt;
  text-align: center;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 2px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Alignment -------------*/

.ngg-left {
float: left;
}

.ngg-right {
float: right;
}

/* Dagon Design Script Credit */
.credits { display: none;}

/*Audioplayer */

.audioplayer_container {
clear: none !important;
width: 400px !important;
}

.post script {
clear: none !important;
width: 400px !important;
}

.post object  {
clear: none !important;
width: 400px !important;
}
