@charset
"utf-8"
;
/* CSS Document */

/*CSS Reset - derivative of YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code */
html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code { font-style:normal; font-weight:normal; }
/*ul { list-style:none; }*/
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; }

/*Base Styles*/
html, body {
    /*height:100%;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #000000;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 { color: #000000; font-weight:bold; margin:0; font-family: Arial, Helvetica, sans-serif;}

h1 {
    font-size: 26px;
    padding-bottom: 0;
    margin-bottom: 15px;;
    margin-top: 12px;
}

a {
    color: #006bff;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
    color: #006bff;
}

a:visited {
    color: #006bff;
}

img {
    border: none;
}

img.left {
    float: left;
    margin-right: 15px;
}

img.right {
    float: right;
    margin-left: 15px;
}

/* CONTAINER */
#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -22px; /* the bottom margin is the negative value of the footer's height */
    background: url(//www.clairvision.org/images/cv_header_bg.jpg) center top no-repeat;
}

div#centercontainer {
    /*width: 1100px;*/
    margin: 0 auto;
    background: #f0f0f0;
}



/* HEADER */
#headerbox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #eee;
    border-bottom: 1px solid #aaa;
}
#header {
    /*width: 1100px;*/
    margin-top: 10px;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    margin-bottom: 4px;
}

#header p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: right;
}

/* LEFT COLUMN - for navigation */

#menu {
    /*width: 160px;*/
    /*padding: 25px 0px 0px;*/
    margin: 0;
    float: left;
    /*border-right-width: 40px;*/
    /*border-right-color: #FFFFFF;*/
    /*border-right-style: solid;*/
}

#menu ul {
    /*margin: 0px;*/
    /*padding: 0px;*/
    list-style-type: none;
    /*font-size: 13px;*/
    /*font-weight: bold;*/
}

#menu li {
    margin: 0;
    border-right: 0px solid #aaa;
    border-bottom: 1px dotted #aaa;
    line-height: 24px;
}

#menu h2
{
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*color: #006bfe;*/
    background-position: 0 0;
    font-weight: bold;
}


#menu a /* first degree elements */
{
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #006bfe;
    text-decoration: none;
    background-position: 0 0;
}

#menu a:hover, #menu a.current {
    color: #FFFFFF;
    background-color: #006bfe;
    background-position: 0 0;
    text-decoration: none;
}

#menu li.hassecond {
    padding-bottom:10px;
}

#menu li li {
/* 2nd degree elements */
    margin: 0;
    padding-left: 14px;
    padding-bottom:0;
    border-right: 0px solid #aaa;
    border-bottom: 0px solid #aaa;
    line-height: 15px;
}

#menu li li a {
    display: block;
    color: #006bfe;
    font-weight: normal;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu li li a:hover {
    color: #FFFFFF;
    background-position: 0 0;
    text-decoration: none;
}


/* Pitch */
#pitch {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

#pitch p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 200%;
}

#pitch h1 {
    font-size: 28px;
    margin-bottom:10px;
    margin-top: 0;
}

/* CONTENT - where everything happens */

.content {
    /*width: 730px;*/
    /*padding: 20px 0px 0px;*/
    /*float: left;*/
    padding:0;
}

.content p {
    margin-bottom: 1em;
}

.content h1 {
    margin-bottom: 0.9em;
}

.content h2 {
    font-size: 1.6em;
    font-weight: normal;
    color: #000000;
    margin-top: 1.2em;
    margin-bottom: 0.7em;
}

.content h3 {
    font-weight: normal;
    font-size: 1.3em;    
    color: #666666;
    margin-top: 5px;
    margin-bottom: 1em;
}

.content h4 {
    font-weight: bold;
    color: #000000;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.content ul {
    padding-left: 20px;
}

.content li {
    padding-bottom: 3px;
}

.hr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    clear:both;
}

.hr-nosub {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    margin-bottom: 1em;
}

/*.content ul {
    margin-bottom: 2em;
}

.content li {
    margin-bottom: 1em;
    padding-left: 0em;
    list-style: outside;
    list-style: square;
}

.content ul.nav {
    margin: 0;
    padding: 0;
    margin-top: 2em;
    list-style: none;
}*/

.content img.inline {
    margin: 0 5px 0 5px;
    padding: 0;
}

.content img.float {
    float: left;
    margin: 0 10px 0 0;
}

.content img.outline {
    border: 1px solid #999999;
}

/* RIGHT - right column for ads */

#right {
    padding: 0px;
    margin:0;
    margin-top: 25px;
    float:right;
}

#right img {
    margin-top: 18px;
}


/* GENERIC STYLES */

.clear {
    clear: both;
}


.datasheet {
    margin-bottom: 1em;
    border: none;
    border-collapse: separate;
    border-spacing: 5px;
}


.divider {
    border-left: 1px solid #000;
}

.sidebar {
    border: 0px; font-size: 10px
}




#lang a {
    font-weight: normal;
}

#lang td {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#lang table {
    border:0;
}

#lang {
    font-size: 1.2em;
    font-weight: normal;
}

h1.logo {
    padding: 65px 0 0 0;
    font-size: 30px;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 1px #000;
    float: left;
}

h1.logo,
h1.logo a {
    color: #FFF;
    text-decoration: none;
}

div#imglogo {
    padding: 0;
    padding-top: 10px;
    margin: 0 auto;
    /*width: 1100px;*/
}

.content-left {
    float:left;width:49%;
}

.content-right {
float:right;width:49%;
}

.contentimg-left {
    float:left;width:20%;
}

.contentimg-right {
float:right;width:80%;
}

.order {
    text-align:center;
    background: #eee;
    border-top:black solid 1px;
    border-bottom:black solid 1px;
    padding:10px;
    margin-bottom: 20px;
    margin-top: 15px;
}

/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

table {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
}

table caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table a {
	text-decoration: none;
	/*border-bottom: 1px dotted #f60;*/
	/*color: #f60;*/
	font-weight: bold;
}

table a:hover {
	/*text-decoration: none;*/
	/*color: #fff;*/
	/*background: #f60;*/
}

table tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table tr th a:hover {
	color: #fff;
	background: #369;
}

table thead tr th {
	/*text-transform: uppercase;*/
	background: #ffff99;
}

table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table tfoot tr th {
	width: 20%;
}

table tfoot tr td {
	width: 80%;
}

table td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
}

table tr.odd th, table tr.odd td {
	/*background: #efefef;*/
}

.quotebox {
    background-color:#ffff99;
    padding:2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.roundbox {
    background-color:#eee;
    padding:2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

blockquote {
    display: block;
    /*overflow: auto;*/
    background: #ffff99;
    border: 1px solid #888;
    overflow: auto;
    clear: both;
    /*border-left: 5px #888 solid;*/
    padding: 10px;
    margin: 0 0px 10px;

}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/* Messages */
.block_content {
    overflow: hidden;
    background: #fff;
    padding: 10px 20px 0;
}

.message {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.message p {
    padding: 0;
    width: 93%;
    float: left;
}

.message.errormsg {
    border: 1px solid #e9c59b;
    background: #ffecce url(/images/error.gif) 12px 12px no-repeat;
    color: #e3302c;
}

.message.success {
    border: 1px solid #bfde84;
    background: #edfbd8 url(/images/success.gif) 12px 12px no-repeat;
    color: #508600;
}

.message.info {
    border: 1px solid #bbdbe0;
    background: #ecf9ff url(/images/info.gif) 12px 12px no-repeat;
    color: #0888c3;
}

.message.warning {
    border: 1px solid #e5e181;
    background: #fefde2 url(/images/warning.gif) 12px 12px no-repeat;
    color: #666;
}

.line {
    background: #fff url(/images/borderLine.gif) no-repeat center bottom;
    margin: 15px auto;
    height: 1px;
}


/* tabs */
/* root element for tabs  */
ol.vtabs {
	/*border-bottom:1px solid #666;*/
    float:left;
    width: 144px;
    margin-left:0;
    padding-left:20px;
}

/* single tab */
ol.vtabs li {
	/*float:left;*/
	padding:0;
	margin:0 !important;
    margin-bottom:0;
    padding-bottom:15px;
}

/* link inside the tab. uses a background image */
ol.vtabs a {
	font-size:15px;
	display:block;
	text-align:left;
	text-decoration:underline;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
}

ol.vtabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ol.vtabs a:hover {
	/*background-position: -420px -31px;*/
	/*color:#fff;*/
    text-decoration:underline;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ol.vtabs a.current, ol.vtabs a.current:hover, ol.vtabs li.current a{
	cursor:default !important;
	color:#ca1921 !important;
    font-weight:bold;
    text-decoration:none;
}

/* tab pane styling */
div.vtab-panes {
    float:right;
    margin:0;
    padding:0;
    width:75%;
}

/* initially all panes are hidden */
div.vtab-panes div{
	display:none;
    margin-top:0;
    padding-top:0;
    /*float:right;*/
}

.vtab-panes h2 {
    margin-top:5px;
}


/* root element for tabs  */
ul.htabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	border-bottom:1px solid #666;
	height:30px;
}



/* single tab */
ul.htabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.htabs a {
	background: url(/images/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.htabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.htabs a:hover {
	background-position: -420px -31px;
	color:#fff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.htabs a.current, ul.htabs a.current:hover, ul.htabs li.current a {
	background-position: -420px -62px;
	cursor:default !important;
	color:#000 !important;
}


.htab-panes div {
	display:none;
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	font-size:14px;
	background-color:#fff;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.htabs a.s 			{ background-position: -553px 0; width:81px; }
ul.htabs a.s:hover 	{ background-position: -553px -31px; }
ul.htabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.htabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.htabs a.l:hover 	{ background-position: -248px -31px; }
ul.htabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.htabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.htabs a.xl:hover 	{ background-position: 0 -31px; }
ul.htabs a.xl.current { background-position: 0 -62px; }

li.event,li.news{margin-top:10px}


/* Styles added on Jan 3 2015 by Kelvin for responsiveness */
body {
    padding-top: 0px;
}

.wide {
    width:100%;
    height:125px;
    background-image:url('//www.clairvision.org/images/cv_header_bg.jpg');
    background-size:cover;
}

.wide .row {
    margin:0;
}

.logo {
    /*color:#fff;*/
    /*font-weight:800;*/
    /*font-size:14pt;*/
    padding-top:5px;
    /*text-align:center;*/
}

.line {
    padding-top:20px;
    white-space:no-wrap;
    /*overflow:hidden;*/
    text-align:center;
}

html, body {
    /*height: 100%;*/
    /*font-size:90%;*/
}

/* hide the horizontal scrollbar */
html
{
    /*height: 100%;*/
    /*margin-bottom: 0px;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
}

/* make all parent containers 100% height */
html, body, .wrapper {
    /*height: 100%;*/
}

/* move the toggle button to the left and give it
   some breathing room */
.navbar-toggle {
    float: left;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {

    /* outer div */
    .row-offcanvas {
        position: relative;
        left: 0;
        -webkit-transition: left .3s ease-in;
        -most-transition: left .3s ease-in;
        transition: left .3s ease-in;
    }

    /* sidebar */
    .sidebar-offcanvas {
        left: -80%;
        width: 80%;
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #F7F7F7;
        padding: 0px;
    }

    /* content */
    .row-offcanvas.active {
        left: 80%;
    }

    /* Make the menu headers the same size as the
       bootstrap navbar */
    [data-role='panelbar'] .k-header {
        min-height: 50px;
    }

    .wide img {
        width:100%;
    }
}


.navmenu-default .navmenu-brand, .navbar-default .navbar-offcanvas .navmenu-brand {
    color: #000;
}

.navmenu-default .navmenu-nav>li>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, .navmenu-default .navmenu-nav>li>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
    color: #000;
    background-color: transparent;
}

.navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a, .navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a {
    color: #333;
    background-color: transparent;
}

.navmenu {
    font-size:80%;
}

.nav>li>a {
    position: relative;
    display: block;
    padding-top:5px;
    /*border-bottom-style: dotted;*/
    /*border-bottom-width: 1px;*/
    /*border-bottom-color: #888;*/
}

.navmenu h3 {
    font-weight: bold;
}

.nav h4 {
    font-weight: bold;
    padding-left: 15px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 20px;
}


/* FOOTER */
#footer {
    background-color: #eee;
    border-top: 1px solid #aaa;
    text-align: center;
    font-size: 12px;
    /*padding-top:5px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height:20px;
    background-color: #eee;
}
