/* Start of CMSMS style sheet 'Main' */
@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body  {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left; 
	color: #0F0F0F;
	font-family: "Helvetica Neue", Helvetica, Verdana, Geneva, sans-serif;
	font-size: 75%;
	background-color: #c3b7c3;
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat-x;
}
.container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#content {
	background-image: url(images/bgmenubottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 6px 0;
}
.wrapper {
	width: 750px;
	margin: auto;
}
#header {
	height: 115px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #30072f;
	background-image: url(images/bgmenutop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
} 
.logo {
	text-align: left;
	margin: 0;
	padding: 5px 0;
	float: left;
}
#footer .addr {
	padding: 0;
	color: #0F0F0F;
	font-size:.6em;
	clear:left;
	float:left;
}
#header .addr {
	color: #FFFFFF;
	text-align: left;
	text-transform:uppercase;
	font-size:1em;
	float: left;
	margin: 30px 0 0 0;
}
#header .addr h4 {
	margin: 0px;
	padding: 0px;
}
#menu {
	height: 45px;
	padding: 0;
	background-image: url(images/bgmenu.jpg);
	background-repeat: repeat-x;
}
.nav, .thrdnav {
	margin: 0;
	padding: 0;
	list-style-type: none;		
	clear:both;
}
.nav li {
	float: left;
	margin: 0 10px;
}
.nav li.sep {
	font-size: .8em;
	line-height: 45px;
	vertical-align: middle;
}
.nav li a {
	display: block;
	height: 45px;
	text-transform:uppercase;
	font-size: 1em;
	line-height: 45px;
	font-weight: bold;
	vertical-align: middle;
}
.nav li span {
	color:#FFF;
}
.nav li a:hover {
	color: #0F0F0F;
	background-image: url(images/bgmenuOn.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
.nav li.active a {
	background-image: url(images/bgmenuOn.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
#footer .nav li span {
	color:#30072F;
}
#footer .nav li.active a {
	background-image: url(images/bgmenuOn2.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
#footer .nav li a:hover {
	background-image: url(images/bgmenuOn2.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
.thrdnav {
	float: right;
}
.thrdnav li {
	height: 24px;
	padding: 0 20px 0 0;
}
.thrdnav .fbook {
	background-image: url(images/fbookico2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.thrdnav li a {
	color: #FFFFFF;
	text-transform:uppercase;
	font-size:.6em;
	line-height: 20px;
	vertical-align: middle;
}
.thrdnav li a:hover {
	color: #0685C4;	
}
#footer #nav {
	margin: 8px 0;
	min-height: 45px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: #FFFFFF;
}
#headerimg {
	margin: 8px 0px;
	padding: 5px;
	min-height: 165px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: #FFFFFF;
	display: block;
	overflow:hidden;
	width: 740px;
	height: 165px;
}
#sidebar1 {
	float: right;
	width: 215px;
	margin: 0;
	padding: 0 8px;

}
.sidebox {
	margin: 0 0 16px 0;
	padding: 5px;
	min-height: 100px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: #FFFFFF;
}
#topContent { 
	margin: 8px 230px 8px 0;
	padding: 8px;
	min-height: 100px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: #FFFFFF;
}
#topContent h2 {
	padding: 8px;
	margin: 0px;
}
#topContent p {
	padding: 8px;
	margin: 0px;
}
#mainContent { 
	margin: 4px 230px 4px 0;
	padding: 8px;
	min-height: 100px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: #FFFFFF;
} 
#footer { 
	padding: 0px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a {
	color: #0F0F0F;
	text-decoration:none;
}

a:hover {
	color: #0685C4;
}

#nav a {
	outline: none;
}

#quote {
	text-align: center;
	text-transform: uppercase;
}

#quote h1, #quote h2, #quote h3, #quote h4, #quote h5 {
	margin: 0px;
	padding: 0px;
}

#quote h3 {
	font-size: 1em;
}

.list1 {
	list-style: none;
	margin: 8px 0;
	padding: 0;
}

.list1 .newscategory, .list1 .menucategory {
	margin: 0;
	padding: 8px 4px;
	border-bottom: thin dotted #807880;
	background-image: url(images/bglist1.png);
}

.list1 .newsheader, .list1 .menuheader {
	font-size: 1.2em;
	font-weight: bold;
	margin: 8px 0;
	background-image: url(images/header_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.list1 li a, .list1 li span {
	vertical-align: middle;
	font-size: 1.1em;
	padding: 8px;
}

#cntnt01moduleform_1 {
	font-size: .8em;
	font-weight: bold;
	background-color: inherit;
	margin: 0px;
	float: right;
}
input.search {
	background-image: url(images/sbox-l.gif);
	background-repeat: no-repeat;
	background-color: inherit;
	border: 0;
	padding: 6px 10px 0 10px;
	margin: 0;
	height: 20px;
	width:130px;
	float: left;
}
input.searchsubmit {
background-image: url(images/sbox-r.gif);
background-repeat: no-repeat;
background-color: inherit;
width: 61px;
height: 25px;
color: #000;
cursor:pointer;
margin: 0;
padding: 0 5px 0 10px;
border:0;
float: left;
font-size: .8em;
font-weight: bold;
}

hr {
height: 10px;
margin: 20px 0;
background-color: #C3B7C3;
border: none;
clear: left;
}

hr.dotted {
height: 3px;
margin: 8px 0;
background-image: url(images/dothr.gif);
background-color: inherit;
clear: left;
border: none;
}

img { 
	border: 0;
}

/* Tooltip 2 */

.bubbleInfo {
position: relative;
width: auto;
}

.trigger  {
position: relative;
}

/* Bubble pop-up */

.popup {
position: absolute;
display: none;
z-index: 50;
border-collapse: collapse;
width: 200px;
padding: 5px;
margin: -35px 0 0 0;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px;
background-image: url(images/bgbubble.png);
font-size: .8em;
color: #FFFFFF;
text-align: center;
}

.popup td.corner {
height: 15px;
width: 19px;
}

.popup td#topleft { background-image: url(images/coda/bubble-1.png); }
.popup td.top { background-image: url(images/coda/bubble-2.png); }
.popup td#topright { background-image: url(images/coda/bubble-3.png); }
.popup td.left { background-image: url(images/coda/bubble-4.png); }
.popup td.right { background-image: url(images/coda/bubble-5.png); }
.popup td#bottomleft { background-image: url(images/coda/bubble-6.png); }
.popup td.bottom { background-image: url(images/coda/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(images/coda/bubble-8.png); }

.popup table.popup-contents {
background-color: #fff;
color: #666;
}

table.popup-contents th {
text-align: right;
text-transform: lowercase;
}

table.popup-contents td {
text-align: left;
}

tr#release-notes th {
text-align: left;
text-indent: -9999px;
background: url(images/coda/starburst.gif) no-repeat top right;
height: 17px;
}

tr#release-notes td a {
color: #333;
}

#post-full {
margin: 8px;
}
#post-full img {
max-width: 468px;
align: center;
}

.post-summary img {
max-width: 360px;
align: center;
}


#post-content {

}
.post-date {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
	width: 55px;
	margin: 0 8px;
	padding: 25px 0 0 0;
	background-color: #30072f;
	display: block;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	float: left;
	overflow: hidden;
}

.post-date p {
	font-family: Times, "Times New Roman", serif;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	line-height: .8em;
margin: 0;
padding:0;
}
.post-summary {
padding-left: 63px;
margin: 8px;
text-align: left;
}

.post-title {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

.post-category {
  font-style: italic;
  margin: 5px 0;
 }

.post-author {
  font-style: italic;
  padding-bottom: 0.5em;
}

.back-link, .top-page, .more-link {
text-align: right;
margin: 15px;
clear: left;
}

.more-link  a, .back-link a, .top-page a {
color: #30072F;
}

.more-link  a:hover, .back-link a:hover, .top-page a:hover {
color: #0685C4;
}

/* CALENDAR */

.calendar tr td a {
  color: #FFFFFF;
background-color: #C3B7C3;
text-align: center;
display: block;
padding: 1px;
margin: 0px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.calendar tr td a:hover {
background-color: #30072F;
}

.calendar tr td {
margin: auto;
padding: auto;
text-align: center;
}

.calendar-today {
  font-weight: bold;
}

#calendar {
width: 100%;
  margin: 0px;
  border-collapse: collapse;
}

/* nice squares for the #big table */
#calendar th {
font-size: .4em;
  padding: 3px;
  width: 20px;
}

#calendar td {
  vertical-align: top;
  padding: 3px;
  height: 20px;
  width: 20px;
}

/* format summaries nicely in #big */
#calendar ul {
  margin: 0px;
  padding: 0px;
  padding-left: 2px;
}

#calendar li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#calendar td {
color: #000;
}

#calendar .calendar-day {
  background-color: #c3b7c3;
}

#calendar .calendar-today {
  font-weight: normal;
color: #0685C4;
}

.socialicons {
line-height: 25px;
vertical-align: middle;
}
.socialicon img {
width: 32px;
height: 32px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
.right_col {
	float:left;
	width:300px;
}
.left_col {
	float:left;
	padding-top:50px;
	width: 170px;
	text-align:center;
}
/* End of 'Main' */

