/*
J. River, Inc. CSS
Copyright 2010, All Rights Reserved.

Original design based on design by Free CSS Templates
http://www.freecsstemplates.org (released for free under a Creative Commons Attribution 2.5 License)
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F6F7 url(images/header/background_grey.png) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color: #000000;
}

h1, h2, h3 {
	color: #AA2808;
	margin-bottom: 6px;	
}

h1 {
	font-size: 1.6em;
	text-align: center;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

p, blockquote, ul, ol {
	margin-bottom: 15px;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #004D94;
}

a:hover {
	text-decoration: underline;
	color: #007ae2;
}

img {
	border-style: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 980px;
	height: 152px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

/* Menu */

#menu {
	float: right;
	height: 142px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 20px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	margin-right: 1px;
	padding: 111px 8px 0px 8px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #929599;
}

#menu a:hover, #menu .active a {
	text-decoration: none;
	background: url(images/header/menu_selected.png) repeat-x left top;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a:hover {
	text-decoration: underline;
}

/* AddThis */

.addthis_toolbox {
	float: right;
	margin-top: -125px;
	min-width: 395px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

#content_full_width {
	float: left;
	width: 980px;
}

.post {
	background: url(images/css/post_middle.png) repeat-y left top;
	margin-bottom: 10px;
}

.post-bgtop {
	background: url(images/css/post_top.png) no-repeat left top;
}

.post-bgbtm {
	background: url(images/css/post_bottom.png) no-repeat left bottom;
	padding: 15px 25px 15px 25px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-size: 24px;
	color: #3A3D40;
}

.post .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	background: url(images/css/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.post .byline {
	font-size: 11px;
	font-style: italic;
}

.post ul {
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
}

.post ol {
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 40px;
	list-style-type: circle;
}

.post li {
	line-height: 2em;
}

.post .column_left {
	width: 480px;	
}

.post .column_right {
	width: 480px;
}

/* Footer */

#footer-wrapper {
	background: #F7F7F7 url(images/css/img03.jpg) repeat-x left top;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding: 20px 0px;
}

#footer {
	width: 980px;
	margin: 0 auto;
	color: #757E82;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #757E82;
}

#footer a:hover {
	text-decoration: underline;
	color: #F90542;
}

#footer .column {
	display: block; 
	float: left; 
	margin: 0px 10px 10px 0px; 
	width: 308px; 
	padding: 6px 6px 6px 6px; 
}

#footer .copyright {
	clear: both;
	display: block; 
	width: 100%;
}	

/* Divider */

.divider, .divider_tight {
	position: relative;
	background: #fff url('images/css/divider.png') repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}

.divider_tight {
	margin: 1.1em 0em 0.1em 0em;
}

/* Slideshow */

#slideshow {
	margin-left: 0px;
	width: 930px;
	height: 573px;
	position: relative;
	background: #FFFFFF;
}

#slideshow .navigation {
	position: absolute;
	display: block;
	z-index: 100;
	bottom: 0px;
	right: 0px;
	margin: 8px;
	padding: 10px;
	background-color: #FFFFFF;
	opacity: 0.75;
}

#slideshow .navigation a {
	text-decoration: none;
	outline: none;
}

#slideshow .viewer {
	width: 930x;
	height: 573px;
}

#slideshow .viewer .reel .slide {
	position: relative;
	width: 930px;
	height: 573px;
}

#slideshow .viewer .reel .slide span {
	position: absolute;
	display: block;
	width: 930px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #757E82;
	bottom: 0px;
	left: 0px;
}

/* Tiles */

.tile
{
	display: block; 
	float: left; 
	margin: 0px 10px 10px 0px; 
	padding: 10px 10px 10px 10px; 
}

.tile .title 
{ 
	color: #000000; 
	text-align: center; 
	font-size: 22px; 
	font-weight: bold; 
	width: auto; 
	height: 30px; 
}

.tile .title h2 
{ 
	color: #000000; 
	text-align: center; 
	font-size: 22px; 
	font-weight: bold; 
	width: auto; 
	height: 30px; 
}

.tile .title a 
{ 
	color: #000000; 
	text-decoration: none; 
	display: block; 
	font-weight: bold; 
}

.tile .subtitle 
{ 
	color: #767676; 
	text-align: center; 
	font-size: 15px; 
	width: 100%; 
	height: 42px; 
}

.tile .subtitle h3 
{ 
	color: #767676; 
	text-align: center; 
	font-size: 15px; 
	width: 100%; 
}

.tile .subtitle a 
{ 
	color: #767676; 
	text-decoration: none; 
	display: block; 
}

.tile .image 
{ 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.tile_one_line_text_25 { width: 220px; height: 194px; background: #000000 url(images/tiles/tile_25.png) no-repeat; }
.tile_one_line_text_25 .subtitle { height: 26px; }
.tile_one_line_text_25 .image { width: 220px; height: 138px; }

.tile_two_line_text_33 { width: 300px; height: 194px; background: #000000 url(images/tiles/tile_33.png) no-repeat; }
.tile_two_line_text_33 .image { width: 300px; height: 122px; }

.tile_one_line_text_33 { width: 300px; height: 194px; background: #000000 url(images/tiles/tile_33.png) no-repeat; }
.tile_one_line_text_33 .subtitle { height: 26px; }
.tile_one_line_text_33 .image { width: 300px; height: 138px; }

.tile_short_33 { width: 300px; height: 22px; background: #000000 url(images/tiles/tile_short_33.png) no-repeat; }

.tile_50 { width: 465px; height: 194px; background: #000000 url(images/tiles/tile_50.png) no-repeat; }
.tile_50 .subtitle { height: 26px; }
.tile_50 .image { width: 465px; height: 138px; }

.tile_67 { width: 630px; height: 194px; background: #000000 url(images/tiles/tile_67.png) no-repeat; }
.tile_67 .subtitle { height: 26px; }
.tile_67 .image { width: 630px; height: 138px; }

.tile_75 { width: 710px; height: 194px; background: #000000 url(images/tiles/tile_75.png) no-repeat; }
.tile_75 .subtitle { height: 26px; }
.tile_75 .image { width: 710px; height: 138px; }
