/* -------------------------------------------------------------- 
  
   Viva CSS Framework
   E-Mail: hello@vivatemplates.com
   
   www.vivatemplates.com
   
   Concrete5 Theme: Creative Business
   
-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/forms.css";
@import "typography.css";
@import "css/tooltip.css";


/* General
-------------------------------------------------------------- */

body {
	background: #006f3b url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/header_bg.jpg) no-repeat top center;
}

#wrapper {
	width: 984px;
	margin: 0 auto;
}

#loadpage {
	width: 24px;
	height: 24px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/loading.gif) no-repeat center center;
	position: absolute;
	bottom: 123px;
	right: 210px;
}

/* Header
-------------------------------------------------------------- */

#header {
	height: 199px;
	position: relative;
	width: 984px;
}

.logo {
	position: absolute;
	top: 19px;
	left: 10px;
}
#connect-links {
	position: absolute;
	top: 8px;
	right: 0;
	width: 130px;
}
#header-text {
	position: absolute;
	top: 95px;
	right: 4px;
	color: #ffffff;
}
#header-text a {
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
	font-weight: normal;
	font-size: 0.9em;
}
#header-text a.espanol { /* Flag */
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/flag.png) no-repeat left;
	padding-left: 20px;
}

#header-text a:hover {
	text-decoration: underline;
}

/* Text Sizer */

#text-size {
	position: absolute;
	top: 13px;
	right: 0;
}
#text-size a {
	color: #2b2c30;
	font-size: 1.2em;
	text-shadow: #fff 1px 1px 1px;
	font-weight: bold;
}

#text-size a.increaseFont {
	font-size: 1.7em;
	margin-left: 2px;
}

/* Search
-------------------------------------------------------------- */
 
#searchform {
	width: 189px;
	position: absolute;
	top: 57px;
	right: 6px;
}
#searchform input {
	float: left;
}
 
input.search-field {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/search_bg.png) no-repeat;
	width: 140px;
	height: 25px;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 0.9em;
	margin: 0;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 2px 0px 3px 15px;
}
input.search-button {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Navigation
-------------------------------------------------------------- */

#navigation {
	background: #eeeeee url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/navigation_bg.png) no-repeat center center;
	height: 73px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 984px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}
#navigation ul li {
	float: left;
	padding-top: 10px;
}
#navigation ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	float: left;
	margin-left: 5px;
	height: 53px;
	line-height: 50px;
	padding-right: 12px;
}
#navigation ul li a span {
	display: block;
	width: 14px;
	height: 53px;
	float: left;
}

/* Hover */

#navigation ul li a:hover span {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/nav_span.png) no-repeat left;
}
#navigation ul li a:hover {
	text-decoration: none;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/nav_element.png) no-repeat top right;
}

/* Selected */

#navigation ul li a.nav-selected span {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/nav_span.png) no-repeat left;
}
#navigation ul li a.nav-selected {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/nav_element.png) no-repeat top right;
}

#navigation ul li.nav-selected a span {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/nav_span.png) no-repeat left;
}
#navigation ul li.nav-selected a {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/nav_element.png) no-repeat top right;
	color: #ffcc33;
}

/* Center
-------------------------------------------------------------- */

#center {
	background: #eeeeee;
	padding: 0 12px 12px 12px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

/* Sidebar Left
-------------------------------------------------------------- */

.sidebar-left {
	width: 249px;
}

.sidebar-left h2 {
	display: block;
	width: 235px;
	height: 38px;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 10px 0px 0px 0px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/sidebar_heading.png) no-repeat;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	padding-left: 14px;
	margin: 0;
	text-transform: uppercase;
}

.sidebar-left-content {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/sidebar_bg.png) repeat-y;
	min-height: 100px;
}

.sidebar-left-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-left-content ul li {	
}

.sidebar-left-content ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
	margin-left: 1px;
	margin-right: 1px;
}
.sidebar-left-content ul li a:hover {
	background: #f2f2f2;
}
.sidebar-left-content ul li a.nav-selected {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/sidebar_current.png) no-repeat;
	width: 253px;
	color: #303237;
	border-bottom: none;
	font-weight: bold;
}

/* Sidebar Right
-------------------------------------------------------------- */

.sidebar-right {
	width: 249px;
}

.sidebar-right h2 {
	display: block;
	width: 235px;
	height: 38px;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px 0px 0px 0px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/sidebar_heading.png) no-repeat;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	padding-left: 14px;
	margin: 0;
	padding-top: 8px;
}

.sidebar-right-content {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/sidebar_bg.png) repeat-y;
	min-height: 100px;
}

.sidebar-right-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar-right-content ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
	margin-left: 1px;
	margin-right: 1px;
}
.sidebar-right-content ul li a:hover {
	background: #f2f2f2;
}
.sidebar-right-content ul li a.nav-selected {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/sidebar_current_right.png) no-repeat top left;
	width: 253px;
	color: #303237;
	border-bottom: none;
	font-weight: bold;
	margin-left: -5px;
	padding-left: 25px;
}

.banner-space {
	margin-top: 15px;
}

/* Content
-------------------------------------------------------------- */

.container {
	width: 695px;
}
.content {
	width: 665px;
	position: relative;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px 15px 15px 15px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/content_bg.png) repeat-y;
}
.print-icon {
	position: absolute;
	top: 5px;
	right: 25px;
}

/* Slideshow
-------------------------------------------------------------- */

#slideshow {
	width: 634px;
	height: 458px;
	float: left;
}

/* Results
-------------------------------------------------------------- */

#bottom-right {
	width: 310px;
	height: 358px;
	float: right;
	position: relative;
}


/* Latest News
-------------------------------------------------------------- */

#latest-news {
	float: left;
	width: 634px;
	height: 550px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/news_bg.png) no-repeat bottom left;
}
.latest-news-title {
	display: block;
	width: 634px;
	height: 40px;
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 5px 0px 0px 13px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/news_heading.png) no-repeat;
	text-transform: capitalize;
}
.news-item {
	/* TOP, RIGHT, BOTTOM, LEFT */
	margin: 5px 13px 5px 13px;
	border-bottom: 1px solid #f2f2f2;
}
#tabs4525-1 .news-item span, #tabs4525-2 .news-item span, .news-item span {
	display: block;
	font-size: 0.9em;
	color: #666;
}
.news-item p {
	font-size: 0.9em;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px;
	margin: 0;
}

#tabs4525-1 .ccm-page-list, #tabs4525-2 .ccm-page-list, #blockStyle969HomepageNews20 .ccm-page-list, #blockStyle975HomepageNews23 .ccm-page-list {
	padding: 15px 15px 0 15px;
	}

#tabs4525-1 .headline, #tabs4525-2 .headline, #blockStyle969HomepageNews20 .headline, #blockStyle975HomepageNews23 .headline {
	width: 100%;
	margin-bottom: 5px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: 0 !important;
	min-height: 90px;
}

#tabs4525-1 .headline .ccm-page-list-description, #tabs4525-2 .headline .ccm-page-list-description {
	line-height: 1.3 !important;
}

/* Our Clients
-------------------------------------------------------------- */

#our-clients {
	width: 310px;
	height: 118px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/ourclients_bg.png) no-repeat;
	text-align: center;
	padding-top: 40px;
}

/* Side Boxes
-------------------------------------------------------------- */

#boxes {
	margin-top: 10px;
}

.box {
	float: left;
	width: 310px;
	height: 175px;
	margin-right: 14px;
}

.box-right{
	float: left;
	width: 310px;
	height: 175px;
}

.box-right .box-content {
	padding: 0px !important;
	width: 310px;
}

.box-right .box-content div.ui-tabs .ui-tabs-panel {
	background-color:rgba(255,0,0,0) !important;
	padding: 10px;
}

.box-right .box-content div.ui-tabs .ui-tabs-panel h3 {
	font-size: 16px !important;
	margin-bottom: 1px !important;
	font-weight:normal !important;
}

.box-long {
	float: left;
	width: 310px;
	height: 404px;
}
.box-long-left {
	float: left;
	width: 250px;
	height: 404px;
}

.boxtitle {
	display: block;
	width: 298px;
	height: 40px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_heading.png) no-repeat;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 0;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-transform: capitalize;
}

.boxtitle_narrow {
	display: block;
	width: 298px;
	height: 29px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_heading.png) no-repeat bottom;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 0;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.boxtitle_narrow-left {
	display: block;
	width: 238px;
	height: 29px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_heading.png) no-repeat bottom;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 0;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.boxtitle_white {
	display: block;
	width: 298px;
	height: 35px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_heading_white.png) no-repeat;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 18px;
	color: #006f3c;
	font-weight: normal;
	margin: 0;
	text-transform: capitalize;
}

.box-content {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_bg.png) no-repeat bottom left;
	padding: 0px 10px;
	width: 290px;
	height: 126px;
}

.box-content-long {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_bg_long.png) no-repeat bottom left;
	padding: 0px 10px;
	width: 290px;
	height: 349px;
}

.box-content-long-left {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_bg_long.png) no-repeat bottom left;
	padding: 0px 10px;
	width: 230px;
	height: 369px;
}

.box-content p {
	font-size: 12px;
	padding: 3px 0;
	margin: 0;
}
.box-content p img {
	margin: 10px 10px 0 0;
}
.first-box {
	margin: 10px 0 0 0;
}

.last-box {
}

.center-box {
	margin: 10px 0;
}

.box-long h2{
	margin-bottom: 0px !important;
	font-weight: normal !important;
	font-size: 17px;
}
.box-long img{
	margin: 6px 10px 8px 0 !important;
}
.box-long p{
	margin-bottom: 0px;
}
.box-long hr {
	margin: 5px 0 2px;
}

.box-long-left h2{
	margin-bottom: 0px !important;
	font-weight: normal !important;
	font-size: 13px;
	background: none !important;
	text-transform: capitalize !important;
	padding: 0 !important;
	color: #006f3c !important;
	height: 25px !important;
}
.box-long-left img{
	margin: 6px 10px 8px 0 !important;
}
.box-long-left p{
	margin-bottom: 0px;
}
.box-long-left hr {
	margin: 5px 0 2px;
}

/* Footer Boxes
-------------------------------------------------------------- */

#social-boxes {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/bg_social_boxes.png) no-repeat top left;
	height: 186px;
	margin: 30px -12px 0;
	padding: 30px 12px;
}
#boxes-footer {
}

.box-wide {
	float: left;
	width: 634px;
	height: 168px;
	margin-right: 14px;
}

.boxtitle-wide {
	display: block;
	width: 622px;
	height: 40px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_heading.png) repeat-x;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 0;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-transform: capitalize;
}
.box-content-wide {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/box_bg_wide.png) no-repeat bottom left;
	padding: 0px 10px;
	width: 614px;
	height: 126px;
}

.ccm-jereme-tweetcrete {
	padding: 10px;
}

/* Results Box
-------------------------------------------------------------- */

#results {
	margin-top: 10px;
}

.resultsbox {
	float: left;
	width: 310px;
	height: 458px;
}

.resultsbox h2 {
	display: block;
	width: 298px;
	height: 39px;
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/results_heading.png) no-repeat;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 0;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

.resultsbox-content {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/results_bg.png) no-repeat bottom left;
	padding: 0px 10px;
	width: 290px;
	height: 412px;
}
/*.resultsbox-content p {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}*/

/* Footer
-------------------------------------------------------------- */

#footer {
	background: url(http://doncasterhockeyclub.com.au/themes/creativity_editted/images/footer_bg.png) no-repeat top left;
	height: 100px;
	width: 960px;
	margin-top: 20px;
	padding-top: 10px;
}
#footer p {
	font-size: 1.0em;
}

.footer-logo {
	float: right;
	padding: 10px;
}

/**** CSS for swp_tables *****/
div.swp-table {
	clear: both;
	padding-top: 7px;
	padding-bottom: 8px;
}
div.swp-table a{
	text-decoration: underline !important;
	font-style: normal !important;
	font-weight: normal !important;
}
div.swp-table p{
	padding: 0 !important;
	margin: 0 !important;
}
.swp-table-img {
	margin: 5px 0;
}
table.swp-table-table tr td, table.swp-table-table tr th {
	border-spacing: 1px;
	padding: 2px 11px 2px 12px;
	border-right:#FFF solid 1pt;
	vertical-align:middle;
}
.swp-table tr.swp-table-head {
	background-color: #ffcc33;
	font-size:11px !important;
	font-weight: bold !important;
}

.swp-table tr.swp-table-odd-row {
	background-color: #efefef;
}
/**** /CSS for swp_tables *****/
.twitterSearchContainer {
	background: #cc0033 !important;
}

.items-calendar-list-view-title h3, .items-calendar-list-view-title a h3 {
	padding-top: 10px !important;
	font-weight: normal !important;
	font-size: 21px !important;
}
.items-calendar-list-view-title a h3 {
	color: #006f3b !important;
}
 
.items-calendar-list-view-description{
	border-bottom: #CCC 1px solid;
	padding-bottom: 5px;
}

.items-calendar-list-view-description p {
	margin-bottom: 5px !important;
}
.items-calendar-list-view-dates {
	font-weight:bold;
	margin-bottom: 5px;
}

/*YouTube video area -------------------------*/
.custom.mychannel {
	background: #efefef;
}
.custom .videos .title {
	border: 2px solid #fff;
}
.custom .title .video-title {
	color: #006f3b;
    background-color: #fff;
	padding: 3px 7px;
}
.custom .showVideoPanel a {
	color: #006f3b;
}
/*-------------------------*/

.nivo-slice {
    background-size: 634px 458px !important;
}

#nivo-8677_wrapper {
    height: 458px !important;
    width: 634px !important;
}

.theme-default .nivoSlider {
    height: 458px !important;
    width: 634px !important;
}