@charset "utf-8";
/* Daily Word Widget Styles */
#widget_clear {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}



#widget_box {
	width: 200px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	/*background-image: url(transparent);*/
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 auto;
}

#widget_box div.widget_logo {
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#widget_box div.widget_logo img.widget_logoimg {
	width: 200px;
	background-image: url(//www.dailyword.com/sites/dailyword.com/files/widget/images/widget_logo200.png);
	margin: 0px;
	padding: 0px;
	height: 38px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

#widget_box div.widget_innards {
	padding: 10px;
}

#widget_box div.widget_innards div.widget_date {
	font-size: 14px;
	font-style: italic;
	color: #666666;
	margin-bottom: 5px;
}

#widget_box div.widget_innards div.widget_word {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#widget_box div.widget_innards div.widget_word a {
	color: #006295;
	text-decoration: none;
	background-color: transparent;
	display: block;
}

#widget_box div.widget_innards div.widget_affirm {
	color: #333333;
	font-size: 14px;
}

#widget_box div.widget_linkbox {
	margin: 0px;
	overflow: auto;
	font-size: 12px;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 5px;
}

#widget_box div.widget_linkbox a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006295;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #333333;
	
}

#widget_box div.widget_linkbox a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #333333;
	
}
