/*@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);*/
* {outline:none; padding:0; margin:0; font-family:sans-serif; border:none; line-height: 1.3em;}
html {background-color:#151515; height:100%; width:100%; overflow:hidden}
body {height:100%; width:100%; overflow:hidden; color: #bbbbbb;}
/*Syncopate*/
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-family: 'Architects Daughter', Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	margin-bottom:10px; 
	color:#fff; 
	/*text-transform:lowercase;*/
}

h2 {font-size: 16px;}

.red {color: #a20c0c;}

a {color:#fff; text-decoration:none}
a:hover {color:#01BDF2; text-shadow: 0px 0px 5px #00b4ff}

.round3 {
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.gradient {
	background:#000000;
	background:-webkit-gradient(linear, left top, left bottom, from(#202020), to(#000000));
	background:-moz-linear-gradient(top,  #202020,  #000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#000000');
}
.boxGlow {
	-webkit-box-shadow: 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
}

/* size:44px */
.button {
	color:#bbb; 
	text-decoration:none;
	width:88px;
	height:88px; 
	line-height:88px;
	font-size:34px;
	border:1px solid #000000;
	text-align:center;	
	display:none; 
	position:absolute;
	text-shadow:1px 1px 1px #000000;
	font-family: 'Architects Daughter', Georgia, "Times New Roman", Times, serif; 
}
.button:hover {color:#fff}
.button:active {background:#111}

#mainContainer {width:100%; height:100%; position:relative}

#bgImg {display: none;}

/*----------------PAGE STUFF-----------------*/
#content {
	width:500px; 
	position:absolute; 
	margin-left:-290px; 
	top:50%; 
	left:50%;
	border:1px solid #000; 
	background:rgba(0,0,0,.85);
	z-index:999; 
	padding:40px; 
	color:#bbb;
	clear:both;
	font-size:12px;
	display: none;
}
#content p {margin-bottom: 15px;}
#content ul,
#content ol {list-style-position: inside; margin-bottom: 15px;}
#content blockquote {font-style: italic; border-left: 3px solid #555; padding-left: 15px; margin-bottom: 15px;}
#crumbs {font-size: 10px; font-style: italic; margin-bottom: 15px; margin-top: -5px;}

/*----------------BLOG STUFF-----------------*/
#content.blogList {
	width:585px; 
	border: none;
	background: none;
	padding: 0px;
	margin-left:-293px; 
}
.post {
	border:0px solid #000;
	width: 570px;
	height: 190px;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}
.post:first-child {margin-top: 0px;}
.blogThumb {width: 190px; height: 190px; display: block; float: left; position: relative; z-index: 100; overflow: hidden; background: #000;}
.blogThumbImg {width: auto; position: absolute; left: 0; top:0;}
.postTitle {
    background:#111;
    padding: 15px;
    width: 160px; 
    height: 160px; 
    float: left;
    position: relative;
    margin-left: -190px;
    z-index: 99;
}
.metaInfo {display: block; width: 160px; position: absolute; bottom: 15px; left: 15px; font-size: 12px; font-family: "georgia", serif; font-style: italic;text-align: left; color: #666}
.postDemo {
    background:#1c1c1c;
    padding: 15px;
    width: 160px; 
    height: 160px;  
    float: left;
    position: relative;
    margin-left: -190px;
    z-index: 98;
}
.postDemo a {display: block; width: 160px; position: absolute; bottom: 15px; right: 15px; text-align: right;}
.noImage {width: 350px; margin-left: -350px;}

a.miniGalleryLink {width: 105px; height: 80px; display: block; float: left; margin:0 15px 15px 0; overflow: hidden; border: 1px solid #fff; position: relative}
img.miniGalleryImg {width: 100%; height: 100%;}

/*-------BLOG PAGE NAVIGATION STUFF----------*/
.navigation {float:left; font-size:12px; width: 100%; margin-top: 15px;}
.navigation .pagenav a {display: block;  text-shadow:1px 1px 1px #000;}
.navigation #nextpage {float: right; margin-right: 15px;}
.navigation #prevpage {float: left;}

/*-------------SCROLL BAR STUFF------------*/
.jScrollPaneContainer { position: relative; overflow: hidden; z-index: 1; }
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	background: #000;
	right: 0;
	top: 0;
	height: 100%;
	-moz-border-radius: 8px;
	 -webkit-border-radius: 8px; 
	 border-radius: 8px;
	z-index: 400;
}
.jScrollPaneDrag {
	position: absolute;
	background: #bbb url(images/scrollbar_bg.jpg) repeat-y;
	cursor:pointer;
	overflow: hidden;
	-moz-border-radius: 8px;
	 -webkit-border-radius: 8px; 
	 border-radius: 8px;
}
.jScrollPaneDragTop { position: absolute; top: 0; left: 0; overflow: hidden; }
.jScrollPaneDragBottom { position: absolute; bottom: 0; left: 0; overflow: hidden; }

/*-- SIDEBAR STUFF --*/
#sidebar {width:300px; position:fixed; z-index:3000; height:100%; top:0; overflow:hidden; left:-300px; font-size:12px;}
.widget {padding:20px} 
.widget:first-child {padding-top:70px}
.widget p {margin-bottom:10px; line-height:1.5em}
.widget li {line-height:1.5em;}
.widget h1 {margin:0px; !important;font-size:30px;}
.widgetspan {font-family: 'Architects Daughter', Georgia, "Times New Roman", Times, serif; margin:0px !important;font-size:24px;}
.widget div {float:left;}

a.socialIcons {margin: 0 4px 4px 0; float: left; width: 44px; height: 44px; display: block;}

.opens {
	z-index:2000;
	top:50%; 
	left:-1px;
	margin-top:-13px; 	
}
#closeSidebar {font-size:20px}

/*------TWITTER STUFF--------*/
.twitted {width: 260px}
/*.twitted p.preLoader {
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
}*/
.twitted ul#twitter_update_list {list-style-type: none}
.twitted ul#twitter_update_list li {
	border-bottom: 1px dotted #555;
	padding: 15px 0;
}
.twitted ul#twitter_update_list li span {display: block}
.twitted p.profileLink {
	display: block;
	padding: 15px 0;
	color: #fff;
}

/*-- NAVIGATION STUFF --*/
#topBanner {
    background: url(images/glass_bg.png) repeat-x left bottom;
    height:70px;
    width:100%;
    left:0px;
    position:absolute;
    top:-70px;
    z-index:1000;
    border-bottom: 1px solid rgba(0,0,0,.4);
}
/*Navigatino is 45*/
#navigation {list-style:none; height: 70px; position:relative; z-index: 400; width:100%;}
#navigation li {float:left; line-height: 70px; margin: 0; padding: 0; position:relative;}
/* font-size:12px */
#navigation li a {margin: 0; color:#eee; font-size:20px; font-family: 'Architects Daughter', Georgia, "Times New Roman", Times, serif; padding:0 15px; text-shadow:1px 1px 1px #000; line-height:70px; display:block;}
#navigation li:hover,
#navigation li.current {
	color:#fff;
	background:rgba(0,0,0,.65) url(images/glass_bg.png) repeat-x left bottom;
}
/* Sudoku Puzzle Packs */
#navigation li a.logo {
	background: url(images/glass_bg.png) repeat-x left bottom;
	font-size:22px;
	padding:0 18px;
	color:#fff;
}

#navigation ul.sub-menu {
	list-style:none; 
	display:none; 
	position:absolute; 
	width:200px; 
	z-index:300; 
	top:90px; 
	left: 0; 
	background:rgba(0,0,0,.85);
	padding: 15px 0;
}
#navigation ul.sub-menu li {position:relative; width: 200px;}
#navigation ul.sub-menu li a {line-height: 15px; display: block; padding:10px 25px;}
#navigation ul.sub-menu li:hover {background: #000 url(images/glass_bg.png) repeat-x left bottom}
#navigation ul.sub-menu ul.sub-menu {position:absolute;top:-15px; left:199px; z-index: 299;}
#navigation li:hover ul ul, 
#navigation li:hover ul ul ul, 
#navigation li:hover ul ul ul ul {display:none;}
#navigation li:hover ul, 
#navigation li li:hover ul, 
#navigation li li li:hover ul, 
#navigation li li li li:hover ul {display:block;}

span.menuPlus {margin:0 0 0 10px;}
span.menuArrow {display:block; float: right;}

/*-- THUMBS STUFF --*/
#imageContainer{
	position:absolute;
	display: none;
	z-index:0;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
#imageContainer.small{
	-webkit-background-size:contain;
	-moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
}
#thumbs {width:100%; height: 0px; position:absolute; overflow:hidden; margin:0px auto; bottom:0px; left:0px; z-index:3;}
ul.thumbsList {display:block;list-style:none}
ul.thumbsList li {float:left; overflow:hidden; position:relative; font-size:12px;}
li#first {background:url(images/right_arrow.png) no-repeat center center}
li#last {background:url(images/left_arrow.png) no-repeat center center}
a.thumbLink {display:block; height: 100%; width: 100%;}
a.thumbLink img {border:none;}
p.thumbTitle {padding:20px 20px 15px; line-height: 1.4em;}
a.readMore {margin-left: 20px;}

/*-----TIMER STUFF--------*/
.timer {background:#1c1c1c; width:0px; position:absolute; left:0; bottom:0;  visibility:hidden; z-index:-1}
#mainTimer {background:#000;  width: 200px; height: 1px; position: absolute; top: 10px; right: 30px; z-index: 1001; display: none}
#status {
	background:#01BDF2; 
	height:100%; 
	width: 0px; 
}

/*-- CONTROLS STUFF --*/
#controls {position:absolute; width:220px; height:44px; top:0px; right:20px; z-index:1001}
.autoControl,
.navControl,
#zoom {
	color:#fff; 
	display:block; 
	width:36px;
    height:36px; 
    text-indent:-999px;
	position:absolute;
	overflow:hidden; 
	z-index:100; 
	top:5px;
	border:1px solid #000;
    background-image:url(images/nav.png);
}
#autoPlay {background-position:0px -36px; left:120px; z-index:101}
#autoPause {background-position:-36px -36px; left:120px}
#nextThumb {background-position:-36px 0px; left:60px}
#prevThumb {background-position:0px 0px; left:0px}

#autoPlay:hover {background-position:-72px -36px}
#autoPause:hover {background-position:-108px -36px}
#nextThumb:hover {background-position:-108px 0px}
#prevThumb:hover {background-position:-72px 0px}

#autoPlay:active {background-position:0px -36px}
#autoPause:active {background-position:-36px -36px}
#nextThumb:active {background-position:-36px 0px}
#prevThumb:active {background-position:0px 0px}

#zoom.out {background-position:-144px 0px; right:0px; }
#zoom.out:hover {background-position:-180px 0px}
#zoom.out:active {background-position:-144px 0px; right:0px}

#zoom {background-position:-144px -36px; right:0px;}
#zoom:hover {background-position:-180px -36px}
#zoom:active {background-position:-144px -36px; right:0px;}

/*#autoPlay {background-position:0px -18px; left:60px; z-index:101}
#autoPause {background-position:-18px -18px; left:60px}
#nextThumb {background-position:-18px 0px; left:30px}
#prevThumb {background-position:0px 0px; left:0px}
#zoom {background-position:-72px 0px; right:0px; }
#zoom.out {background-position:-72px -18px}
#autoPlay:hover {background-position:-36px -18px}
#autoPause:hover {background-position:-54px -18px}
#nextThumb:hover {background-position:-54px 0px}
#prevThumb:hover {background-position:-36px 0px}
#zoom:hover {background-position:-90px 0px}
#zoom.out:hover {background-position:-90px -18px}
#autoPlay:active {background-position:0px -18px}
#autoPause:active {background-position:-18px -18px}
#nextThumb:active {background-position:-18px 0px}
#prevThumb:active {background-position:0px 0px}
#zoom:active {background-position:-72px 0px; right:0px}
#zoom.out:active {background-position:-72px -18px}*/

#playPause {width:116px; height:117px; background:url(images/play_pause.png) no-repeat left top; display:none; position:absolute; left:50%; top:50%; margin:-58px 0 0 -58px; z-index:5000}

/*-- TOGGLE THUMBS STUFF --*/
a.thumbsToggle {
	right:10px;
	bottom:0px;
}
a.closeThumbs {z-index:2; font-size:20px}
a.openThumbs {z-index:1}

/*-- LOADING IMAGE INFORMATION STUFF --*/
img#keyboardInfo {width:319px; height:214px; position:absolute; z-index:3000; left:50%; top:50%; margin:-107px 0 0 -160px; display:none}
img#swipeInfo {width:400px; height:298px; position:absolute; z-index:3000; left:50%; top:50%; margin:-150px 0 0 -200px; display:none}

/*-- COPYRIGHT STUFF --*/
#copyRight {font-size:14px; width:100%; color:#bbb; position:absolute; left:0; bottom:0; font-size:10px; z-index:1; text-shadow:1px 1px 1px #000}
#copyRight p {padding:10px;font-size:14px;}
#copyRight a {font-size:14px;font-family: 'Architects Daughter', Georgia, "Times New Roman", Times, serif;}
#copyRight #loadingText {font-size:14px;color:#01BDF2}

/*---CONTACT FORM STUFF---*/
#contactform {width: 280px; float: right;}
#contactform input, 
#contactform textarea {float: right; width: 180px; padding: 5px; margin: 0 0 8px 0; border: 1px solid #000; background: #ccc; font-size: 12px;}
#contactform textarea {height: 70px;}
#contactform input[type="submit"] {
	width: inherit; 
	float: right; 
	color: #fff; 
	border: 1px solid #333;
	cursor: pointer;
	line-height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	height: 30px;
	padding: 0 10px; 
	margin: 10px 0 0;
	background:#333 url(images/glass_bg.png) repeat-x left center;
} 
#contactform input[type="submit"]:hover {background-color: #444;}
.required {color: #fff;}
#required {float: left; clear: right; margin-top: 10px; font-size: 10px}

/*
    AnythingSlider v1.4.1+ Default (base) theme
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	width: 300px;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: url(images/sidebar.png) no-repeat left top;
	overflow: hidden; /* needed for Opera and Safari */
}

/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}


/* Navigation Arrows */
div.anythingSlider .arrow {
	display: block; 
	position: absolute; 
	top: 17px; 
	z-index: 100;
	height: 36px; 
	width: 32px; 
	cursor: pointer; 
	z-index: 4000;
}
div.anythingSlider .arrow a {
	display: block;
	height: 36px; 
	width: 32px;
	outline: 0;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(images/sidebar_arrows.png);
	background-repeat: no-repeat;
}
div.anythingSlider .forward {right:46px;}
div.anythingSlider .back {left: 46px;}
div.anythingSlider .forward a {background-position: right top;}
div.anythingSlider .back a {background-position: left top;}
div.anythingSlider .forward a:hover {background-position: right bottom;}
div.anythingSlider .back a:hover {background-position: left bottom;}

/* Navigation Links */
div.anythingSlider .anythingControls {outline: 0; width: 200px; position: absolute; left: 50%; top: 15px; margin-left: -100px; text-align: center; z-index: 200}
div.anythingSlider .thumbNav { margin: 0; }
div.anythingSlider .thumbNav li {display: inline-block;}
div.anythingSlider .thumbNav a {
	width: 7px;
	height: 7px;
	background: #aaa;
	margin: 0 7px;
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
	-moz-border-radius:7px;
    -webkit-border-radius:7px; 
    border-radius:7px;
 }
div.anythingSlider .thumbNav a.cur,
div.anythingSlider .thumbNav a:hover {background: #fff;}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; }
div.anythingSlider.rtl .thumbNav { float: left; }
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	display: none;
}

/* UNIVERSAL STUFF */
.clearRight {clear: right;}
.clearLeft {clear: left;}