/**CSS style sheet: news.css
Domain: vandykegas.com
Authors: Bonnie Walker, Ericka Pratt
Created: 6/27/14
Modified: 
----------------
colors:
	Red: #BE1E2D
	Turquois: #0096B8
	Blue:  #000D78
	Dark Beige: #EBEBE6
	Light Beige: #F1F2F2
	Gray: #CCCCCC
**/
/*---------------specials in highlights-----------
-------------------------------------------------*/
.specialcntr{
	width:600px;
	min-height:67px;
	background:#EBEBE6;
	-webkit-box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px;
	margin:20px;
}
.specialcntr img{
	border:none;
	width:100px;
	height: 67px;
	margin-right:10px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	float:left;
}
/*---------------------------------Calendar Date Box----------------------------
--------------------------------------------------------------------------------*/
.date
{
float: left;
height: 52px;
width: 52px;
background: url(../img/date.png) no-repeat;
margin-right: 10px;
padding-top: 0px;
line-height: normal;
}
.date .month
{
display: block;
text-align: center;
color: #FFF;
font-size: 11px;
padding-top: 4px;
text-transform: uppercase;
}
.date .day
{
display: block;
text-align: center;
padding-top: 5px;
color: #222;
font-size: 18px;
font-weight: bold;
}
.newsTitle
{
display: block;
font-size: 12px;
color: #666;
}
/*--------------End Calendar Date Box-----------------*/
/*------small-------------------------*/
.docbtn {
	width:90px;
	height:30px;
	display:block;
	background-image:url(../img/BtnSm_FFF.png);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	margin:-5px 0px 0px 450px;
}
.docbtn:hover{
	background-position:0 -30px;
}
.docbtn a, .docbtn p{
	color:#BE1E2D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
}
.docbtn p:hover{
	color:#0096B8;
}