/*
Theme Name: NeonBunny Theme
Description: Custom theme for neonbunny
*/


/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

body {
	height: 100%;
} 

html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.5 sans-serif; *font-size:small; }

select, input, textarea, button { font:99% sans-serif; outline:none; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2px; }
ol { list-style-type: none; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 100%; line-height: 125%; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

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

h5 { 
	font-size: 13px;
    line-height:24px;	
}
	
h1, h2, h3, h4, h6 { font-weight: bold; }
a, a:active, a:visited { color: #FFFFFF; outline: none; text-decoration: none; }
a:hover { color: #FFFFFF; }



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

.gallery-caption {}
.bypostauthor {}


/*
    !-------Styles for the theme starts here---------!
*/

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

p {
	line-height: 20px;	
}

em {
	font-style: italic;	
}

.floated-left {
	float: left;	
}

/*-------------------------------------*/
/*------------- HEADER ---------------*/
/*-------------------------------------*/

header#main-header {
	width: 100%;
	height: 120px;
	background:  url(images/stylico/bkg2x2.png) repeat;
	-webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .7); 
}

#header-nav {
	width: 720px !important;	
}

#header-nav .header-nav-default {
	margin-top: 40px;
	color: #fff;
	float: right;
}

#header-nav ul {
	margin-top: 50px;
}

#header-nav .menu {
	float: right;
}

#header-nav ul .header-nav-top-arrow {
	position: absolute;
	top: 22px;
	left: 30px;
	z-index: 100000;
	border-color: transparent transparent #ff4db8;
    border-style: solid;
    border-width: 8px;
    height: 0;
    width: 0;
	webkit-box-shadow: inset 0px 1px 0px 0px #86d6ee;
    -moz-box-shadow: inset 0px 1px 0px 0px #86d6ee;
    box-shadow: inset 0px 1px 0px 0px #86d6ee;
}

#header-nav #menu-main > li {
	margin-bottom: 10px;	
}

#header-nav ul ul {
	display: none;
	position: absolute;
	top: -5px;
	left: 0;
	width: 200px;
	z-index: 99999;
	background: rgb(255,77,184);
	background: rgba(255,77,184, 0.90);
	background: -moz-linear-gradient(top, rgba(255,140,209, 0.90) 0%, rgba(255,77,184, 0.90) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,140,209,0.90)), color-stop(100%,rgba(255,77,184,0.90)));
	background: -webkit-linear-gradient(top, rgba(255,140,209,0.90) 0%,rgba(255,77,184,0.90) 100%);
	background: -o-linear-gradient(top, rgba(255,140,209,0.90) 0%,rgba(255,77,184,0.90) 100%);
	background: -ms-linear-gradient(top, rgba(255,140,209,0.90) 0%,rgba(255,77,184,0.90) 100%);
	background: linear-gradient(top, rgba(255,140,209,0.90) 0%,rgba(255,77,184,0.90) 100%);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	webkit-box-shadow: inset 0px 1px 0px 0px #ffcceb, 0px 2px 3px 1px #666666;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffcceb, 0px 2px 3px 1px #666666;
    box-shadow: inset 0px 1px 0px 0px #ffcceb, 0px 2px 3px 1px #666666;
}

#header-nav ul ul ul {
	left: 210px;
	top: -42px;
}

#header-nav li {
	position: relative;
	float: left;
	margin-left: 5px;
	z-index: 100000;
}

#header-nav ul ul li {
	position: relative;
	z-index: 10000;
	margin-left: 0 !important;
	float: none;
	padding: 5px 15px !important;
}

#header-nav a {
	color: #ffffff;
	padding: 5px 15px !important;
	margin: 0 5px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}

.ie7 #header-nav ul a {
	line-height: 25px;
}

.ie7 #header-nav ul ul a {
	line-height: 12px !important;
}

#header-nav a:hover {
	color: #ffffff;
	background: #ff4db8;
	background: -moz-linear-gradient(top, #ff8cd1 60%, #ff4db8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ff8cd1), color-stop(100%,#ff4db8));
	background: -webkit-linear-gradient(top, #ff8cd1 60%,#ff4db8 100%);
	background: -o-linear-gradient(top, #ff8cd1 60%,#ff4db8 100%);
	background: -ms-linear-gradient(top, #ff8cd1 60%,#ff4db8 100%);
	background: linear-gradient(top, #ff8cd1 60%,#ff4db8 100%);
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 6px;
	webkit-box-shadow: inset 0px 1px 0px 0px #ffcceb, 0px 1px 4px 0px #13131a;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffcceb, 0px 1px 4px 0px #13131a;
    box-shadow: inset 0px 1px 0px 0px #ffcceb, 0px 1px 4px 0px #13131a;
	text-shadow: 1px 1px 2px #000000;
}

#header-nav ul ul a {
	color: #e9e9e9;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #333333;
	padding: 0 !important;
	margin: 0 !important;
}

#header-nav ul ul .sfHover {
	background: url(images/stylico/header_nav_arrow.png) no-repeat 180px 9px;
}

#header-nav ul ul a:hover {
	background: none;
	color: #ffffff;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#header-bottom {
	padding: 10px 0 5px;	
}

#header-bottom #header-socials-menu {
	float: right;	
}


/*-------------------------------------*/
/*------------- CONTENT ---------------*/
/*-------------------------------------*/

#content {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 22px;
	min-height: 400px;
	z-index: 0;
}

	#content a, #content a:visited {
		color: #3f3f47;
	}
	
	#content a:hover {
		color: #2b2b30;
	}
	
	#content .content-box {
		position: relative;
		background: #e6ffe6;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 2px 7px 0px #000000;
		-moz-box-shadow: 0px 2px 7px 0px #000000;
		box-shadow: 0px 2px 7px 0px #000000; 	
	}
	
	#content .inner-content {
		margin: 20px 20px 20px;
	}


nav.content-nav {
	margin-top: 40px;	
}

nav.content-nav .nav-next {
	margin-right: 20px;
	float: right;
	font-weight: bold;
}

nav.content-nav .nav-previous {
	margin-left: 20px;
	float: left;
	font-weight: bold;
}

#content input[type=text], #content input[type=password], #content textarea {
	background: #ffffff;
	border: 1px solid #90ff90;
	padding: 0 10px;
	color: #4B4B4B;
	font-size: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 3px 0px #d1d1d1, 0px 1px 0px 0px #fff;
	-moz-box-shadow: inset 0px 1px 3px 0px #d1d1d1, 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 3px 0px #d1d1d1, 0px 1px 0px 0px #fff;
}

#content textarea {
	padding-top: 5px;
	padding-bottom: 5px;
}

#content input[type=text], #content input[type=password] {
	height: 27px;
	line-height: 13px;
}

#content input[type=submit] {
	margin-top: 10px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

#content input[type=text]:focus, #content input[type=password]:focus, #content textarea:focus {
	background: #ffffff;
	border: 1px solid #90ff90;
	-webkit-box-shadow: inset 0px 1px 3px 0px #d1d1d1, 0px 0px 2px 0px #1f96e9;
	-moz-box-shadow: inset 0px 1px 3px 0px #d1d1d1, 0px 0px 2px 0px #1f96e9;
	box-shadow: inset 0px 1px 3px 0px #d1d1d1, 0px 0px 2px 0px #1f96e9; 
}

#content input::-moz-focus-inner { 
    border: 0 !important;
    padding: 0 !important;
}

#content .divider {
	margin-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

#content .divider2 {
	margin-bottom: 20px;
	border-bottom: 1px dotted #666666;
}

.ie7 #content .divider {
	margin-top: 15px !important;	
}

#content pre, #content code {
	border: 1px solid #9da0b3;
	background: #fff;
	color: #333;
	padding: 10px;
	margin: 10px 0px 40px;
	-webkit-box-shadow: inset 0px 1px 3px 0px #d1d1d1;
	-moz-box-shadow: inset 0px 1px 3px 0px #d1d1d1;
	box-shadow: inset 0px 1px 3px 0px #d1d1d1;
}

#content .dropcap {
	color: #3b3b49;
	font-size: 40px;
	padding: 10px 10px 0px 0px;
	float: left;	
}

/*-------------------------------------*/
/*------------- MAIN ---------------*/
/*-------------------------------------*/

#main {
	position: relative;
	z-index: 0;	
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    margin-bottom: 5px; 
}

#main h1 {
	font-size: 22px;
}

#main h2 {
	font-size: 20px;
}

#main h3 {
	font-size: 18px;
}

#main h4 {
	font-size: 16px;
}

#main h5 {
	font-size: 14px;
}

#main h6 {
	font-size: 12px;
}


#main p {
	margin-bottom: 20px;
}

#main ol, #main ul {
	list-style-position: inside;
}


/* Page */
.page-header {
	margin-bottom: 30px;	
}

.page-title {	
	font-size: 16px;
	border-bottom: 1px dotted #acacc1;
	text-shadow: 0px 1px 0px #fff;
}

.page-title span {
	font-weight: bold;	
}

img.attachment-thumbnail {
	width: 90px;
	height: 90px;
	border: 4px solid #fefff8;
	border-bottom: 10px solid #fefff8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 0px 1px 1px 0px #6e6d77;
	-moz-box-shadow: 0px 1px 1px 0px #6e6d77;
	box-shadow: 0px 1px 1px 0px #6e6d77; 
}

img.attachment-post-teaser, img.attachment-post-teaser-fullwidth, img.attachment-post-sticky {
	border: 5px solid #fefff8;
	border-bottom: 15px solid #fefff8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 0px 1px 1px 0px #6e6d77;
	-moz-box-shadow: 0px 1px 1px 0px #6e6d77;
	box-shadow: 0px 1px 1px 0px #6e6d77; 
}

div.image-magnifier {
	display: none;
	position: absolute;
	background: url(images/stylico/magnifier.png) no-repeat;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;		
}


/* Post */
.post-entry {
	width: 460px;
	float: left;
}

.post-excerpt {
	width: 100%;	
}

.post-thumbnail {
	float: left;
	margin-right: 20px;	
}

.page-blog .sticky-post .post-entry, .page-blog .sticky-post .post-thumbnail {
	float: none !important;
	width: auto !important;
}

.post-title {
    margin-bottom: 15px !important;
}

.page-blog .sticky-post .post-title {
	margin-bottom: 15px !important; 
}

.post-title, .post-title a {	
	font-size: 22px !important;
	color: #333333 !important;
	text-shadow: 0px 1px 0px #fff; 
}

.post-titlepast {
    margin-bottom: 0px !important;
}

.post-titlepast, .post-title past {	
	font-size: 22px !important;
	color: #333333 !important;
	text-shadow: 0px 1px 0px #fff; 
}

.post-meta-menu {
	margin-top: 20px;
	margin-bottom: 15px;	
}

.sticky-post .post-meta-menu {
	margin-top: 10px;
}

.post-meta-menu span {
	margin-right: 20px;
	padding-left: 20px;
}

	.post-meta-menu span a {
		font-size: 10px;
	}
	
	.post-meta-menu span.meta-date {
		background:  url(images/stylico/meta_date.png) no-repeat;
	}
	
	.post-meta-menu span.meta-author {
		background:  url(images/stylico/meta_author.png) no-repeat;
	}
	
	.post-meta-menu span.meta-category {
		background:  url(images/stylico/meta_category.png) no-repeat;
	}
	
	.post-meta-menu span.meta-comments {
		background:  url(images/stylico/meta_comments.png) no-repeat;
	}


.entry-content {
	margin-top: 20px;
	margin-bottom: 20px;	
}

a.more-link {
	display: block;
	margin-top: 20px;
	color: #252532 !important;
	font-size: 12px;
	font-weight: bold;
}

.sticky-post a.more-link {
	margin-bottom: 29px !important;	
}


div.post-socials {
	margin-bottom: 20px;
}

	div.post-socials span {
		float: left;	
	}
	
	div.post-socials #___plusone_0 {
		width: 75px !important;
	}


div.meta-tags {
	background:  url(images/stylico/meta_tags.png) no-repeat;
	margin-bottom: 20px;
	padding-left: 25px;
	line-height: 15px;
	font-size: 10px;
	float: right;
}


div.post-link-pages {
	margin: 0 0 10px;
}

	div.post-link-pages a {
		text-decoration: underline;	
	}


.post-dotted-line {
	border-top: 1px dotted #acacc1;
    color: #d3d1eb;
    background-color: #d3d1eb;
    height: 1px;
	margin-bottom: 40px;
}


/* Comments */
#comments {
	margin-top: 40px;	
}
	
	#comments .nocomments {
		font-weight: bold;	
	}

	#comments a, #comments div a {
		color: #5d5d69;
	}
	
	#comments #comments-title {
		margin-bottom: 20px;
		font-size: 16px;
		color: #1386E4;
	}
	
	#comments ul.children {
		margin-left: 60px;
		list-style: none;	
	}
	
	#comments img.avatar {
		float: left;
		margin-right: 20px;
		border: 4px solid #fefff8;
		border-bottom: 10px solid #fefff8;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 
		-webkit-box-shadow: 0px 1px 1px 0px #6e6d77;
		-moz-box-shadow: 0px 1px 1px 0px #6e6d77;
		box-shadow: 0px 1px 1px 0px #6e6d77;
	}

.comment .comment-sub-menu {
	float: left;	
}

	.comment-sub-menu .comment-author {
		font-size: 14px;	
		font-weight: bold;
	}
	
	.comment .comment-content {
		margin-top: 10px;
	}

.comment-dotted-line {
	border-top: 1px dotted #acacc1;
    color: #d3d1eb;
    background-color: #d3d1eb;
    height: 1px;
	margin-bottom: 30px;
}


/* Comment Form */

#comments #respond {
	margin-top: 10px;
}

#commentform .comment-notes, #commentform .logged-in-as {
	margin-bottom: 10px;	
}
	
	#commentform p {
		margin-bottom: 10px;	
	}
	
	#commentform input {
		resize: none;	
	}
	
	#commentform textarea {
		width: 300px;
		resize: vertical;
	}
    
	#commentform label {
		font-size: 10px;	
	}



/*-------------------------------------*/
/*------------- SIDEBAR ---------------*/
/*-------------------------------------*/

aside#main-sidebar {
	width: 305px !important;
	margin-right: 30px;
}

	
	aside#main-sidebar .widget {
		padding: 20px 20px 20px;
		margin-bottom: 20px;	
	}
		
	aside#main-sidebar .widget-title {
	width: 240px;
	height: 23px;
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 7px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	}
	


/*-------------------------------------*/
/*------------- FOOTER ---------------*/
/*-------------------------------------*/


footer#main-footer {
	width: 100%;
	height: 75px;
	background:  url(images/stylico/bkg2x2.png) repeat;
	position: relative;
	bottom: 0px;
	color: #bbbcce !important;
	-webkit-box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px -1px 12px 0px rgba(0, 0, 0, 0.7);   
}

    #main-footer span,  #main-footer p {
		color: #666666 !important;  
	}

	footer#main-footer a, footer#main-footer a span {
		color: #ffffff;
		padding: 15px 15px !important;
		margin: 5 10px;
		font-size: 11px;
		font-weight: bold;
		text-shadow: 1px 1px 2px #000000;
	}
	
	footer#main-footer a:hover, footer#main-footer a:hover span {
		color: #c9ffc9 !important;	
		text-shadow: 1px 1px 2px #000000;
	}
	
	footer#main-footer ul, footer ol {
		list-style: none;	
	}


a#footer-go-top {
	position: absolute;
	width: 37px;
	height: 26px;
    background:  url(images/stylico/footer_top_normal.png) no-repeat;
	top: -26px;
	right: 50px;
}


#bottom-footer {
	line-height: 75px;
	font-size: 12px;
}

	#bottom-footer span {
		color: #9b9db3;	
	}
	
	#bottom-footer a {
		line-height: 75px !important;
	}


#footer-nav {
	margin-left: 30px;	
}

	#footer-nav ul {
		float: right;	
	}
	
	#footer-nav ul li {
		float: left;
		margin-right: 0px;
	}



/*-------------------------------------*/
/*------------- CUSTOM PAGES ----------*/
/*-------------------------------------*/


/*------------- HOME ------------------*/

#orbit-slider {
	height: 330px;
	padding: 10px;	
}

#orbit-slider a {
	text-shadow: none;
}

#home-widget-areas {
	margin: 40px 0;
}

#home-widget-areas > div {
	position: relative;
	margin-right: 0px;	
}

#home-widget-areas .widget {
	padding: 10px 20px 15px;	
}

#home-widget-area-center {
	margin: 0 30px !important;
}

#home-widget-areas .widget-title {
	width: 240px;
	height: 23px;
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 7px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}

#home-widget-areas a.big-button {
	width: 280px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}


/*------------- GIGS ------------------*/

.gigs-list {
	margin: 0;
	list-style: none;
}

.gigs-list li {
	background: none;
	padding: 0 0 10px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dotted #acacc1;
}

.gig-date {
	width: 60px;
	height: 57px;
	background: url(images/stylico/date_calender.png) no-repeat;
	text-align: center;
	margin: 2px 20px 15px 0px;
	padding: 2px 0px 0px;
	float: left;
}

.gig-date3 {
		color: #333333;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
.gig-datepast {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	}

.gig-date .gig-day {
		margin: 4px 0px 8px 0px;
		color: #5099d5;
		font-size: 16px;
		font-weight: bold;
	}
	
	
.gig-date .gig-month {
		color: #5099d5;
		font-size: 13px;
	}


.gig-content {
	font-size: 13px;
	line-height: 150%;
	float: left;
}

.gig-content .gig-venue {
		font-size: 20px;
		margin-bottom: 5px;
	}

.gig-venue3 {
		font-size: 22px;
		margin-bottom: 5px;
		font-weight: bold;

	}
	
.gig-venuepast {
		font-size: 14px;
		margin-bottom: 5px;
		font-weight: bold;

	}

.gig-text p {
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 5px !important;
	}
	
.gig-textpast p {
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 2px !important;
	}
	
.gig-sub-menu a, .gig-sub-menu a:visited {
		color: #5F9413 !important;
		font-weight: bold;
		font-size: 11px;
		line-height: 15px;
		margin-right: 20px;	
	}
	
.gig-sub-menu a:hover {
		color: #4f7c10 !important;
	}


/*------------- RELEASES -----------*/

.genre-container {
	width: 435px !important;
	margin-bottom: 40px;
}

.genre-right-margin {
	margin-right: 40px !important;
}

.genre-title {
	font-size: 14px;
}

.record-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.record-list li {
	border-bottom: 1px dotted #acacc1;
}

.record {
	position: relative;
	padding: 0 0 10px;
	margin: 0px 0px 15px 0px;
}

    .record .record-image {
		float: left;
		width: 50px;
		height: 50px;
		border: 4px solid #fefff8;
		border-bottom: 10px solid #fefff8;
		margin-right: 20px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 
		-webkit-box-shadow: 0px 1px 1px 0px #6e6d77;
		-moz-box-shadow: 0px 1px 1px 0px #6e6d77;
		box-shadow: 0px 1px 1px 0px #6e6d77;	
	}
	
	    .record .record-image2 {
		float: left;
		width: 150px;
		height: 150px;
		border: 4px solid #fefff8;
		border-bottom: 10px solid #fefff8;
		margin-right: 20px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 
		-webkit-box-shadow: 0px 1px 1px 0px #6e6d77;
		-moz-box-shadow: 0px 1px 1px 0px #6e6d77;
		box-shadow: 0px 1px 1px 0px #6e6d77;	
	}
	
	
    .record .record-imagepast {
		float: left;
		width: 75px;
		height: 75px;
		border: 4px solid #fefff8;
		border-bottom: 10px solid #fefff8;
		margin-right: 20px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 
		-webkit-box-shadow: 0px 1px 1px 0px #6e6d77;
		-moz-box-shadow: 0px 1px 1px 0px #6e6d77;
		box-shadow: 0px 1px 1px 0px #6e6d77;	
	}
	
	.record .record-content {
		width: 335px;
		float: left;	
	}
	
	.record .record-text {
		color: #333333;	
		font-size: 11px;
	}
	
	.record .record-text > p {
		line-height: 15px;
		margin-bottom: 0 !important;	
	}
	
	.record .record-text > p:first-child {
		margin-bottom: 3px !important;	
	}
	
	.record .record-header {
	color: #333333;	
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5 !important;	
	}
	
	.record .record-buttons a {
		float: left;
		position: relative;
		display: block;
		margin-top: 8px;
		padding: 0px 20px 0px 10px;
		height: 16px;
		line-height: 16px;
		font-size: 9px;
		font-weight: bold;
		color: #414141;
		text-decoration: none !important;
	}


a.play-now, a.play-now:visited {
	margin: 0 10px 0 0;
	border: 1px solid #60ff60;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #c9ffc9;
	background: -moz-linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9ffc9), color-stop(50%,#90ff90));
	background: -webkit-linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	background: -o-linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	background: -ms-linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	background: linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	text-shadow: 0px 1px 0px #eaebf4;
	-webkit-box-shadow: 0px 1px 2px 0px #adb1c1, inset 0px 1px 1px 0px #f1f7ff;
	-moz-box-shadow: 0px 1px 2px 0px #adb1c1, inset 0px 1px 1px 0px #f1f7ff;
	box-shadow: 0px 1px 2px 0px #adb1c1, inset 0px 1px 1px 0px #f1f7ff; 
}

	a.play-now:hover {
		text-decoration: none !important;
		background: #e6ffe6;
		background: -moz-linear-gradient(top, #e6ffe6 0%, #c9ffc9 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ffe6), color-stop(50%,#c9ffc9));
		background: -webkit-linear-gradient(top, #e6ffe6 0%,#c9ffc9 50%);
		background: -o-linear-gradient(top, #e6ffe6 0%,#c9ffc9 50%);
		background: -ms-linear-gradient(top, #e6ffe6 0%,#c9ffc9 50%);
		background: linear-gradient(top, #e6ffe6 0%,#c9ffc9 50%);
	}
	
	a.play-now:active {
		text-decoration: none !important;
		-webkit-box-shadow: inset 0px 1px 2px 0px #adb1c1, 0px 1px 1px 0px #f1f7ff;
		-moz-box-shadow: inset 0px 1px 2px 0px #adb1c1, 0px 1px 1px 0px #f1f7ff;
		box-shadow: inset 0px 1px 2px 0px #adb1c1, 0px 1px 1px 0px #f1f7ff;
	}
	
	a.play-now .record-play {
		width: 6px;
		height: 7px;
		position: absolute;
		top: 6px;
		right: 8px;
		background: url(images/stylico/record_play.png) no-repeat;	
	}


a.buy-now, a.buy-now:visited {	
	border: 1px solid #7eb1bd;
	text-decoration: none !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #cae3ea;
	background: -moz-linear-gradient(top, #cae3ea 0%, #b2d8e0 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cae3ea), color-stop(50%,#b2d8e0));
	background: -webkit-linear-gradient(top, #cae3ea 0%,#b2d8e0 50%);
	background: -o-linear-gradient(top, #cae3ea 0%,#b2d8e0 50%);
	background: -ms-linear-gradient(top, #cae3ea 0%,#b2d8e0 50%);
	background: linear-gradient(top, #cae3ea 0%,#b2d8e0 50%);
	text-shadow: 0px 1px 0px #eaebf4;
	-webkit-box-shadow: 0px 1px 2px 0px #adb1c1, inset 0px 1px 1px 0px #f1f7ff;
	-moz-box-shadow: 0px 1px 2px 0px #adb1c1, inset 0px 1px 1px 0px #f1f7ff;
	box-shadow: 0px 1px 2px 0px #adb1c1, inset 0px 1px 1px 0px #f1f7ff; 
}

	a.buy-now:hover {
		text-decoration: none !important;
		background: #d4e7ef;
		background: -moz-linear-gradient(top, #d4e7ef 0%, #bedce9 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e7ef), color-stop(50%,#bedce9));
		background: -webkit-linear-gradient(top, #d4e7ef 0%,#bedce9 50%);
		background: -o-linear-gradient(top, #d4e7ef 0%,#bedce9 50%);
		background: -ms-linear-gradient(top, #d4e7ef 0%,#bedce9 50%);
		background: linear-gradient(top, #d4e7ef 0%,#bedce9 50%);
	}
	
	a.buy-now:active {
		text-decoration: none !important;
		-webkit-box-shadow: inset 0px 1px 2px 0px #adb1c1, 0px 1px 1px 0px #f1f7ff;
		-moz-box-shadow: inset 0px 1px 2px 0px #adb1c1, 0px 1px 1px 0px #f1f7ff;
		box-shadow: inset 0px 1px 2px 0px #adb1c1, 0px 1px 1px 0px #f1f7ff;
	}
	
	a.buy-now .record-buy {
		width: 7px;
		height: 8px;
		position: absolute;
		top: 5px;
		right: 8px;
		background: url(images/stylico/record_buy.png) no-repeat;	
	}




/*-------------------------------------*/
/*------------- WIDGETS ---------------*/
/*-------------------------------------*/

.widget .no-top-margin {
	margin-top: 0 !important;	
}

.widget ul, .widget ol {
	list-style: none;
}

.widget ul li, .widget ol li {
	border: none !important;
	padding: 0 !important;
	margin-bottom: 5px;
	font-weight: bold;
}

.widget ul.children li, .widget ol.children {
	margin-top: 5px;	
}

.widget ul.children li, .widget ol.children li {
	padding-left: 15px;
	background: url(images/stylico/list_arrow.png) no-repeat 5px;
	font-weight: normal;	
}


/*------------- Search -----------*/

#search-bar {
    width: 270px !important;
	background:#ffffff url(images/stylico/search_icon.png) no-repeat scroll 270px 4px;
}

/*------------- TAG -----------*/

.tagcloud {
	list-style: none;
	margin: 0;
}

	.tagcloud a {
		background: none;
		padding: 0;
		margin: 0px 5px 5px 0;
		cursor: pointer;
		float: left;	
	}

	.tag-left {
		height: 21px;	
		background: url(images/stylico/tag_blue.png) repeat-x 0px 0px;
		border-left: 1px solid #60ff60;
		padding: 0px 10px;
		line-height: 22px;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: #333333;
		float: left;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 3px;
		-webkit-border-radius: 3px 0px 0px 3px;
		border-radius: 3px 0px 0px 3px; 
	}
	
	.ie7 .tag-left {
		border-right: 1px solid #90ff90;	
	}
	
	.tag-right {
		width: 20px;
	    height: 21px;
		background: url(images/stylico/tag_blue.png) no-repeat 0px -24px;
		float: left;
	}
	
	.ie7 .tag-right {
		display: none;	
	}


/*--------- Tabbed Widget ---------*/

ul.tabbed-widget-nav {
	list-style: none;
	margin-bottom: 30px;	
}

ul.tabbed-widget-nav li {
	width: 50%;
	float: left;
}

ul.tabbed-widget-nav li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	background: #f1f0ff;
	color: #777786 !important;
	font-size: 13px;
	font-weight: bold;
	 
}

ul.tabbed-widget-nav li a.tabbed-widget-current {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #252532 !important;
}

a.tabbed-widget-nav-first {
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	-webkit-box-shadow: inset -1px -1px 2px 0px #9b9aa5;
	-moz-box-shadow: inset -1px -1px 2px 0px #9b9aa5;
	box-shadow: inset -1px -1px 2px 0px #9b9aa5; 	
}

a.tabbed-widget-nav-last {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	-webkit-box-shadow: inset 1px -1px 2px 0px #9b9aa5;
	-moz-box-shadow: inset 1px -1px 2px 0px #9b9aa5;
	box-shadow: inset 1px -1px 2px 0px #9b9aa5;
}

div.tabbed-widget-content {
	padding: 0 10px 30px;
}

div.tabbed-widget-content ul {
	list-style: none;
}



/*--------- Popular $ Recent Posts ---------*/

.radykal-widget-popular-recent-post {
	font-weight: normal !important;
	margin-top: 20px;
}

	.radykal-widget-popular-recent-post img {
		margin-right: 10px;
		width: 50px;
		height: 45px;
		border: 4px solid #fefff8;
		float: left;	
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 
		-webkit-box-shadow: 0px 0px 1px 0px #6e6d77;
		-moz-box-shadow: 0px 0px 1px 0px #6e6d77;
		box-shadow: 0px 0px 1px 0px #6e6d77;
	}
	
	.radykal-widget-popular-recent-post div {
		width: 210px;
		float: left;
	}

		.radykal-widget-popular-recent-post-title {
			font-size: 11px;
			margin-bottom: 5px;
			color: #252532;
			font-weight: bold;
			line-height: 15px;
		}
		
		.radykal-widget-popular-recent-post-date {
			font-size: 10px;
			margin-right: 10px;
		}
		
		.radykal-widget-popular-recent-post-comments {
			font-size: 10px;
			margin-left: 10px;
		}

/*------------- Upcoming Gigs and Latest Releases Widget--------------*/

.widget .gigs-list li {
	font-weight: normal !important;
	margin-top: 14px;
	margin-bottom: 0;
}

.widget .gig-date {
	width: 48px;
	height: 46px;
	background: url(images/stylico/date_calender_small.png) no-repeat;
	margin: 5px 10px 0px 0px;
	padding: 2px 0px 0px;
}

	.widget .gig-date .gig-day {
		margin: 2px 0px 5px 0px;
		font-size: 13px;
	}
	
	
	.widget .gig-date .gig-month {
		font-size: 12px;
	}


.widget .gig-venue2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	font-weight: bold;
    font-size: 18px !important;
	line-height: 22px;
}

.widget .gig-date2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
    font-size: 14px;
}


.widget  .gig-content {
	width: 265px;	
}

.widget .gig-text p, .widget .gig-text p span {
    font-size: 13px !important;
	line-height: 150%;
}

.widget .gig-text p:first-child {
	font-size: 13px !important;
	line-height: 150%;
}


.widget li.record {
	font-weight: normal !important;
	margin-top: 20px;
	margin-bottom: 0;	
}

.widget img.attachment-thumbnail {
	float: left;
	width: 50px;
	height: 45px;
	margin-right: 10px;
	border: 4px solid #fefff8;
}

.widget .record-text p {
	float: left;
	width: 210px;
}

.widget .record-text p {
	line-height: 14px !important;
}

.widget .record .record-text > p:first-child {
	margin-bottom: 5px !important;	
}

.widget .record-text p, .widget .record-text p span {
    font-size: 10px !important;
	line-height: 18px;
}

.widget .record-text p:first-child {
    font-size: 11px !important;
}



/**********************************/
/* CUSTOM ELEMENTS AND SHORTCODES */
/*********************************/


/*-------- TYPOGRAPHY --------*/

.one-half, .one-third, .one-fourth {
	float: left;
    margin-right: 4%;
    min-height: 1px;
}

.one-half {
	width: 48%;
}

.one-third {
	width: 30.66%;	
}

.one-fourth {
	width: 22%;	
}

.last-column {
	margin-right: 0 !important;	
}

.arrow-list ul {
	list-style: none;	
}

.arrow-list ul li {
	padding-left: 19px;
	background: url(images/stylico/list_arrow.png) no-repeat 5px;	
}



/*-------- BUTTONS --------*/

input[type="submit"], input[type="submit"]:visited, .green-button, .green-button:visited, .blue-button, .blue-button:visited, .red-button, .red-button:visited {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0px 10px;
	line-height: 25px;
	height: 25px;
	text-align: center;
	color: #444444 !important;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4); 
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4); 
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4);  
}

.green-button a, .green-button a:visited, .blue-button a, .blue-button a:visited, .red-button a, .red-button a:visited {
	color: #fff !important;
}

input[type="submit"], input[type="submit"]:visited, .blue-button, .blue-button:visited {
	border: 1px solid #60ff60;
	background: #cbddf3;
	background: -moz-linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9ffc9), color-stop(50%,#90ff90));
	background: -webkit-linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	background: -o-linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	background: -ms-linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	background: linear-gradient(top, #c9ffc9 0%, #90ff90 50%);
	text-shadow: 0px 1px 0px #eaebf4;
} 

.blue-button a, .blue-button a:visited {
	text-shadow: 1px -1px 1px #666666 !important;	
}

input[type="submit"]:hover, .blue-button:hover {
	background: #60ff60;
	background: -moz-linear-gradient(top, #e6ffe6 0%, #c9ffc9 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ffe6), color-stop(50%,#c9ffc9));
	background: -webkit-linear-gradient(top, #e6ffe6 0%, #c9ffc9 50%);
	background: -o-linear-gradient(top, #e6ffe6 0%, #c9ffc9 50%);
	background: -ms-linear-gradient(top, #e6ffe6 0%, #c9ffc9 50%);
	background: linear-gradient(top, #e6ffe6 0%, #c9ffc9 50%);
	text-shadow: 0px 1px 0px #eaebf4;
	}


input[type="submit"]:active, .blue-button:active {
	border: 1px solid #60ff60;
	background: #39A4FF;
	background: -moz-linear-gradient(top, #e6ffe6 0%, #c9ffc9 20%, #90ff90 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75DCFF), color-stop(20%,#c9ffc9), color-stop(100%,#90ff90));
	background: -webkit-linear-gradient(top, #e6ffe6 0%, #c9ffc9 20%, #90ff90 100%);
	background: -o-linear-gradient(top, #e6ffe6 0%, #c9ffc9 20%, #90ff90 100%);
	background: -ms-linear-gradient(top, #e6ffe6 0%, #c9ffc9 20%, #90ff90 100%);
	background: linear-gradient(top, #e6ffe6 0%, #c9ffc9 20%, #90ff90 100%);
	text-shadow: 1px 1px 1px #666666;
	}


.red-button, .red-button:visited {
	border: 1px solid #ff0099;
	background: #ff0099;
	background: -moz-linear-gradient(top, #ff8cd1 0%, #ff4db8 50%, #ff0099 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8cd1), color-stop(50%,#ff4db8), color-stop(100%,#ff0099));
	background: -webkit-linear-gradient(top, #ff8cd1 0%, #ff4db8 50%, #ff0099 100%);
	background: -o-linear-gradient(top, #ff8cd1 0%, #ff4db8 50%, #ff0099 100%);
	background: -ms-linear-gradient(top, #ff8cd1 0%, #ff4db8 50%, #ff0099 100%);
	background: linear-gradient(top, #ff8cd1 0%, #ff4db8 50%, #ff0099 100%);
	text-shadow: -1px -1px 1px #666666;
}

.red-button a, .red-button a:visited {
	text-shadow: 1px -1px 1px #666666 !important;
}

.red-button:hover {
	background: #f48476;
	background: -moz-linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcceb), color-stop(20%,#ff8cd1), color-stop(100%,#ff4db8));
	background: -webkit-linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	background: -o-linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	background: -ms-linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	background: linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	text-shadow: 1px 1px 1px #666666;
}

.red-button:active {
	border: 1px solid #84403d;
	background: #d14039;
	background: -moz-linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcceb), color-stop(20%,#ff8cd1), color-stop(100%,#ff4db8));
	background: -webkit-linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	background: -o-linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	background: -ms-linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	background: linear-gradient(top, #ffcceb 0%, #ff8cd1 20%, #ff4db8 100%);
	text-shadow: 1px 1px 1px #666666;
}


.green-button, .green-button:visited{
	border: 1px solid #ff6c00;
	background: #ff6c00;
	background: -moz-linear-gradient(top, #ffb992 0%, #ff8939 50%, #ff6c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb992), color-stop(50%,#ff8939), color-stop(100%,#ff6c00));
	background: -webkit-linear-gradient(top, #ffb992 0%, #ff8939 50%, #ff6c00 100%);
	background: -o-linear-gradient(top, #ffb992 0%, #ff8939 50%, #ff6c00 100%);
	background: -ms-linear-gradient(top, #ffb992 0%, #ff8939 50%, #ff6c00 100%);
	background: linear-gradient(top, #ffb992 0%, #ff8939 50%, #ff6c00 100%);
	text-shadow: -1px -1px 1px #666666;
}

.green-button a, .green-button a:visited {
	text-shadow: -1px -1px 1px #666666 !important;
}

.green-button:hover {
	background: #ff8939;
	background: -moz-linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0b6), color-stop(20%,#ffb992), color-stop(100%,#ff8939));
	background: -webkit-linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	background: -o-linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	background: -ms-linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	background: linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	text-shadow: 1px 1px 1px #666666;
}

.green-button:active {
	background: #ff8939;
	background: -moz-linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0b6), color-stop(20%,#ffb992), color-stop(100%,#ff8939));
	background: -webkit-linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	background: -o-linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	background: -ms-linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	background: linear-gradient(top, #ffd0b6 0%, #ffb992 20%, #ff8939 100%);
	text-shadow: 1px 1px 1px #666666;
}

input[type="submit"]:active, .green-button:active, .blue-button:active, .red-button:active {
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4), 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4), 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.4), 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
}

a.big-button, a.big-button:visited , .big-button a, .big-button a:visited{
	margin-top: 20px;
	height: 20px;
	display: block;
	border: 1px solid #9da0b3;
	color: #4a4a57;
	text-decoration: none !important;
	line-height: 22px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background: #dddfec;
	background: -moz-linear-gradient(top, #dddfec 0%, #b8bedb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddfec), color-stop(100%,#b8bedb));
	background: -webkit-linear-gradient(top, #dddfec 0%,#b8bedb 100%);
	background: -o-linear-gradient(top, #dddfec 0%,#b8bedb 100%);
	background: -ms-linear-gradient(top, #dddfec 0%,#b8bedb 100%);
	background: linear-gradient(top, #dddfec 0%,#b8bedb 100%);
	-webkit-box-shadow: 0px 1px 1px 0px #bbbfd3, inset 0px 1px 1px 0px #ebecf4;
	-moz-box-shadow: 0px 1px 1px 0px #bbbfd3, inset 0px 1px 1px 0px #ebecf4;
	box-shadow: 0px 1px 1px 0px #bbbfd3, inset 0px 1px 1px 0px #ebecf4;
	text-shadow: 0px 1px 0px #eaebf4;	
}

a.big-button:hover, .big-button a:hover {
	text-decoration: none !important;
	background: #e1e3ef;
	background: -moz-linear-gradient(top, #e1e3ef 0%, #bec5e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e3ef), color-stop(100%,#bec5e0));
	background: -webkit-linear-gradient(top, #e1e3ef 0%,#bec5e0 100%);
	background: -o-linear-gradient(top, #e1e3ef 0%,#bec5e0 100%);
	background: -ms-linear-gradient(top, #e1e3ef 0%,#bec5e0 100%);
	background: linear-gradient(top, #e1e3ef 0%,#bec5e0 100%);
}

a.big-button:active, .big-button a:active {
	text-decoration: none !important;
	background: #b8bedb;
	background: -moz-linear-gradient(top, #b8bedb 0%, #dddfec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8bedb), color-stop(100%,#dddfec));
	background: -webkit-linear-gradient(top, #b8bedb 0%,#dddfec 100%);
	background: -o-linear-gradient(top, #b8bedb 0%,#dddfec 100%);
	background: -ms-linear-gradient(top, #b8bedb 0%,#dddfec 100%);
	background: linear-gradient(top, #b8bedb 0%,#dddfec 100%);
	 -webkit-box-shadow: inset 0px 1px 1px 0px #9797a5, 0px 1px 1px 0px #ebecf4;
	-moz-box-shadow: inset 0px 1px 1px 0px #9797a5, 0px 1px 1px 0px #ebecf4;
	box-shadow: inset 0px 1px 1px 0px #9797a5, 0px 1px 1px 0px #ebecf4; 
}


/*-------- TABLES --------*/

.zebra-table table {
	text-align: left;
}

.zebra-table th {
	padding: 10px 10px;
	color: #3b3b49;
	font-size: 14px;
	text-shadow: 0px 1px 0px #fff;
}

.zebra-table tbody tr.odd {
	background: #d5d9fe;
}

.zebra-table td {
	padding: 8px 10px;
}


.box-table table {
	text-align: left; 
}

.box-table th {
	padding: 20px 0 20px 15px;
	background: #5099d5;
	border-right: 1px dotted #bfbfbf;
	color: #E0E2F5;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px #326188;
}

.box-table tbody tr {
	background:;
}

.box-table td {
	padding: 8px 10px;
	border-right: 1px dotted #bfbfbf;
}


/*--------- BOXES ---------*/

.error-box {
	width: 410px;
	height: 50px;
	padding: 10px 0 0 65px;
	margin: 10px 0px;
	background: #ffd2d3 url(images/stylico/error.png) no-repeat 10px 10px;
	border: 1px solid #df8f90;
	color: #404040;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.error-box h5 {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: normal !important;
	color: #871414;	
}

.error-box span {
	color: #404040;	
	text-shadow: none !important;
}

.success-box {
	width: 410px;
	height: 50px;
	padding: 10px 0 0 65px;
	margin: 10px 0px;
	background: #d4ffcd url(images/stylico/success.png) no-repeat 10px 10px;
	border: 1px solid #9adf8f;
	color: #404040;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.success-box h5 {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: normal !important;
	color: #258815;	
}

.success-box span {
	color: #404040;	
	text-shadow: none !important;
}

.warning-box {
	width: 410px;
	height: 50px;
	padding: 10px 0 0 65px;
	margin: 10px 0px;
	background: #fefccb url(images/stylico/warning.png) no-repeat 10px 10px;
	border: 1px solid #e5db55;
	color: #404040;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.warning-box h5 {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: normal !important;
	color: #878314;	
}

.warning-box span {
	color: #404040;	
	text-shadow: none !important;
}


/*--------- RIBBONS ---------*/

.ribbon {
	width: 240px;
	height: 23px;
	margin: 0 auto 20px;
	text-align: center;
	padding-top: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);	
}

.ribbon-blue {
	background: url(images/stylico/ribbon_blue.png) no-repeat;
}

.ribbon-lila {
	background: url(images/stylico/ribbon_lila.png) no-repeat;
}

.ribbon-green {
	background: url(images/stylico/ribbon_green.png) no-repeat;
}


/*------------ IMAGES -------------*/

.framed-image img {
	border: 4px solid #fefff8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 0px 0px 1px 0px #6e6d77;
	-moz-box-shadow: 0px 0px 1px 0px #6e6d77;
	box-shadow: 0px 0px 1px 0px #6e6d77;
}


/*
    !-------Styles for the theme ends here------------!
*/

.no-padding { padding: 0 !important; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear: both;}


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}