/*
Theme Name: 	Vixstar Events
Theme URI: 		http://www.vironmedia.co.uk
Version: 		1.0
Description: 	A full site theme for Vixstar Events.
Author: 		Viron Media
Author URI:		http://www.vironmedia.co.uk
Tags:			Viron Media

Copyright 2013 Viron Media <http://www.vironmedia.co.uk>. All rights reserved.
*/

html,body{border:0;margin:0;padding:0;}html{min-height:100%;margin-bottom:1px;}body{font:100%/1.25 arial, helvetica, sans-serif;}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0;padding:0;}h1{letter-spacing:-1px;font:2em arial, helvetica, sans-serif;padding:5px 0 0;}h2{letter-spacing:-1px;font:1.5em arial, helvetica, sans-serif;padding:10px 0;}h3{font:1em arial, helvetica, sans-serif;font-weight:700;}p,ul,ol{margin:0;padding:0 0 10px;}ul,ol{padding:0 0 10px 40px;}blockquote{margin:22px 40px;padding:0;}small{font-size:.85em;}img{border:0;}sup{position:relative;bottom:.3em;vertical-align:baseline;}sub{position:relative;bottom:-.2em;vertical-align:baseline;}acronym,abbr{cursor:help;letter-spacing:1px;border-bottom:1px dashed;}a,a:visited{text-decoration:none;}form{display:inline;margin:0;padding:0;}input,select,textarea{font:1em arial, helvetica, sans-serif;}textarea{line-height:1.25;}label{cursor:pointer;}

<script
type="text/javascript"
src="//static.klaviyo.com/onsite/js/klaviyo.js?company_id=VmgCUv"
></script>

body
{
	background: #fff;
	color: #555;
	font-family: arial, serif;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
}

h1, h2, h3, h4, h5, h6 {

}

h1 {
	color: #bc2322;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 5px;
}
h2 {
	color: #bc2322;
	font-size: 18px;
	line-height: 26px;
}

a {
	color: #bc2322;
	text-decoration: underline;
}
a:hover {
	color: #222;
	text-decoration: underline;
}

ul li {
	font-size: 13px;
	padding-bottom: 7px;
}



.wrap {
	margin: 0 auto;
	padding: 0px 10px;
	width: 960px;
}
	
	.shadow {
		background: url('images/shadow.png') top center no-repeat transparent;
		margin-top: 10px;
		min-height: 20px;
	}

	.gray_bg {
		clear: both;
		background: #efefef;
		overflow: hidden;
	}



#header {
	height: 120px;
}

	#logo {
		float: left;
		padding: 15px 0px 5px 0px;
	}
	
	#login {
		float: right;
		background: #ddd;
		/*background: url('images/menu_bg_hover.jpg') top left repeat-x #444;*/
		-webkit-border-bottom-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
		color: #444;
		font-size: 12px;
		padding: 5px 10px;
	}
	
		#login table {
			font-size: 11px;
		}
		
		#login a {color: #444;}
		#login a:hover {color: #000;}
		
	#social {
		float: right;
		height: 40px;
		margin-top: 10px;
	}
	
	#contact {
		clear: right;
		float: right;
		margin-top: 15px;
	}
	

#menu {
	background: #eeeeee;
	border-bottom: 1px solid #682e26;
	clear: both;
	height: 40px;
}
	
	#menu ul {
		margin: 0;
		padding: 0;
	}

	#menu .menu-header ul,
	div.menu ul {
		list-style: none;
		margin: 0;
	}
	#menu .menu-header li,
	div.menu li {
		float: left;
		position: relative;
		padding-bottom: 0px;
	}
	
	#menu a {
		color: #666;
		display: block;
		font-size: 15px;
		padding: 10px;
		text-decoration: none;
	}
	#menu ul ul {
		box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		float: left;
		width: 280px;
		z-index: 99999;
	}
	#menu ul ul li {
		min-width: 180px;
	}
	#menu ul ul ul {
		left: 100%;
		top: 0;
	}
	#menu ul ul a {
		/*background: #4f6b5e;*/
		background: #eee;
		font-size: 14px;
		padding: 7px 10px;
		width: 260px;
		height: auto;
	}
	#menu li:hover > a {
		background: #ddd;
		/*background: url('images/menu_bg_hover.jpg') top left repeat-x #444;*/
		color: #222;
	}
	#menu ul ul :hover > a {
		/*background: #4f6b5e;*/
		background: #f8f8f8;
		color: #444;
	}
	#menu ul li:hover > ul {
		display: block;
	}
	#menu ul li.current_page_item > a,
	#menu ul li.current-menu-ancestor > a,
	#menu ul li.current-menu-item > a,
	#menu ul li.current-menu-parent > a,
	#menu ul li.current-page-parent > a, 
	#menu ul li.current-page-ancestor > a,
	#menu ul li.current_page_parent > a, 
	#menu ul li.current_page_ancestor > a {
		/*background: url('images/menu_bg_hover.jpg') top left repeat-x #444;*/
		color: #000;
	}
	* html #menu ul li.current_page_item a,
	* html #menu ul li.current-menu-ancestor a,
	* html #menu ul li.current-menu-item a,
	* html #menu ul li.current-menu-parent a,
	* html #menu ul li.current-page-parent a,
	* html #menu ul li.current-page-ancestor a,
	* html #menu ul li.current_page_parent a,
	* html #menu ul li.current_page_ancestor a,
	* html #menu ul li a:hover {
		/*background: url('images/menu_bg_hover.jpg') top left repeat-x #444;*/
		color: #000;
	}
	
	#menu ul ul li.current_page_item > a,
	#menu ul ul li.current-menu-ancestor > a,
	#menu ul ul li.current-menu-item > a,
	#menu ul ul li.current-menu-parent > a,
	#menu ul ul li.current-page-parent > a, 
	#menu ul ul li.current-page-ancestor > a,
	#menu ul ul li.current_page_parent > a, 
	#menu ul ul li.current_page_ancestor > a {
		background: #ddd;
		color: #000;
	}
	* html #menu ul ul li.current_page_item a,
	* html #menu ul ul li.current-menu-ancestor a,
	* html #menu ul ul li.current-menu-item a,
	* html #menu ul ul li.current-menu-parent a,
	* html #menu ul ul li.current-page-parent a,
	* html #menu ul ul li.current-page-ancestor a,
	* html #menu ul ul li.current_page_parent a,
	* html #menu ul ul li.current_page_ancestor a,
	* html #menu ul ul li a:hover {
		background: #ddd;
		color: #000;
	}

#breadcrumb {
	background: #fff;
	color: #999;
	font-size: 10px;
	margin: 0px;
	padding: 4px 0px 5px 20px;
}	
	#breadcrumb a {color: #999;}
	#breadcrumb a:hover {color: #000;}
		
#home_banner {
	clear: both;
	/*background: #bc2322;*/
	/*background: #682e26;*/
	background: url('images/banner_bg.jpg') top center no-repeat #fff;
    min-height: 300px;
    padding: 20px 0px 10px 0px;
}

	#home_addthis {
		float: right;
		min-height: 30px;
		padding: 15px 0px;
		width: 365px;
	}

	/*#banner_example {
		background: #ddd;
		height: 250px;
		margin-top: 5px;
		width: 960px;
	}*/
	
	#example_banner {
		background: #ddd;
		height: 200px;
		width: 600px;
		margin-top: 6px;
		margin-bottom: 10px;
	}


	
#content {
	float: left;
	min-height: 400px;
	padding: 10px 0px 40px 0px;
	width: 600px;
}
	.fullwidth {width: 940px !important;}
	
	#content .entry-content a {text-decoration: underline;}

	.entry-meta {
		color: #999;
		font-size: 11px;
		padding-bottom: 10px;
	}
	
	a.more-link {
		display: block;
		background: #b9d444;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #444;
		font-size: 13px;
		padding: 5px 10px;
		text-decoration: none !important;
		width: 80px;
	}
		a.more-link:hover {
			background: #2b3b31;
			color: #fff;
			text-decoration: none;
		}

	.entry-utility {
		border-bottom: 1px dotted #ddd;
		color: #999;
		font-size: 11px;
		margin-bottom: 30px;
		padding: 10px 0px 5px 0px;
	}

#sidebar {
	float: right;
	padding: 20px 0px 40px 0px;
	width: 280px;
}

	#search_form {
		margin-bottom: 20px;
	}
		#search_form #s {
			font-size: 13px;
			height: 18px;
			padding: 2px;
			width: 200px;
		}
	
		#search_form .submit {
			background: #ddd;
			border: none;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
			font-size: 13px;
			padding: 5px 10px;
		}
			#search_form .submit:hover {
				background: #444;
				color: #fff;
			}

	#sidebar_event_countdown {
		background: #682e26;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		color: #fff;
		padding: 20px;
		text-align: center;
	}
		.countdown_number {
			font-size: 60px;
			font-weight: bold;
			line-height: 60px;
		}
		.countdown_days {
			font-size: 40px;
		}
			
	#prices {
		background: #b9d444;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		color: #444;
		margin-top: 40px;
		padding: 15px;
	}
	
	#primary ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#primary ul ul {
			font-size: 13px;
			margin: 5px 0px 20px 10px;
		}
	
		#primary h3 {
			background: #ddd;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			font-weight: normal;
			padding: 5px 10px;
		}
		
	#sidebar_latest_news {
		font-size: 12px;
	}
		#sidebar_latest_news h3 {
			background: none;
			font-size: 13px;
			font-weight: bold;
			padding: 15px 0px 0px 0px;
		}


#footer {
	clear: both;
	background: #bd2323;
	color: #ffcccc;
	font-size: 14px;
	padding: 20px 0px;
}	

	#footer .wrap {
		background: url('images/stars.png') top right no-repeat transparent;
		min-height: 150px;
	}

	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}	

	#footer-widget-area {
		overflow: hidden;
	}
		
		#footer-widget-area h3 {
			color: #b9d444;
			font-size: 12px;
			font-weight: normal;
			text-transform: uppercase;
		}
	
		#footer-widget-area ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
	#footer-widget-area .widget-area {
		float: left;
		margin-right: 20px;
		width: 220px;
	}
	#footer-widget-area #fourth {
		margin-right: 0;
	}


	
	
	
#events_list {
	border: 1px solid #666;
	font-size: 11px;
}
	#events_list th {
		background: #666;
		color: #fff;
		padding: 4px;
		text-align: left;
	}
	#events_list td {
		padding: 4px;
	}
	
.event_row_1{
	background: #eee;
	color: #222;
}
.event_row_2{
	background: #fafafa;
	color: #222;
}	


div.pagination {
	margin: 10px 0px;
}

div.pagination span, div.pagination a {
	font-size: 14px;
	padding: 7px 11px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.pagination a {
	color: #888;
	text-decoration: none;
}

div.pagination a:hover {
	color: #333;
	border-color: #c0c0c0;
}	
	
	
.entry-title, .entry-title a {
	color: #bc2322;
	font-size: 35px;
	line-height: 50px;
	margin-bottom: 10px;
	text-decoration: none;
}
	
.intro {
	color: #333;
	font-size: 17px;
	line-height: 22px;
}
.disclaimer {
	background: #eee;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 10px;
	margin: 10px 0px;
	max-width: 570px;
	padding: 10px 15px;
}	


.font_12 {font-size: 12px;}
.font_16 {font-size: 16px;}
.font_24 {font-size: 24px;}
.purple {color: #bc2322;}



/* images */
/* =Images
-------------------------------------------------------------- */

.featured_image img {
	height: auto;
	padding-top: 15px;
	width: 225px;
}


/*
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 {
	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. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin-top: 20px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 18px;
	/*font-weight: bold;*/
	margin-bottom: 0;
}
h3#comments-title {
	padding: 20px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px dotted #ccc;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #006600;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #006600;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #006600;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
<script
type="text/javascript"
src="//static.klaviyo.com/onsite/js/klaviyo.js?company_id=VmgCUv"
></script>
}





/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider {
	position:relative;
	background: transparent url('images/nivo-slider/loading.gif') no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url('images/nivo-slider/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('images/nivo-slider/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

