/*
Theme Name: Blank 1 sidebar - left (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
@font-face {
	font-family: 078MKSD_MC;
	src: url('font/078MKSD_MC.eot');
}

@font-face {
	font-family: 078MKSD_MC;
	src: url('font/078MKSD_TT.sit');
}

@font-face {
	font-family: "078MKSD_MC";
	src: url("font/078MKSD_MC.TTF");
}

/* - BASIC STUFF - */
body {
	background: black url('images/bg-page.jpg') no-repeat fixed top center;
	font: 11pt /13pt Helvetica, Verdana, Geneva, sans-serif;
	color: white;
	margin: 0 auto;
	padding: 0 20px;
}

a {
	text-decoration: none;
	color: #FCDB05;
}

a:visited {
	color: #CF07F7;
		
}

a:hover {
	text-decoration: underline;
}

.additional-meta {
	font-size: xx-small
}

blockquote {
	font-style: oblique
}


/* -- event calender -- */
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: white;

}

#events-calendar-list li:hover {
	background-color: black;
}

#events-calendar-list {
	
	list-style: none inside none;
	margin-bottom: 20px;
	}
	
#events-calendar-all {
	float: right;
}


/* -- LISTS -- */
ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin-bottom: 5px;
	padding: 0;
}

li {
	list-style-type: none;
}

.disc {
	list-style-type: disc
}

/* lists inside posts */
.entry-content ul ol {
	margin-left: 0;
}

.entry-content ul li {
	margin-left: 10px;
	list-style: disc;
	list-style-position: inside
}

.entry-content ul li ol {
	margin-left: 10px;
}

.entry-content ol li {
	margin-left: 5px;
	list-style: decimal;
	list-style-position: inside
}

.entry-content ol li li {
	margin-left: 5px;
}

/* -- HEADINGS -- */


h1,h2,h3,h4,h5,h6 {
	margin: 0 0 11px;
	padding: 0 0 11px 0px;
	border-bottom:  1px solid;
	font: 28pt "078MKSD_MC", Andale Mono, Verdana, Geneva, sans-serif;
	
}



h4 {
	font-size: 20pt;
}

h2.entry-title {
	font-size: 180%;
}

h2#comments {
	margin: 20px auto 10px;
	font-size: 140%;
}

/* headings inside posts */
.entry-content h3 {
	font-size: 140%;
}

.entry-content h4 {
	font-size: 120%;
}

.entry-content h5 {
	font-size: 100%;
}

.entry-content h6 {
	font-size: 90%;
}

/* -- MAIN DIV'S -- */
#wrapper {
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#header {
	font: 9pt/ 11pt "078MKSD_MC", Andale Mono, Verdana, Geneva, sans-serif;
	height: 146px;
	margin: 10px auto 0;
	text-align: center;
	padding: 0px 0;
	background: url('images/header.png') no-repeat;
}

#featureHeader {
}
#featureHeader2 {
	height: 326px;
	background: url('images/NYEPartyBang.jpg') no-repeat;
}
#featureHeader3 {
}
#feature {
	margin-left: 10px;
}

#head_index {
	text-align: left;
	padding-left: 35px;
	padding-top: 1px;
	float: left;
}

#head_navigation {
	margin-left: 371px;
	padding-top: 84px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font-size: 15px;
	font-stretch: narrower;
}

/* -- head navigation -- */
#top_nav {
	position: relative;
	margin: 0 auto 0 auto;
	display: table;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	text-align: right;
	line-height: 155%;
	width: 600px;
	
}

#top_nav li {
	position: relative;
	float: left;
}

#top_nav li a,#top_nav li .nav_a {
	display: block;
	float: left;
	display: table-cell;
	color: white;
	text-align: left;
	padding: 0px 12px;
}

#top_nav li a:hover,#top_nav ul li a:hover,#top_nav li.current_page_item a,#top_nav li.current_page_parent a,#top_nav ul li a:hover
	{
	color: yellow;
	text-decoration:  none;
}

/* -- end head navigation -- */
#footer {
	height: 90px;
	overflow: hidden;
	margin: 20px auto 0;
	clear: both;
	float: none;
	text-align: center;
	padding: 20px 0;
}

/* -- POSTS -- */
.post-index {
	margin: 0 0 0px;
	padding: 0 0 11px;
}

#post-single {
	margin: 0 0 0px;
	padding: 0 0 10px;
	margin-right: 11px;
}

.posts-wrap {
	float: right;
	clear: none;
	width: 623px;
	margin-top: 10px;
	margin-right: 11px;
}

/* -- SIDEBARS --*/
.sidebar-wrap {
	margin: 10px auto;
	overflow: hidden;
	float: left;
	clear: none;
	width: 338px;
	padding-left: 10px;
}

.sidebar {
	width: 99%;
	clear: none;
}

.block-1 {
	;
}

/* -- 404-PAGE --*/
.error404 {
	margin: 0;
	width: 100%;
}

.error404 h1,.error404 h2 {
	margin: 10px auto 0;
}

/* -- COMMENTS -- */
div.comments-wrap {
	margin: 15px auto 0;
	padding: 0;
}

li.comment,li.trackback,li.pingback {
	margin: 10px auto 0;
}

ul.children {
	margin-left: 10px;
}

ul.commentlist,ul.pinglist {
	margin: 10px 0 0;
	padding-bottom: 10px;
}

div.reply {
	
}

textarea#comment {
	overflow: auto
}

/* -- ALIGNMENTS --*/
img.alignright {
	float: right;
	clear: none;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	clear: none;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center
}

img.alignnone {
	margin: 0 0.5em 0 0;
}

/* -- NAVIGATION --*/
div.navigation {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 10px 0px;
}

.navigation-index {
	
}

.nav-next {
	float: right;
	clear: none;
	width: 48%;
	text-align: right;
}

.nav-prev {
	float: left;
	clear: none;
	width: 48%;
	text-align: left;
}

/* -- Left Navigation -- */
.dialog {
	position: relative;
	margin: 0px auto;
	min-width: 8em;
	max-width: 1600px;
	/* based on image dimensions - not quite consistent with drip styles yet */
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

.dialog .content,.dialog .t,.dialog .b,.dialog .b div {
	background: transparent url(images/boarderImage.png) no-repeat top right
		;
	/*_background-image:url(dialog2-blue.gif);*/
}

.dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	padding: 25px 25px 20px 25px;
}

.dialog .t { /* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}

.dialog .b { /* bottom */
	position: relative;
	width: 100%;
}

.dialog .b,.dialog .b div {
	height: 30px; /* height of bottom cap/shade */
	font-size: 1px;
}

.dialog .b {
	background-position: bottom right;
}

.dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}

.dialog .hd,.dialog .bd,.dialog .ft {
	position: relative;
}

.dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 2400px;
	overflow: auto;
	/* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,.dialog p {
	margin: 0px;
	/* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.5em 0px 0.5em 0px;
}

.dialog h1 {
	padding-bottom: 0px;
}


.fr_signup_form input, .fr_signup_form textarea{
  
  /*border: none;*/
  background-color: white;
  colour: black;
  



}

.fr_inputsubmit {
  color: black;
  padding: 6px 2px;
}

.fr_submit {
  float: right;

margin: 5px 9px 6px 6px;
}

.label {
	margin-top: 2px;
	margin-bottom: 2px;
} 	

.event-block , #events-calendar-list li {
color: white;
}
.event-block , #events-calendar-list li strong{
color: #FCDB05
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

<!--
[if IE]> <style type ="text/css">.clearfix {
	zoom: 1; /* triggers hasLayout */
} /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</
style
>
<!
[
endif
]
-->

