/*
Theme Name: Flash Forward Photography
Theme URI: http://flashforwardphoto.ca/
Description: Flash Forward Theme.
Version: 6.7.8.9
Author: James Keirstead
Author URI: http://jkeirstead.com
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* 	STYLESHEET COPYRIGHT © James Keirstead 2009
	ALL RIGHTS RESERVED
	http://jkeirstead.com
*/

BODY
	{
		color: #9d9d9d;
		background-image: url(/img/bg.jpg);
		font-size: 0.9em;
		font-family: tahoma,verdana,arial,sans-serif;
		margin: none;
		text-align: center;
	}
	
/* Links */


a:link,
a:visited
	{
		color: #1DA0CE;
		text-decoration: none;
		#border-bottom: 1px solid #1DA0CE;
	}
	
a:hover
	{
		color: white;
		text-decoration: none;
		border-bottom: 1px dashed white;
	}
	
/* Post Title */

h1a:link,
h1 a:visited
	{
		text-decoration: none;
		border: none;
		color: #146DA7;
	}

/* Lists */

li { list-style-type: square; }
	
/* Main DIVs */

div#container
	{
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
div#header
	{
		height: 200px;
		background-image: url(/img/header.jpg);
		background-repeat: no-repeat;
	}
	
div#nav
	{
		padding-top: 115px;
		padding-left: 15px;
		font-size: 1.1em;
	}
	
div#left
	{
		width: 440px;
		margin-left: 15px;
		float: left;
		padding: 10px;
	}
	
div#right
	{
		width: 245px;
		float: right;
		background-image: url(/img/right.jpg);
		background-repeat: repeat-y;
		font-size: 0.9em;
	}
	
/* Secondary Div */

div.rightcontent
	{
		padding: 10px;
		width: 180px;
		margin-left: 10px;
	}
	
div.rightcontent ul
	{
		padding: 0;
		margin: 0;
	}
	
div.rightcontent li
	{
		margin-top: 10px;
		list-style-type: none;
	}
	
div.rightcontent h1
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
/* Navigation Elements */

div#nav li
	{
		display: inline;
		list-style-type: square;
		list-style-position: inside;
		margin-left: 15px;
	}
	
div#nav li:before
	{
		content: "\0020 \0020 \0020 \00BB \0020";
		color: #1178b6;
	}
	
div#nav li:hover
	{
		color: white;
	}
	
div#nav a:link,
div#nav a:visited
	{
		color: #1178b6;
		text-decoration: none;
		border: none;
	}
	
div#nav a:hover
	{
		color: white;
	}
	
	
/* Headings */

h1
	{
		color: #0f6dae;
		font-size: 1.5em;
		font-weight: normal;
		display: inline;
	}
	
h2
	{
		color: #0f6dae;
		font-size: 1.2em;
		font-weight: normal;
		display: inline;
	}
	
	
/* Login Form */

div.loginform
	{
		color: white;
		width: 150px;
	}
	
input.loginform 
	{
		background-color: #333333;
		border: 1px solid #6b6b6b;
		width: 150px;
		color: white;
		padding: 2px;
		font-size: 0.9em;
	}

div.loginbutton
	{
		margin-top: 5px;
		text-align: right;
	}
	
/* Content */

div.thumb
	{
		width: 98px;
		height: 98px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
/* Packages */

table.package
	{
		font-size: 0.9em;
		text-align: center;
	}
tr.top th
	{
		color: #21A4D2;
		font-weight: normal;
		border-bottom: 2px solid #6F6F6F;
	}
	
tr.bottom th
	{
		color: #21A4D2;
		font-weight: normal;
		border-top: 2px solid #6F6F6F;
	}
	
table.package td
	{
		padding: 5px;
		border-bottom: 1px solid #333333;
	}
	
table.package .left
	{
		text-align: left;
		font-weight: normal;
		border-bottom: 1px solid #333333;
		color: white;
	}
	
.package_highlight
	{
		background-color: #05121B;
	}
	
/* Gallery */

.gallery img { border: 5px solid white; }

.white { color: white; }

/* Blog Specific */

div.breadcrumb
	{
		padding: 5px;
		#border-bottom: 1px dashed #212121;
		#background-color: black;
		font-size: 0.9em;
		margin-bottom: 15px;
		text-align: right;
	}

div.postmetadata
	{
		padding: 5px;
		border: 1px solid #212121;
		background-color: black;
		font-size: 0.9em;
		color: white;
		margin-bottom: 20px;
	}
	
div.postmeta
	{
		padding-bottom: 5px;
		border-bottom: 1px dashed #6F6F6F;
	}
	
div.comments li
	{
		list-style-type: none;
	}
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { margin-right: auto; }
.alignright { margin-left: auto; }

.wp-caption-text { font-size: 0.9em; color: black; }
