/* 
Theme Name: Brian Park Photography
Theme URL: http://www.brianparkphoto.com/
Description: Content Management System for Brian Park Photography.
Author: Paul Clayton Smith
Author URI: http://www.paulclaytonsmith.com
Version: 1.0

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

/* Eliminate scroll bar jump by forcing always forcing scroll bar*/
html { /*overflow-y: scroll;*/ }

/*
Flash embed
*/

#flashcontent {
	position:relative;
	height: 4000px;
}

#noFlash{
	position:relative;
	top:18px;
	left:18px;
	width:650px;
	margin: 0 auto; 
}
#bpHeader{
	position:relative;
	left:-6px;
	width:609px;
	height:36px;
	display:block;
	background:url(./images/bpHeader.jpg);
}
#bpHeader span{
	display:none;
}

hr{
	color: #333;
	background-color: #333;
	border: 0;
}

p{
	font-family:Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-size:14px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #1A1417;
    /*font: 76% Arial, sans-serif;
	text-align:center;*/
}

a:active {
	color: #000000;
}
a:link {
	color: #c6ff94;
}
a:visited {
	color: #c6ff94;
}
a:hover {
	color: #afafaf;
}