/* vim: ts=2 sw=2
 * Author: Artur Grącki <arteq@arteq.org>
 * Last change: 2012/06/02 (sob) 20:23:47
 * $Id: foto2.css 2023 2012-02-17 02:43:04Z arteq $
 */

strong, b
{
	font-weight: bold;
}

a, a:visited, a:active
{
	color: #3380cf;
	font-weight: bold;
}

a:hover
{
	color: #7cb5f0;
	text-decoration: none;
}

#ajax_wrap
{
	font-family: georgia, helvetiva, sans-serif;
	font-size: 16px;
	color: #444;
}

#foto_top
{
}

#foto_top p,
.fancybox-title span.child p
{
	font-size: 1.2em;
	padding: 10px;
	color: #525764;
	border: 1px solid gray;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#foto_content
{
	font-size: 1.2em;
	float: left;
/*  width: 800px;*/
/*  width: 1200px;*/
	text-align: center;
	position: relative;
	background: #000;
/*  background: #fff;*/
}

#foto_wrap
{
	overflow: hidden;
	position: relative;
}

#foto_navigation
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#foto_img
{
	display: block;
	margin: 0 auto;
}

#foto_link_next
{
	width: 60%;
	height: 100%;
	display: block;
	right: 0;
	float: right;
}

#foto_link_prev
{
	width: 29%;
	height: 100%;
	display: block;
	left: 0; 
	float: left;
}

#foto_link_next_arrow
{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: transparent url('img/foto_arrows.png') no-repeat -50px -50px;
	top: 40%;
	right: 10px;
	float: right;
	opacity: 0.5;
}

#foto_link_prev_arrow
{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: transparent url('img/foto_arrows.png') no-repeat 0 -50px;
	top: 40%;
	left: 10px;
	opacity: 0.5;
}

#foto_right
{
/*  float: right;*/
	width: 390px;
	position: absolute;
	right: 0;
	height: 100%;
	padding-left: 10px;
	background: white url('img/gradient-gray.png') repeat-x;
	font-size: 0.9em;
	line-height: 1.3em;
}

#foto_right h2
{
	font-size: 1.7em;
	margin-top: 5px;
}

#foto_info p
{
	margin-bottom: 2px;
}

#foto_right a
{
	font-weight: normal;
	text-decoration: none;
}

#foto-details
{
	border: 1px solid #ffcc00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white url('img/gradient-yellow.png') repeat-x;
	padding: 4px 6px 4px 6px;
	width: 90%;
}

#foto_community
{
	float: left;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: black;
	padding: 15px 0 15px 0;
	opacity: 0.6;
}

#foto_community .fb-like
{
	opacity: 1.0 !important;
	float: left;
	width: 400px;
	margin-left: 10px;
}

#foto_community_title
{
	float: right;
	color: white;
	margin-right: 20px;
	font-size: 1.1em;
}


#comments .scroll-pane
{
	width: 100%;
	overflow: auto;
}

#comments .jspCap
{
	display: block;
}

#comments .jspVerticalBar
{
	width: 10px;
}

#comments .jspVerticalBar .jspCap
{
	height: 10px;
	background: red;
}

