/*
Theme Name: Time Turners
Theme URI:  http://timeturners.net/
Description: The custom WordPress theme for Time Turners
Version: 1.0
Author: Blue Awesome
Author URI: http://blueawesome.com
*/

/*

	COLOR KEY:
		
		Orange		#e76d44

*/

* {
	margin: 0;
	padding: 0;
}


body {
	background: url(images/bg.jpg);
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}


/* ------------ General Styles ------------ */

p {
	margin-bottom: 20px;
}

a {
	color: #014ea7;
}

a:hover {

}

a:visited {

}

strong {
	
}

h1 {

}

h2 {
	
}

h3 {

}

h4 {

}

ul {

}

/* ------------- Header -------------- */

#header-wrap {
	background: url(images/header.jpg) repeat-x;
	margin-bottom: 40px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 40px;
	position: relative;
}

#header h1 a {
	display: block;
	width: 277px;
	height: 25px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
}

/* -------------- Intro -------------- */

#intro {
	height: 325px;
	margin-bottom: 20px;
	position: relative;
	background: url(images/kars.png) no-repeat;
	background-position: 0 5px;
}

#main {
	background: #ffffff url(images/bar.jpg) repeat-x top;
	-webkit-box-shadow: 0 0 5px #b4d0e9;
	-moz-box-shadow: 0 0 5px #b4d0e9;
	box-shadow: 0 0 5px #b4d0e9;
	padding: 50px 20px 20px 20px;
}

a#sign-up {
	background: url(images/header.jpg) repeat-x;
	padding: 8px 15px 8px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	top: 265px;
	left: 340px;
	text-decoration: none;
}

a#sign-up:hover {
	-webkit-box-shadow: inset 0 0 6px #04162b;
	-moz--box-shadow: inset 0 0 6px #04162b;
	box-shadow: inset 0 0 6px #04162b;
	color: #0a3668;
	text-shadow: 0 1px 0 #5e97d1;
}

/* ------------ Navigation ------------ */

ul#nav {
	list-style: none;
	position: absolute;
	top: 8px;
	right: 0;
	text-align: right;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

ul#nav li {
	display: inline;
	margin-left: 33px;
}

ul#nav li a {
	color: #fff;
	text-shadow: 0 1px 2px #000;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #0a3668;
	text-shadow: 0 1px 0 #5e97d1;
}


/* ------------ Post ------------ */

.post {
	
}

.post h2, .post h2 a, .post-page h2, .post-page h2 a {
	font-size: 18px;
	color: #e76d44;
	font-weight: normal;
	margin-bottom: 20px;
}

.post h3 {

}

.post-page {
	width: 600px;
}



/* ------------ Sidebar ------------ */

#sidebar {
	width: 300px;
	float: right;
}

#sidebar ul {

}

.widget {
	background: #fdf5f2;
	padding: 12px;
	border: 5px solid #e76d44;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
}

.widget h3 {
	text-align: center;
	margin-bottom: 5px;
	color: #e76d44;
}

.widget ul {
	list-style: none;
}

/* -------------- Slideshow ------------- */

#slideshow {
	position: absolute;
	width: 420px;
	height: 270px;
	right: 0;
	top: 0;
	border: 7px solid #fff;
	-webkit-box-shadow: 0 0 5px #b4d0e9;
	-moz-box-shadow: 0 0 5px #b4d0e9;
	box-shadow: 0 0 5px #b4d0e9;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width: 420px;
}

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

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

.entry-content {
	float: left;
}


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

#footer {
	background: url(images/bar.jpg) repeat-x;
	height: 27px;
}

#footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 3px;
}

.clear {
	clear: both;
}

#footer a {
	color: #ffffff;
}

#credit {
	font-size: 12px;
	text-align: right;
	margin: 20px 0 20px 0;
	line-height: 15px;
}

#credit a {
	color: #6e96c2;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}