/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
	font-size: 100.01%;
	max-height:10000px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
html {
	height:100%;
	font-size: 62.5%;
}
body {
	margin:0;
	color:#555;
	font:1.4em/1.215em 'Cabin', Arial, Helvetica, sans-serif;
	background:#fff;
	height: 100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:active {background-color: transparent;}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
em {font-style:italic;}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
a{
	text-decoration:none;
	color:#0073bb;
}

a:hover{text-decoration:none;}
input, textarea, select {
	font:100% 'Cabin', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#555;
	overflow: auto;
	outline:none;
}
button, input{
	width: auto;
	overflow: visible;
}
/* wrapper */
#wrapper {
	min-height: 100%;
	width:960px;
	margin:0 auto;
}
/* w1 */
.w1 {
	width:940px;
	margin:0 auto;
	padding-bottom: 86px;
}
/* header */
#header {
	padding:32px 0 1px;
	position:relative;
	z-index:2;
}
.header-holder:after,
#header:after {
	display:block;
	clear:both;
	content:'';
}
.header-holder{margin:0;}
/* logo */
.logo {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo.png) no-repeat;
	width:91px;
	height:64px;
	margin:0 0 0 19px;
}
.logo-holder{
	float:left;
	margin:-4px 0 -9px 13px;
}
.logo a{
	display:block;
	height:100%;
}
/* search-form */
.search-form {
	margin:10px 0 0 9px;
	float:right;
	position:relative;
}
.search-form  .search {
	float:left;
	background:#fff;
	border:1px solid #636363;
	margin:0;
	color:#555;
	font-size:0.857em;
	width:160px;
	padding:0 4px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance:none;
	height:20px;
	text-align:right;
}
.search-form  .search::-webkit-search-cancel-button {-webkit-appearance: none;}
.search-form  .search::-webkit-input-placeholder {color:#555;}
.search-form  .search:-moz-placeholder {color:#555;}
.search-form  .search::-moz-placeholder {
	color:#555;
	opacity: 1;
}
.search-form  .search:-ms-input-placeholder { color:#555;}
.search-form  .search::-moz-focus-inner { 
	border: 0;
	padding:0;
}
.input-placeholder-text {
	right:9px;
	top:4px;
	font-size:0.857em;
	line-height:1em;
	color:#555;
}
/* add-nav */
.add-nav {
	margin-top:14px;
	float:right;
}
.add-nav  ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	font-size:0.857em;
	line-height:1em;
}
.add-nav  ul  li {
	float:left;
	list-style:none outside;
	padding:0 16px 0 15px;
	border-left:1px solid #808080;
}
.add-nav ul  li:first-child { border:none;}
.add-nav ul li a {
	color:#555;
	text-decoration:none;
}
.add-nav ul li a:hover {color:#0192cd;}
/* nav */
#nav {margin:-2px 0 0;}
#nav:after{
	content:'';
	display:block;
	clear:both;
}
#nav ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.143em;
	line-height:1.25em;
	font-weight:600;
}
#nav ul li {list-style:none outside;}
#nav ul li a {text-decoration:none;}
#nav>ul>li{
	float:left;
	position:relative;
}
#nav>ul>li:after{
	content:'';
	position:absolute;
	background:#7d7d7d;
	left:0;
	top:6px;
	bottom:5px;
	width:1px;
	height:auto;
}
#nav>ul>li.hover:after,
#nav>ul> li:first-child:after{background:none;}
#nav>ul>li>a{
	display:block;
	text-align:center;
	padding:3px 30px 4px;
	color:#7d7d7d;
}
#nav>ul>.active.hover>a,
#nav>ul>.hover>a,
#nav>ul>.hover {
	color:#fff;
	background:#0192cd;
	margin:0 -1px 0 1px;
	z-index:2;
}
#nav>ul>.active>a{color:#0192cd;}
#nav>ul>.hover .drop {display:block;}
#nav .drop {
	position:absolute;
	display:none;
	top:100%;
	left:0;
	background:#fff;
	width:auto;
	padding:1px 0 0;
	font-size:0.813em;
	line-height:1em;
	font-weight:normal;
}
#nav .right .drop{
	left:auto;
	right:0;
}
.drop li {
	white-space:nowrap;
	border-bottom:1px solid #00a8ec;
	position:relative;
}
.drop li a {
	display:block;
	padding:7px 15px;
	background:#fff;
	color:#555;
}
.drop .hover>a {
	background:#0192cd;
	color:#fff;
}
.drop .has-drop-down a{padding:7px 24px 7px 15px;}
.right .drop .has-drop-down a{padding:7px 15px 7px 24px;}
.drop .has-drop-down:after{
	content:'';
	position:absolute;
	border:solid transparent;
	pointer-events:none;
	right:0;
	top:50%;
	margin:-5px 0 0;
	border-color:rgba(0,168,236, 0);
	border-left-color:#00a8ec;
	border-width:5px 9px;
}
.drop .has-drop-down.hover:after{
	border-color:rgba(255,255,255, 0);
	border-left-color:#fff;
}
.right .drop .has-drop-down:after{
	right:auto;
	left:-5px;
	border-color:rgba(0,168,236, 0);
	border-right-color:#00a8ec;
}
.right .drop .has-drop-down.hover:after{
	border-color:rgba(255,255,255, 0);
	border-right-color:#fff;
}
#nav .drop ul{
	position:absolute;
	display:none;
	top:0;
	left:100%;
	padding:0 0 0 1px;
	font-size:1em;
	line-height:1em;
	font-weight:normal;
}
#nav .right .drop ul{
	left:auto;
	right:100%;
	padding:0 1px 0 0;
}
#nav .drop .hover ul{display:block;}
/* slideshow */
.slideshow {
	position: relative;
	z-index:1;
	margin-bottom:20px;
	height:360px;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	overflow:hidden;
	width:940px;
	background:#121c46;
}
.slideshow .slide.active {
	z-index: 2;
	display:block;
}
.slideshow .slide img {
	width:100%;
	height:auto;
	vertical-align:top;
}
.slideshow .slide .box {
	position:absolute;
	text-align:right;
	top:30px;
	right:50px;
	padding:0;
	color:#fff;
	width:650px;
	font-size:1.14em;
	line-height:1.2em;
	max-height:250px;
	overflow:hidden;
}
.slideshow .slide p{margin:0 0 8px;}
.slideshow .slide p a{
	color:#fff;
	text-decoration:underline;
}
.slideshow h1{
	color:#fff;
	margin:0 0 11px;
	font-size:1.875em;
	line-height:1.1em;
}
/* 
.slideshow .btn-more{text-transform:uppercase;}
*/
.slideshow .btn-more a{
	padding:0 19px 0 16px;
	position:relative;
	background:none;
}
.slideshow .btn-more a:hover{
	background:#0192cd;
	color:#fff;
}
.slideshow .btn-more a:after{
	content:'';
	position:absolute;
	top:4px;
	right:10px;
	background:url(images/sprite.png) no-repeat -24px 0;
	width:5px;
	height:11px;
}
.slideshow-paging{
	position:absolute;
	bottom:35px;
	right:50px;
	z-index:3;
}
.slideshow .btn-prev,
.slideshow .btn-next{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/sprite.png) no-repeat;
	width:8px;
	height:15px;
}
.slideshow .btn-next{background-position:-12px 0;}
.slideshow .btn-prev:hover{background-position:0 -19px;}
.slideshow .btn-next:hover{background-position:-12px -19px;}
.slideshow .switcher{float:left;}
.slideshow .switcher ul{
	margin:0;
	overflow:hidden;
}
.slideshow .switcher ul li{
	float:left;
	margin:0 5px;
	list-style:none outside;
}
.slideshow .switcher ul a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/sprite.png) no-repeat -32px 0;
	width:16px;
	height:15px;
}
.slideshow .switcher ul a:hover{background-position:-32px -18px;}
.slideshow .switcher ul .active a{background-position:-32px -36px;}
.btn-more{vertical-align:top;}
.btn-more a{
	background:#0192cd;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:0 20px;
	border-radius:10px;
	line-height:20px;
	vertical-align:middle;
}
.btn-more a:hover{
	background:#fff;
	color:#0192cd;
}
/* three-columns */
.three-columns {	
	overflow:hidden;
	background:url(images/bg-columns.png) repeat-y;
}
.column {
	float:left;
	margin-left:20px;
	width:264px;
	background:#e1e1e1;
	padding:14px 16px 8px 20px;
	min-height:231px;
}
.column:first-child {margin:0;}
.column  h1 {
	padding:1px 0 0;
	color:#7d7d7d;
	margin:0 0 11px;
	font-size:1em;
	line-height:1em;
}
.column  img {
	vertical-align:top;
	margin-bottom:10px;
}
.column .text-holder{padding:0 0 1px;}
.column  p {margin:0 0 7px;}
.column .btn-more{text-align:right;}
/* footer */
#footer {
	text-align: center;
	position:relative;
	width:940px;
	margin:-86px auto 0;
	color:#555;
	font-size:0.857em;
	line-height:1.167em;
	padding:21px 0 29px;
}
#footer .copyright{
	display:inline-block;
	vertical-align:middle;
}
#footer ul {
	margin:0 0 8px;
}
#footer ul li {
	display:inline;
	padding:0 9px 0 10px;
	position:relative;
}
#footer ul li:first-child:after{background:none;}
#footer a{
	color:#555;
	text-decoration:none;
}
#footer a:hover {color:#0192cd;}
#footer address {
	display:inline-block;
	vertical-align:middle;
	font-style:normal;
}
#footer address span {
	display:inline;
	padding-left:18px;
	position:relative;
}
#footer ul li:after,
#footer address span:after{
	content:'';
	position:absolute;
	top:2px;
	left:9px;
	background:#555;
	width:1px;
	height:11px;
}
#footer ul li:after{left:0;}
#footer address a{
	color:#555;
	text-decoration:none;
}
/* main */
#main {
	overflow:hidden;
	margin-bottom:40px;
}
/* content */
#content {
	float:left;
	width:620px;
}
#content img {vertical-align:top;}
#content .holder {padding:22px 0 0 18px;}
#content .holder h1 {
	color:#0073bb;
	margin:0 0 22px;
	padding:1px 0 0;
	font-size:1.714em;
	line-height:1em;
	font-weight:600;
}
#content .scroll-box {
	height:339px;
	overflow-y:scroll;
	padding:1px 16px 1px 0;
}
#content .scroll-box  .post {
	color:#464646;
	line-height:16px;
	border-top:1px solid #00a8ec;
	padding:6px 0 0;
	margin-bottom:23px;
	width:580px;
}
#content.search-page{
	float:none;
	width:auto;
}
#content.search-page .scroll-box{height:auto;}
#content.search-page .scroll-box .post{width:auto;}
#content .scroll-box .post p {margin:0;}
#content .scroll-box .post:first-child {margin-bottom:21px;}
#content .scroll-box h1 {
	margin:0;
	padding:0;
	font-size:1.286em;
	line-height:1em;
}
#content .scroll-box time {
	margin-bottom:12px;
	display:block;
}
#content .scroll-box   h1 a {
	color:#000;
	text-decoration:none;
}
#content .container .holder {padding:23px 10px 0 20px;}
#content .container h1 {
	color:#0073bb;
	margin:0 0 14px;
	font-size:1.714em;
	line-height:1em;
	font-weight:600;
}
#content .container  p {margin:0 0 14px;}
#content .scroll-box   h1 a:hover {text-decoration:underline;}
/* sidebar */ 
#sidebar {
	float:right;
	width:300px;
}
/* box */
#sidebar .box {
	background:#e1e1e1;
	padding:19px 0 0 20px;
	margin-bottom:20px;
}
#sidebar .box  h1 {
	font-size:1.714em;
	line-height:1em;
	font-weight:600;
	padding-bottom:14px;
	border-bottom:1px solid #fff;
	margin:0 29px 0 0;
	color:#000;
}
#sidebar .box .scroll-box{
	height:186px;
	overflow-y:scroll;
}
#sidebar .box  ul {
	list-style:none;
	margin:0;
	padding:13px 30px 0 0;
	line-height:16px;
}
#sidebar .box  ul li {
	list-style:none outside;
	padding-bottom:16px;
}
#sidebar .box  ul li:first-child {padding-bottom:18px;}
.open-doc {
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	margin:0 3px 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/sprite.png) no-repeat 0 -74px;
}
#sidebar .lightbox {
	width:20px;
	height:10px;
	display:inline-block;
	vertical-align: middle;
	margin:0 0 0 4px;
	background:url(images/sprite.png) no-repeat 0 -100px;
}
#sidebar .scroll-box1 {
	height:428px;
	overflow-y:scroll;
}
/* post */
#sidebar  .post {
	padding:15px 0 20px;
	border-top:1px solid #fff;
	width:260px;
}
#sidebar  .post:first-child {
	padding:13px 0 18px;
	border:none;
}
#sidebar  .post time {display:block;}
#sidebar  .post  h1 {
	font-size:1em;
	line-height:1.214em;
	margin:0 0 -1px;
	border:none;
	padding:0;
}
#sidebar  .post  h1 a {
	color:#000;
	text-decoration:none;
}
#sidebar  .post  h1 a:hover {text-decoration:underline;}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom scrollbars styles */
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.scrollable-area-wrapper .hscrollbar,
.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
}
.scrollable-area-wrapper .hscroll-line,
.scrollable-area-wrapper .vscroll-line {
	background: #f0f0f0;
	width: 20px;
	float: left;
}
.scrollable-area-wrapper .hscroll-slider,
.scrollable-area-wrapper .vscroll-slider {
	background: #707070;
	width: 6px !important;
	height: 80px !important;
}
.scrollable-area-wrapper .hscrollbar {
	position: static;
	height: 20px;
	top: auto;
}
.scrollable-area-wrapper .hscroll-line {
	height: 20px;
	width: auto;
}
.popup-holder{
	position: relative;
	overflow: hidden;
	height:0;
}
.lightbox-frame {
	overflow: hidden;
	padding: 5px;
	width: 600px;
}
/* visual */
.visual{
	position:relative;
	margin:0 0 1px;
	width:940px;
	height:300px;
}
.visual img{
	vertical-align:top;
	width:100%;
	height:100%;
}
.visual .text-holder{
	font-size:1.143em;
	line-height:1.125em;
	font-weight:600;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:150px;
	background:#121c46;
	background:rgba(18,28,70,0.85);
}
.visual .text-holder a{
	color:#fff;
	text-decoration:none;
}
.visual .text-holder a:hover{text-decoration:underline;}
.visual .text-holder .selected-text{
	position:absolute;
	left:10px;
	bottom:15px;
	width:132px;
}
#twocolumns{
	overflow:hidden;
	float:left;
	width:750px;
}
/* main-content */
.main-content{
	width:571px;
	float:right;
	padding:22px 0 0;
}
.main-content h1{
	color:#0073bb;
	margin:0 0 14px;
	font-size:1.714em;
	line-height:1em;
	font-weight:600;
}
.main-content h2{
	padding:20px 0 3px;
	margin:0;
	font-size:1.5em;
	line-height:1em;
}
.main-content h1 a{
	color:#0073bb;
	text-decoration:none;
}
.main-content h1 a:hover{text-decoration:underline;}
.main-content p{margin:0 0 14px;}
/* inner-menu */
.inner-menu{
	float:left;
	width:140px;
	background:#e1e1e1;
	padding:5px 5px 39px;
}
.inner-menu ul{
	margin:0;
	font-size:0.929em;
	line-height:1em;
}
.inner-menu ul li{
	list-style:none outside;
}
.inner-menu ul a{
	color:#555;
	display:block;
	padding:8px 5px 7px;
	text-decoration:none;
	position:relative;
}
.inner-menu ul .active>a:hover,
.inner-menu ul .active>a{
	color:#0192cd;
	background:#fff;
	overflow:hidden;
}
.inner-menu ul li>a:hover{
	background:#0192cd;
	color:#fff;
}
.inner-menu ul ul .active>a:hover:after,
.inner-menu ul ul a:after{
	content:'';
	position:absolute;
	border:solid transparent;
	bottom:100%;
	border-color:rgba(85,85,85, 0);
	border-left-color:#555;
	top:10px;
	left:16px;
	border-width:3px 6px;
}
.inner-menu ul ul a:hover:after{
	border-color:rgba(255,255,255, 0);
	border-left-color:#fff;
}
.inner-menu ul ul a{padding:8px 7px 7px 24px;}
/* contact-box */
.contact-box{
	float:right;
	width:122px;
	background:#0192cd;
	color:#fff;
	padding:22px 14px 17px;
	margin:28px 0 0;
	font-size:1em;
	line-height:1.143em;
	font-weight:600;
}
.contact-box .title{
	font-weight:normal;
	display:block;
	margin:0 0 10px;
}
.contact-box ul{
	margin:0 -8px;
}
.contact-box ul li{
	margin:0 0 3px;
	list-style:none outside;
}
.contact-box ul a{
	text-decoration:none;
	background:#fff;
	color:#0073bb;
	border-radius:6px;
	display:block;
	padding:4px 8px;
}
.contact-box ul a:hover{
	background:#d7d7d7;
	color:#fff;
}
.contact-box ul a:after{
	content:'';
	display:inline-block;
	border:solid transparent;
	border-color:rgba(1,146,205, 0);
	border-left-color:#0192cd;
	border-width:5px 8px;
	margin:0 0 0 6px;
}
.contact-box ul a:hover:after{
	border-color:rgba(255,255,255, 0);
	border-left-color:#fff;
}
.profile-form .row{margin:0 0 10px;}
.profile-form .row:after{
	content:'';
	display:block;
	clear:both;
}
.profile-form label{
	display:inline-block;
	vertical-align:top;
	margin:3px 0 0;
}
.profile-form label .required{color:#Ed1c24;}
.profile-form input[type=email],
.profile-form textarea,
.profile-form input[type=text]{
	padding:8px;
	border:1px solid #bfbfbf;
	background:#fff;
	width:356px;
	border-radius:3px;
	color:#555;
	margin:0;
	font-size:14px;
	height:17px;
}
.profile-form {font-size:14px;}
.profile-form select{
	width:170px;
	margin:0;
	color:#555;
	font-size:1em;
	line-height:1.214em;
	font-weight:normal;
    outline:none;
}
.profile-form textarea{
	padding:8px 0 8px 8px;
	width:364px !important;
	min-height:60px;
	max-height:160px;
	height:80px;
}
.profile-form input[type=submit]{
	background:#0192CD url(images/btn-send.png) no-repeat 100% 50%;
	border: 0 none;
	border-radius: 18px;
	color: #FFFFFF;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	height: 30px;
	cursor:pointer;
	padding: 0 49px 1px 20px;
	text-transform: uppercase;
	margin:0;
}
/* updated 18 Jan 14 */
.profile-form input[type=submit]:hover{background-color: #e1e1e1;}
.profile-form .radio-list,
.profile-form .check-list{margin:0 0 10px;}
.profile-form .radio-list:after,
.profile-form .check-list:after{
	content:'';
	display:block;
	clear:both;
}
.profile-form .hidden{visibility:hidden;}
.profile-form .wpcf7-checkbox{
	display:inline-block;
	vertical-align:middle;
	padding:0 0 0 10px;
}
.profile-form .wpcf7-list-item{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
.profile-form input[type=radio],
.profile-form input[type=checkbox]{
	width:16px;
	height:16px;
	margin:0 4px;
	padding:0;
	vertical-align:middle;
}
.profile-form input[type=radio]{height:15px;}
.profile-form .check-list label,
.profile-form .radio-list label{width:200px;}
.profile-form .icon-min input[type=text],
.profile-form .icon-mw input[type=text]{
	background:#fff url(images/icon-text.png) no-repeat;
	padding:8px 8px 8px 40px;
	width:324px;
	z-index:-1
	position:relative;
}
.profile-form .icon-mw input[type=text]{background-position:0 -61px;}
.main-content table{
	border-collapse:collapse;
	width:100%;
	border:1px solid #000;
	margin:0 0 15px;
}
.main-content table td{
	border-bottom:1px solid #000;
	padding:10px;
	vertical-align:top;
}
.main-content table .even td{background:#e1e1e1;}
.main-content table .title{
	font-size:1.143em;
	line-height:1.25em;
	font-weight:600;
}
.main-content table p{margin:0;}
.open-video{
	width:20px;
	height:10px;
	display:inline-block;
	vertical-align: middle;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 4px;
	background:url(images/sprite.png) no-repeat 0 -100px;
}
.main-content table .col-time{width:117px;}
.main-content table .col-city{width:79px;}
.tribe-events-calendar-buttons,
.tribe-events-month-nav{
	display:block;
	margin:0 0 8px;
}
.tribe-events-month-nav form,
.tribe-events-month-nav .tribe-events-prev-month,
.tribe-events-month-nav .tribe-events-next-month{
	display:inline-block;
	margin:0 10px 0 0;
}
.tribe-events-calendar-buttons .tribe-events-button-off,
.tribe-events-calendar-buttons .tribe-events-button-on{
	margin:0 10px 0 0;
}
.tribe-events-calendar th{
	width:14.286%;
	border-bottom:1px solid #000;
	padding:8px;
	background:#e1e1e1;
}
.tribe-events-calendar td{
	text-align:center;
	width:14.286%;
}
.calendar-events{display:none;}
.row .text{
	float:right;
	width:374px;
}
.row .text select,
.row .text input[type=text]{float:left;}
#fancybox-title{
	font: 1.2em/1.2em 'Cabin',Arial,Helvetica,sans-serif;
	text-align:left;
}
img.border{
	border: 5px solid #e1e1e1;
	border-radius: 10px;
	vertical-align:top;
}
img.border:hover{border-color:#0192cd;}
/*  styles from html */
.more {
	display: none;
	/* borders
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	*/
}
a.showLink, a.hideLink {
	text-decoration: none;
	padding-left: 10px;
	background: transparent url(images/down_arrowhead.jpg) no-repeat left;
}
a.hideLink {
	text-decoration: none;
	padding-left: 10px;
	background: transparent url(images/up_arrowhead.jpg) no-repeat left; }
a.showLink:hover, a.hideLink:hover {border-bottom: 1px dotted rgb(77,137,189);}
section .post {
	color:#464646;
	line-height:16px;
	border-top:1px solid #00a8ec;
	padding:6px 0 0;
	margin-bottom:23px;
	width:580px;
}
.post h2 {
	color: #0192cd;
	padding:0;
	margin-top: 6px;
	font-size: 120%;
	line-height: 120%;
}
section .post p {
	margin-top:6px;
	vertical-align:top;
}
section.post time {
	padding:0;
	margin:0;
}