﻿/*
Theme Name: Sliders
Theme URI: http://tracybarker.net
Description: Custom sliding portfolio theme for tracybarker.net.
Version: 1
Author: Tracy Barker
Author URI: http://tracybarker.net/
Tags: gray, single page, portfolio

*/

@import "css/reset.css";
@import "css/text.css";
@import "css/960.css";


html,body{height:100%;}

/* #container {
	margin: 0 auto; 
	height: 100%; 
	overflow: hidden;
	position: relative
}

#container[id] {
	display: table;
	position: static;
}

#position {
	position: absolute;
	top: 50%;
}
	
#position[id] {
	display: table-cell; 
	position: static;
	vertical-align: middle;
}

#blurbage {
	position: relative;
	top: -50%;
}

#blurbage[id] {
	position: static;
}
*/

#container {
}

#position { position: absolute; left: 50%; bottom: 100px;}
#blurbage { position: relative; left: -50%; }
	
body {
	color: #fff;
	font-family:  verdana, sans-serif;
	background: #333 url('../images/about_spacer.gif') repeat-y left;
	overflow-x: hidden;
}

h1, h2 {
	color: #fff;
	font-size: 36px;
	padding:0px;
	margin:0px;
}


h3 {
	float: left;
	color: #f0f0f0;
	font-size: 14px;
}

h3 em {
	font-size: 16px;
	color: #fafafa;
}

a {
	color: #c8e6fa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.post {
	float: left;
	width: 280px;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin: 10px;
	border: 10px solid #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post:hover {
}

.alpha {
	margin-left: 0px;
}

.omega {
	margin-right: 0px;
}

.entry {
	position: absolute;
	top: 10px;
	left: 640px;
}

.page.entry {
position: relative;
}

#about-tab {
	position: fixed;
	top: 240px;
	left: 300px;
}

#contact-tab {
	position: fixed;
	top: 240px;
	right: 300px;
}

#portfolio-tab {
	position: fixed;
	top: 200px;
	left: 600px;
}

#about {
	padding: 0px 10px;
	width: 290px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	background: #356AA0;
}

#about img {
	display: block;
	margin: 0 auto;
	border: 10px solid white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contact h2, #about h2, #portfolio h2 {
	display: none;
}

#contact {
	padding: 0px 10px;
	width: 290px;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	background: #8EC701;
}

.sidebar {
	position: absolute;
	bottom: 10px;
	width: 290px;
}

#portfolio {
	border-bottom: 10px solid #FD0083;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: 10;
	overflow: hidden;
	background: #FD0083;
}

#footer {
	font-size:9px;
	text-align: right;
}

.contactform { width:290px; }
.contactform label { display:block; }
.contactform input { display:block; width:98%; }
.contactform textarea { display:block; width:98%; height:100px; }
/* ok message */
.contactform_respons { display:block; color:white; font-weight:bold; border: 2px white solid; padding:10px; }
/* error message */
.contactform_error { display:block; color:white; font-weight:bold; border: 2px red solid; padding:10px; }

#contactsubmit {
	border: 2px solid #ffffff;
	background: #8EC701;
	width: auto;
	margin: 10px auto 0px;
	padding: 5px;
	font: 14px bold verdana, sans-serif;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#display {
	margin: 0 auto;
	background: black;
	text-align: center;
}

#display img {
	padding: 10px;
	width: 180px;
	height: 180px;
}

.page_post {
	width: 800px;
	margin: 50px auto;
}

.screenshot {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
}

.details {
	padding-top: 20px;
}

.navigation {
	clear: both;
}

.alignleft {
	padding-top: 20px;
	float: left;
}

.alignright {
	padding-top: 20px;
	float: right;
}

.page_entry h3 {
	float:none;
	display: inline;
}

#testimonial_container { left: 50%; 

}

#testimonial {
	position: relative;
	left:-50%;
	font-size: 10px;
	color: silver;
	margin: 0px auto;
	
	background: url('images/quote.png') no-repeat left top;
	padding-left: 20px;
}

#testimonial .text, #testimonial .client, #testimonial .company {
	display: inline;
	padding-right: 10px;
}
