/*
Theme Name: Britton Photography Seniors 2
Theme URI: http://spokaneseniorphotography.com/
Description: The Britton Photography Seniors wordpress theme.
Version: 2.0
Author: Ryan Britton
Author URI: http://britton-photography.com/

*/



/* Begin Typography & Colors */

@import url(reset.css);
@import url(sIFR-screen.css);

body
{
	background-image: url(images/common/background_bar_red.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #000000;
	
	color: #ffffff;
}

a
{
	color: #DF909D;
	font-weight: bold;

	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	transition-property: color;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

a:hover
{
	color: #842B2A;
}

h1.pagetitle
{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Palatino, serif;
	text-transform: uppercase;
}

h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 8px;
}

/********************************************
 *
 * Common Classes
 *
 ********************************************/

.horizontalBar
{
	background-color: #ffffff;
	height: 8px;
}

.horizontalBar1
{
	background-color: #ffffff;
	height: 1px;
}

.center
{
	margin: 0 auto;
	text-align: center;
}

/********************************************
 *
 * Page Classes
 *
 ********************************************/

#page
{
	background-image: url(images/common/background_top_red.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	width: 1000px;
	min-height: 365px;
	
	padding-top: 30px;
}

/********************************************
 *
 * Header Classes
 *
 ********************************************/

#blogHeader
{
	position: relative;
	padding-left: 70px;
}

#blogLogo
{
	position: absolute;
	width: 220px;
	height: 22px;
	top: 0px;
	right: 75px;
}

*:first-child+html #blogLogo { top: 30px; }
* html #blogLogo { top: 30px; }

#blogNavigation
{
	list-style-type: none;
}

#blogNavigation li
{
	float: left;
	
	display: inline;
	margin: 0px 2px;
	padding: 8px 10px;
	
	background-color: rgba(119, 15, 15, 0.0);
	
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	transition-property: background-color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}

#blogNavigation li:hover
{
	background-color: rgba(119, 15, 15, 1.0);
}

#blogNavigation li a
{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;

	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

	text-decoration: none;
}

#blogSlideshowContainer
{
	clear: both;
	position: relative;
	width: 896px;
	height: 303px;
}

#blogSlideshowBorderTop, #blogSlideshowBorderRight, #blogSlideshowBorderBottom, #blogSlideshowBorderLeft
{
	position: absolute;
	background-repeat: no-repeat;
}

#blogSlideshowBorderTop
{
	top: 0px;
	left: 0px;
	width: 896px;
	height: 18px;
	background-image: url(images/common/header_border_top.png);
}

#blogSlideshowBorderRight
{
	top: 0px;
	right: 0px;
	width: 19px;
	height: 303px;
	background-image: url(images/common/header_border_right.png);
}

#blogSlideshowBorderBottom
{
	bottom: 0px;
	left: 0px;
	width: 896px;
	height: 23px;
	background-image: url(images/common/header_border_bottom.png);
}

#blogSlideshowBorderLeft
{
	top: 0px;
	left: 0px;
	width: 7px;
	height: 303px;
	background-image: url(images/common/header_border_left.png);
}

#blogSlideshowImage
{
	position: absolute;
	width: 870px;
	height: 262px;
	top: 18px;
	left: 7px;
	background-color: #ffffff;
}

/********************************************************
 * Images
 ********************************************************/

#galleryImageContainer
{
	position: relative;
	width: 870px;
	height: 262px;
	overflow: hidden;
}

.galleryImageEntry
{
	position: absolute;
	width: 870px;
	height: 262px;
	text-align: center;
}

.galleryImage
{
	margin: 0 auto;
	background-repeat: no-repeat;
}

/********************************************************
 * Blog Entry
 ********************************************************/

#blogContent
{
	padding: 15px 0px;
	width: 900px;
	margin: 0 auto;
}

h1.blogEntryTitle
{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-family: Palatino, serif;
	text-transform: uppercase;
}

h1.blogEntryTitle a
{
	color: #ffffff;
	text-decoration: none;
}

.blogEntryTime
{
	color: #ffffff;
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

.blogEntryTopFlourish
{
	text-align: center;
	padding: 12px 0px;
}

.blogEntryText
{
	margin-top: 15px;
	padding: 0px 17px 15px 17px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}

.blogEntryText p
{
	margin-bottom: 18px;
	line-height: 18px;
}

.blogEntryPhoto
{
	border: 4px solid #ffffff;
	margin: 12px auto;
}

.blogEntryFooterBlock
{
	margin: 20px 17px;
	margin-bottom: 0px;
	border: 1px solid #ffffff;
}

.blogEntryLinksBlock
{
	border-right: 1px solid #ffffff;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	width: 135px;
	vertical-align: top;
}

.blogEntryAuthor
{

}

.blogEntryLinks
{
	list-style-type: none;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

.blogEntryLinks li
{
	padding: 4px 0px;
	font-size: 0.8em;
}

.blogEntryLinks a
{
	font-size: 0.8em;
}

.blogEntryCommentsBlock
{
	vertical-align: top;
	//float: right;
	width: 690px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 10px 5px;
}

.blogEntryTerminator
{
	width: 153px;
	height: 43px;
	margin: 18px auto;
	margin-bottom: 35px;
	background-image: url(images/front/blog_post_flourish.gif);
	background-repeat: no-repeat;
}

.commentsClearer
{
	display: block;
	font-size: 1px;
	clear: both;
	height: 1px;
	padding: 0px 10px;
	width: 135px;
	/*border-right: 1px solid #d7d0bb;*/
}

#respond
{
	text-align: center;
}

#comment
{
	margin-top: 10px;
	width: 600px;
	height: 300px;
}

.shortComments
{
	list-style-type: none;
	padding: 0px;
}

.shortComments li
{
	padding: 4px 0px;
}

.shortCommentAuthor
{
	font-weight: normal;
	font-size: 11px;
}

.shortCommentAuthor a
{
	text-decoration: none;
}

.shortCommentSays
{
	
}

.shortCommentExcerpt
{
	font-style: normal;
	font-size: 11px;
}

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0px 15px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
}

.navigation a
{
	text-decoration: none;
	font-weight: bold;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

ul
{
	list-style-type: disc;
	padding-left: 25px;
}

ol
{
	list-style-type: decimal;
	padding-left: 25px;
}

/********************************************
 *
 * Comment Classes
 *
 ********************************************/

#comment-spacer
{
	height: 35px;
}

.comment
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 8px 5px;
}

.thread-odd
{
	background-color: #260505;
}

.comment-meta /* the date */
{
	float: right;
	color: #ABABAB;
}

.comment-author
{
	display: inline;
}

.comment a
{
	text-decoration: none;
}

p.first-paragraph
{
	display: inline;
}

#respond h3
{
	padding: 8px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
}

#commentform
{
	text-align: left;
	padding: 8px;
}

#commentform label
{
	font-weight: bold;
}

#commentform .required
{
	padding-left: 8px;
	font-size: 10px;
}

.comment-fields
{
	border: 0;
}

.comment-fields th
{
	padding: 3px 8px 3px 0px;
}

#commentform #submit
{
	margin-top: 10px;
}

.comments-body-front
{
	overflow: auto;
	height: 100px;
}

/********************************************
 *
 * Archive Entry Classes
 *
 ********************************************/

#archiveEntries
{
	padding: 15px;
}

/********************************************
 *
 * 404 Classes
 *
 ********************************************/

#error404
{
	text-align: center;
	color: #ffffff;
	visibility: visible;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
	padding: 120px 0px;
}

/********************************************
 *
 * Footer Classes
 *
 ********************************************/

#bottomBar
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

#rssLink a
{
	color: #ffffff;
	text-decoration: none;
}

#rssLink
{
	margin-bottom: 4px;
}

#rssLink img
{
	border: 0px;
}
