@charset "UTF-8";

/*	Desc: Widgets - Ukraine Theme
    Author: Jive Websites
	
	Contents:
		General Widget css
		Extension Widgets
			Calendar, Document Groups, Events, Login Widget, Mailing List, 
			Menu Widget, News, News Desk, Polls, Signs of the Times, 
			SPD Connector, Static Content Widget, Store
	
=== === === === === === === === === === */

/************************************************
*	General Widget CSS    						*
************************************************/
.widgetdiv1 {
    width: 100%;
}
h3.widgettitle{
	color: #000;
	font-size: 28px;
	font-family: "pt_serifregular";
	line-height: 25px;
	padding: 0px 0px 22px 0px;
	margin:0px;
	font-weight:normal;
}
#footermenu h3.widgettitle {
     font-size: 22px;
}

.widget p{
font-size: 14px;
line-height: 22px;
}
.widgetdiv4 div{
padding:0px;
}
.widget ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
.widget ul li {
	display: block;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style:none;
	}

/************************************************
*	EXTENSION WIDGETS							*
*************************************************/
/************
* Widget Icons
*************/
.content-latest-deal h3.widgettitle {
     background: url("../images/icon-deal.png") no-repeat scroll 0% 0% transparent;
     color: #5194AD;
     line-height: 45px;
     margin-left: 6px;
     padding: 0px 0px 5px 45px;
	 clear:left;
	 
}

body.home .content-latest-deal h3.widgettitle {
background-image:none;
padding: 0px 0px 5px 0px;
line-height: 30px
}

.blog-testimonials h3.widgettitle {
     background: url("../images/icon-testimony.png") no-repeat scroll 0% 0% transparent;
     color: #5194AD;
     line-height: 45px;
     margin-left: 6px;
     padding: 0px 0px 5px 45px;
	 
}

h3.photos {
     background: url("../images/icon-camera.png") no-repeat scroll 0% 0% transparent;
     color: #5194AD;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 24px;
     font-weight: normal;
     line-height: 45px;
     margin-left: 0px;
     padding: 0px 0px 15px 45px;
}

/************
* Calendar
*************/
.widget .calheader .caltitle{
	font-size:14px;
	padding: 5px 0px;
	color:#669900;
	font-weight:bold;
	}
.widget .scal .daybox{
	background:none;
	border:0px;
	color:#333333;
	font-size:12px;
	width:14%;
	line-height:1.5;
	}
.widget .scal .weekbox .dayboxname{
	font-weight:bold;
	}
.widget .scal .weekbox{
	display:inline-block;
	}
.widget .scal .weekbox .celebration, .widget .scal .weekbox .today{
	background:#669900;
	color:#FFFFFF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
.widget .scal .weekbox .today{
	background:#E6CF2B;
	}
.widget .scal{
	width:100%;
	}
/************
* Document Groups
*************/
.widget .document-group-widget{
	padding:0px;
	}
.widget .document_wrapper{
	padding:0px 0px 0px 15px;
	}
.widget .document_wrapper p{
	padding:0px;
	}
/************
* Events
*************/
.widget .EventInfo{
	padding:0px;
	}
/************
* Login Widget
*************/
.widget .login-widget{
	padding:0px;
	}
.widget .login-widget p{
	margin:0px;
	}
/************
* Mailing List
*************/
#bodyarea .lists-widget{
	padding:0px;
	}
/************
* Menu Widget
*************/
#bodyarea .namenus-menu-widget ul{
	padding-left:0px;
	}
/************
* News 
*************/
.widget .widget_news_story{
	clear:both;
	padding:0px;
	margin:0px;
	}
/************
* News Desk
*************/
#bodyarea .article_type_bar{
	width:100%;
	height:20px;
	}
#bodyarea .article_type_bar ul{
	border:0px;
	padding:0px;
	}
#bodyarea .article_type_bar ul li{
	float:left;
	margin:0px;
	}
#bodyarea .articlesContent li{
	border-bottom:1px solid #E8E8E8;
	}
#bodyarea .articlesContent ul li a{
	background:none;
	border:0px;
	color: #669900; 
	padding:0px;
	}
#bodyarea .articlesContent ul li h4{
	line-height:auto;
	display:inline-block;
	}
#bodyarea .articlesContent ul li a:hover{
	text-decoration:underline;
	}
.articlesContent .articles_more{
	padding:0px;
	}
#bodyarea .newsdesk_advertisement_widget{
	padding:0px;
	}
.widget .item_articles_widget{
	padding:0px;
	}
.widget .item_articles_widget .article_image, .widget .item_articles_widget .article_details{
	float:left;
	}
.widget .item_articles_widget .articlesContent{
	padding: 0px;
	margin: 0px;
	}
/************
* Polls
*************/
.widget .polls-widget{
	padding:0;
	}
/************
* Signs of the Times
*************/
.widget .widget_signsofthetimes{
	padding:0px;
	}
/************
* SPD Connector
*************/
#bodyarea .spdconnector-widget ul{
	padding:0px;
	}
/************
* Static Content
*************/
.widget .ContentInfo{
	padding:0px;
	}
/************
* Store
*************/
#bodyarea .store_sidebar_content ul{
	margin:0px;
	padding:0px;
	}
#bodyarea .store_sidebar_content ul li a{
	margin:0px;
	padding:0px;
	display:inline;
	color: #669900;
	background:none;
	border:0;
	}
#bodyarea .store_sidebar_content ul li a:hover{
	text-decoration:underline;
	}
#bodyarea .store_sidebar_content .categories ul li a {
	display: block;
	background: #F5F5F5;
	color: #333333;
	padding: 3px 6px 3px 6px;
	margin: 1px 0px;
	border: 1px solid #F5F5F5;
	overflow: hidden;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#bodyarea .store_sidebar_content .categories ul li a:hover {
	background: #FFFFFF;
	color: #669900;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	}