@font-face {
	font-family: 'CenturyGothic';
	src: url('../gfx/font/gothic.eot');
	src: url('../gfx/font/gothic.eot?#iefix') format('embedded-opentype'),
			 url('../gfx/font/gothic.woff') format('woff'),
			 url('../gfx/font/gothic.ttf') format('truetype'),
			 url('../gfx/font/gothic.svg#gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../gfx/font/gothicb.eot');
	src: url('../gfx/font/gothicb.eot?#iefix') format('embedded-opentype'),
			 url('../gfx/font/gothicb.woff') format('woff'),
			 url('../gfx/font/gothicb.ttf') format('truetype'),
			 url('../gfx/font/gothicb.svg#gothicb') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic-Italic';
	src: url('../gfx/font/gothici.eot');
	src: url('../gfx/font/gothici.eot?#iefix') format('embedded-opentype'),
			 url('../gfx/font/gothici.woff') format('woff'),
			 url('../gfx/font/gothici.ttf') format('truetype'),
			 url('../gfx/font/gothici.svg#gothici') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,
button,
input,
select,
textarea {
    color: #58595b;
}
body {
	font-family: 'CenturyGothic';
   	font-size: 12px;
    line-height: 1em;
	color: #58595b;
}
body.mce-content-body {
	background: #fff;	
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	border: 0;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;	
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
p {
	margin: 0;
	padding: 0;	
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
div.wrap {
	width: 980px;
	margin: 0 auto;	
	border-left: 1px solid #c7c8c8;
}
header .wrap {
	border-left: 0;	
	height: auto;
}
div.wrap.noborder {
	border-left: 0;	
}
.subpage_wrap {
	border-left: 1px solid #c7c8c8;	
}
header {
	text-align: right;
	font-size: 34px;
	line-height: 1.3em;
	padding: 40px 0 0 0;
}
.logo a {
	color: #58595B;
	text-decoration: none !important;
}
div.leftbar {
	float: left;
	width: 283px;
	padding-left: 7px;
	padding-top: 30px;
}
div.leftbar h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 20px;
}
div.leftbar ul {
	margin: 0;
	padding: 0;	
}
div.leftbar ul li {
	list-style: none;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
	line-height: 1.3em;
}
div.leftbar ul li a {
	color: #58595b;
	font-size: 14px;	
}
div.leftbar ul li.active {
	background: url(../gfx/bullet.png) 0 4px no-repeat;	
}
div.leftbar ul li.active a {
		
}
div.leftbar .btns {
	padding: 0 0 0 15px;
}
div.leftbar .btns a {
	float: left;
	display: block;
	margin-right: 20px;
	color: #58595b;
	background: url(../gfx/prev.png) 0 center no-repeat;
	padding: 0 0 0 15px;
	line-height: 1em;
}
div.leftbar .btns a.next {
	float: right;
	background: url(../gfx/next.png) 100% center no-repeat;
	padding: 0 15px 0 0;
}
div.leftbar .btns a.disabled {
	display: none;
}
.leftbar .title {
	font-size: 16px;
	padding: 0 0 20px 15px;	
}
p.image {
	float: right;
	margin: 0 0 20px 20px;
}
article {
	font-size: 14px;
	line-height: 1.3em;	
}
.article_container {
	float: left;
	width: 670px;
	height: 400px;
	overflow: auto;
}
.gallery_container {
	width: 680px;
	float: left;
	position: relative;
	height: 400px;
	overflow: auto;
}
.gallery_container .layerContainer {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	width: 400px;
	background: #fff;
	z-index: 1000;
	display: none;
}
.gallery_container .about_link {
	position: absolute;
	bottom: 0;
	left: 486px;
}
.content_container {
	width: 400px;
	float: left;
	height: 400px;
	overflow: auto;
}
.news_container {
	width: 440px;
	float: left;
	height: 400px;
	overflow: auto;	
}
div.rightbar {
	float: right;
	width: 250px;	
}
nav {
	border-top: 1px solid #c7c8c8;
	width: 100%;
	margin-top: 60px;
	padding: 30px 0 30px 0;	
}
nav .wrap {
	border-left: 0;
	height: inherit;	
}
nav ul {
	height: 40px;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	list-style: none;
	margin-right: 55px;
}
nav ul li:last-child {
	margin-right: 0;	
}
nav ul li a {
	color: #58595b;
	font-size: 14px;	
}
nav ul li a:hover,
nav ul li.active a {
	border-bottom: 1px solid #c7c8c8;
	text-decoration: none;
}

div.close a {
	background: url("../gfx/bullet.png") no-repeat scroll 0 6px transparent;
	padding: 0 0 0 15px;	
}
.arego {
	text-align: right;
	font-size: 11px;
}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/*
Slider
----------------------------------------------------------------*/
.slides_list_container {
	height: 400px;
}
.slides_list_controls {
	position: absolute;
	left: 420px;
	bottom: 0;	
}
.playButton {
	float: left;
	margin-right: 10px;
	background: url(../gfx/play.png) 0 0 no-repeat;
	height: 11px;
	width: 11px;
	margin-top: 5px;
}
.playButton.pause {
	background-position: 0 -11px;	
}
.slides_list_controls_left, .slides_list_controls_right {
    opacity: 1;
    position: relative;
    z-index: 150;
	display: block !important;
	float: left;
	margin-right: 10px;
}
.slides_list {
	padding: 0;
	margin: 0;	
}