/*
Theme Name: Nitevisions Live
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Stas
Author URI: 
Tags: empty, clean, development, design
*/

body {
	background: #FFF;
	font-family: "Century Gothic","Trebuchet MS",Arial, Verdana, sans-serif;
	font-size: 101%;
	color: #000;
	width:100%;
}

a {
	border: none;
	outline: none;
	text-decoration: none;
	color: #000;
}

img {
	border: none;
	outline: none;
}

p {
	margin: 0 0 20px 0;
}

/* -- MAIN DIV'S -- */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}


#wrapper hr{
	float: left;
	background: url(images/line.jpg) no-repeat center;
	height: 4px;
	width: 500px;
}
#header {
	background: url(images/logo.jpg) no-repeat top center;
	height: 105px;
	width:500px;
	padding: 0;
}

#header #logo {
	display: block;
	height: 105px;
	width: 500px;
	padding: 0;
	margin: 0;
}

#menubar {
	margin: 10px auto;
	height: 22px;
	text-align: center;
	padding: 0;
	color: #FFF;
	text-transform: uppercase;
}

#menubar ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menubar ul li a {
	float: left;
	display: block;
	height:17px;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 5px solid #000;
}

#menubar ul li a:hover {
	border-bottom: 5px solid #932A8E;
}

#menubar ul li a#party {
	background: url(images/menu.jpg) no-repeat;
	width: 91px;
	
}
#menubar ul li a#blog {
	background: url(images/menu.jpg) no-repeat -91px 0px;
	width: 54px;
	
}
#menubar ul li a#flyers {
	background: url(images/menu.jpg) no-repeat -145px 0px;
	width: 132px;
	
}
#menubar ul li a#rsvp {
	background: url(images/menu.jpg) no-repeat -366px 0px;
	width: 53px;
	
}

#menubar ul li a#archives {
	background: url(images/menu.jpg) no-repeat -277px 0px;
	width: 89px;
	
}

#menubar ul li a#contact {
	background: url(images/menu.jpg) no-repeat -417px 0px;
	width: 77px;
	
}





h1.homepage {
	float: left;
	display: block;
	width: 500px;
	height: 37px;
	margin: 0 0 5px 0;
}

.rcc {
	background: url('images/closed-captioned.jpg') no-repeat;
}

.rv {
	background: url('images/recent_video.jpg') no-repeat;
}

.rg {
	background: url('images/recent-galleries.jpg') no-repeat;
}

.ue {
	background: url('images/upcoming-event.jpg') no-repeat;
}

h1.homepage span {
	position: absolute;
	left: -9999px;
}

#galleries {
	width: 500px;
	height: 165px;
	margin: 0 0 5px 0;
}

#galleries .gallery_block {
	width: 500px;
	height: 165px;
}

#gallery_nav {
	width: 500px;
	height: 17px;
	margin: 0 0 5px 0;
}

#gallery_nav #prev {
	float: left;
	width: 81px;
	height: 17px;
	cursor: pointer;
	background: url(images/prev_button.jpg) no-repeat left;
}

#gallery_nav #next {
	float: right;
	width: 81px;
	height: 17px;
	cursor: pointer;
	background: url(images/next_button.jpg) no-repeat right;
}

#galleries .gallery_block a img {
	float: left;
}

#upcoming_event {
	float: left;
}

.more-link {
	clear: both;
	float: right;
	width: 81px;
	height: 17px;
	margin-top: 10px;
	background: url(images/read-more.gif) no-repeat;
}

#footer {
	float: left;
	width: 500px;
	margin: 10px 0 0 0;
	clear: both;
	float: left;
	padding: 0;
	padding: 10px 0 0 0;
	border-top: 5px solid #000;
}

#footer #copyright {
	float: left;
	font-size: 0.6em;
	font-weight: bold;
}

#footer #social {
	float: right;
}

#recentvideo {
	width: 500px;
	text-align: center;
}

#closedcaptioned {
	position:relative;
	float: left;
	width: 500px;
	margin: 0 0 5px 0;
}

.ccoverlay{
	width: 500px;
	height: 40px;
	line-height: 40px;
	margin-top: -42px;
	background: #000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

#cc_archives{
	float: left;
	width: 500px;
	height: 17px;
	margin: 0 0 5px 0;
}
.cclink{
	float: right;
	display: block;
	background: url(images/cc-archives.jpg) no-repeat;
	height: 17px;
	width: 81px;
	cursor: pointer;

}

.posts-wrap {
	float: left;
	background: #fff;
	width: 500px;
	padding: 0;
	margin: 0;
}

.post {
	padding: 0 0 20px 0;
}

.posts-wrap h1 {
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 27px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 10px;
}

.entry-content {
	padding: 0 0 0 0;
}

.entry-content p {
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 13px;
	color: #333;
}

/* -- 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: 480px;
	height: auto;
	float: left;
	clear: both;
	padding: 0 10px;
	background: #fff;
	border-top: 1px solid #eaeaea;
}

div.navigation a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.navigation-index {
	
}

.nav-next {
	float: right;
	clear: none;
	width: 48%;
	text-align: right;
}

.nav-prev {
	float: left;
	clear: none;
	width: 48%;
	text-align: left;
}

/* -- 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;
}

/* -- LISTS -- */

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin-left: 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;
	padding: 0;
}

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%;
}

/* -- POSTS -- */

.post-index {
	float: left;
	clear: both;
	margin: 10px 0 0 ;
	width: 500px;
	border-bottom: 1px dotted #999;
}

.post-index .post_thumb {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
}

.post-index .post_info {
	float: left;
	width: 375px;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.post-index .post_info p {
	
}

.post-index .post_info .post_date {
	font-size: 0.7em;
	font-weight: bold;
	color: #999;
}

.post-index .post_info .post_title {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

.post-index .post_info .post_title a {
	color: #000;
	text-decoration: none;
}

#post-single {
	margin: 0 0 20px;
}

/* -- 404-PAGE --*/

.error404 {
	margin: 0;
	width: 100%;
}

.error404 h1,.error404 h2 {
	margin: 10px auto;
}

/* -- COMMENTS -- */

div.comments-wrap {
	margin: 15px auto;
	padding: 0;
}

li.comment,li.trackback, li.pingback {
	margin: 10px auto;
}

ul.children {
	margin-left: 10px;
}

ul.commentlist, ul.pinglist {
	margin: 10px 0;
}

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;
	border: none;
}

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;
}

#pageWrapper{
	float: left;
	width: 500px;
	margin:0 auto;
}

.sidebar-wrap{
	float:left;
	width:200px;
	margin:40px 0 0 10px;
}

.sidebar-wrap ul{
	margin:0 0 20px 0;
}

.sidebar-wrap ul li a{
	font-style:italic;
}

#creep_logo {
	position:absolute;
	background: url('images/creep_logo.jpg') no-repeat scroll top left;
	width: 104px;
	height: 172px;
	top:-5px;
	left:-120px;
}