/*--------------------------------------------------------------------------------------------
*
*	Widget Projects
*	
*--------------------------------------------------------------------------------------------*/
#widget-projects {
	margin-bottom: 10px;
	background: #fff;
	border: #e1dfd7 solid 1px;
	position: relative;
	z-index: 1;
	height: 406px;
	width: 298px;
}

#widget-projects .images {
	position: relative;
	width: 298px;
	height: 230px;
	overflow: hidden;
}

#widget-projects .images .image {
	position: absolute;
	top: 0;
	left: 298px;
}

#widget-projects .texts {
	position: absolute;
	width: 298px;
	height: 406px;
	background: url(../images/layout/home-project-bg.png) 0 0 no-repeat;
	z-index: 2;
	top: 0;
	left: 0;
}

#widget-projects .texts .text {
	position: absolute;
	top: 230px;
	left: 0;
	width: 278px;
	padding: 10px;
	opacity: 0;
	display: none;
}

#widget-projects .texts .text h4 {
	margin: 0 0 5px;
}

#widget-projects .texts .text h4 img {
	margin-top: -30px;
}

#widget-projects .texts .text * {
	color: #fff !important;
	text-shadow: rgba(0,0,0,0.25) 0 1px 0;
}

#widget-projects .thumbnail-controls {
	position: absolute;
	z-index: 4;
	bottom: 10px;
	right: 10px;
}




/*--------------------------------------------------------------------------------------------
*
*	Widget WBIT
*	
*--------------------------------------------------------------------------------------------*/

#widget-wbit {
	display: block;
	height: 406px;
	width: 298px;
	margin-bottom: 10px;
	background: #fff;
	border: #e1dfd7 solid 1px;
	position: relative;
	z-index: 1;
}

#widget-wbit .mask, #widget-wbit-sidebar .mask {
	position: relative;
	width: 298px;
	height: 230px;
	overflow: hidden;
}

#widget-wbit .mask img, #widget-wbit-sidebar .mask img {
	width: 298px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#widget-wbit .overlay {
	height: 406px;
	width: 298px;
	background: url(../images/layout/home-wbit.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#widget-wbit-sidebar {
	display: block;
	height: 350px;
	width: 298px;
	margin-bottom: 10px;
	background: #fff;
	border: #e1dfd7 solid 1px;
	position: relative;
	z-index: 1;
}

#widget-wbit-sidebar .overlay {
	height: 350px;
	width: 298px;
	background: url(../images/layout/inner-wbit.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#widget-whatson {
	display: block;
	height: 350px;
	width: 298px;
	margin-bottom: 10px;
	background: #fff;
	border: #e1dfd7 solid 1px;
	position: relative;
	z-index: 1;
}

#widget-whatson .mask {
	position: relative;
	width: 298px;
	height: 230px;
	overflow: hidden;
}

#widget-whatson .mask img {
	width: 298px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#widget-whatson .overlay {
	height: 350px;
	width: 298px;
	background: url(../images/layout/inner-whats-on.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


/*--------------------------------------------------------------------------------------------
*
*	widget
*	
*--------------------------------------------------------------------------------------------*/
.widget {
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	border: #e1dfd7 solid 1px;
	padding: 9px;
}

.widget h3 {
	font-size: 2.1em;
	line-height: 1em;
	/*border-bottom: #e1dfd7 dashed 1px; */
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
	font-weight: normal;
}



/*--------------------------------------------------------------------------------------------
*
*	widget-form
*	
*--------------------------------------------------------------------------------------------*/

.widget-form {
	background: #dcdbd3;
	border: #cdccc4 solid 1px;
	border-top: #b4b4ae solid 1px;
	border-bottom: #ffffff solid 1px;
	padding: 9px;
}

.widget-form h3 {
	text-shadow: #fff 0 1px 0;
	border-bottom: #bfbeb8 solid 1px;
	box-shadow: #e3e2dc 0 1px 0;
	color: #666666;
}

.widget-form p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em 0;
	color: #494949;
}

.widget-form input[type="text"],
.widget-form input[type="password"] {
	width: 260px;
}


/*--------------------------------------------------------------------------------------------
*
*	birds-in-backyards
*	
*--------------------------------------------------------------------------------------------*/

.birds-in-backyards ul {
	margin-bottom: 10px;
}

.birds-in-backyards ul li {
	margin-right: 12px;
}

.birds-in-backyards ul li img {
	border: #777777 solid 1px;
}

.birds-in-backyards ul li.last-child {
	margin-right: 0;
}


/*--------------------------------------------------------------------------------------------
*
*	news-list
*	
*--------------------------------------------------------------------------------------------*/

.news-list {
	
}

.news-list .news-article {
	padding: 9px 0;
	border-bottom: #f0f0f0 solid 1px;
}

.news-list .news-article .article-image {
	float: left;
	width: 60px;
}

.news-list .news-article .article-content {
	margin-left: 70px;
}

.news-list h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}

.news-list h4 a {
	color: #323232;
}

.news-list h4 a:hover {
	color: #0088BB;
	text-decoration: none;
}

.news-list p {
	font-size: 12px;
	line-height: 17px;
	margin: 8px 0 0;
}

.article-date {
	width: 45px;
	height: 58px;
	background: url(../images/layout/article-date.png);
}

.article-date span {
	color: #5b5b5b;
	text-shadow: #e9e9e5 0 -1px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.article-date span.day {
	padding-top: 5px;
}

.article-date span.date {     
	font-size: 28px;
	line-height: 24px;
	font-weight: bold;
}


/*--------------------------------------------------------------------------------------------
*
*	widget-education-sheet
*	
*--------------------------------------------------------------------------------------------*/
.widget-education-sheet {
	border-radius: 5px;
	margin: 20px 0 0 25px;
	background: url(../images/layout/footer-education-sheet.png) 0 0 no-repeat;
	border: 0 none;
}

.widget-education-sheet h3 {
	font-size: 1.7em;
	padding: 2px 0 12px 0;
	margin-bottom: 15px;
}

.widget-education-sheet .field p {
	float: left;
	margin: 5px 0 0 10px;
	font-size: 1.3em;
}

.widget-education-sheet .field p a {
	color: #494949;	
}

.widget-education-sheet .field p a:hover {
	color: #0088BB;
	text-decoration: none;
}


/*--------------------------------------------------------------------------------------------
*
*	widget-nav
*	
*--------------------------------------------------------------------------------------------*/

.widget-nav {
	background: none;
	border: none;
	padding: 0;
	width: 300px;
}

.widget-nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 1px;
}

.widget-nav ul li a {
	background: #fff url(../images/layout/widget-nav-bg.png) 0 100px no-repeat;
	color: #494949;
	padding: 11px 20px;
	display: block;
	text-decoration: none;
}

.widget-nav ul li a:hover {
	background-color: #d7d7d2;
	text-shadow: #f8f7f3 0 1px 0;
	background-position: 0 0;
	text-decoration: none;
}

.widget-nav ul li.active ul {
	margin-bottom: 5px;
}

.widget-nav ul li.active > a {
	background-color: transparent;
	background-position: 0 -50px;
	width: 280px;
	color: #fff;
	text-shadow: #043b52 0 1px 0;
}

.widget-nav ul li ul {
	display: none;
}

.widget-nav ul li.active ul {
	display: block;
}

.widget-nav ul li li {
	font-size: 14px;
	line-height: 14px;
}

.widget-nav ul li li a {
	padding: 8px 20px;
	color: #6a6962;
}

.widget-nav ul li li.active > a {
	width: auto;
	background-position: 0 0 !important;
	color: #6a6962;
	text-shadow: #f8f7f3 0 1px 0;
}

.widget-nav ul li li a:hover {
	background-color: #f8f7f3;
	background-position: 0 50px;
}


/*--------------------------------------------------------------------------------------------
*
*	widget-blog-nav
*	
*--------------------------------------------------------------------------------------------*/

.widget-blog-nav ul li .heading {
	color: #494949;
	padding: 11px 20px;
	display: block;
	text-decoration: none;
	display: block;
	background: #fff;
	margin-bottom: 1px;
}

.widget-blog-nav ul li ul {
	display: block;
	padding-bottom: 20px;
}

/*--------------------------------------------------------------------------------------------
*
*	widget-twitter
*	
*--------------------------------------------------------------------------------------------*/

.widget-twitter {
	position: relative;
	width: 300px;	
	padding: 0;
	border: 0 none;
	background: transparent;
}

.widget-twitter .top {
	height: 6px;
	width: 100%;
	background: url(../images/layout/widget-twitter-bg.png) 0 0 no-repeat;
}

.widget-twitter .middle {
	width: 100%;
	background: url(../images/layout/widget-twitter-bg.png) -350px 0 repeat-y;
}

.widget-twitter .bottom {
	width: 100%;
	height: 6px;
	background: url(../images/layout/widget-twitter-bg.png) -700px 0 repeat-y;
}

.widget-twitter .inner {
	padding: 10px;
	position: relative;
}

.widget-twitter .tweet {
	border-top: #bfbeb9 solid 1px;
	padding: 13px 11px;
	position: relative;
}

.widget-twitter .tweet .shadow {
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e3e2dd;
}

.widget-twitter .tweet p {
	color: #494949;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	margin: 0;
}

.widget-twitter .tweet p.meta {
	font-style: normal;
}

.widget-twitter .twitter-icon {
	width: 30px;
	height: 30px;
	background: url(../images/layout/icons.png);
	position: absolute;
	top: 3px;
	left: 12px;
}

.widget-twitter h2 {
	color: #666666;
	text-shadow: #fff 0 1px 0;
	font-size: 17px;
	line-height: 17px;
	padding: 0 0 0 40px;
	margin: 0;
	height: 30px;
}

.widget-twitter h2 a {
	color: #666666;
}

.widget-twitter h2 a:hover {
	color: #0088BB;
	text-decoration: none;
}



/*--------------------------------------------------------------------------------------------
*
*	Widget Form in sidebar
*	
*--------------------------------------------------------------------------------------------*/

#page-side .widget-form {
	margin: 10px 0 0;
}

#page-side .widget-form input[type="text"],
#page-side .widget-form input[type="password"] {
    width: 260px;
}

#login-toggle-forgot {
	font-size: 12px;
	color: #666666;
	text-shadow: 0 1px 0 #FFFFFF;
	display: block;
	float: left;
	margin: 10px 0 0;
}

#login-toggle-forgot:hover {
	color: #0088BB;
	text-decoration: none;
}

#widget-reset-password {
	display: none;
	position: absolute;
}

#page-side #widget-login,
#page-side #widget-reset-password {
	background: url("../images/layout/header-bg.png") repeat-x scroll 0 -500px #e9e9e8;
	border: #CDCDCB solid 1px;
}

/*--------------------------------------------------------------------------------------------
*
*	Widget Features in sidebar
*	
*--------------------------------------------------------------------------------------------*/

.widget-features {
	padding: 0;
	display: block;
	text-decoration: none;
}