﻿/***************************** NOTICE BOARDS *****************************/

.notice{background: url('../../img/masterpages/noticeboards/notice.png') no-repeat; width:450px; height:188px; position: absolute; right: 90px; top: 390px; color:#fff; }
.notice-content a{color: #fff;}

.notice .notice-content{
	font-family:"gooddog-new-n4", "gooddog-new", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;	
	font-size: 19px; 
	line-height: 21px;
    height: 85px;
    margin: 17px 12px 0 50px;
    width: 375px;
    position: relative;
    overflow:hidden;	
}

/* a thinner notice board */
.notice-small{
	background: url("../../img/masterpages/noticeboards/notice-small.png") no-repeat scroll 0 0 transparent;
	bottom: 0;
	color: #FFFFFF;
	height: 187px;
	left:50%;
	margin-left:-505px;
	position: absolute;
	width: 335px;
 } /* Done */

.notice-small .notice-content{
	font-family:"gooddog-new-n4", "gooddog-new", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px; 
	line-height: 17px;
	position: absolute;
	top:20px;
	left:65px;
	width:205px;
	height:70px;
	overflow: hidden;
} /* Done */

/* Small notice board with social */
.notice-board-social{
	background: url("../../img/masterpages/noticeboards/notice-board-social.png") no-repeat scroll 0 0 transparent;
	bottom: 0;
	color: #FFFFFF;
	height: 274px;
	left:50%;
	margin-left:-513px;
	position: absolute;
	width: 335px;
 }
.notice-board-social .notice-content{
	font-family:"gooddog-new-n4", "gooddog-new", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px; 
	line-height: 17px;
	position: absolute;
	top:107px;
	left:65px;
	width:205px;
	height:70px;
	overflow: hidden;
}
.notice-board-social .social-buttons{
    left: 50%;
    margin: 0 auto 0 -92px;
    position: absolute;
    top:5px;
    width: 182px;
}
.notice-board-social .social-buttons a{margin-bottom:8px; display: block;}
/* rounded social board*/

.notice-social-round{
	background: url('../../img/masterpages/noticeboards/notice-round.png') no-repeat; 
	font-family:"gooddog-new-n4", "gooddog-new", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;	
	width:242px; 
	height:360px; 
	position: absolute; 
	right: 90px;
	top: 215px; 
	color:#fff;
	z-index: 2;
}
.notice-social-round .notice-content{
	border-radius: 50% 50% 50% 50%;
	height: 200px;
	margin: 10px;
	text-align: center;
	width: 220px;
}
.notice-social-round .notice-title{
    font-size: 22px;
    line-height: 26px;
    margin: 30px 0 15px;
}

.notice-social-round a{text-decoration: none;}

.notice-social-round .fb{color:#b5c6e4;}
.notice-social-round .tw{color:#6ecff1;}
.notice-social-round .social-buttons{margin-top:-14px;}
.notice-social-round .social-buttons a{display:block; margin:0 auto 8px auto; width:182px; margin-bottom:8px;}