/*   
Theme Name: Nice Bird
Theme URI: http://www.truejacqueline.com
Description: A WordPress theme to match the layout of our upcoming album
Author: Noah
Author URI: http://www.truejacqueline.com
Version: 1.0
*/

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

*:focus {
	outline: none;
}

body {
	background: #4C1C1D;
	background: rgba(76,28,29,1);
	font-family: Geneva, helvetica, sans-serif;
	/* font-family: Trebuchet, helvetica, sans-serif;*/
	font-size: 12px;
}

h1, h2, h3 {
	text-shadow: rgb(204,204,204) 2px 2px 2px;
	text-shadow: rgba(204,204,204,.9) 2px 2px 2px;
	font-family: 'Lucida Grande', helvetica, sans-serif;
	/*font-family: 'Cantarell', Trebuchet, helvetica, sans-serif;*/
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

a {
	color: #545A86;
	color: rgba(84,90,134,1);
	text-decoration: none;
}

a:hover {
	color: #a4aad6;	
	color: rgba(164,170,214,1);	
}

a img {
	border-width: 0px;
}

blockquote {
	padding: 4px;
	background-color: #ebebeb;
	margin-right: 5px;
	margin-left: 5px;
	text-align: justify;
	line-height: 1.50;
	font-family: 'Crimson Text', Georgia, Times, serif;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;	
}

ul {
	list-style-type: none;
}

fieldset {
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-top-style: solid;
}

input, textarea {
	background: white;	
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.17, rgb(240,240,240)),
	    color-stop(0.66, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(240,240,240) 17%,
	    rgb(255,255,255) 66%
	);
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

input:hover, textarea:hover {
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

input:focus, textarea:focus {
	-webkit-box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
}

button, .button {
	font-weight: bold;
	position: relative;
	cursor: pointer;
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
	color: white;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	display: inline-block;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.35, rgba(64,55,64,0.9)), color-stop(0.68, rgba(86,86,89,0.9)));
	background-image: -moz-linear-gradient(center bottom, rgba(64,55,64,.9) 35%, rgba(86,86,89,.9) 68%)
}

button:hover, .button:hover {
	background-color: #111;
	color: white;
}

button:active, .button:active {
	top: 1px;
}

.citation {
	font-size: smaller;
}

.row {
	display: block;
}

.column {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

#ReignItIn {
	width: 1100px;
}

#MainMenu {
/*	width: 100%;*/
	padding: 5px;
	background: #99383B;
	background: rgba(153,56,59,.8);
	text-align: center;
	letter-spacing: 0.15em;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-box-shadow: 0px 2px 2px rgba(13,6,9,.5);
	-moz-box-shadow: 0px 2px 2px rgba(13,6,9,.5);
}

.page_item, .menu-item {
	display: inline;
	/*
	display: inline-block;*/
}

#MainMenu .page_item, #MainMenu .menu-item {
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-top: 0px;
	text-transform: none;
	text-decoration: none;
}

#MainMenu .page_item a, #MainMenu .menu-item a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 2px 2px rgba(55,55,55,.9);
	-webkit-transition: text-shadow .25s linear;
	-webkit-transition: color .25s linear;
}

#MainMenu .page_item a:hover, #MainMenu .menu-item a:hover {
	background-color: inherit;
	color: black;
	text-shadow: 0px 0px 3px white;
	/* text-shadow: 0px 0px 0px black; */
}

#MainMenu .current_page_item a {
	background-color: inherit;
	color: #4C1C1D;
	color: rgba(76,28,29,1);
	text-shadow: 0px 0px 0px black;
}
#MainMenu .current_page_item a:hover {
	background-color: inherit;
	color: #4C1C1D;
	color: rgba(76,28,29,1);
	text-shadow: 0px 0px 0px black;
}

#Logo {
	margin-top: 4px;
	margin-bottom: 15px;
/*
	-webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));
*/
}

#Logo .image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Tagline {
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 75px;
	margin-right: 75px;
}

.big h1 {
	font-style: italic;
	text-align: justify;
	font-size: 18px;
	text-shadow: rgb(104,104,104) 2px 2px 2px;
	text-shadow: rgba(104,104,104,.5) 2px 2px 2px;
}

#MiddleBox {
	overflow: hidden;
	height: 100%;
	width: 800px;
}

.content {
	color: black;
	background: white;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-box-shadow: 0px 0px 20px rgba(13,6,9,.6);
	-moz-box-shadow: 0px 0px 20px rgba(13,6,9,.6);	
}

.sidebar {
/*
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
*/
}

.sidebar h2 {
	margin-bottom: 5px;
}

.sidebar li {
	display: block;
}

.sidebar ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.widget div, .widget li, .widget ul, .widget p, .widget img{
	/*margin-left: 10px;*/
}

#main-sidebar {
	width: 250px;
	font-size: 11px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.widget {
	color: black;
	background: white;
	padding: 5px;
	margin-bottom: 15px;
	/*
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 0px 0px 20px rgba(13,6,9,.6);
	-moz-box-shadow: 0px 0px 20px rgba(13,6,9,.6);
}

.widget h2 {
	font-size: 15px;
}

#sub-sidebar {
	width: 255px;
	font-size: 11px;
}

.blog {
	text-overflow: clip;
	word-wrap: normal;
	padding: 20px;
	padding-top: 10px;
}

.static {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.PostBox {
	clear: both;
}

div.PostBox .PostHead {
}

div.PostHead .PostInfo {
	font-size: 10px;
	color: #666666;
}

div.PostBox .PostContent {
	font-size: 12px;
}

.PostContent p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.PostContent ol {
	list-style-position: inside;
}.PostContent ul {
	list-style-position: inside;
}#BlogPost {
	width: 500px;
}

#PagePost {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.gigs-calendar table.gigs caption {
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(55,55,55,.3);
}

.gigs-calendar table.gigs {
	font-size: 12px;
	border: 0;
}

.gigs-calendar table.gigs tr {
	border: 0;
}

.gigs-calendar table.gigs td.time {
	text-align: left;
}

.blogroll {
	margin-left: 10px;	
	min-height: 120px;
	padding-left: 5px;
	border-left: 15px solid rgba(55,55,55,.3);
	border-top: 2px solid rgba(55,55,55,.3);
	-webkit-border-top-left-radius: 20px;
/*
	-webkit-transform-origin: 0 100%;
	-webkit-transform: rotate(90deg);
*/
}

.linkcat {
/*
	-webkit-transform-origin: 0 100%;
	-webkit-transform: rotate(-90deg);
*/
}

.linkcattitle {
	color: #373737;
	color: rgba(55,55,55,.3);
	position: relative;
	top: 50px;
	text-align: right;
	display:block;
	text-shadow: #FFFFFF 0px 0px;
}

.brlink {
	margin-bottom: 5px;
	padding-left: 10px;
	font-style: italic;
}

.brlink a {
	margin-left: -10px;
	font-style: normal;
}

div#Footer {
	font-size: 9px;
	padding: 10px;
	text-align: left;
	border-top-color: #4C1C1D;
	border-top-color: rgba(76,28,29,.4);
	border-top-width: 1px;
	border-top-style: solid;
}

.TextMenu ul {
	color: black;
}

.TextMenu .page_item {
	margin-right: 8px;
	margin-left: 8px;
	display: inline;
}

div#Footer div#FooterLinks ul {
	display: block;
}

div#Footer div#FooterLinks ul li {
	display: inline;
}

div#Footer div#FooterRights {
	margin-bottom: 5px;
	margin-top: 5px;
	max-width: 300px;
}

div#Footer div#FooterRights p {
	display: none;
}

div#Footer p {
}

img#wpstats {
	display:none;
}

/** WordPress default elements */
.wp-caption {
}

.wp-caption-text {
	line-height: 17px;
	background: rgb(238, 238, 238);
	text-shadow: rgb(238, 238, 238) 0px 1px 0px;
	padding: 10px;
	margin: 0 !important;
	font-size: 11px;
	text-align: left;
	display: block;
	font-weight: bold;
}

.alignright {
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: right;
	border-left: 0;
	-webkit-box-shadow: -2px 2px 2px rgba(13,6,9,.6);
	-moz-box-shadow: -2px 2px 2px rgba(13,6,9,.6);
}

.alignleft {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
	border-right: 0;
	-webkit-box-shadow: 2px 2px 2px rgba(13,6,9,.6);
	-moz-box-shadow: 2px 2px 2px rgba(13,6,9,.6);
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	-webkit-box-shadow: 0px 2px 2px rgba(13,6,9,.6);
	-moz-box-shadow: 0px 2px 2px rgba(13,6,9,.6);
}

/** Contact Form plugin styles */

form.wpcf7-form fieldset {
	border-top-color: #4C1C1D;
	border-top-color: rgba(76,28,29,.4);
}

form.wpcf7-form legend {
	font-size: 10px;
}

form.wpcf7-form label {
	font-size: 11px;
}

form.wpcf7-form p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

form.wpcf7-form input, form.wpcf7-form textarea {
	padding: 2px;
	border: 5px solid;
	border-color: #4C1C1D;
	border-color: rgba(76,28,29,.4);
}

form.wpcf7-form input:hover, form.wpcf7-form textarea:hover {
	border-color: rgba(129,128,176,1);
}

form.wpcf7-form input:focus, form.wpcf7-form textarea:focus {
	border-color: rgba(129,128,176,1);
}

form.wpcf7-form button {
	font-size: 13px;
}

form.wpcf7-form button:hover {
}

form.wpcf7-form button:active {
}

form.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 10px;
	border: 5px solid rgb(255,0,0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

form.wpcf7-form .wpcf7-response-output {
	font-size: 10px;
}

form.wpcf7-form .wpcf7-validation-errors {
	border: 5px solid rgb(247,231,0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

/********** Widgets **********/
/*** MailChimp */
.mc_merge_var {
}

.mc_input {
	padding: 1px;
	margin-bottom: 4px;
	border: 2px solid #a49ba4;
	border-color: rgba(164,155,164,0.9);
	width: 150px;
}

.mc_signup_submit {
	margin-top: 4px;
	margin-bottom: 4px;
}

.mc_signup_submit, #mc_unsub_link, #mc_display_rewards {
	text_align: left !important;
}

/*** Twitter Pro */
#twitter-4 ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#twitter-4 div.twitter-avatar {
	padding-bottom: 4px;
}

#twitter-4 div.twitter-avatar img {
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

#twitter-4 span.entry-meta {
	display: block;
	font-size: 9px;
}

#twitter-4 span.entry-content {
	display: block;
	margin-left: 10px;
}

/*** Twitter Tools */
.aktt_tweets, .aktt_tweet_time, .aktt_more_updates {
	display: block;
}

.aktt_tweets {
	margin-left: 10px;
}

.aktt_tweet_time, .aktt_more_updates {
	font-size: 9px;
}


/*** GigPress */
/*
.gigpress-listing {
	margin-left: 10px;
}

.gigpress-alt {
	background-color: rgb(234,234,255);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), color-stop(0.3,rgb(234,234,255)), color-stop(0.7,rgb(234,234,255)), to(rgb(255,255,255)));
}

.gigpress-sidebar-date {
	display: inline;
}

.gigpress-sidebar-more {
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
}

*/

/*** jPlayer styles */
.jp-interface {
/*
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.8)), color-stop(0.6, rgba(200,200,200,.8)), to(rgba(255,255,255,.8)));
	border: 1px solid rgba(200,200,200,.8);
	width: 250px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	font-size: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,.9);
*/
}

.jp-interface a {
	text-decoration: none;
	text-shadow: 0 0 0 0;
}

.jp-interface li {
	display: inline !important;
}

.jp-info {
	font-size: 11px;
	margin-bottom: 2px;
}

.jp-status {
	background-color: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(68,68,68,.8)), color-stop(0.4, rgba(68,68,68,.8)), color-stop(0.6, rgba(120,120,120,.8)), color-stop(0.7, rgba(68,68,68,.8)), to(rgba(68,68,68,.8)));
	border: 1px solid #afafaf;
	border-bottom: 0;
	padding: 2px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	display: none;
}

.jp-controls {
	background-color: #afad95;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(210,208,184,.8)), color-stop(0.3, rgba(210,208,184,.8)), color-stop(0.6, rgba(175,173,149,.8)), to(rgba(210,208,184,.8)));
	border: 1px solid #afad95;
	/*
	border-top: 0;
	*/
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
/*
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
*/
}

.jp-track-select {
	font-size: 11px;
}

.jp-track-select a {
/*
	color: #99383B;
	color: rgba(153,56,59,1);
*/
}

.jp-track-info {
	font-size: 11px;
}

.jp-progress-bar {
	margin-left: auto;
	margin-right: auto;
}

.jp-progress-ctrl-bar a {
	text-decoration: underline;
}

.jp-play-elem, .jp-play-elem a {
	color: #477813;
}

.jp-pause-elem, .jp-pause-elem a {
	color: #938300;
}

.jp-stop-elem, .jp-stop-elem a {
	color: #99383B;
}
.jp-controls a:hover {
	color: #FFFFFF;
}
a.jp-play-elem:hover {
	background-color: #477813;
	background-color: rgba(71,120,19,.4);
}

a.jp-pause-elem:hover {
	background-color: #938300;
	background-color: rgba(147,131,0,.4);
}

a.jp-stop-elem:hover {
	background-color: #99383B;
	background-color: rgba(153,56,59,.4);
}

#player_play {
	margin-right: 30px;
}

#player_pause {
	margin-left: 30px;
	margin-right: 30px;
}

#player_stop {
	margin-left: 30px;
}

.jp-ctrl-info {
	display: inline;
}

.jp-current-track {
	display: inline;
}


