@charset       "UTF-8";

body
{
	font-family:  news-gothic-std, sans-serif;
	font-size: 90%;
	font-weight: 400;
	color: #606060;
	background: #fafafa;
}


a:link
{
	text-decoration: none;
	color: #b38c84;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a:visited
{
	text-decoration: none;
	color: #b38c84;
}

a:hover, a:focus
{
	text-decoration: none;
	color: #ccaeac;
}

a:active
{
	text-decoration: none;
	color: #b38c84;
}

img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

ul
{
	list-style-type: none;
	line-height: 2.2;
	margin-left: 0px;
	padding-left: 20px;
}

#navigationmain
{
	font-size: 120%;
	padding-top: 20px;
	background: #fafafa;
}

#navigationmain a:hover { margin-left: 5px; }
#navigationsub { padding-bottom: 20px; }

#container
{
	width: 1024px;
	margin: 0px auto;
	padding: 20px 0px 0px;
}

#sidebar
{
	width: 190px;
	padding: 0px 60px 0px 20px;
	float: left;
}

#logo
{
	font-size: 200%;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

#joe { color: #b38c84; }
#cieplinski { color: #606060; }

#maincontent
{
	border-left: 1px solid #e6e7e3;
	width: 700px;
	padding: 20px;
	margin-left: 280px;
	overflow: hidden;
}

#mainviewcontainer
{
	width: 700px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

#mainview
{
	width: 7000px;
	margin-left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.singlemainview { float: left; }

#nextlink a{
    position: absolute;
    width: 49%;
    height: 100%;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}

#prevlink a{
    position: absolute;
    width: 49%;
    height: 100%;
    left: 0%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}

#textcaptioncontainer
{
	position: relative;
	width: 700px;
	height: 120px;
	overflow: hidden;
	min-height: 80px;
	padding: 0px;
}

#textcaption
{
	position: absolute;
	width: 7000px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin-left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#textcaption p
{
	width: 620px;
	margin: 0px auto;
	line-height: 2.0;
}

#pagelinkcircles
{
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}

#circle1 
{ 
    opacity: .5; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
}

.linkbordered
{
	border-top: 1px solid #e6e7e3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.linkbordered2
{
	border-top: 1px solid #e6e7e3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.singlecircle
{
	font-size: 300%;
	display: inline;
}

.singlecircle a
{
	padding: 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.navselect
{
	font-weight: 400;
	color: #606060;
	margin-left: 10px;
}

.singlecaption
{
	width: 700px;
	float: left;
}

.singlecaption a {
    margin-top: 20px;
    line-height: 4;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    background: #b38c84;
    padding: 4px 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
    
}

.singlecaption a:hover {
    background: #ccaeac;
    color: #ffffff;
}
