/*
Theme Name: Calacog
/
@charset "utf-8";
/* CSS Document */

/* Styling all elements
==============================================================================*/
 * {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family:'arno_proregular';
  src: url('fonts/arno_pro-webfont.eot');
  src: url('fonts/arno_pro-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/arno_pro-webfont.woff') format('woff'), url('fonts/arno_pro-webfont.ttf') format('truetype'), url('fonts/arno_pro-webfont.svg#arno_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
img {
  border: none;
  vertical-align: top;
}
input {
  vertical-align: middle;
}
.floatleft {
  float: left !important;
}
.floatright {
  float: right !important;
}
abbr {
  cursor: help;
}
acronym {
  cursor: help;
}
a {
  color: #899b2d;
  text-decoration: underline;
  vertical-align: top;
}
a:hover {
  color: #600200;
  text-decoration:underline;
}
a:visited {
  color: #899b2d;
  text-decoration:underline;
}
a img {
  border:none;
}
em {
  font-size: 12px;
}
pre {
  padding: 1em;
}
h1, h2, h3, h4, h5 {
  font-weight:normal;
}
h1 {
  color: #111;
  font-size: 250%;
  margin: 0.4em 0 0.3em;
  font-family:'arno_proregular';
}
h2 {
  color:#000000;
  font-weight: bold;
  font-family:'arno_proregular';
  font-size: 150%;
  margin-bottom: 0.3em;
  line-height: 25px;
}
h2.home {
  border-bottom: 1px solid #CCCCCC;
  color: #600200;
  font-size: 20px;
  font-weight: normal;
  padding-bottom:6px;
  margin-bottom:15px;
  padding-top:7px;
  padding-left:10px;
  background: url("images/sidebar_header_bg.jpg") repeat-x top;
  /*text-transform: uppercase;*/
}
h3 {
  color: #111111!important;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%
  /*135%*/
  ;
  margin-bottom: 0.3em;
  font-weight: bold;
}
h4 {
  color: #000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-transform:uppercase;
  padding-top: 0.5em;
  font-size: 95%;
  letter-spacing:1px;
}
h5 {
  color: #666;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-style:italic;
  font-size: 85%;
}
ul, li {
}
caption {
  color: #666;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-style:italic;
  font-size: 85%;
  width:200px;
}
p {
  margin: 0em 0em 0.5em 0;
}
.innercolright p.contentbold {
  font-weight:bold;
}
.gssb_c {
  border:10px solid #000 !important;
}
/* ----------- Applying clearfix fix for some browsers to use in appropriate places --------- */
 .clearfix:after {
  content:"";
  display: block;
  height:100%;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
 .clearfix {
  display: block;
}
/* End hide from IE Mac */
 .clear {
  clear:both;
  display:block;
}
.mid-align {
  text-align:center
}
.left-align {
  text-align:left
}
.right-align {
  text-align:right
}
.a-center {
  text-align:center
}
/*=======================================================*/

/* Body
*********************************************************/
 body {
  font-size: 0.85em;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #000;
  line-height:18px;
  background:url('images/bg.gif') repeat-x top;
  border-top:8px solid #2f2f2f;
}
.wrapper {
  width:1024px;
  margin:0 auto
}
/* Header
*******************************************************/
 .header {
  height:100px;
  position:relative;
  margin-top:5px;
  margin-bottom: 3px;
}
.textlogo {
  position:absolute;
  top:31px;
  left:105px
}
.imglogo {
  position:absolute;
  top:0px;
  left:0
}
#searcbox {
  position:absolute;
  top:40px;
  right:0px
}
#searcbox input[type="text"] {
  background:#FFF !important;
}
#topLinks {
  position:absolute;
  top:0;
  right:10px;
}
#topLinks ul {
  list-style:none
}
#topLinks ul li {
  display:inline
}
/* Menu
*********************************************************/
 .menu {
  background-image:url('images/navBackground.jpg');
}
#calendar-icon {
  float: right;
  margin-right: 0px;
  margin-top: 2px;
  height: 30px;
  z-index: 900;
  background-image: url("images/calendar_2.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#calendar-icon p {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 13px;
  padding-left: 38px;
  padding-top: 4px;
}
#calendar-icon p a {
  text-decoration: none;
  color: #600200;
}
.jqueryslidemenu {
  width:1024px;
  margin:0 auto;
  text-align:center;
  background-repeat:repeat-x;
  height:35px;
  z-index:100000;
  position: relative;
}
.jqueryslidemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index:1000;
}
/* Top level list items
*****************************************/
 .jqueryslidemenu ul li {
  position: relative;
  display: inline;
  float: left;
}
.jqueryslidemenu ul li.nolink {
  font-weight:bold;
  text-decoration:underline;
  color:#FFFFFF;
  padding: 10px 18px 12px 18px;
  border-bottom: 1px solid #883f3e;
}
/* Top level menu link items style
*******************************************/
 .jqueryslidemenu ul li a {
  display: block;
  color: #fff;
  padding: 8px 12px !important;
  background-repeat:no-repeat;
  background-position:top right;
  text-decoration: none;
  font-size:1.2em;
}
* html .jqueryslidemenu ul li a {
  /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
  color: #fff;
}
.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li:hover {
  text-decoration:none;
  background: #610301;
  color: white;
}
.jqueryslidemenu ul li.current-menu-item {
  background: #610301;
}
/* 1st sub level menu*/
 .jqueryslidemenu ul li ul {
  position: absolute;
  background: #610301;
  background-image:none;
  left: 0;
  display: block;
  visibility: hidden;
  z-index:1000;
  font-size: 0.85em;
  width:560px;
}
/* Sub level menu list items (undo style from Top level List Items)*/
 .jqueryslidemenu ul li ul li {
  display: list-item;
  float: left;
  z-index:1000;
  text-align:left;
  width:279px;
}
.jqueryslidemenu ul li ul li.mainbold {
  display: list-item;
  float: left;
  z-index:1000;
  text-align:left;
  width:560px;
  font-weight:bold;
  background: #420201;
}
.jqueryslidemenu ul li ul li.fullborder {
  width:560px;
}
.jqueryslidemenu ul li ul li.mainbold a {
}
.jqueryslidemenu ul li ul li.mainbold a:hover {
  /*sub menus hover style*/
  background: none;
  border-bottom: 1px solid #883f3e;
  color: #fff;
}
/* All subsequent sub menu levels vertical offset after 1st level sub menu */
 .jqueryslidemenu ul li ul li ul {
  top: 0;
  background: #91b0ad;
  color:#41706c;
}
.jqueryslidemenu ul li ul li ul a:hover {
  background: #9f151b;
}
/* Sub level menu links style */
 .jqueryslidemenu ul li ul li a {
  /*width: 210px; width of sub menus*/
  margin: 0;
  border-bottom: 1px solid #883f3e;
  background-image:none;
  padding:8px 10px 8px 10px;
  float:none;
  color:#41706c;
}
.jqueryslidemenu ul li ul li a:hover {
  /*sub menus hover style*/
  background: #7a1014;
  border-bottom: 1px solid #883f3e;
  color: #fff;
}
/******* CSS classes applied to down and right arrow images  **********/
 .downarrowclass {
  position: absolute;
  top: 12px;
  right: 7px;
}
.rightarrowclass {
  position: absolute;
  top: 6px;
  right: 5px;
}
/* Container
*******************************/
 .container {
  margin:20px 0 10px
}
.colleft {
  width:685px;
  float:left;
}
.colright {
  width:309px;
  margin-left:30px;
  float:left
}
.colright .textwidget p {
  margin: 0em 0em 0.2em 0;
}
.colright .textwidget h3 {
  margin-top:20px;
}
/* Slider
******************************/
 #slider_container {
  width:685px;
  padding:0px;
  margin:0 auto;
  position:relative;
  z-index:0;
  height:410px
}
#tab {
  position:absolute;
  top:369px;
  right:30px;
  z-index:101;
}
.caption {
  text-align:left;
  font-size:20px;
  font-family:"Myriad Pro" z-index:200;
  position:absolute;
  left:30px;
  bottom:24px !important;
  height:115px;
  padding:20px 20px 0px 20px;
  background:#899b2d;
  width:250px;
  line-height:20px;
  color:#fff;
  text-shadow:none;
  -webkit-border-radius-topright: 10px;
  -moz-border-radius-topmright: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  font-weight:normal
}
.featured {
  text-align:left;
  font-family:freight-sans-pro, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size:40px;
  color:#fff;
  font-weight:bold;
  margin-top:-200px;
  margin-left:40px;
  line-height:30px;
  width:550px;
  text-shadow:-2px 2px 5px #000;
}
.featuredACTC {
  text-align:left;
  font-family:freight-sans-pro, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size:40px;
  color:#fff;
  font-weight:bold;
  margin-top:-130px;
  margin-left:40px;
  line-height:30px;
  width:550px;
  text-shadow:-2px 2px 5px #000;
}
.captionBodyACTC {
  text-align:left;
  font-family:freight-sans-pro, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size:34px;
  color:#fff;
  margin-top:-30px;
  margin-left:40px;
  line-height:44px;
  width:550px;
  text-shadow:-2px 2px 5px #000;
}
.captionBody {
  text-align:left;
  font-family:freight-sans-pro, Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size:16px;
  font-weight:100;
  line-height:18px;
  margin-top:-10px;
}
.captionBody a {
  color:#a73906;
  text-decoration:none;
  font-weight:500;
}
.captionBody a:hover {
  text-decoration:underline;
  color:#fff;
}
#slides {
  position:relative;
  z-index:100;
}
.slides_container {
  width:685px;
  height:402px;
  overflow:hidden;
  position:relative;
  display:none;
}
.slides_container div.slide {
  width:685px;
  height:402px;
}
.slides_container a {
  width:685px;
  height:402px;
}
.slides_container a img {
  display:block;
}
/* Pagination
*****************************************/
 .pagination {
  position:absolute;
  bottom:12px;
  right:21px;
  width:100px;
  z-index:201;
}
.pagination li {
  float:left;
  margin:0 1px;
  list-style:none;
}
.pagination li a {
  display:block;
  width:12px;
  height:0;
  padding-top:12px;
  background-image:url(images/pagination.png);
  background-position:0 0;
  float:left;
  overflow:hidden;
}
.pagination li.current a {
  background-position:0 -12px;
}
/* Two Col Layout
******************************************/
 .firstcol {
  width:225px;
  float:left
}
#logoMenu {
  width: 308px;
  /*font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;*/
  margin:15px 0
}
#logoMenu ul {
  list-style: none outside none;
  padding: 0px;
  margin-left: 0px;
}
#logoMenu li a {
  text-decoration: underline;
  line-height: 24px;
  padding-right: 14px;
  background-image: url("images/tealarrow.jpg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  /*letter-spacing: 1px;*/
}
#logoMenu li a:hover {
  color:#600200;
}
#logoMenuQuicklinks {
  width: 308px;
  /*font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;*/
  margin:15px 0
}
#logoMenuQuicklinks ul {
  list-style: none outside none;
  padding: 0px;
  margin-left: 0px;
}
#logoMenuQuicklinks li a {
  text-decoration: underline;
  line-height: 24px;
  padding-right: 14px;
  background-image: url("images/tealarrow.jpg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  /*letter-spacing: 1px;*/
}
#logoMenuQuicklinks li a:hover {
  color:#600200;
}
input.gsc-input {
  border-color: #BCCDF0;
}
input.gsc-search-button {
  border-color: #CECECE;
  background-color: #E9E9E9;
}
.secondcol {
  width:430px;
  margin-left:30px;
  color: #000;
  line-height: 20px;
  float:left
}
.secondcol h1 {
  color:#600200
}
.colright h2 {
  color:#600200;
  font-size:20px;
  font-weight:normal;
  /*text-transform:uppercase;*/
  border-bottom:solid #CCCCCC 1px;
  /*border-top:solid #CCCCCC 1px;*/
  padding-bottom:6px;
  margin-bottom:15px;
  padding-top:7px;
  padding-left:10px;
  background: url("images/sidebar_header_bg.jpg") repeat-x top;
}
.colright h3 {
  font-size:14px;
  font-weight:700
}
.colright h3 a {
  color:#333333;
  text-decoration:none
}
.allNews a {
  text-decoration: none;
  color: #505050;
  line-height: 24px;
  padding-right: 14px;
  background-image: url("images/arrow.jpg");
  background-repeat: no-repeat;
  background-position: 100% 45%;
  font-size: 12px;
  font-weight: bold;
}
#quickLinksMenu {
  width: 300px;
  margin-top: -15px;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
#quickLinksMenu ul {
  list-style: none outside none;
  padding: 10px 0 0 0px;
}
#quickLinksMenu ul {
  list-style: none outside none;
}
#quickLinksMenu li a {
  text-decoration: none;
  color: #505050;
  line-height: 24px;
  padding-right: 14px;
  background-image: url("images/arrow.jpg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
p.video {
  padding:10px 0
}
/* Inner Area
**********************************************/
 .innercolleft {
  width:270px;
  float:left;
  margin-left:39px;
}
.innercolright {
  width:700px;
  float:left;
  margin-left:15px;
  line-height:18px;
}
.cocoim {
  width:230px;
  border:solid #CCCCCC 5px;
}
.innercolright h1 {
  font-weight:400;
  margin-bottom:15px;
  color:#600200;
}
.innercolright h2 {
  font-weight:normal;
  margin:10px 0;
  font-weight:400;
}
.innercolright p {
  padding-bottom:5px;
  margin: 0em 0em 0.5em 0;
  vertical-align: top;
}
.innercolright ul {
  list-style:square;
  padding:5px 0 5px 20px;
}
.innercolright ul li {
  line-height:18px;
  padding:3px;
}
#searcbox input[type="text"] {
  width:150px !important;
  padding: 2px 0;
}
#searcbox input[type="submit"] {
  background-color:rgb(137, 155, 45);
  padding:2px 5px 2px;
  color:#FFFFFF;
  cursor:pointer;
  border:none;
  border-radius:5px;
}
.newsletter-widget {
  background-color:#131313;
  padding: 24px 15px;
  border-radius:5px;
  width:280px;
  margin: 20px 0 20px 0
}

.newsletter-widget p {
  padding: 0;
  margin: -10px 0 0 0;
}
.newsletter-email {
  width:150px;
  padding:1px 5px;
  width:180px;
  float:left;
  margin-right:10px;
}
.newsletter-submit {
  background-color: #899B2D;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 2px 5px;
  float:left;
  border-radius:5px;
}
.innercolright .simple-links-list {
  padding-bottom:20px
}
.innercolright .linkbox {
  width:300px;
  padding-right:50px;
  float:left
}
.events-gridview .innercolleft {
  display:none
}
.ccogregularmeetting {
  float:left;
  width:450px;
}
.ccogregularmeetting1 {
  float:left;
}
/* Footer
****************************************************/
 .footer {
  /*background: none repeat scroll 0% 0% #FFFFFF;*/
  background:url("images/footer-bg.jpg") repeat-x top;
  color: #666666;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  font-size: 11px;
  padding: 25px 0px 21px;
  margin-top: 10px;
}
.fmenu {
  margin:5px 0 2px
}
.fmenu ul li:first-child {
  border-left: medium none;
}
.fmenu ul li {
  display: inline;
  list-style: none outside none;
  margin: 0em;
  padding: 0em 1em;
  border-left: 1px solid;
}
.copyrights {
  font-size:11px;
  color:#9e9e9e;
}
.tribe-events-calendar td h3 a {
  color: #899B2D !important;
  font-size: 12px;
}
.tribe-events-list-widget-events h4, .tribe-events-list-widget .duration {
  font-weight:normal !important;
}
.tribe-events-widget-link {
  display:none
}
.tribe-events-list-widget-events h4 a {
  text-decoration:none
}
.eventdate {
  width: 50px;
  background-color:#899B2D;
  padding:5px;
  border-radius:5px;
  color:#FFFFFF;
  text-align:center;
  float:left;
  margin-right:10px;
}
.tribe-events-list-widget-events h4 a {
  float: left;
  width: 250px
}
.eventdate span {
  display:block
}
.eventdate .dd {
  font-weight:bold !important;
  font-size:14px;
}
.eventdate .mm {
  font-weight:bold !important;
  font-size:12px;
}
.eventdate .yy {
  font-size:11px;
}
.event-cat-desc {
  text-align:center;
  padding:15px 0 20px;
  margin:10px 0 15px;
  border-bottom:solid 1px #CCCCCC;
  border-top:solid 1px #CCCCCC
}

.tom-pdf-category ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tom-pdf-category ul li {
  padding-bottom: 5px;
  margin: 0 0 .5em 0;
}