html 	{ 
	font-family:  Calibri, sans-serif, Verdana, sans-serif; 
	font-size:1em; 
	height: 100%; 
	margin: 0;
	margin-bottom: 1px;
	}
	
body 
	{
	background-color:#5E1C24;		/*  old value = 77353d */
	color:#FFCC66;
	text-align:center;
	cursor:  pointer;
	overflow-x: hidden;
	overflow-y: auto;
	font: inherit;
	font-size: 100%;
	z-index: 1;
	}

h1,h2,div,span,td,p {color:#FFCC66;}

#search_field
	{
	color: #a09898;
	font: bold italic small-caps 1em/1.5em verdana,sans-serif;
	}
		

.page_top_title
	{ 
	font-size: 4.1vm;  
	font-family: Impact, 'Arial Black', Georgia,serif;
	font-variant: large-caps; 
	text-transform: none; 
	font-weight: 100; 
	margin-bottom: 3px; 
	}

p {margin:0;padding:0;}

td img { vertical-align: top; }



.page_area 
{
position: relative;
width: 90%;
border: 0px;
margin: 0 auto;
background: #FECC62;
height: 90%;
}

.content_container 
{
position: relative;
margin-top: 1px;
border: none;
height: 100%;
width: 99.9%;
}


.menu_area 
	{
	background-color:#000000;
	text-align:left;
	width: 23%;
	min-width: 23%;
	max-width: 23%;
	vertical-align: top;
	margin-top: 2px;
	border-left: 1px solid #FECC62; 
	border-right: 1px solid #FECC62;
	border-bottom: 1px solid #FECC62;
	max-height: 90%;
	}

.menu_area_div { background-color:#000000; text-align:left; }
.flags_area { background-color:#000000; }
.flags_area a { color: #000000; }
.flags_area img { text-align: left; }
.menu_area a { color: #FFCC66; }
.menu_area p { margin-left: 10px; margin-top: 1px; }
.search_box_text { font-size: 9pt; color: #FFCC66; margin-bottom: 2px; }
#sub-menu a { font-style: normal; }
#sub-menu2 li a  { font-style: normal; }

.content_area
	{
	position: relative;
	width: 77%;
	vertical-align:top;
	background-color:#313131;
	padding: 5px;
	margin: 0 auto !important;
	border-left: 1px solid #FFCC66;
	border-right: 1px solid #FFCC66;
	border-bottom: 1px solid #FFCC66;
	/* min-height: 450px; */
	max-height: 97.5%;
	overflow: visible;
	}

	
	
.works_image_cell
{
vertical-align: baseline;
position: relative;
width: 25%;
}

.works_image_cell img { display:inline-block; vertical-align: top; margin-top: 0; border: 1px solid #FECC62; }
.works_image_cell a { vertical-align: top;}


.content_area p      { max-width: 98%; font: normal 100%/150% Arial, Helvetica, sans-serif; text-align: justify; margin: 4px 10px 8px 1px; line-height: 150%; }
.content_area div p { max-width: 98%; font: normal 100%/150% Arial, Helvetica, sans-serif; text-align: justify; margin: 4px 10px 8px 1px; line-height: 150%; }

.content_area textarea { font: normal 100%/150% Arial, Helvetica, sans-serif; }
.content_area div { overflow-y: auto; }
.content_area a { color: #FECC62; }
.content_area a:hover { color: white; }

.content_area td 
	{
    padding-top: .5em;
    padding-bottom: .5em;
	}

input[type=submit] 
{
padding:5px 15px; 
background:#ccc; 
border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
color: black;
font: normal 100%/150% Arial, Helvetica, sans-serif;
}

textarea { background-color : #d1d1d1; color: black; }


#written_by_tagline 
{
font: italic small-caps normal 80%/150% Arial, Helvetica, sans-serif;
color:#FFCC66;
}

	
.menu_navlink { padding: 2px 10px 6px 2px; white-space: nowrap; }
.menu_navlink a { color: #FFCC66; display: inline-block; white-space: nowrap; font-size: 96%;   }
/* .selectednavlink a { padding: 2px 14px 6px 1px; color: #FFCC66; display: inline-block; font-size: 96%; white-space: nowrap;  } */
.sublink  { color: #FFCC66; }
#sub-menu a { color: #FFCC66; }
#sub-menu2 a { color: #FFCC66; }

.selectednavlink
{
font-weight: bold;
padding-bottom: 15px;
white-space: nowrap;
}

/* .selectednavlink a { height: auto; padding: 6px; font-weight:bold; border: 1px solid #FFCC66;  }  */
.selectednavlink a 
	{ 
	position: relative; 
	width: 95%; 
	height: auto; 
	padding: 2px 8px 4px 4px;
	font-weight:bold; 
	background-color: #FFCC66; 
	color: black; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 96%;
	} 

.sublink { height: auto; padding: 2px; font-weight:bold; border: 1px solid #FFCC66;  }

	
a:hover 
	{
	color: red;
	position: relative;
	}

a[data]:hover:after 
	{
	content: attr(data);
	padding: 4px 8px;
	color: #ffffff;
	position: absolute;
	left: -105px;
	top: 110%;
	white-space: nowrap;
	z-index: 2;
	border-radius: 5px ;
	background: rgba(0,0,0,0.5);
	}
	
::-webkit-scrollbar 
	{
	margin-left: -1px;
    width: 16px;
	background-color: #D3D3D3;
	} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track 
	{
    border:1px gray solid;
	border-radius:10px;
	-webkit-box-shadow:0 0 6px gray inset;
	} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb 
	{
    background-color:#B03C3F;
	border-radius:10px;
	} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-thumb:hover
	{
	background-color:#BF4649;
	border:1px solid #333333;
	}

::-webkit-scrollbar-thumb:active
	{
	background-color:#A6393D;
	border:1px solid #333333;
	} 
	
.table_centered
	{
	position: relative;
	width: 99%;
	max-width: 98%;
	margin: 0 auto !important;
	float: none !important;
	height: 99%;
	}

.fbBox img, .fbCaliper img { border-width: 0; }

a.external {
	white-space: nowrap;
	padding-right: 24px;
	background: transparent url(/content/media/external.png) 100% 0 no-repeat;
}
a.demo, span.demo, div.demo {
	float: left;
	margin-right: 3em;
}
a.demo, span.demo {
	display: inline-block;
}
span.demo a {
	margin-right: 0;
}
a.demo span, span.demo span, div.demo span {
	white-space: nowrap;
	overflow: visible;
	display: inline-block;
}
*.plain, span.demo span {
	margin: 0;
	border-width: 0;
	padding: 0;
	text-decoration: none;
}
a.demo img, span.demo img, span.demo a, div.demo a {
	margin-top: 1em;
}
p.demo {
	padding: 2.1em 55px 0 0;
	text-align: justify;
	margin: 0;
	overflow: hidden;
}
table.demo td {
	padding-right: 30px;
	vertical-align: top;
}
ul.demo li {
	float: left;
	margin: 0 18px;
}
.icon {
	display: inline-block;
	float: left;
	padding: 0 10px 6px 0;
	margin-top: 8px;
	width: 32px;
	height: 32px;
	background: no-repeat url(/content/media/sprite_32.png);
}
.icon.dailymotion { background-position: 0 0; }
.icon.flash { background-position: 0 -50px; }
.icon.fb { background-position: 0 -100px; }
.icon.google { background-position: 0 -150px; }
.icon.metacafe { background-position: 0 -200px; }
.icon.quicktime { background-position: 0 -250px; }
.icon.pdf { background-position: 0 -300px; }
.icon.silverlight { background-position: 0 -350px; }
.icon.vevo { background-position: 0 -400px; }
.icon.vimeo { background-position: 0 -450px; }
.icon.wmp { background-position: 0 -500px; }
.icon.youtube { background-position: 0 -550px; }
.icon.other { background-position: 0 -600px; }
.icon.scribd { background-position: 0 -650px; }
.icon.blue { background-position: 0 -700px; }
.icon.green { background-position: 0 -750px; }
.icon.red { background-position: 0 -800px; }
.icon.cambo { background-position: 0 -900px; }

ul.tabs {
	font-family: sans-serif;
	line-height: 15px;
	height: 11px;
	border-bottom: 1px solid #bbb;
	padding: 0 0 15px 10px;
	margin: 0;
	list-style-type: none;
}
ul.tabs a {
	display: block;
	padding: 7px 8px 5px 8px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	outline: none;
	color: #038;
	background-color: transparent;
}
ul.tabs li {
	float: left;
	width: 85px;
	height: 26px;
	margin: 0;
	background: url(/content/media/tabs.gif) no-repeat 0 0;
}
ul.tabs li:hover {
	background-position: 0 -30px;
}
ul.tabs li.active {
	background-position: 0 -60px;
	padding-bottom: 1px;
}
ul.tabs li:hover a {
	color: #06b;
}
ul.tabs li.active a {
	color: black;
}

#cover {
	position: absolute;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 777;
}

.scroller_area
	{
	position: relative;
	width: 550px;
	height: 160px;
	margin: 25px auto;
	background: #313131;
	border:2px solid #000;
	overflow:auto;
	white-space:nowrap;
	box-shadow:0 0 10px #000;
	}
	
.scroller_area img { margin:20px 10px 0 10px; }

#search_buttn { display: inline-block; white-space: nowrap; }

td { vertical-align: top;  }

.image_caption
	{
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 84%;
	font-family: Calibri, Tahoma, Serif, Verdana;
	text-decoration: none;
	width: 75%;
	}
	
caption { position: relative; text-align: center; width: 92%; margin: 0 auto; color: #FFCC66; font-size: 90%; }

	
.news_list li 	{ text-align: left; color:#FFCC66; }
.news_list li a { text-align: left; color:#FFCC66; font-size: 1.0vm; }
.news_list li 	{ margin-top: 4px; margin-bottom: 4px; }

.navbar .nav > li > a, 
.navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a
	{
	display:        inline;
	color:          #FFCC66;                        
	font-family:    Calibri;
	font-size:      .9em;
	padding:        5px 20px;
	}

/*****************************
.dropdown:hover .dropdown-menu { display: block; }
 
.dropdown-menu li a
	{ 
	font-family:    Calibri;
	font-size:      .9em;
	}

a.dropdown-toggle { color: #000000; font-weight: 500; }
.dropdown-menu { background-color: #fff; color: #000000; }
*************************/

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus 
{
background-color: white; color: black; font-weight: 500; width: 105%; margin-left: -6px; padding-right: 4px; }
}
.dropdown-menu { margin-left: 8px; border: none; }
.navbar-nav>li>.dropdown-menu { margin-top: -2px; border: none; }

#content_area_div
	{
	position: relative; 
	margin: 0;
	width: 100%; 
	max-height: 565px; 
	overflow-y: scroll;
	scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
	-webkit-box-shadow:0 0 6px gray inset;
	}
	
h1.page_top_title
	{
	font-size: 4vm !important;
	font-family: Impact, 'Arial Black', Georgia,serif;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 3px;
	color: #FFCC66;
	text-align: left;
	margin-left: 30px;
	}
	
small { font: inherit; font-size: 85%; color: #FFCC66; }

figure 
	{
	display:inline-block;
	margin: 2px;
	margin-top: 5px;
	vertical-align:top;
	background: white;
	width: 460px;
	text-align: center;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	}

figure img 
	{
	display:block;
	margin:0 auto;
	}

figcaption 
	{
	display:block;
	padding:8px;
	padding-top: 0;
	color:black;
	font-size: 1.0vm;
	}


#cboxOverlay{ visibility: visible; opacity: 0.5 !important;}

.input-prompt 
	{
	position: absolute;
	font-style: italic;
	color: #aaa;
	margin: 0.2em 0 0 0.5em;
	}



@media print 
	{
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { display:none; } 
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	.flags_area { display: none; }
	html { font-size: 100%; } 
	.centered_thumbs
		{ 
		max-width:100%;
		height:auto;
		margin-left: auto;
		margin-right: auto;
		float: none !important; 
		border: 1px solid grey; 
		margin-top: 5px;
		vertical-align: text-top;
		border: none;
		}
	.menu_navlink { font-size: 100%; }
	ul { font: normal small-caps 100% normal Arial, Helvetica, sans-serif; margin-left: 6px; }
	li { font: normal small-caps 100% normal Arial, Helvetica, sans-serif; padding: 4px; }
	.page_top_title { font-size: 200%; }
	}
	
	
.dropdown-submenu { position: relative; }

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}