/*   
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based Wordpress theme of your own.
Author: Monkey Do!
Author URI: http://monkeydo.biz
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

html, body { margin: 0; padding: 0; height: 100%; }

body { 
	font: 13px Helmet, Freesans, sans-serif;
	background: #000 url('images/background.jpg') no-repeat center top fixed; 
	/* background-size:contain; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-width: 1080px;
}

body, select, input, textarea {color: #e4e4e4;}

a {color: #fbe106; text-decoration: none; }
a:hover {color: #fff;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

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

#page-bkg { background: transparent url('images/page-bkg.png') repeat-x; width: 100%; height: 100%; margin: 0; }
#page-bkg .deco { width: 100%; margin: 0 auto; background: transparent url('images/midpage-bkg.png') no-repeat center top;  height: 447px; z-index: 10; }
#page-bkg .deco-subp { width: 100%; margin: 0 auto; background: transparent url('images/midpage-bkg2.png') no-repeat center top;  height: 447px; z-index: 10; }

#page-wrap { margin: 0px auto 0px auto; z-index: 20; min-height:100%; height: 100%; position:relative;  }

#primary { float: left; margin: 0 0 30px 0; width: 760px; border-top: 0px solid #1f1f1f; padding: 20px 0 30px 0; }
#sidebar { float: right; width: 280px; padding: 50px 0 0 0; }

#header-wrap { width: 100%; height: 375px; background: transparent url('images/header-bkg.png') repeat-x; }
#header { width: 1060px; margin: 0 auto; }
#header h1 { height: 251px; float: left; }
#header h1 a { background: url('images/the-bizarre-ride-logo.png') no-repeat; width: 712px; height: 214px; margin: 45px 0 0 20px; display: block; text-indent: -9999px; font-size: 0px; position: relative; }

#header .navbar { float: left; width: 735px; }
#header .navbar li { height: 45px; float: left; }
#header .navbar a:link, 
#header .navbar a:visited { font-size: 15px; color: #fff; line-height: 45px; height: 45px;  display: block; padding: 0 20px; text-transform: uppercase; }
#header .navbar a:hover { color: #fbe106; }
#header .navbar .current_page_item a { color: #000; background-color: #fbe106;  }
#header .the-pharcyde { position: absolute; background: transparent url('images/pharcyde-hdr.png') no-repeat; width: 285px; height: 296px; z-index: 100; margin: 75px 0 0 685px; overflow-x:hidden; }

#header ul.social-links { position: absolute; width: 173px; height: 51px; z-index: 105; margin: 248px 0 0 888px; overflow-x:hidden; }
#header ul.social-links li { float: left; margin: 0 10px 0 0px; }
#header ul.social-links li.last { margin: 0px; }
#header ul.social-links li a { display: block; width: 51px; height: 51px; overflow: hidden; font-size: 0; text-indent: -9999px; background: transparent url('images/social-icons.png') no-repeat; }
#header ul.social-links li a.facebook {  background-position: 0px 0px; }
#header ul.social-links li a.facebook:hover { background-position: 0px -52px; }
#header ul.social-links li a.twitter {  background-position: -61px 0px; }
#header ul.social-links li a.twitter:hover { background-position: -61px -52px; }
#header ul.social-links li a.youtube {  background-position: -122px 0px; }
#header ul.social-links li a.youtube:hover { background-position: -122px -52px; }

#page { width: 1060px; margin: -65px auto 0px auto; height: 100%; z-index: 5; position: relative; }
#content { height: 100%; position: relative; }

#footer { clear: both; width: 100%; height: auto; position: relative; bottom: 0; top: 30px; }
#footer .padd { width: 1060px; margin: 0 auto; background: url('images/footer-police-car.png') left bottom no-repeat; height: 375px; }

#footer .padd ul { width: 100%; }
#footer .padd li { float: left; height: 210px; }
#footer .padd li h2 { background: transparent url('images/titles_bkg.png') no-repeat; color: #000; display: block; overflow: hidden; }

#footer .padd li.facebook { width: 330px; margin: 0 30px 0 0; }
#footer .padd li.facebook h2 { background-position: 0px -66px;  width: 182px; height: 65px; position: absolute; margin: 0 0 0 -30px; }
#footer .padd li.facebook .info { margin: 65px 0 0 0; padding: 10px 0 0 0; background: url('images/blocks-bkg.png') left -165px no-repeat;  height: 103px !important; overflow: hidden; }
#footer .padd li.facebook .info span { margin: 0; padding: 0px 10px 10px 10px; overflow: hidden; }
#footer .padd li.facebook .info img { border: 5px solid #fbe106; float: left; margin: 4px 15px 0 0; }
#footer .padd li.facebook .info .title { font-size: 11px; }
#footer .padd li.facebook .info .message { float: left; width: 235px; font-size: 11px; margin: 5px 0 0 0; display: block; }
#footer .padd li.facebook .info .linkback { color: #7b7b7b; margin: 3px 0 0 0; font-style: italic; }
#footer .padd li.facebook .fb-button { margin: 5px 0 0 0;}

#footer .padd li.twitter { width: 340px; margin: 0; }
#footer .padd li.twitter h2 { background-position: 0px -131px;  width: 251px; height: 65px; position: absolute; margin: 0px; }
#footer .padd li.twitter h2 span { margin: 0 0 0 30px; font-size: 21px; position :relative; top: 29px; text-transform: uppercase; }
#footer .padd li.twitter .info { margin: 65px 0 0 0; background: url('images/blocks-bkg.png') left -281px no-repeat;  height: 113px; overflow: hidden; }
#footer .padd li.twitter .info #tw-feed { width: 290px; margin: 25px 0 25px 40px; overflow: hidden; }
#footer .padd li.twitter .info #tw-feed div.padd { width: 290px; padding: 0 0 50px 0; }
#footer .padd li.twitter .info #tw-feed .date a { color: #7b7b7b; font-style: italic; }
#footer .padd li.twitter .info #tw-feed .date a:hover { color: #fff; }
#footer .padd li.twitter .tw-button { margin: 5px 0 0 0;}

#footer .padd li.newsletter { width: 341px; float: right; }
#footer .padd li.newsletter h2 { background-position: 0px -198px;  width: 341px; height: 65px; position: absolute; margin: 0px; }
#footer .padd li.newsletter h2 span { margin: 0 0 0 30px; font-size: 21px; position :relative; top: 29px; text-transform: uppercase; }
#footer .padd li.newsletter .info { margin: 65px 0 0 0; background: url('images/blocks-bkg.png') left -397px no-repeat;  height: 113px; overflow: hidden; }
#footer .padd li.newsletter .info .wpcf7 { margin: 20px 0 0 20px; }
#footer .padd li.newsletter .info .wpcf7 label { float: left; margin: 0 0 10px 0;}
#footer .padd li.newsletter .info .wpcf7 .input-bkg { float: left; background: transparent url('images/form-newsletter-bkg.png'); width: 239px; height: 29px; }
#footer .padd li.newsletter .info .wpcf7 .input-bkg input.wpcf7-text { border: 0; background-color: transparent; width: 219px; height: 19px; padding: 5px 10px; font-size: 11px; }
#footer .padd li.newsletter .info .wpcf7 input.wpcf7-submit { font-size: 0; float: left; border: 0; background: transparent url('images/form-newsletter-button.png'); width: 80px; height: 29px; color: #000; }
#footer .padd li.newsletter .info .wpcf7 input.wpcf7-submit:hover { background-position: 0 -31px; }
#footer .padd li.newsletter .info .wpcf7 .wpcf7-validation-errors { border: 0; font-size: 11px; color: #e23141; position: relative; top: 7px; }
#footer .padd li.newsletter .info .wpcf7 .wpcf7-not-valid-tip { display: none; }
#footer .padd li.newsletter .info .wpcf7 .wpcf7-mail-sent-ok { border: 0; font-size: 11px; color: #7b7b7b; position: relative; top: 7px; }
#footer .padd .bottom { width: 100%; position: relative; top: 125px; }
#footer .padd .bottom .copyright { float: left; font-size: 11px; color: #e4e4e4; }
#footer .padd .bottom .copyright strong { font-color: #fff; font-weight: bold; }
#footer .padd .bottom .nav { float: right; }
#footer .padd .bottom .nav li { float: left; margin: 0 20px 0 0; }
#footer .padd .bottom .nav li:last-child { margin: 0px; }
#footer .padd .bottom .nav li a { text-transform: uppercase; font-size: 11px; }

#phone-booth { display: none; background: url('images/phone-booth.png') center bottom no-repeat; width: 100%; margin: 0 auto 0 auto; height: 483px; z-index: 1; }

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Home Page Styles
-------------------------------------------------------------------------------*/

.home-features { width: 1060px; z-index: 1; position: absolute; z-index: 1 !important; position: relative; } 
.home-features img { display: none }
.home-features img.first { display: block }
.home-features .banner-l { float: left; width: 183px; height: 366px; overflow: hidden; margin: 0px 22px 0px 0px; background-color: #000; }
.home-features .vplayer { float: left; width: 651px; height: 366px; background-color: #000; margin: 0; z-index: 1 !important; }
.home-features .banner-r { float: left; width: 183px; height: 366px; margin: 0 0 0 21px; background-color: #000; }

.home-quotes { clear: both; float: left; width: 100%; margin: 20px 0 5px 0; height: 60px; }
.home-quotes h2 { background: transparent url('images/titles_bkg.png') no-repeat; color: #000; }
.home-quotes h2.recent-news { width: 271px; height: 65px; position: absolute; margin: 0 0 0 -30px; padding: 0 0 0 0; overflow: hidden; }
.home-quotes h2.recent-news span { margin: 0 0 0 30px; font-size: 25px; position: relative; top: 28px; }
.home-quotes .quotes { margin: 0 0 0 275px; height: 50px; width: 785px; }
.home-quotes .quotes img { margin: 10px 0 0 0; }

.home-recent-news { clear: both; float: left; width: 700px; height: auto; margin: 0 0 0 0; }
.home-recent-news ul { }
.home-recent-news li { clear: both; background: url('images/blocks-bkg.png'); width: 700px; height: 163px; margin: 0 0 10px 0; }
.home-recent-news li span { padding: 20px 0 0 0; position: relative; display: block; }
.home-recent-news li img { border: 5px solid #fbe106; display: block; float: left; }
.home-recent-news li .info { float: left; margin: 10px 0 0 30px; position: relative; width: 475px; }
.home-recent-news li .info h3 { font-size: 18px; font-weight: normal; display: block; }
.home-recent-news li .info h4 { font-size: 12px; font-weight: normal; display: block; color: #7b7b7b; } 
.home-recent-news li .info h4 a { color: #afafaf; }
.home-recent-news li .info p { margin: 10px 0px; overflow: hidden; }

.home-sidebar { float: right; width: 340px; margin: 0 0 0 0; }
.home-sidebar .purchase-tickets { margin: 0 0 20px 0; }

.home-sidebar .playlist {}
.home-sidebar .playlist .cover { float: left; }
.home-sidebar .playlist .cover img { border: 5px solid #fbe106; display: block; }
.home-sidebar .playlist .cover a.button-buy { margin: 10px 0 0 0; text-indent: 9999px; font-size: 0; display: block; background: url('images/button-buy-playlist.png') no-repeat; width: 110px; height: 29px; }
.home-sidebar .playlist .info { margin: 0 0 0 30px; float: left; }
.home-sidebar .playlist .info h3 { text-transform: uppercase; font-size: 21px; }
.home-sidebar .playlist .info ul { margin: 20px 0 0 0; padding: 0; list-style-position:inside; list-style-type: decimal-leading-zero; }
.home-sidebar .playlist .info ul li { margin: 0; padding: 0; color: #fbe106; padding: 0; margin: 0 0 5px 0;}
.home-sidebar .playlist .info ul li span { color: #fff; padding: 0 0 0 0;}

/* Gallery Page Styles
-------------------------------------------------------------------------------*/

.gallery ul { width: 100%; }
.gallery ul li { float: left; margin: 0 20px 20px 0; }
.gallery ul li.last { margin: 0 0 20px 0; }
.gallery ul li a:link,
.gallery ul li a:visited { background: url('images/gallery-thm-bkg.png') no-repeat; padding: 10px; display: block; position: relative; }
.gallery ul li a:hover { background-position: 0px -176px; }


/* Blog Page Styles
-------------------------------------------------------------------------------*/

.post { clear: both; margin: 0 0 30px 0; padding: 0; border-bottom: 0px solid #363636; }
.blog .entry-meta { background-color: #000; padding: 10px 10px; float: left; margin: 0 15px 0 0; font-weight: bold; font-size: 16px; color: #fff; 
	border-right: 5px solid #fbe106;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;    
	opacity: 0.85;
}
.blog h2.pagetitle { margin: 0 0 40px 0; }
.blog h4.cat-links { margin: 0 0 0 0; font-weight: normal; font-size: 12px; }
.blog h2.entry-title { font-size: 18px; font-weight: bold; }
.blog h2.entry-title a:link,
.blog h2.entry-title a:visited,
.blog h2.entry-title a:active { color: #fbe106; }
.blog h2.entry-title a:hover { color: #fff; } 

.blog .list img { background: transparent url('images/black-bkg.png'); padding: 10px; float: left; }
.blog .list .cont { float: left; width: 460px; margin: 0 0 50px 20px; }

.blog .entry-content { margin: 30px 0 0 0; font-size: 12px; }
.blog .entry-content p,
.blog .entry p { display: block; font-size: 12px !important; margin: 20px 0; line-height: 18px; }
.blog .entry-content p a,
.blog .entry p a { color: #fbe106; }
.blog .entry-content p a:hover, .blog .entry p a:hover { color: #fff; text-decoration: underline; }

.blog .foot { margin: 10px 0 75px 0; clear: both; border-top: 5px solid #363636; }
.blog .foot .lcol { float: left; margin: 5px 0 0 0;}
.blog .foot .lcol span { position: relative; top: 10px; text-transform: capitalize; font-size: 12px; }
.blog .foot .lcol strong { margin: 0 0 0 0px; padding: 0 3px 0 0; font-size: 12px; }
.blog .foot .rcol { float: right; width: 100px; }
.blog .foot .rcol span { position: relative; top: 10px; }

.blog .foot a:link,
.blog .foot a:visited { color: #7b7b7b; }
.blog .foot a:hover { color: #afafaf; }


/* Press Kit Page Styles
-------------------------------------------------------------------------------*/

.press-kit .entry-content { width: 100%; background-color: #000; height: 450px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;    
	opacity: 0.85;
	text-align: center;
}
.press-kit .entry-content a.download { margin: 20px 0 0 0; position: relative; top: 20px 0 0 0; font-size: 24px; color: #fff; }
.press-kit .entry-content a.download:hover { color: #e23141; }
.press-kit .entry-content .kit { position: relative; top: 200px; }

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget { display: block; margin: 0 0 20px 0; padding: 0; border-bottom: 0px solid #1f1f1f;	 padding: 0 0 15px 0; }
.widget h2 { font-size: 20px; text-transform: uppercase; }
.widget-title { font-size: 12px; display: none; }
.widget_categories li,
.widget_archive li { margin: 0 0 2px 0; font-size: 14px; font-weight: bold; text-transform: uppercase; }
.widget_categories li:last-child,
.widget_archive li:last-child { margin: 0; }

.widget_categories li a:link,
.widget_categories li a:visited,
.widget_archive li a:link,
.widget_archive li a:visited { color: #fff; display: block; padding: 0px 20px; background: url('images/sidebar-li-bkg.png') repeat-x 0 -34px; overflow: hidden; line-height: 32px; height: 32px; }

.widget_categories li a:hover,
.widget_archive li a:hover { color: #fff; background: url('images/sidebar-li-bkg.png') repeat-x 0 0; }

.widget_categories li.current-cat a,
.widget_archive li.current-cat a { color: #fff; }

.widget_categories li.current-cat a:hover,
.wwidget_archive li.current-cat a:hover { color: #fff; }
.widget-area .widget_text { }
.widget-area .widget_text p { position: relative; top: 20px; }
.widget-area .widget_search { overflow: hidden; }
.widget-area .widget_search input { float: left; }

/* =Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi { border-bottom: 1px solid #363636; padding: 0 0 2px 0; text-align: left; }
.wp-pagenavi a, 
.wp-pagenavi span { line-height:20px; padding: 4px 7px; margin-right:3px; font-weight: bold !important; font-size: 14px; }
.wp-pagenavi .current { border-bottom:solid 1px #ccc; color: #fff; padding: 4px 7px; }
.wp-pagenavi a { color: #fbe106; text-decoration:none !important; }
.wp-pagenavi a:hover { border-bottom:solid 1px #fbe106; }

/* Cufon FOUC fix
-------------------------------------------------------------------------------*/
.cufon-loading .navbar a{ visibility: hidden !important; }

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}
