/*
Theme Name: Porthole
Author: Andrew Jesaitis
*/


/*Load Fonts*/
@font-face {
  font-family: Beteckna;
  src: http://andrewjesaitis.com/fonts/BetecknaLowerCase.otf;
}

* {margin:0; padding:0;}

/*General Formatting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	background: #000000;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
	font-size: 62.5%;
	color: #FFFFFF;
}

a:link, a:visited {
	-webkit-transition-property: color;
	-webkit-transition-duration:.4s;
	-webkit-transition-timing:ease-out;
	outline: none;
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #7F7F7F;
	text-decoration: none;
}

ul {
	list-style: circle;
}

img {
	border: none;
	padding: 0px 10px 0px 0px;
}

label {
	margin-left: 10px;
}

blockquote {
	margin: 10px 20px;
	padding: 10px;
	font-style: italic;
	border: 1px solid #ddd;
	background:#222222 none repeat scroll 0 0 !important;
}

blockquote p{
	color: #FFFFFF;	
}

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;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 4px 5px 0 5px;
   margin: 0;
}

/*Containers needed for centering content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#page {
	margin: 0px auto;
	position: relative;
}

#centercontent{
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

#container{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left:50px;
}


/* Sidebar */
#sidebar {
	width: 100px;
	margin-top: 10px;
	float: left;
}

/* Header Nav */

#header {
	width: 940px;
	height: 100px;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
}

#header h1 {
	padding: 30px 0 0 0;
	font-size: 3.0em;
}

#nav, #nav ul{

	width: 940px;
	font-size: 2em;
	text-transform: lowercase;
	list-style-type:none;
	list-style-position:outside;
	position: relative;
	z-index: 101;
}

#nav a{
	-webkit-transition-property: background;
	-webkit-transition-duration:.4s;
	-webkit-transition-timing:ease-out;
	display: block;
	text-align: center;
	line-height: 100px;
	width: 100px;
	color: #FFFFFF;
}

#nav li {
	float: left;
	height: 100px;
	width: 100px;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
}

#nav ul {
	display: none; 
	position: relative;
	margin: 5px 5px 5px 0px;
	width: 330px;
}

#nav li ul a{
	font-size: .4em;
	width:100px;
	height:100px;
	float: left;
	background: transparent url(images/titlebg.png) repeat 0 0;
}

#nav li a:hover {
	color: #FFFFFF;
	background: #222;

}

#nav ul ul{
	top: auto;
}

#nav li ul ul {
	left: 4em;
	margin: 0 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

/*Searchbox
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#searchbox {
	width: 265px;
	margin-top: 48px;
	float: right;
}

#searchbox li {
	width: 265px;
	height: 25px;
	background:#222222 none repeat scroll 0 0 !important;
	border:1px solid #555555;
	list-style: none;
}

#searchbox input {
	width: 250px;
	background: none;
	border: none;
	padding: 4px 5px 5px 5px;
	color: #FFFFFF;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: 1.2em;
}


/*Slider container
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {
	width: 940px;
	height: 600px;
	padding: 10px 0;
}

#mid.single {
	height: 300px;
}

.panel, .panel-single {
	position: relative;
	color: #efefef;
	display: block;
	width: 940px;
	height: 600px;
	margin: 10px 0px;
}

.panel-single {
	height: 300px;
	margin: 0px auto;
	padding-top: 10px;
	margin-bottom: 20px;
	-moz-box-shadow: 1px 5px 7px #524E4E;
	-webkit-box-shadow: 1px 5px 7px #524E4E;
	box-shadow: 1px 5px 7px #524E4E;
}

.panel-wrapper, .scrollContainer, .scroll{
	width: 940px;
	
}

.panel-wrapper img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.panel-wrapper object {
	display: block;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

.panel-wrapper-archive img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.panel-wrapper-archive {
	width: 270px;
	height: 240px;
	padding: 0px 0px 0px 0px;
	margin: 32px 28px 32px 0px;
	display: block;
	position: relative;
	float: left;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
}

.panel-wrapper-notes {
	background: #C4C4C4;
	width: 940px;
	height: 250px;
	padding: 0px;
	margin: 25px 0px;
	float: left;
	display: block;
	position: relative;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
}
	
	

/*Post title styling (Main blog, single, and gallery)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.post-title, .fade-title {
	max-width: 860px;
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: 3.2em;
	font-weight: normal;
}

.post-title a, .fade-title a{
	text-transform:lowercase;
	color: #FFFFFF;
}

.post-title a:hover, .post-title-single a:hover, .entry a:hover, .fade-title a:hover, .post-title-margin a:hover, .post-title-single-m a:hover, .entry a:hover, .fade-title-margin a:hover {
	color: #7F7F7F;
}

 a.close{
	position: absolute;
	right: 5px;
	top: -4px;
	font-size: .6em;
}

.post-title-margin, .fade-title-margin {
	max-width: 860px;
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	margin-right: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: 3.2em;
	font-weight: normal;
}

.post-title-margin a, .fade-title-margin a {
	border-left: 1px solid #D1D1D1;
	padding-left: 5px;
	text-transform:lowercase;
	color: #FFFFFF;
	margin-left: 40px;
	display: block;
}

.post-title-margin .date, .fade-title-margin .date {
	/*border-right: 1px solid #D1D1D1;*/
	font-size: .8em;
	margin-bottom: -9px;
	width: 35px;
	position: absolute;
	margin-right:auto;
	margin-left:auto;
	top: 10px;
}

.post-title-margin .month, .fade-title-margin .month {
	/*border-right: 1px solid #D1D1D1;*/
	font-size: .38em;
	margin-bottom: -6px;
	width: 35px;
	text-transform: uppercase;
	margin-right:auto;
	margin-left:auto;
	position: absolute;
	top: 40px;
}

/*Archive title styling
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.panel-wrapper-archive .post-title-margin {
	max-width: 220px;
	font-size: 1.4em;
}

.panel-wrapper-archive .post-title-margin a {
	display: block;
	margin-left: 30px;
	vertical-align: middle;
}

.panel-wrapper-archive .post-title-margin .date {
	font-size:1.4em;
	position: absolute;
	top: 5px;
	padding-bottom: 2px;
	width: 25px;
}

.panel-wrapper-archive .post-title-margin .month {
	width: 25px;
	font-size: .7em;
	text-align: center;
	position: absolute;
	top: 27px;
}

.post-title-margin a.galleryarchive{
margin-left: 0px;
}



/*Entry
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.entry {
	max-width: 440px;
	padding: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 1.3em;
	line-height: 1.5em;
}

.entry a {
	color: #FFFFFF;
	font-weight: bold;
}

.entry ul {
	margin: 5px 0 10px 0;
}

.entry li {
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #3b3b3b;
	list-style: none;
}

.entry a:hover {
	color: #7F7F7F;
}

.entry .big {
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: 2em;
	padding: 5px;
}

.entry .rss-big {
	padding-right: 24px;
	background: transparent url(images/rss.png) no-repeat 100% 60%;
}

.content-mid {
	width: 560px;
	padding: 20px 10px;
}

.subhead {
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	padding: 10px 0;
}

.postmetadata-archive {
	width: 100%;
	height: 58px;
	padding-top: 10px;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	color: #FFFFFF;
	line-height: 1.5em;
}

.postmetadata-archive a{
	color: #FFFFFF;
}

.postmetadata-archive a:hover{
	color: #7F7F7F;
}

#content {
	width: 940px;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	background: #FFFFFF;
	color: #000000;
}

#thepost {
	padding: 10px;
}

#thepost a {
	font-weight: bold;
}

#thepost a:hover {

}

/* Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#respond {
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
}

#thecomments {
	position: relative;
	width: 940;
}

.commentbox {
	position: relative;
	width: 285px;
	margin-top: 4px;
}

.commentbox p {
	width: 285px;
	height: 35px;
	margin-bottom: 5px;
	background:#F9F9F9 none repeat scroll 0 0 !important;
	border: 1px solid #c6c6c6;
	list-style: none;

}

.commentbox input {
	width: 270px;
	background: #F9F9F9;
	border: none;
	padding: 6px 8px 6px 8px;
	color: #000000;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: .95em;
}

#comment-content {
	width: 400px;
	margin-top: 4px;
}

#comment-content textarea {
	background: #F9F9F9 none repeat scroll 0 0 !important;
	border: 1px solid #c6c6c6;
	padding: 6px 8px 6px 8px;
	color: #000000;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: 1.2em;
}

#comment-content input{
	width: 385px;
	background: none;
	border: none;

}

#submit {
	margin-top: 8px;
	background: #F9F9F9 none repeat scroll 0 0;
	border: 1px solid #c6c6c6;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: 1.2em;
	padding: 5px;
}

#submit:hover {
	color: #7F7F7F;
}

.commentlist {
	list-style: none;
	margin-bottom: 10px;
	
}

.commentlist a{
	font-weight: bold;
}

.commentlist .comment-author {
	font-weight: bold;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
}

.commentlist .comment-date a {
	font-weight: normal;
	font-size: .95em;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
}

.comment-top {
	width: 540px;
	height: 25px;
	padding: 10px;
	padding-bottom: 0;
}

.comment-mid {
	width: 540px;
	padding: 10px;
	border-bottom: 1px solid #c6c6c6;
	margin-top: 10px;
}

.comment-bottom {
	width: 590px;
	height: 10px;
}

.commentmetadata {
	font-size: 0.8em;
}

/*Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	width: 940px;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

#footercontact {
	float: left;
}

#siteinfo {
	float: right;
	text-align: right;
}

#footer a {
	color: #FFFFFF;
	outline: none;
}

#footer a:hover {
	color: #7F7F7F;
}

/*Twitter  Slide Out Tab
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.slide-out-div {
	position: absolute;
	top: -1000px;
	  padding: 20px;
	  background: #222;
	  border: 2px solid #FFFFFF;
	  width: 225px;
	  z-index: 101;
}

.handle {
	margin-top: -2px;
}

.aktt_tweets ul {
	padding: 0px 0px 00px 0px;
	
}
.aktt_tweets a {
	color: #CC1A10;
}

.aktt_tweets a:hover {
	color: #782F2B;
}

.aktt_tweets li {
	border-bottom:1px solid #FFFFFF;
	font-size: 1.2em;
	list-style-type: none;
	padding: 10px 0px;
}

.aktt_tweets a.aktt_tweet_time {
	display: block;
	font-size: .7em;
	right: 27%;
	font-style: italic;
}


/*JS Splash Slideshow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.preloader{
	float:left;
	width:940px;
	height:600px;
	padding:10px;
	margin:10px;
	background: url(images/loading.gif) 50% 50% no-repeat;
	display:inline;
	z-index: 11;
}

#slideshow {
	position: relative;
	display: block; 
	width: 940px;
	height: 600px;
    margin-bottom: 20px;
	margin-top: 15px;
	overflow: hidden;
}
	
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 940px;
	height: 600px;
	z-index:8;
	opacity: 0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity: 1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

/*Slider styling
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.scroll { 
	position: relative;
	overflow: hide;
	width: 940px;
	height: 600px;
	padding-top: 5px;
}

.scrollButton {
	position: relative;
	z-index: 200;
	font-family: Beteckna, Futura, "Century Gothic", sans-serif;
	font-size: 8em;
}

.scrollButton a{
	color: #FFFFFF;
}

.scrollButton.left {
  left: -20px;
  top: -360px;
}

.scrollButton.right {
  right: -20px;
  top: -360px;
}

.scrollButton.up {
  right: -940px;
  top: -695px;
}

.scrollButton.down {
  right: -940px;
  top: -75px;
}
