/*==========================================================================================
	
Default CSS File
This file contains styles related to the colour scheme of the theme

==========================================================================================

	1.	Link Colours
	2.	Header Colours

==========================================================================================*/


/*==========================================================================================
	1.	Link Colours
==========================================================================================*/

#logo a:hover { color: #006699; }

.tour .callout_box li a:hover,
.tour .callout_box li.ui-state-active a,
.tz_tweet_widget span a,
#sidebar a:hover,
.comment-meta a:hover,
.entry-title a:hover,
a { color: #5597b2; }

.tab-tags a:hover {
	color: #ffffff !important; 
	background: #5597b2;
}

.page-tagline,
#slider h3 {color: #3C261C; font-weight: bold; }

/*==========================================================================================
	2.	Header Colours
==========================================================================================*/

body {
    font-family: Helvetica, Arial, sans-serif;

}

.topbg {
  background:  url(../images/topbg.png) repeat-x center top;
  height: 10px;
}

#header {
	background:   url(../images/mainbg.jpg) repeat-x  center top;
}

.entry-content h1, .entry-title {
    font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    color:  #215066;
}



.entry-content p {
 /**  letter-spacing: 0.5px;
 word-spacing:2px; **/
 font-size: 15px;
 line-height: 160%;
 color: #494338;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-column .widget-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  line-height: 130%;
  font-weight: bold;

}

.widget-title {
   color: #215066;
}

.home-column div.textwidget {
  font-size: 14px;
}

.home-column div.textwidget ul li, .entry-content ul li {
  margin-top: 4px;
}

.home-column div.textwidget ul {
  padding-top: 4px;
}

.linksunder ul li a {
  border-bottom: 1px dashed #bcd6e1;
}

.linksunder ul li a:hover {
  color: #444444;
}

.entry-content h2 {
	font-size: 22px;
	line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color:  #215066;
    font-family: 'Ubuntu', sans-serif;
}

div.portfolio h2.entry-title {
   font-family:  Helvetica, Arial, sans-serif;
}

#global-tagline p {
    font-size: 14px;
    color: #967560;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 0px 1px 0 rgba(81, 51, 34, 0.1);
    margin: 0;
}

.clearcontent {
  clear: both;
  margin-top: 26px;

}

#primary-nav ul li a span {
    color: #3C261C;
    font-size: 15px;
    font-family: Helvetica,Arial,sans-serif;
}


#primary-nav li .sub-menu li a span, #primary-nav li .sub-menu li a:hover span {
  color: #d1b7ab;
  font-size: 14px;
}

#footer-column-left, #footer-column-right {
  margin-top: 10px;
}

.footer-pipa {
  background: url(../images/pipa.png) no-repeat right;
  height: 218px;
  width: 60px;
  padding-right: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-top: 0px;
}


#footer-column-left div.textwidget, #footer-column-right div.textwidget {
  color: #6f5e57;
}

#footer-column-left h3.widget-title, #footer-column-right h3.widget-title {
  color: #857671;
  font-size: 13px;
  line-height: 0px;
}

#footer-column-left {
  background1: #666666;
  width: 315px;
   margin-left: 230px;
   padding-right: 0px;
   margin-right: 15px;
}

#footer-column-right {
  background1: #222222;
  float: right;
}

#footer-column-left p, #footer-column-right p {
  font-size: 13px;
}

#footer-column-right strong, #footer-column-left strong {
  font-weight: bold;
}

.foterbottomdown {
  background-color: #000000;
}

.copyrightb {
   padding-left: 265px;
   color: #6f5e57;
   font-size: 11px;
}

.copyrightb a, .copyrightb a:hover {
   color: #6f5e57;
}

.copyrightb a:hover {
  text-decoration: underline;
  color: #6f5e57;
}

.post-meta h3 {
  font-size: 14px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: normal;
  letter-spacing: -0.5px;
}

.post-meta p {
  font-size: 13px;
  font-family: Helvetica,Arial,sans-serif;

}


.detail h5 {
  font-size:22px;
}

.white2 a,  .white2 a:hover {
 border-bottom: 1px dashed #bcd6e1;
}

.white2 a:hover {
  color: #444444;
}


h1.entry-title a, h1.entry-title a:hover {
    /** font-family: 'Ubuntu', sans-serif; **/
	font-size: 30px;
	line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color:  #215066;
    line-height: 130%;
}

h1.entry-title a:hover {
   text-decoration: underline;
}

p.wp-caption-text {
	margin: 0;
	padding: 0px;
    font-size: 12px;
}

/** FORMS **/

.ginput_container input.medium {
    background-color: #FFFFFF;
    height: 25px;

    font-size: 13px;
    padding-left: 2px;
}

.gfield_radio li input {
   height: 20px;
   width: 300px;
   padding-left: 2px;
}

/** EnD Forms **/



#primary-nav ul li:hover ul, #primary-nav ul li.sfHover ul { margin-top: -5px; }


