/* @override 
	http://jayboucher.com/fightingfish/site/style.css
	http://www.fightingfishfilm.com/style.css
*/

@charset "UTF-8";

* {
   margin:0;
   padding:0;
}

body  
{	background: #fff url(graphics/bg-gradient.gif) repeat-x; 
	margin: 0;
	padding: 0;
	text-align: center;
	color: #94989A;
}

#container {
	font-size: 62.5%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width: 870px;
	margin: 0 auto;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

/* @group cross-site */

blockquote p{
	margin-top: 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1.5px;
}

p {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 1.3em;
	line-height: 2em;
}

h3 {
	float: left;
	font-size: 1.6em;
	margin: 0 0 15px -30px;
	color: #000000;
	background: url(graphics/hr.gif) no-repeat left bottom;
	padding-bottom: 3px;
	width: 870px;
	padding-left: 30px;
}

h3 a{
	padding: 0;
	margin: 0;
color: #47748F;
}

h3 a:hover{
	padding: 0;
	margin: 0;
color: #47748F;
	text-decoration: underline;
}

h2 {
	float: none;
	font-size: 1.4em;
	color: #000000;
	display: inline;
	padding-bottom: 25px;
}



#castpic{

	float: left;
	position: absolute;
	display: inline;
}

#castpic img{
	background: url(graphics/bg-thumbnail.gif) no-repeat 0;
	padding: 4px;
	position: relative;
	left: -108px;
	float: left;
}

.condensed p{
	line-height: 1.3em;
}

a {
color: #47748F;
text-decoration: none;

}

a:hover {
color: #47748F;
text-decoration: underline;
}


/* @end */


/* @group header */

#header {
	width: 870px;
	height: 90px;
	margin: 0;
	padding: 0;
	display: block;
}

#header h1 {
	padding: 0;
	margin: 0;
	width: 166px;
	float: left;
	top: 29px;
	display: inline;
	position: relative;
}

#header h1 a {
	text-decoration: none;
	background:url(graphics/logo-fightingfish.gif) no-repeat;
	color:#FFF;
	display:block;
	text-indent: -3000px;
	width: 166px;
	height: 37px;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#header ul {
	font-size: 1.4em;
	list-style: none;
	padding: 0;
	float: right;
	font-weight: bold;
	width: 680px;
	margin-top: 42px;
	margin-bottom: 0;
}

#header ul li {
	float: left;
	background: url(graphics/nav-divider.gif) no-repeat 0 3px;
}

#header ul .first{
	background: none;
}

#header ul li a {
color: #94989A;
text-decoration: none;
display: block;
padding-right: 10px;
padding-left: 10px;
float: none;
}

#header ul  li a:hover {
color: #47748F;
text-decoration: none;
}



/* @end */

#content { 
	width: 870px;
	padding: 0;
	margin: 0;
}

#sidebar {
	width: 300px;
	display: inline;
	float: left;
}
#sidebar img{
	background: url(graphics/bg-sidebar.gif) no-repeat 0;
	padding: 4px;
	position: relative;
	float: left;
}

#sidebar ul {
	font-size: 1.4em;
	list-style: none;
	padding: 0;
	font-weight: bold;
	margin-top: 0;
}

#sidebar ul li {
	
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
	color: #000;
}

#sidebar ul li a {
color: #94989A;
text-decoration: none;
float: none;
}

#sidebar ul  li a:hover {
color: #47748F;
text-decoration: none;
}


#mainContent {
	width: 570px;
	padding-top: 0;
	margin-top: 0;
	float: left;
	display: inline;
} 

#footer { 
	padding: 20px 0 0;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
		font-size: 1.3em;
}

#footer img{
	border-style: none;
} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.photos-thumbs{
	width: 320px;
	display: inline;
	float: left;
}

.photos-thumbs a img{
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #d3d9dc;
	padding: 1px;
}

.photos-thumbs a:hover img{
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #47748F;
}

.photos-arrows{
	display: inline;
	margin-top: 10px;
}
.photos-arrows a img {
	background-color: #f7f8f8;
}
.photos-arrows a:hover img{
	background-color: #FFFFFF;
}

.photo{
	width: 550px;
	float: left;
	display: inline;
	padding-top: 2px;
}

.photo p{
	padding-top: 30px;

	padding-bottom: 10px;
}

.enlarge {
	padding-left: 15px;
	background: url(graphics/icn-enlarge.gif) no-repeat 1px 1px;
	font-size: 10px;
	float: left;
	margin-top: 5px;
}

.enlarge a{
color: #b9bec1;
text-decoration: none;

}

.enlarge a:hover{
color: #47748F;
text-decoration: none;
}



/* @end */