/*
Theme Name: Ipseity
Theme URI: http://human3rror.com
Description: A Personal Branding Theme. It's like a Digital Business Card or Virtual CV. It's you. It's "Ipseity."
Version: .001
Author: John Saddington
Author URI: http://human3rror.com
*/

*{ margin:0; padding:0; }
body { background: #000 url("images/bg-oldtown.jpg") no-repeat top center; font-family: Helvetica, Arial, sans-serif; font-size: 100%; color: #272727; overflow-x: hidden; }
a:link, a:visited {	color: #fff; }
a:hover, a:active { color: #c9c200; }
p {padding: 10px 0 10px 0;}
ul { list-style: circle; }
img { border: none; }
label { margin-left: 0px; }
blockquote { margin: 0px 5px 10px 5px; padding: 10px 10px 1px 10px; font-style: italic; border: 1px solid #ddd; background-color: #f3f3f3; }
span.left { float: left; }
span.right { float: right; }
.clearer { clear: both; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }
#page { width: 100%; margin: 200px auto 0; position: relative; background-color: ; height: 320px;

}
.panel, .panel-single { font-family: Georgia; color: #fff; text-shadow: 1px 1px 0 #000; position: left; display: block; width: 800px; height: 400px;  }
.panel-single {	height: 400px; margin: 0px auto; padding-top: 10px; }
.entry { max-width: 940px; padding-right: 5px; position: left; top: 100px; right: 200px; z-index: 100; font-size: 1.1em; line-height: 1.5em; }
.entry h1 { padding: 130px 0 20px 0; font-family: 'Reenie Beanie', arial, serif; font-size: 3.6em; font-weight: bold; color: #fff; text-shadow: 1px 1px 0 #000;}
.entry h2 { padding: 20px 0 10px 0; line-height: .9em; font-family: 'Molengo', arial, serif; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 0 #333;}
.molengo { padding: 0px 0 10px 0; line-height: .9em; font-family: 'Molengo', arial, serif; font-size: 1.6em; color: #08D7EC; text-shadow: 1px 1px 0 #333;}
.entry h3 { padding: 0px 0 16px 0; font-family: Helvetica; font-size: 1em; color: #08D7EC; }
.entry a:hover { color: #333; }
.entry .big { font-size: 2em; }
#thepost { margin-bottom: 15px; }
#content { width: 940px; margin: 0px auto; font-size: 1.2em; }
#headercontain {
width: 100%; height: 70px; display: block; margin: 0px auto; padding: 10px;	text-align: left; font-size: 0.9em; color: #fff; background: url("images/header.jpg") center top repeat-x;     /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;}
#footercontain { width: 100%; height: 400px; display: block; margin: 0px auto; padding-bottom: 30px;	text-align: right; font-size: 0.9em; color: #fff; background: url("images/footer-bg1.jpg") center top; }
#footer { width: 940px;	margin: 400px auto 0; padding-bottom: 10px;	text-align: left; font-size: 0.9em; color: #fff; }
#social {
margin-left: 40px;
}
#social img {
padding:10px;
}

#stripcontain {
width: 800px;
position: absolute;
margin-top: 20px;
background: transparent;
margin: 0 auto;
height: 320px;
filter:alpha(opacity=60);
opacity:0.6;
   box-shadow:inset 0 0 10px #000000;
   -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;


}
.csw {width: 100%; height: 600px; overflow: hidden}
.csw .loading {margin: 0; text-align: center}
.stripViewer { position: relative; top: -30%; overflow: hidden; clear: both; width: 740px;	height: 400px; margin: 0px auto; padding-top: 5px;  }
.stripViewer .panelContainer { position: relative; left: 0; top: -20;	width: 100%; }
.stripViewer .panelContainer .panel { float:left; height: 480px; position: relative; width: 740px; }
.stripNavL, .stripNavR { position: relative; top: -120px; z-index: 200; }
.stripNavL { float: left; }
.stripNavR { float: right; display: inline-block; }

.navs {
width: 840px;
height: 200px;
margin: 0 auto;
display: block;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 18px;
	color: #08D7EC;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

.eventsched a {
font-size: 50px;
text-align: center !important;
font-family:'Reenie Beanie',arial,serif;
font-weight: bold;
color: #fff;
padding-bottom: 10px;
}

.eventsched a:hover {
color: #0C6CF7;
}

.eventsched p {
padding: 0px !important;
}