/* @override http://www.tribalogic.net.dev/frontend/joomla/csuktemplate01/shared/css/basic-styles.css */
@import "additional-styles.css";
/* @group Fonts */
@font-face {
 font-family: 'MuseoSlab500';
 src: url('fonts/museo-slab/Museo_Slab_500-webfont.eot?') format('eot'),
         url('fonts/museo-slab/Museo_Slab_500-webfont.woff') format('woff'),
         url('fonts/museo-slab/Museo_Slab_500-webfont.ttf') format('truetype'),
         url('fonts/museo-slab/Museo_Slab_500-webfont.svg#webfontv9ccGe0G') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'WalkwaySemiBoldRegular';
 src: url('fonts/walkway/Walkway_SemiBold-webfont.eot?') format('eot'),
	     url('fonts/walkway/Walkway_SemiBold-webfont.woff') format('woff'),
	     url('fonts/walkway/Walkway_SemiBold-webfont.ttf') format('truetype'),
	     url('fonts/walkway/Walkway_SemiBold-webfont.svg#webfontGYMf4jLH') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'AngelinaRegular';
 src: url('fonts/angelina/angelina-webfont.eot?') format('eot'),
      url('fonts/angelina/angelina-webfont.woff') format('woff'),
      url('fonts/angelina/angelina-webfont.ttf') format('truetype'),
      url('fonts/angelina/angelina-webfont.svg#webfontlC3a4dkA') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Lobster13Regular';
 src: url('fonts/lobster/Lobster_1.3-webfont.eot?') format('eot'),
      url('fonts/lobster/Lobster_1.3-webfont.woff') format('woff'),
      url('fonts/lobster/Lobster_1.3-webfont.ttf') format('truetype'),
      url('fonts/lobster/Lobster_1.3-webfont.svg#webfont1MhCsZSr') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* @end */
/* @group Standard HTML */
body {
 font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
 padding: 0pt;
 font-size: 12pt;
 background-color: #FFFFFF;
 color: #000000;
 margin: 0;
 background-image: url(../images/2011/body-back.png);
 background-position: center top;
 background-repeat: repeat-x; 
}
input, textarea {
 font-family: arial,verdana,helvetica,sans-serif;
 font-size: 14px;
 margin-bottom: 5px;
 padding: 3px;
}
img {
 border: 0pt none;
 vertical-align: middle;
}
a {
 color: #1894D8;
 font-weight: bold;
 overflow: hidden;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
 color: darkblue; 
}
a:visited { color: darkblue; }
ul { margin-left: 1em; }
h1, h2, h3, h4, h5, h6 { 
 margin: 1em 0;
}
h1, 
h2.productName { 
 font-family: 'Lobster13Regular', 'MuseoSlab500', Helvetica, Arial, sans-serif;	 
}
h2, h3, h4, h5, h6 {
 font-family: 'MuseoSlab500', "Myriad Pro",Helvetica,Arial,sans-serif;
}
h2 {
 font-family: WalkwaySemiBoldRegular, verdana,Helvetica,Arial,sans-serif; 
 margin-bottom: 0.5em;
/* background-image: url(../images/2011/h2-back.png);
 background-repeat: repeat-x;
 background-position: bottom; */
}
h3 {
 font-weight: normal;
}
q {
 font-family: 'AngelinaRegular', 'MuseoSlab500', Helvetica, Arial, sans-serif;	
}
h1 { font-size: 50px; margin-top: 0; padding-bottom: 1px; border-bottom: 1px solid #334C5F; }
h2 { font-size: 45px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
h4 {
 margin: 0;
}
hr {
 border-style: solid;
 border-color: #AAA;
}
table {
 border-collapse: separate;
 border-spacing: 0px;
}
label, button {
 cursor: pointer;
 font-weight: bold;
}
button {
 background: #CB5E25 none repeat scroll 0% 50%;
 border: 0pt none;
 color: #FFFFFF;
 font-size: 0.9em;
 margin: 0pt;
 padding: 5px;
 text-transform: uppercase;
 vertical-align: middle;
}
form {
 margin: 0;
}
blockquote {
 background-color: #DEEAED;
 font-size: 2em;
 color: #333;
 text-align: center;
 border: 1px solid #FFF;
 -moz-box-shadow: 5px 5px 5px #666;
 -webkit-box-shadow: 5px 5px 5px #666;
 box-shadow: 5px 5px 5px #666;
 padding: 15px;
}
/* @end */
blockquote p {
 text-align: right;
 margin: 0;
}
blockquote a {
 text-decoration: underline;
 font-weight: normal;
}

#site {
 width: 90%;
 margin: 0 auto;

}
/* Basic Site Structure */
#site-top {
 padding-top: 5px;
 height: 175px;
 background-image: url(../../images/header.gif);
 background-position: 40px 5px;
 background-repeat: no-repeat; 
}
#site-top a {
 color: #fff;
}
#site-content {
 clear: both;
}
#main {
/* background-color: #DFEAED;
 background-image: url(../images/growl_back.png);
 background-position: top left;
 background-repeat: repeat-x; */
}
#main-1 {
/* background-image: url(../images/growl_r.png);
 background-position: top right;
 background-repeat: repeat-y; */
}
#main-2 {
/* background-image: url(../images/growl_b.png);
 background-position: bottom center;
 background-repeat: repeat-x; */
}
#main-3 {
/* background-image: url(../images/growl_l.png);
 background-position: top left;
 background-repeat: repeat-y; */
}
#main-4 {
 /*background-image: url(../images/2011/site-content-corner-top-right.gif);
 background-position: top right;
 background-repeat: no-repeat;*/ 
}
#main-5 {
/* background-image: url(../images/2011/site-content-corner-bottom-right.gif);
 background-position: bottom right;
 background-repeat: no-repeat; */
}
#main-6 {
/* background-image: url(../images/2011/site-content-corner-bottom-left.gif);
 background-position: bottom left;
 background-repeat: no-repeat; 
 padding-bottom: 15px; */
}
#main-7 {
 /*background-image: url(../images/2011/site-content-corner-top-left.gif);
 background-position: top left;
 background-repeat: no-repeat;*/ 
 padding-left: 1px;
 padding-top: 1px;
}
#main-content {
 margin: 10px 0;
}
/* Right and Left Columns */
#site-right-col {
 float: right;
 border-left: 1px solid #fff;
 width: 28%;
}
#site-main-right {
 margin-right: 30%;
}
#site-left-col {
 float: left;
 width: 29%;
}
#site-main-left {
 margin-left: 25%;
}
/* User Menu */
#site-top h1 { visibility: hidden; }
#site-top ul {
 text-align: right;
 margin: 0;
 padding: 0;
}
#site-top li {
 display: inline;
 padding-left: 1em;
}
/* @group Main Menu */
#site-header ul {
 list-style-type: none;
 float: right;
 margin-top: 0;
 margin-bottom: 0;
 font-size: 1em;
 padding-right: 1.75em;
}
#site-header li {
 float: left;  
 margin-left: 1.25em;
}
#site-header a {
 font-weight: normal;
 color: #fff;
}
#site-header a:hover {
 text-decoration: underline;  
}
#site-header a#active_menu {
 font-weight: bold;
}
/* @end */
#site-columns-below {
 clear: right;
 font-size: 0.85em;
}
#site-user1 {
 float: left;
 width: 57%;
}
#site-user2 {
 float: right;
 width: 40%;
}
#site-user2,
#site-user1,
.tlDisplayBox {
 background-color: #384B62;
 background-image: url(../images/growl_body_back.png);
 background-position: top left;
 background-repeat: repeat-x;
 color: #fff;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px;
}
#site-user2 .module {
 background-image: url(../images/37speech_bubbles.gif);
 background-position: top right;
 background-repeat: no-repeat;
}
#site-user1 .module {
 background-image: url(../images/37twitter.gif);
 background-position: top right;
 background-repeat: no-repeat;
}
#site-user1 .module-newsletter {
 background-image: url(../images/envelope.gif);
 background-position: top right;
 background-repeat: no-repeat;
}
#site-user2 .module,
#site-user1 .module,
#site-user1 .module-newsletter {
 padding: 1em;
 min-height: 17em;	
}
.tlHomeDisplay {
 
}
.tlHomeLeft {
 width: 49%; 
 float: left;
}
.tlHomeRight {
 width: 49%; 
 float: right; 
}
.tlMainList {
 min-height: 24em;
 padding-left: 2.1em;
 margin-left: 0;
}
.tlMainList li {
 font-size: 1.8em;
}
.tlMainList li li {
 font-size: 0.7em;
}
.tlMainList li ul {
 margin: 0.5em 0;
 padding-left: 0.5em;
}
.tlMainList small {
 font-size: 0.8em;
 font-style: italic;
}
.tlQuarterPageItem {
 width: 23%;
 float: left;
 margin-right: 1%;
 padding: 3px;
}
.tlQuarterPageItem h3 {
 white-space: nowrap;
 margin-top: 0;
}
.tlQuarterPageItem h3 a {
 font-weight: normal;
 color: #000;
}
.tlQuarterPageItem p {
  margin: 0;
  min-height: 4em;
}

.tlDisplayBox h3,
#site-user2 h3,
#site-user1 h3 {
 margin-top: 0;
 margin-bottom: 1em;
}
.tlDisplayBox ul,
#site-user1 ul,
#site-user2 ul {
 margin: 0;
 padding: 0;
}
.tlDisplayBox li,
#site-user1 li,
#site-user2 li {
 margin-left: 14px;
 margin-bottom: 3px;
}
.tlDisplayBox a,
#site-user1 a,
#site-user2 a {
 color: #fff;
}
.tlDisplayBox a:hover,
#site-user1 a:hover,
#site-user2 a:hover {
 color: #FFF;
 text-decoration: underline;
}
#site-user1 input {
 vertical-align: middle;
}
#site-bottom {
 padding-left: 2em;
}
#tl-newsletter {
 float: right;
 margin-left: 10px;
}
.tlClientProfile {
 background-color: #EEE;
 border: 3px solid #FFF;
 margin-bottom: 1em;
 padding: 1em;
}
.tlClientProfile h2 {
 margin: 0;
}
/* Joomla Styles */
#site-mainbody {

}
table.contentpaneopen {
 width: 98%;
}
.contentheadingnewsblog,
.contentheading {
 border-bottom: 1px solid #333;
}
.createdate {
 font-size: 0.85em;
}
.contentheadingnewsblog {
 
}
.article_seperator {
 display: block;
 margin-top: 1em;
 border-top: 3px solid #fff;
}
#footer {
 font-size: 0.85em;
 padding: 5px;
}
#footer ul {
 padding: 0;
 margin: 1em 0;
 text-align: center;
}
#footer li {
 display: inline;
 padding-right: 10px;
}
#footer a {
 text-decoration: underline;
}
#footer-bottom {
 padding-top: 1px;
 padding-right: 15px;
 clear: both;
 text-align: right;
}
#footer-bottom a {
}
#gallery_1_1 {
 overflow: hidden;
}
/* Comments */
#comment .label {
 font-size: 2em;
 font-weight: bold;
}
#comment .postcontainer {
 margin-bottom: 2em;
}
#comment .small {
 font-size: 0.9em;
 font-style: italic;
}
#comment .postfooter {
 font-size: 0.9em;
}

/* Highslide Additional */
.highslide {
 padding: 10px;
 -moz-box-shadow: 3px 3px 3px #999;
 -webkit-box-shadow: 3px 3px 3px #999;
 box-shadow: 3px 3px 3px #999;
}
.highslide img.tlOpenButton {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 0px solid transparent;
}
.tlHighslideOne {
  float: right;
  background-image: url(../images/2011/point-arrow-top.png);
  background-repeat: no-repeat;
  background-position: 60px top;
  padding-top: 50px; 
  margin: 1em;
}
.tlHighslideTwo {
  background-image: url(../images/2011/point-arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 55px; 
  float: right; 
  margin: 1em;
}
.tlHighslideThree { 
  background-image: url(../images/2011/point-arrow-left.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 55px; 
  float: right;
  margin: 1em;
}
.tlHighslideBox {
  float: right;
  background-image: url(../images/2011/point-arrow-top.png);
  background-repeat: no-repeat;
  background-position: 60px top;
  padding-top: 50px;
}
a.highslide img {
 border: 1px solid #CCC;
}
a.highslide {
 margin-bottom: 1em;
}
.tlHighslideHighlight {
 padding: 10px 50px;
 float: left;
 background-image: url(../images/2011/point-arrow-left.png);
 background-position: 0 center;
 background-repeat: no-repeat;
}












