/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
input,textarea
{
	font:Arial, Helvetica, sans-serif;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
}
.wrapper:after {
	content: ".";
	width: 100%;
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.float-left {float: left !important;}
.float-right {float: right !important;}
/*buttons*/
.btn {
	width: 100px;
	overflow: hidden;
	color: #fff !important;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	text-align: center;
	display: block;
}
.btn-orange {background: url(../images/all/btn-orange.png) no-repeat;}
.btn-blue {background: url(../images/all/btn-blue.png) no-repeat;}
/*bodys backgrounds*/
.background-1 {background: #7dc5bb url(../images/all/bg-body1.jpg) repeat-x;}
.background-2 {background: #91928b url(../images/all/bg-body2.jpg) repeat-x;}
.background-3 {background: #bbb39c url(../images/all/bg-body3.jpg) repeat-x;}
.background-4 {background: #929699 url(../images/all/bg-body4.jpg) repeat-x;}
.background-5 {background: #909196 url(../images/all/bg-body5.jpg) repeat-x;}
.background-6 {background: #e5e6e8 url(../images/all/bg-body6.jpg) repeat-x;}
/*flexeble input*/
.input-holder .inp-left {
	width: 7px;
	height: 32px;
	background: url(../images/all/bg-input-left.png) no-repeat;
	overflow: hidden;
	float: left;
}
.input-holder .inp-right {
	width: 9px;
	height: 32px;
	background: url(../images/all/bg-input-right.png) no-repeat;
	overflow: hidden;
	float: left;
}
.input-holder .inp-center {
	height: 20px;
	background: url(../images/all/bg-input-center.png) repeat-x;
	float: left;
	padding: 6px 0;
}
.input-holder input {
	padding: 0;
	float: left;
	height: 20px;
	background: none;
	border: 0;
	font-size: 12px;
	color: #818181;
}
/*widths*/
.width_85 {width: 85px;}
.width_200 {width: 200px;}
.width_206 {width: 206px;}
.width_240 {width: 240px;}
.width_250 {width: 250px !important;}
.width_330 {width: 330px;}
.width_370 {width: 370px;}
.width_400 {width: 400px;}
.width_430 {width: 430px;}
.width_450 {width: 450px;}
.width_580 {width: 580px;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 1036px;
	padding-top: 55px;
}
.header-holder {
	width: 1030px;
	height: 112px;
	background: url(../images/all/bg-header.png) no-repeat;
}
/*HEADER*/
#header {
	height: 100%;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: -50px;
	left: 20px;
}
.logo a {
	width: 297px;
	height: 162px;
	background: url(../images/all/logo.png) no-repeat;
}
/*main-nav*/
.main-nav {
	position: absolute;
	top: 17px;
	left: 253px;
	z-index: 1000;
}
.main-nav li {
	float: left;
	margin-right: 5px;
}
.main-nav a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 95px;
	height: 70px;
}
.main-nav span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 145px;
	height: 260px;
	cursor: pointer;
}
/*navigation items*/
#main-nav-link1 span {background: url(../images/all/img-nav3.png) no-repeat;}
#main-nav-link2 span {background: url(../images/all/img-nav7.png) no-repeat;}
#main-nav-link3 span {background: url(../images/all/img-nav2.png) no-repeat;}
#main-nav-link4 span {background: url(../images/all/img-nav4.png) no-repeat;}
#main-nav-link5 span {background: url(../images/all/img-nav1.png) no-repeat;}
#main-nav-link6 span {background: url(../images/all/img-nav6.png) no-repeat;}
#main-nav-link7 span {background: url(../images/all/img-nav5.png) no-repeat;}
.main-nav a.active {background-position:-1px;}
.main-nav a.active span {top: -75px;}
.main-nav li:hover, .main-nav li.hover {
	position: relative;
	z-index: 100;
	margin-right: -10px;
}
.main-nav li:hover a, .main-nav li.hover a {
	margin-top: -35px;
	height: 105px;
	width: 150px;
}
.main-nav li:hover a span, .main-nav li.hover a span {
	top: -150px !important;
	width: 150px;
}
/*content-box*/
.content-box {margin-bottom: 10px;}
.content-box-top {
	height: 41px;
	overflow: hidden;
	background: url(../images/all/bg-content-box-top.png) no-repeat;
}
.content-box-main {
	overflow: hidden;
	background: url(../images/all/bg-content-box.png) repeat-y;
	width: 576px;
	margin-left: 2px;
	padding: 0 5px 20px 3px;
}
.content-box-bottom {
	overflow: hidden;
	background: url(../images/all/bg-content-box-bottom.png) no-repeat;
	height: 15px;
	margin-left: 2px;
}
/*sidebar content box*/
.sidebar .content-box-top {background: url(../images/all/bg-side-box-top.png) no-repeat;}
.sidebar .content-box-bottom {background: url(../images/all/bg-side-box-bottom.png) no-repeat;}
.sidebar .content-box-main {
	background: url(../images/all/bg-side-box.png) repeat-y;
	width: 321px;
}
/*container*/
.container-top {
	width: 1034px;
	height: 61px;
	overflow: hidden;
	background: url(../images/all/bg-main-top.png) no-repeat;
}
.container-bottom {
	width: 1034px;
	height: 51px;
	overflow: hidden;
	background: url(../images/all/bg-main-bottom.png) no-repeat;
}
/*container-main*/
.container-main {
	background: url(../images/all/bg-main.png) repeat-y;
	padding: 0 53px;
	height: 1%;
}
/*content-box-top title*/
.content-box-top .btn {
	margin: 10px 10px 0 0;
	position: relative;
}
.content-box-top .rss {
	float: right;
	margin: 19px 2px 0 0;
}
.content-box-top .subscribe {
	color: #ec6e25;
	margin-top: 25px;
}
.content-box-top h2 {
	overflow: hidden;
	text-indent: -9999px;
	height: 100%;
	width: 165px;
	background-position: 12px 15px;
	background-repeat: no-repeat;
	float: left;
}
.content .content-box-top h2 {width: 200px;}
.txt-blog-topics {background-image: url(../images/all/txt-blog-topics.gif);}
.txt-blog-search {background-image: url(../images/all/txt-blog-search.gif);}
.txt-latest-blogs {background-image: url(../images/all/txt-latest-blogs.gif);}
.txt-create-new-blog {background-image: url(../images/all/txt-create-new.gif);}
.txt-woly-blog {background-image: url(../images/all/txt-woly-blogs.gif);}
.txt-latest-bulletins {background-image: url(../images/all/txt-latest-bulletins.gif);}
.txt-create-new-bulletin {background-image: url(../images/all/txt-create-new-bulletin.gif);}
.txt-woly-bulletins {background-image: url(../images/all/txt-woly-bulletins.gif);}
.txt-all-comments {background-image: url(../images/all/txt-all-comments.gif);}
.txt-woly-mail-center {background-image: url(../images/all/txt-woly-mail-center.gif);}
.txt-mail-center {background-image: url(../images/all/txt-mail-center.gif);}
.txt-events {background-image: url(../images/all/txt-events.gif);}
.txt-manage-events {background-image: url(../images/all/txt-manage-events.gif);}
.txt-forum-search {background-image: url(../images/all/txt-forum-search.gif);}
.txt-woly-forums {background-image: url(../images/all/txt-woly-forums.gif);}
.txt-woly-manage-photos {background-image: url(../images/all/txt-manage-photos.gif);}
.txt-woly-manage-videos {background-image: url(../images/all/txt-manage-videos.gif);}
.txt-news-topics {background-image: url(../images/all/txt-news-topics.gif);}
.txt-news-search {background-image: url(../images/all/txt-news-search.gif);}
.txt-latest-news {background-image: url(../images/all/txt-latest-news.gif);}
.txt-news {background-image: url(../images/all/txt-news.gif);}
.txt-woly-upload-photo {background-image: url(../images/all/txt-upload-photo.gif);}
.txt-find-friends {background-image: url(../images/all/txt-find-friends.gif);}
.txt-account-settings {background-image: url(../images/all/txt-account-settings.gif);}
.txt-join-woly-wake {background-image: url(../images/all/txt-join-woly-wake.gif);}
.txt-woly-friends {background-image: url(../images/all/txt-woly-friends.gif);}
.txt-comments {background-image: url(../images/all/txt-comments.gif);}
.txt-latest-videos {background-image: url(../images/all/txt-latest-videos.gif);}
.txt-latest-photos {background-image: url(../images/all/txt-latest-photos.gif);}
.txt-my-blogs {background-image: url(../images/all/txt-my-blogs.gif);}
.txt-woly-wake {background-image: url(../images/all/txt-woly-wake.gif);}
.txt-my-friends {background-image: url(../images/all/txt-my-friends.gif);}
.txt-my-events {background-image: url(../images/all/txt-my-events.gif);}
.txt-profile-search {background-image: url(../images/all/txt-profile-search.gif);}
.txt-profiles {background-image: url(../images/all/txt-profiles.gif);}
.txt-showcase {background-image: url(../images/all/txt-showcase.gif);}
.txt-bulletin-board {background-image: url(../images/all/txt-bulletin-board.gif);}
.txt-friend-updates {background-image: url(../images/all/txt-friend-updates.gif);}
.txt-top-10-photos {background-image: url(../images/all/txt-top-10-photos.gif);}
.txt-photo-search {background-image: url(../images/all/txt-photo-search.gif);}
.txt-video-search {background-image: url(../images/all/txt-video-search.gif);}
.txt-top-10-videos {background-image: url(../images/all/txt-top-10-videos.gif);}
.txt-podcast-search {background-image: url(../images/all/txt-podcast-search.gif);}
.txt-latest-podcasts {background-image: url(../images/all/txt-latest-podcasts.gif);}
.txt-login {background-image: url(../images/all/txt-login.gif);}
.txt-featured-profiles {background-image: url(../images/all/txt-featured-profiles.gif);}
.txt-forum-posts {background-image: url(../images/all/txt-forum-posts.gif);}
.txt-podcasts {background-image: url(../images/all/txt-podcasts.gif);}
.txt-recent-news {background-image: url(../images/all/txt-recent-news.gif);}
.txt-upcoming-events {background-image: url(../images/all/txt-upcoming-events.gif);}
.txt-online-community {background-image: url(../images/all/txt-online-community.gif);}
/*page-nav*/
.page-nav {
	float: right;
	padding-right: 10px;
	position: relative;
}
.page-nav a {
	float: left;
	margin-top: 8px;
}
/*pagenatop*/
.pagenatop {
	float: right;
	padding: 22px 7px 0 0;
	position: relative;
}
.pagenatop li {
	display: inline;
	padding-left: 3px;
	font-size: 11px;
	color: #ec6e25;
}
.pagenatop a {color: #ec6e25;}
.pagenatop a.active {text-decoration: underline;}
/*sidebar*/
.sidebar {
	width: 330px;
	float: left;
	margin-top: -30px;
	position: relative;
}
/*content*/
.content {
	float: right;
	width: 586px;
	margin-top: -30px;
	position: relative;
}
.content p {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #625f60;
}
/*blog-item*/
.blog-topic-box {
	padding: 10px 9px 7px;
	border-bottom: 1px solid #d4d5da;
}
.blog-topic-box h4 {
	font-size: 13px;
	color: #4fb4fa;
	margin-bottom: 15px;
	font-weight: normal;
}
.blog-topic-box h4 a {color: #4fb4fa;}
/*blog-topic-list*/
.blog-topic-list {
	overflow: hidden;
	width: 100%;
}
/*.blog-topic-list li {
	float: left;
	width: 72px;
	margin-bottom: 15px;
	color: #ec6e25;
	font: 11px Verdana, Arial, sans-serif;
}*/

.blog-topic-list li {
	margin-bottom: 15px;
	color: #ec6e25;
	font: 11px Verdana, Arial, sans-serif;
}
.blog-topic-list a {color: #ec6e25;}
/*banner-list*/
.banner-list {padding-top: 30px;}
.banner-list li {
	width: 100%;
	vertical-align: top;
	margin-bottom: 20px;
}
.banner-list a {
	width: 300px;
	margin: 0 auto;
	display: block;
}
/*choose-topic-form*/
.choose-topic-form {padding: 15px 8px 0;}
.choose-topic-form, .easy-text-input {
	float: left;
	margin-right: 5px;
}
.choose-topic-form select {
	float: left;
	margin-right: 14px;
}
.choose-topic-form .btn-orange {
	float: left;
	margin-top: 5px;
}
.choose-topic-form .selectArea {
	float: left;
	margin-right: 10px;
}
.btn-right {float: right;}
/*easy-text-input*/
.easy-text-input {
	width: 214px;
	height: 23px;
	border: 1px solid #ccc;
	padding: 3px 5px;
	color: #4fb4fa;
	font-size: 15px;
}
/*blog-list*/
.blog-list-title {
	background: #4fb4fa;
	padding: 0 0 0 15px;
	font: 13px/26px Arial, Helvetica, sans-serif;
	color: #fff;
}
.topic-column {
	width: 250px;
	float: left;
}
.autor-column {
	width: 230px;
	float: left;
}
.forum-column {
	width: 215px;
	float: left;
}
.last-post-column {
	width: 190px;
	float: left;
}
.topics-column {
	width: 100px;
	float: left;
}
.comments-column-left {
	float: left;
	width: 90px;
}
/*blog-item*/
.blog-item {
	height: 1%;
	overflow: hidden;
	margin: 0 12px;
	border-bottom: 1px solid #767676;
	padding: 12px 0 10px;
}
.blog-item h3 {
	color: #4fb4fa;
	font-size: 14px;
	font-weight: normal;
	padding-left: 1px;
}
.blog-item h3 a {
	color: #4fb4fa;
	font-size: 14px;
}
.autor-column h3 {
	color: #ec6e25;
	font-size: 12px;
}
.autor-column h3 a {color: #ec6e25;}
.autor-column img {
	float: left;
	margin-right: 8px;
	border: 1px solid #ed7732;
}
.blog-item .topic-column {
	width: 234px;
	padding-top: 9px;
}
.blog-item .autor-column {width: 260px;}
.blog-item .autor-column div {padding-top: 13px;}
.blog-item .forum-column {
	width: 178px;
	margin-right: 7px;
}
.blog-item .last-post-column {width: 240px;}
.blog-item a {
	color: #ec6e25;
	font-size: 11px;
}
.comments-column, .post-column {
	color: #ec6e25;
	font-size: 11px;
	padding-top: 25px;
	float: left;
}


.post-column {
	background: url(../images/all/bg-post-counter.gif) no-repeat;
	width: 36px;
	line-height: 44px;
	padding-top: 0;
	text-align: center;
}
/*FOOTER*/
#footer {
	background: #f07b05;
	padding: 25px 0 10px;
	margin: 0 -14px 0 -16px;
}
/*footer-column*/
.footer-column {
	float: left;
	padding: 0 30px 0 35px;
}
.footer-column a {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
}
/*search-from*/
.search-from {
	overflow: hidden;
	margin-bottom: 10px;
}
.search-from .input-holder {margin-right: 10px;}
.search-from .btn {margin-top: 3px;}
/*content-form*/
.content-form {padding: 25px 10px 0;}
.content-form h3 {
	font-size: 18px;
	color: #4fb4fa;
	font-weight: normal;
}
/*form-row*/
.form-row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}
/*post-title*/
.post-title {
	width: 358px;
	height: 18px;
	padding: 8px 15px;
	border: 1px solid #6b9fce;
	color: #4fb4fa;
	font-size: 15px;
}
.post-title-small {
	color: #625f60;
	font-size: 11px;
}
/* text-redactor */
.text-redactor {width: 537px;}
.text-redactor-toolbar {
	background: url(../images/all/bg-iframe-top.gif) no-repeat;
	height: 34px;
	padding-top: 6px;
}
.text-redactor-input-area {
	background: url(../images/all/bg-iframe-bottom.gif) no-repeat 0 100%;
	height: 287px;
	padding: 10px 15px 0;
	font-size: 15px;
	line-height: 16px;
	color: #666;
}
.text-redactor-input-area textarea {
	background: none;
	border: 0;
	width: 100%;
	height: 275px;
	overflow: auto;
}
.text-redactor-input-area p {margin-bottom: 10px;}
/*upload-desc*/
.upload-desc img {
	float: left;
	margin-right: 5px;
}
.upload-desc {line-height: 28px;}
.upload-desc span {
	font-size: 15px;
	color: #666;
	padding-right: 5px;
}
.upload-desc a {
	color: #ec6e25;
	font-size: 11px;
}
/*blue-title*/
.blue-title {
	background: #4fb4fa;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	color: #fff;
	padding: 0 15px;
	font-size: 13px;
}
.blue-title h4 {
	float: left;
	font-size: 13px;
}
.blue-title .rss {
	float: right;
	margin-top: 5px;
}
.subscribe {
	float: right;
	color: #fff;
	font-size: 9px;
	margin-top: 5px;
	padding-right: 5px;
}
/*rss*/
.rss {
	width: 49px;
	height: 17px;
	background: url(../images/all/btn-rss.gif) no-repeat;
}
/*blog-area*/
.blog-area {padding: 15px 11px 0;}
.blog-area
.blog-title {
	padding: 0 6px 15px;
	border-bottom: 1px solid #767676;
	margin-bottom: 10px;
}
.blog-title img {
	float: left;
	border: 1px solid #ef8344;
	margin-right: 9px;
}
/*blog-title-desc*/
.blog-title-desc {
	overflow: hidden;
	height: 1%;
}
.blog-title-desc h2 {
	color: #4fb4fa;
	font-size: 25px;
	font-weight: normal;
}
.blog-title-desc strong {
	color: #ec6e25;
	font-size: 12px;
	display: block;
}
.blog-title-desc span {
	color: #625f60;
	font-size: 11px;
}
/*blog-text*/
.blog-text {
	padding: 0 15px 20px;
	margin-bottom: 10px;
	background: url(../images/all/bg-dowble-border.gif) repeat-x 0 100%;
}
.blog-text p {
	font-size: 12px;
	line-height: 19px;
	color: #000;
	margin-bottom: 12px;
}
/*big-image-holder*/
.photo-galery {margin-bottom: 25px;}
.big-image-holder {
	overflow: hidden;
	position: relative;
	width: 396px;
	height: 230px;
	margin-bottom: 8px;
}
.big-image-holder img {
	border: 5px solid #ec6e25;
	position: absolute;
	left: 0;
	top: 0;
}
.small-image-list {
	width: 100%;
	overflow: hidden;
}
.small-image-list li {
	float: left;
	margin-right: 9px;
}
.small-image-list a {
	background: url(../images/all/bg-photo.gif) no-repeat 0 -57px;
	width: 59px;
	height: 44px;
	padding: 7px 6px;
	overflow: hidden;
	display: block;
}
.small-image-list a:hover, .small-image-list a.active {background-position: 0 0;}
/*comments-title*/
.comments-title {
	color:#424242;
	font-size: 15px;
	text-align: center;
	display: block;
}
.comments-title span {
	font-size: 20px;
	color: #ec6e25;
}
.comments-title a {color:#424242;}
/*post-comment-form*/
.post-comment-form {
	padding: 0 6px 20px;
	border-bottom: 1px solid #767676;
	margin-bottom: 7px;
}
.post-comment-form textarea, .easy-textarea {
	width: 530px;
	height: 150px;
	border: 1px solid #549ed7;
	padding: 5px;
	overflow: auto;
	margin-bottom: 11px;
	color: #5f5f5f;
	font: 13px/15px Arial, Helvetica, sans-serif;
}
/*comments-nav*/
.comments-nav {
	color: #ec6e25;
	font-size: 11px;
	text-align: right;
	display: block;
	padding: 0 5px;
}
.comments-nav a {color: #ec6e25;}
.comments-nav a.active {text-decoration: underline;}
/*blog-comments-box*/
.blog-comments-box {
	overflow: hidden;
	padding: 18px 6px 5px;
	border-bottom: 1px solid #767676;
	margin-bottom: 15px;
}
.blog-comments-box a {
	color: #ec6e25;
	font-size: 11px;
}
.blog-comments-box p {margin-bottom: 15px;}
.blog-comments-box img {
	float: left;
	border: 1px solid #ed7732;
	margin-right: 7px;
}
.blog-comment-name-column {
	width: 120px;
	float: left;
	padding-top: 15px;
}
.blog-comment-name-column strong {
	display: block;
	color: #ec6e25;
	font-size: 12px;
}
.blog-comment-name-column span {color: #625f60;}
.blog-comment-text-column {
	width: 315px;
	float: left;
}
/*bulletin-box*/
.bulletin-box {
	padding: 17px 20px;
	overflow: hidden;
	height: 1%;
}
.bulletin-box .photo-holder {
	float: left;
	margin-right: 8px;
	text-align: center;
	font-size: 13px;
	color: #ec6e25;
	width: 145px;
	overflow: hidden;
}

.bulletin-box .photo-holder a strong
{
	color:#EC6E25;
}

.bulletin-box .photo-holder a strong a
{
	color:#EC6E25;
}

.bulletin-box .photo-holder a strong a:hover
{
	color:#EC6E25;
}

.bulletin-box .photo-holder strong a
{
	color:#EC6E25;
}

.bulletin-box .photo-holder strong a:hover
{
	color:#EC6E25;
}

.bulletin-box .photo-holder img {
	margin-bottom: 10px;
	border: 1px solid #000;
}
.report-link {margin-bottom: 20px;}
.report-link a {
	color: #ec6e25;
	font-size: 10px;
	float: right;
}
/*bulletin-text*/
.bulletin-text {
	overflow: hidden;
	width: 380px;
}
.bulletin-image-border img {
	border: 1px solid #ec7129;
	margin-bottom: 15px;
}

.bulletin-text p {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
}
/*quote-menu-holder*/
.quote-menu-holder h4 {color: #5f5f5f;}
.quote-menu {
	float: right;
	padding-top: 2px;
}
.quote-menu li {
	float: left;
	border-left: 1px solid #5c8eb1;
	height: 29px;
	line-height: 24px;
	padding: 0 17px;
	font-size: 13px;
}
.quote-menu a {color: #fff;}
/*reply-message-form*/
.reply-message-form {padding: 14px;}
.reply-message-form strong {
	display: block;
	color: #4fb4fa;
	font-size: 15px;
	margin-bottom: 35px;
	display: block;
}
.reply-message-form .easy-textarea {
	width: 480px;
	margin: 0 0 25px 15px;
}
/*comments-item*/
.comments-item {
	height: 1%;
	overflow: hidden;
	padding: 7px 0 15px 30px;
	border-bottom: 1px solid #bbb9b6;
	vertical-align: top;
}
.comments-item-alt {background: #a7d9fd;}
/*photo-holder*/
.comments-item .photo-holder {
	float: left;
	width: 80px;
	margin-right: 30px;
	overflow: hidden;
	text-align: center;
}
.comments-item .photo-holder img {border: 1px solid #ed7732;}
.comments-item .photo-holder strong {
	display: block;
	color: #ec6e25;
	font-size: 15px;
	margin-bottom: 3px;
}
.comments-item .wrapper {padding-top: 17px;}
.comments-item h5 {
	color: #747273;
	font-size: 11px;
	margin-bottom: 5px;
}
.comments-item h3 a {color: #60BBFA;}
.comments-item p {font-size: 15px;}
/*comments-action-menu*/
.comments-action-menu {margin-bottom: 15px;}
.comments-action-menu li {
	display: inline;
	padding-left: 9px;
	background: url(../images/all/img-comments-separator.gif) no-repeat 2px 50%;
	font-size: 12px;
	color: #ec6e25;
}
.comments-action-menu li:first-child {
	padding-left: 0;
	background: none;
}
.comments-action-menu a {color: #ec6e25;}
/*mail-action-menu*/
.mail-action-menu {float: left;}
.mail-action-menu li {
	display: inline;
	padding-left: 18px;
	background: url(../images/all/img-white-separator.gif) no-repeat 6px 50%;
}
.mail-action-menu li:first-child {
	padding: 0;
	background: none;
}
.mail-action-menu a, .link-compose-message {
	color: #fff;
	font-size: 13px;
}
.mail-action-menu a.active {text-decoration: underline;}
/*blue-heading*/
.blue-heading {
	font-size: 18px;
	color: #4fb4fa;
	font-weight: normal;
}
.blue-heading-small {
	font-size: 15px;
	color: #4fb4fa;
	font-weight: normal;
}
.blue-heading a, .blue-heading-small a {
	color: #ed7732;
	font-size: 10px;
}
.blue-heading-small a {font-size: 12px;}
/*left label*/
.left-label {
	float: left;
	width: 55px;
	text-align: right;
	color: #4fb4fa;
	font-size: 15px;
	padding-top: 10px;
	margin-right: 10px;
}
/*shadow-photo1*/
.shadow-photo1 {
	float: left;
	width: 95px;
	height: 58px;
	padding: 7px;
	overflow: hidden;
	background: url(../images/all/bg-shadow-photo.png) no-repeat;
	margin: 5px 15px 0 0;
}
.events-desc {
	float: left;
	width: 140px;
	padding-top: 5px;
}
.events-desc h3 {
	font-size: 14px;
	color: #60bbfa;
	font-weight: normal;
}
.events-desc strong {
	color: #262626;
	font-size: 14px;
	display: block;
	font-weight: normal;
}

.events-desc strong a {
	color: #262626;
}

.events-desc em {
	color: #817f80;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}

.events-desc em a{
	color:#EC6E25;
}

.comments-item-alt h3, .comments-item-alt em {color: #fff;}
.events-text {
	float: left;
	width: 270px;
	padding-top: 5px;
}
.events-text p {color: #262626;}
/*content-box-inner*/
.content-box-inner {padding: 7px 12px;}
/*table*/
.events-table2 {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
.events-table2 td {
	font-size: 11px;
	line-height: 24px;
	color: #5f5f5f;
	padding: 0 15px 0 0;
}
.events-table2 a, .events-table a {color: #ec6e25;}
/*compose-form*/
.compose-form strong {margin-bottom: 5px;}
.compose-form .post-title {
	width: 460px;
	margin-left: 15px;
}
/*report-action-menu*/
.report-action-menu {float: right;}
.report-action-menu a {float: none;}
.report-action-menu li {
	display: inline;
	padding-left: 14px;
	background: url(../images/all/img-orange-separator.gif) no-repeat 5px 50%;
}
.report-action-menu li:first-child {background: none;}
/*checkbox-holder*/
.checkbox-holder label {
	overflow: hidden;
	height: 1%;
	font-size: 12px;
	line-height: 18px;
	color: #575a5d;
	padding-top: 8px;
	width: 50%;
	display: block;
}
.checkbox-holder .checkboxArea, .checkbox-holder .checkboxAreaChecked {
	float: left;
	margin-right: 10px;
}
/*gray-box*/
.gray-box {
	background: url(../images/all/bg-gray-box-top.gif) no-repeat;
	width: 360px;
	padding-top: 11px;
}
.gray-box-wrapper {
	background: #e7e7e7 url(../images/all/bg-gray-box-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 0 14px 10px;
}
.gray-box p {
	color: #5f5f5f;
	line-height: 18px;
	font-size: 12px;
}
/*easy-list*/
.easy-list li {
	padding-left: 8px;
	background: url(../images/all/img-gray-bullet.gif) no-repeat 0 7px;
	color: #5f5f5f;
	line-height: 18px;
	font-size: 12px;
}
/*photo-list1*/
.photo-list1 {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.photo-list1 ul {
	width: 120%;
	overflow: hidden;
}
.photo-list1 li {
	float: left;
	margin-right: 45px;
	text-align: center;
}
.photo-list1 img {
	margin-bottom: 5px;
	border: 1px solid #373737;
}
.photo-list1 a {
	color: #ec6e25;
	font-size: 12px;
}
/*manage-box*/
.manage-box {
	border-top: 1px solid #767676;
	padding-top: 20px;
}
/*input-gray*/
.input-gray {
	width: 233px;
	height: 15px;
	background: #f3f3f3;
	padding: 5px;
	font-size: 14px;
	color: #575a5d;
	border: 1px solid #9cf;
}
/*form-label*/
.form-label {
	font-size: 12px;
	color: #575a5d;
	line-height: 18px;
	display: block;
}
/*news-list*/
.news-list {padding: 0 10px;}
/*news-item*/
.news-item {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #767676;
	padding: 15px 0;
}
/*shadow-photo*/
.shadow-photo {
	float: left;
	width: 103px;
	height: 77px;
	padding: 8px;
	background: #ec6e25 url(../images/all/bg-shadow-photo2.gif) no-repeat;
	overflow: hidden;
	margin-right: 15px;
}
.shadow-photo:hover {background-color: #4fb4fa;}
.news-item .wrapper {overflow: hidden;}
.news-item .wrapper h3 {
	color: #4fb4fa;
	font-size: 16px;
	font-weight: normal;
	float: left;
}
.news-item .wrapper h3 a {color: #4fb4fa;}
.news-item .comments-action-menu {float: right;}
.news-item .comments-action-menu li {
	background: url(../images/all/img-orange-separator.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
.news-item .comments-action-menu li:first-child {
	background: none;
	padding: 0;
}
.news-item .comments-action-menu a {font-size: 12px;}
.news-item p {
	font-size: 12px;
	line-height: 16px;
}
.news-item p a {
	font-style: italic;
	color: #ec6e25;
	text-decoration: underline;
}
.news-item p a:hover {text-decoration: none;}
/*breadcrumbs*/
.breadcrumbs li {background-image: url(../images/all/img-white-arrow-separator.gif);}
/*content-text*/
.content-text {padding: 30px 16px 0;}
/*shadow-photo2*/
.shadow-photo2 {
	background: #ec6e25 url(../images/all/bg-shadow-photo3.gif) no-repeat;
	padding: 9px;
	margin-right: 8px;
}
/*content-text*/
.content-text p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}
/*upload-photos-gray-box-holder*/
.upload-photos-gray-box-holder {
	width: 361px;
	overflow: hidden;
	margin-bottom: 20px;
}
/*blue-link*/
.blue-link {
	font-size: 13px;
	color: #4fb4fa;
}
/*blue-label*/
.blue-label {
	color: #4fb4fa;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
}
/*separator-form-text*/
.separator-form-text {
	font-size: 15px;
	color: #5f5f5f;
	line-height: 27px;
	font-weight: bold;
	padding: 0 4px;
}
/*orange-box*/
.orange-box {
	border: 1px solid #ed7732;
	width: 493px;
	overflow: hidden;
	margin-bottom: 15px;
}
.orange-title-box {
	background: #f1925b;
	height: 27px;
	overflow: hidden;
}
.orange-title-box .checkboxAreaChecked, .orange-title-box .checkboxArea {
	margin: -3px 5px 0;
	float: left;
	display: inline;
}
.orange-title-box label {
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
}
/*scroll-area1*/
.scroll-area-holder {width: 496px;}
.scroll-area1-inner {padding: 0 15px;}
.scroll-area1 {
	height: 472px;
	overflow: hidden;
	margin: 10px 0 0;
}
/*friend-list*/
.friend-list-item {
	padding: 15px;
	border-bottom: 1px solid #bdbcbc;
	overflow: hidden;
}
.friend-list-item img {
	float: left;
	border: 1px solid #373737;
	margin-right: 10px;
}
.friend-list-item h4 {
	color: #ec6e25;
	font-size: 15px;
}
.friend-list-item address {
	color: #5f5f5f;
	font-size: 13px;
	font-style: normal;
}
.friends-desc {min-height: 100px;}
/*left-check-box-holder*/
.left-check-box-holder .checkboxAreaChecked, .left-check-box-holder .checkboxArea {float: left;}
.left-check-box-holder label {
	color: #5f5f5f;
	font-size: 13px;
	line-height: 35px;
}
/*vscroll-bar*/
.vscroll-bar{
	position:absolute;
	width:15px !important;
	margin:0;
	padding:0;
	height: 99% !important;
}
.vscroll-line{
	overflow:hidden;
	border: 1px solid #d1d1d1;
}
.vscroll-slider{
	background:#4fb4fa url(../images/all/bg-scroll1.gif) no-repeat;
	width: 11px !important;
	margin-left: 3px;
	overflow: hidden;
}
/*contact-list*/
.contact-list .friend-list-item .checkboxArea, .contact-list .friend-list-item .checkboxAreaChecked {
	float: left;
	margin: -5px 20px 0 0;
}
.contact-list .friend-list-item .blue-heading {
	float: left;
	width: 185px;
}
/*border-box*/
.border-box {
	border-bottom: 1px solid #767676;
	margin-bottom: 20px;
	padding: 0 10px 20px;
}
/*profile comments*/
.comments-border-box {
	border-bottom: 1px solid #767676;
	margin-bottom: 20px;
	padding: 0 10px 20px;
}
/*label-gray*/
.label-gray {
	width: auto;
	color: #5f5f5f;
}
/*orange-link*/
.orange-link {
	color: #ec6e25;
	font-size: 11px;
}
/*account-canellation*/
.account-canellation {
	color: #5f5f5f !important;
	font-size: 15px;
	font-weight: normal;
}
.account-canellation a {font-size: 13px;}
/*new-password*/
.new-password label {
	width: 150px;
	text-align: right;
	margin-right: 13px;
	font-weight: bold;
}
.new-password .form-row {margin-bottom: 8px;}
/*form-col*/
.form-col {
	width: 290px;
	float: left;
}
.form-col span {
	font-size: 14px;
	color: #5f5f5f;
	padding-top: 11px;
	float: left;
	width: 250px;
}
.form-col .checkboxArea, .form-col .checkboxAreaChecked {
	float: left;
	margin: 5px 10px 0 0;
}
/*gray-box2*/
.gray-box2 {
	background: #c1bdbd;
	padding: 20px 15px;
}
.gray-box2 p {
	font-size: 11px;
	line-height: 16px;
	color: #231f20;
	margin-bottom: 15px;
}
.gray-box2 p strong {
	display: inline;
	color: #231f20;
	font-size: 11px;
}
/*join-form*/
.join-form {padding: 20px 6px;}
.join-form .form-row {margin-bottom: 10px;}
.join-form-desc-box {
	overflow: hidden;
	height: 1%;
}
.join-form label {
	float: left;
	width: 205px;
	color: #4fb4fa;
	font-size: 18px;
	line-height: 28px;
}
.join-form fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 30px;
}
.join-form .selectArea {
	float: left;
	margin-right: 5px;
}
/*join-form*/
.join-form .checkboxArea, .join-form .checkboxAreaChecked {
	float: left;
	margin-right: 5px;
}
.join-form .join-form-text {
	float: left;
	color: #666;
	font-size: 12px;
	line-height: 35px;
	padding-right: 10px;
}
.join-form p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}
/*white-box*/
.white-box {
	background: url(../images/all/bg-white-box.gif) no-repeat;
	padding-top: 15px;
	margin-bottom: 10px;
}
.white-box-holder {
	background: url(../images/all/bg-white-box.gif) no-repeat 0 100%;
	padding: 0 15px 20px;
}
.white-box p {
	font-size: 15px;
	line-height: normal;
}
/*btn-sign-up*/
.btn-sign-up {
	width: 266px;
	height: 59px;
	margin: 0 auto;
	background: url(../images/all/btn-sign-up.gif) no-repeat;
}
/*code*/
.code {
	background: url(../images/all/bg-code.gif) no-repeat;
	padding: 4px;
}
/*reload-image*/
.reload-image {
	width: 31px;
	margin-bottom: 20px;
	display: block;
}
/*small-checkbox*/
.small-checkbox span {
	font-size: 11px;
	line-height: 25px;
	color: #666;
	float: left;
}
/*alfa-list*/
.alfa-list {display: inline;}
.alfa-list li {
	display: inline;
	padding-left: 5px;
}
.alfa-list a {
	font-size: 13px;
	color: #5f5f5f;
}
/*woly-frids-form*/
.woly-frids-form {padding: 10px 14px;}
/*friends-action-menu*/
.friends-action-menu {float: left;}
.friends-action-menu li {
	float: left;
	padding-left: 17px;
	font-size: 12px;
	color: #ec6e25;
	background: url(../images/all/img-orange-separator2.gif) no-repeat 8px 50%;
	line-height: 22px;
}
.friends-action-menu a {color: #ec6e25;}
.friends-action-menu li:first-child {
	background: none;
	padding: 0;
}
.friends-action-menu .checkboxArea, .friends-action-menu .checkboxAreaChecked {
	float: left;
	margin-right: 5px;
}
/*listing*/
.listing {
	display: block;
	color: #5f5f5f;
	font-size: 12px;
	margin-bottom: 2px;
}
/*friend-form-list*/
.friend-form-list {
	width: 456px;
	padding: 5px 0 0 5px;
	height: 155px;
	margin: 5px auto 0;
	/*background: #ed7732 url(../images/all/bg-photo-list.gif) no-repeat;*/
}
.friend-form-list-alt {background-color: #fff;}
.friend-form-list li {
	float: left;
	width: 94px;
	padding: 0 10px 0 9px;
}
.friend-form-list .checkboxArea, .friend-form-list .checkboxAreaChecked {margin: 0 auto;}
.friend-form-list span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}
.friend-form-list-alt span {color: #ec6e25;}
.friend-form-list img {
	border: 1px solid #383533;
	margin-bottom: 15px;
}
/*comments-form-head-line*/
.comments-form-head-line {
	display: block;
	text-align: right;
	font-size: 11px;
	color: #636769;
	line-height: 25px;
	margin-bottom: 10px;
}
.comments-form-head-line a {color: #ec6e25;}
.comments-form textarea {
	height: 114px;
	border-color: #fadbc8;
}
.comments-form {
	border-color: #d4d5da;
	margin: 0 10px;
}
/*blog-title2*/
.blog-title2 {margin-bottom: 10px;}
.blog-title2 h3 {
	float: left;
	color: #4fb4fa;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
}
.blog-title2 span {
	float: right;
	color: #615f60;
	font-size: 11px;
}
/*latest-video-box*/
.latest-video-box {padding: 9px 0 9px 9px;}
.latest-video-box-border {
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 10px;
}
/*player-holder*/
.player-holder {
	float: left;
	width: 416px;
}
/*player-holder*/
.more-videos-holder {
	float: right;
	width: 149px;
}
/*video-title*/
.video-title {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	display: block;
	font-weight: normal;
}
.video-title a {color: #ec6e25;}
/*scroll-area2*/
.scroll-area2 {
	height: 312px;
	width: 100%;
	overflow: hidden;
}
/*photo-list2*/
.photo-list2 li {height: 105px;}
.photo-list2 img {
	background: #f07b05 url(../images/all/bg-scroll-area-photo.gif) no-repeat;
	padding: 7px;
	margin-bottom: 1px;
}
.photo-list2 strong {
	font-size: 11px;
	line-height: 12px;
	color: #636769;
	padding: 0 20px 0 15px;
	display: block;
	font-weight: normal;
}
/*rate-holder*/
.video-player-desc-box {padding: 0 17px;}
.video-player-desc-box h3, .video-player-desc-box img, .video-player-desc-box span {
	float: left;
	margin-right: 5px;
}
.video-player-desc-box span {
	color: #625e58;
	margin-top: 7px;
}
/*rate-holder */
.rate-holder {margin-bottom: 5px;}
/*woly-wake-box*/
.woly-wake-box {
	margin: 0 6px 5px;
	border-bottom: 1px solid #d4d5da;
	padding: 10px 0 5px;
}
.woly-wake-box p {
	font-size: 10px;
	color: #625e58;
}
.woly-wake-box h4 {
	font-size: 14px;
	color: #575a5d;
	display: block;
}
/*woly-wake-photo-holder*/
.woly-wake-photo-holder {
	float: left;
	width: 165px;
	margin-right: 5px;
}

.woly-wake-box .blue-heading {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
}
.woly-wake-photo-holder .blue-heading {text-align: center;}
/*people-desc*/
.people-desc {
	font-size: 13px;
	color: #625e58;
	padding-top: 10px;
}
.people-desc img {display: inline;}
.online-label {font-size: 10px;}
/*ico-menu*/
.ico-menu {
	float: left;
	padding-left: 25px;
	width: 130px;
}
.ico-menu li {
	width: 100%;
	vertical-align: top;
}
.ico-menu a {
	font-size: 14px;
	line-height: 25px;
	color: #ec6e25;
	display: block;
	padding-left: 30px;
}
.ico-menu a.ico-menu-item-1 {background: url(../images/all/ico-3.gif) no-repeat 0 50%;}
.ico-menu a.ico-menu-item-2 {background: url(../images/all/ico-4.gif) no-repeat 0 50%;}
.ico-menu a.ico-menu-item-3 {background: url(../images/all/ico-5.gif) no-repeat 0 50%;}
.ico-menu a.ico-menu-item-4 {background: url(../images/all/ico-6.gif) no-repeat 0 50%;}
.ico-menu a.ico-menu-item-5 {background: url(../images/all/ico-7.gif) no-repeat 0 50%;}
.ico-menu2 a.ico-menu-item-6 {background: url(../images/all/ico-8.gif) no-repeat 0 50%;}
.ico-menu2 a.ico-menu-item-7 {background: url(../images/all/ico-9.gif) no-repeat 0 50%;}
.ico-menu2 a.ico-menu-item-8 {background: url(../images/all/ico-10.gif) no-repeat 0 50%;}
.ico-menu2 a.ico-menu-item-9 {background: url(../images/all/ico-11.gif) no-repeat 0 50%;}
.ico-menu2 a.ico-menu-item-10 {background: url(../images/all/ico-12.gif) no-repeat 0 50%;}
.ico-menu2 {
	width: 100%;
	overflow: hidden;
}
.ico-menu2 li {
	float: left;
	padding: 0 25px 0 10px;
}
.ico-menu2 a {
	float: left;
	padding: 15px 0 0 35px;
	line-height: 20px;
	color: #ec6e25;
	font-size: 14px;
}
.mail-center-menu li {padding-right: 5px;}
.mail-center-menu {padding-top: 5px;}
.mail-center-menu a {
	background-position: 0 50% !important;
	padding-top: 0;
	line-height: 30px;
}
/*events-table*/
.events-table {
	margin: 10px auto 0;
	padding: 0;
	width: 310px;
	border: 0;
	border-collapse: collapse;
}
.events-table td {
	padding: 0 0 0 5px;
	color: #5f5f5f;
	font-size: 11px;
	line-height: 24px;
}
/*bulletin-board-item*/
.bulletin-board-item {
	padding: 8px 20px 0;
	border-bottom: 1px solid #a7a8ac;
	font-size: 12px;
	line-height: 15px;
	color: #817f80;
}
.bulletin-board-item .post-column {
	line-height: 9px;
	height: 35px;
	width: 26px;
	padding: 10px 5px 0;
	font-size: 10px;
	margin: 0 10px 6px 0;
}
.bulletin-board-item strong {
	display: block;
	font-weight: normal;
	color: #50b5fb;
}
.bulletin-board-item strong a {color: #50b5fb;}
.bulletin-board-item p a {color: #ed6f26;}
.bulletin-board-item p {margin-bottom: 15px;}
.bulletin-board-item:hover/*, .bulletin-board-item.hover */{background: #f2f6f9;}
/*profiles-list*/
.profiles-list {
	width: 100%;
	overflow: hidden;
}
.profiles-list ul {
	overflow: hidden;
	width: 110%;
	padding-left: 10px;
}
.content .profiles-list ul {padding: 10px 0 0 15px;}
.profiles-list li {
	float: left;
	width: 151px;
	margin-bottom: 8px;
}

.top-10-video-list li {
	float: left;
	width: 151px;
	margin-bottom: 8px;
	min-height:165px;
}

.content .profiles-list li {margin-right: 39px;}
.profiles-list img {
	background: url(../images/all/bg-profile-photo.gif) no-repeat;
	padding: 4px;
}
.profiles-list strong {
	display: block;
	text-align: center;
	color: #ec6e25;
	line-height: 18px;
	font-size: 15px;
	font-weight: normal;
}
.profiles-list a:hover {text-decoration: none;}
/*shadow-photo3*/
.shadow-photo3 {
	background: url(../images/all/bg-shadow-photo4.gif) no-repeat;
	padding: 11px;
	margin-right: 10px;
}
/*right-button-holder*/
.right-button-holder {
	overflow: hidden;
	height: 1%;
	padding: 5px 10px 0 0;
}
/*add-comment-menu*/
.add-comment-menu {float: left;}
.add-comment-menu li {
	display: inline;
	padding-left: 10px;
	background: url(../images/all/img-orange-separator2.gif) no-repeat 3px 50%;
}
.add-comment-menu li:first-child {
	padding-left: 0;
	background: none;
}
.add-comment-menu a {
	color: #ec6e25;
	font-size: 11px;
}
/*photo-list3*/
.photo-list3 li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.photo-list3 p {
	margin-bottom: 5px;
	font-size: 15px;
}
.photo-list3 p a {color: #ec6e25;}
/*friend-update-box*/
.friend-update-box {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5px;
}
/*scroll-area3*/
.scroll-area3 {
	height: 314px;
	overflow: hidden;
}
.scroll-area3-wrapper {padding-right: 15px;}
/*top-10-photos-list*/
.top-10-photos-list {padding-top: 10px;}
.top-10-photos-list img {
	background:url(../images/all/bg-shadow-photo5.gif) no-repeat;
	padding: 7px 6px;
}
/*photo-carusel-box*/
.photo-carusel-box {background: url(../images/all/bg-carusel.gif) repeat-x;}
/*photo-carusel-box-desc*/
.photo-carusel-box-desc {padding: 10px 0 0 15px;}
.photo-carusel-box-desc h3 {
	font-size: 18px;
	color: #ec6e25;
	font-weight: normal;
}
.photo-carusel-box-desc a {color: #ec6e25;}
.photo-carusel-box-desc em {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	font-style: normal;
}
/*top-10-video-list*/
.top-10-video-list {padding-top: 10px;}
.top-10-video-list img {
	background: #0f6ecd url(../images/all/bg-shadow-photo6.gif) no-repeat;
	padding: 3px;
}
.top-10-video-list strong {
	font-size: 10px;
	line-height: 10px;
	color: #4fb4fa;
	margin: 0;
	padding: 2px;
	text-align:left;
}
.top-10-video-list em {
	font-size: 10px;
	line-height: 10px;
	color: #666;
	font-style: normal;
	display: block;
	padding-left: 3px;
}
.top-10-video-list span {color: #ec6e25;}
/*podcast-list*/
.podcast-list .topic-column {padding-top: 0;}
.podcast-list .ico-image {
	float: left;
	margin: 0 5px 13px 0;
}
.podcast-list .post-column {background: none;}
.podcast-list .blog-item {
	padding: 0;
	border: 0;
}
.blog-item-columns {
	border-bottom: 1px solid #767676;
	padding: 12px 0 10px;
}
.blog-item .blog-area {
	padding-left: 0;
}
/*ticker*/
.ticker {
	width: 553px;
	padding: 0 7px 0 20px;
	height: 46px;
	background: url(../images/all/bg-ticker1.png) no-repeat;
	overflow: hidden;
	color: #fff;
	margin-bottom: 8px;
}
.ticker img {
	float: left;
	border: 1px solid #ed7732;
	margin-top: 1px;
	margin-right: 5px;
}
/*location*/
.location {
	float: left;
	width: 210px;
}
.location span {
	display: block;
	font-size: 15px;
}
.location strong {
	font-size: 20px;
	font-weight: normal;
}
.location a {
	color: #ec6e25;
	font-size: 10px;
	position: relative;
}
.location img {margin-top: 2px;}
.location em {
	font-style: normal;
	font-size: 13px;
	display: block;
	padding-top: 5px;
}
/*weather-holder*/
.weather-holder {
	float: right;
	width: 265px;
}
.weather-desc {
	float: left;
	width: 117px;
	padding-top: 4px;
}
.weather-desc span {
	font-size: 11px;
	line-height: 12px;
}
/*temperature*/
.temperature {
	float: left;
	font-size: 35px;
	padding-right: 25px;
	font-weight: normal;
	background: url(../images/all/img-ticker-triangle1.gif) no-repeat 100% 50%
}
.content .temperature {background: none;}
/*ticker2*/
.ticker2 {
	background: url(../images/all/bg-ticker2.png) no-repeat;
	color: #ec6e25;
}
.ticker2 .temperature {background-image: url(../images/all/img-ticker-triangle2.gif);}
/*login-form*/
.login-form {
	padding: 10px 8px 0;
	margin-bottom: -15px;
	overflow: hidden;
}
.login-form label {
	float: left;
	width: 85px;
	font-size: 16px;
	line-height: 33px;
	color: #5f5f5f;
}
.login-form .form-row {margin-bottom: 8px;}
/*forgot-password*/
.forgot-password {
	float: right;
	font-size: 10px;
	color: #ed6f25;
}
/*forum-posts*/
.forum-posts li {
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	border-bottom: 1px solid #acd5da;
	padding: 8px 0;
	font-size: 11px;
	color: #666;
}
.forum-posts div a {color: #4fb4fa;}
.forum-posts div p a {color: #EC6E25;}
.forum-posts div {
	float: left;
	width: 200px;
	padding: 0 20px 0 8px;
}
.forum-posts strong {
	font-size: 14px;
	line-height: 16px;
	color: #4fb4fa;
	font-weight: normal;
}
.forum-posts p {
	font-size: 11px;
	line-height: 15px;
	color: #625f60;
}
/*podcast-list2*/
.podcast-list2 div {
	background: url(../images/all/ico-13.gif) no-repeat 7px 2px;
	padding-left: 30px;
}
/*latest-video-box-main*/
.latest-video-box-main {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px 0 13px;
}
.latest-video-box-main img {margin: 5px auto 0;}
/*upcomimg-events-list*/
.upcomimg-events-list {
	padding: 6px 0 0 10px;
	float:left;
	width:576px;
}
.upcomimg-events-list li {
	float: left;
	margin-left: 4px;
	display: inline;
}
.upcomimg-events-list a {
	display: block;
	width: 108px;
	height: 144px;
	padding: 13px 13px 0;
	overflow: hidden;
	background: url(../images/all/bg-upcoming-events.gif) no-repeat;
	overflow: hidden;
	text-decoration: none !important;
}
.upcomimg-events-list a:hover, .upcomimg-events-list a.active {background-position: 0 100%;}
.upcomimg-events-list strong {
	display: block;
	color: #262626;
	font-size: 13px;
	font-weight: normal;
	padding-left: 0px;
}
.upcomimg-events-list img {margin-bottom: 10px;}
.upcomimg-events-list span {
	color: #817f80;
	font-size: 12px;
	padding-left: 0px;
	display: block;
}
/*galery*/
.galery {
	width: 510px;
	height: 130px;
	position: relative;
	margin: 16px auto 0;
	overflow:hidden;
}
.galery ul {display:table-row;}
.galery li{
	display:table-cell;
	padding-right:10px;
}
.galery a {
	display: block;
	width: 119px;
	overflow: hidden;
	text-decoration: none !important;
}
.galery a:hover span, .galery a:hover {color: #4fb4fa;}
.galery a:hover img {background-color: #4fb4fa;}
.galery img {
	padding: 8px;
	background: #f07b05 url(../images/all/bg-shadow-photo2.gif) no-repeat;
}
.galery span {
	color: #636769;
	font-size: 11px;
	line-height: 12px;
	display: block;
	padding-left: 5px;
}
/*btn-close*/
.btn-close, .btn-minimize {
	float: right;
	margin-top: 15px;
	margin-right: 7px;
	position: relative;
}
.btn-close {margin-right: 15px;}
/*scroll-track*/
.scroll-track {margin: 0 auto;}
/*scroll-area-chat1*/
.scroll-area-chat1 {
	height: 305px;
	margin-top: 5px;
	overflow: hidden;
}
.scroll-area-chat2 {
	height: 465px;
	margin-top: 5px;
	overflow: hidden;
}
/*online-community*/
.online-community {
	width: 278px;
	padding-left: 11px;
}
.online-community li {
	border-bottom: 1px solid #cbced6;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
	padding: 13px 0;
}
.online-community-ava {
	float: left;
	margin-right: 10px;
}
.online-community img {display: inline;}
.online-community strong {
	color: #383530;
	font-size: 14px;
}
.online-community span {
	color: #4fb4fa;
	font-size: 11px;
}
/*chat*/
.online-community a.chat {
	font-size: 10px;
	color: #ec6e25;
}
.online-community span.offline {
	font-size: 10px;
	color: #817f80;
}
/*chat-scroll-area*/
.chat-scroll-area {
	background: #fff;
	border: 1px solid #4fb4fa;
	padding: 11px 6px 0;
	height: 144px;
	overflow: auto;
	margin-top: 9px;
	clear: both;
}
.chat-scroll-area p {
	color: #625f60;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
}
.chat-scroll-area p strong {
	font-weight: normal;
	font-size: 13px;
}
.chat-scroll-area p strong.blue-user {color: #4fb4fa;}
.chat-scroll-area p strong.orange-user {color: #ec6e25;}
/*textarea-form*/
.textarea-form {padding: 0 9px;}
.textarea-form textarea {
	width: 272px;
	height: 84px;
	overflow: auto;
	background: none;
	padding: 5px;
	border: 1px solid #ec6e25;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #666;
}
/*online-friends-status*/
.online-friends-status {
	display: block;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 16px;
}
.online-friends-status .online-friends {color: #4fb4fa;}
.online-friends-status .count-message {color: #ec6e25;}
/*popup-header*/
.popup-header {
	position: relative;
	height: 10px;
}
/*btn-popup-close*/
.btn-popup-close {
	width: 70px;
	height: 15px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	background:url(../images/all/btn-popup-close.gif) no-repeat;
}
.btn-popup-drag {
	width: 27px;
	height: 13px;
	display: block;
	position: absolute;
	right: 83px;
	top: 3px;
	overflow: hidden;
	text-indent: -9999px;
	background:url(../images/all/btn-drag.gif) no-repeat;
}
.popup-skin2 .btn-popup-close {
	width: 58px;
	height: 12px;
	background:url(../images/all/btn-popup-close2.gif) no-repeat;
}
.popup-skin2 .btn-popup-drag {
	width: 22px;
	height: 11px;
	background:url(../images/all/btn-drag2.gif) no-repeat;
	top: 0;
	right: 65px;
}
/*popup-form*/
.popup-form label {
	width: 95px;
	font-size: 18px;
	color: #4daef2;
}
/*edit-form*/
.edit-form input {color: #666;}
/*photo-delete-box*/
.photo-delete-box {
	width: 78px;
	text-align: center;
	margin-bottom: 20px;
}
.photo-delete-box img {
	border: 1px solid #ee8243;
	margin-bottom: 5px;
}
.photo-delete-box a {
	color: #ec6e25;
	font-size: 13px;
	font-weight: bold;
}
/*popup-title*/
.popup-title {
	font-size: 30px;
	color: #4fb4fa;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
}
/*event-popup-box*/
.event-popup-box {
	width: 396px;
	padding: 70px 0 0 20px;
}
.event-popup-box .event-title {
	display: block;
	color: #4fb4fa;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: normal;
}
.event-popup-box img {
	border: 6px solid #ec6e25;
	margin-bottom: 20px;
}
.event-popup-box-text {
	background: #fff;
	padding: 5px 15px;
}
.event-popup-box-text p {
	font-size: 12px;
	line-height: 20px;
}
/*podcastvideo-box*/
.podcastvideo-box {
	width: 416px;
	overflow: hidden;
	margin: 30px auto 0;
	font-size: 11px;
	color: #5f5f5f;
}
/*podcastvideo-title-box*/
.podcastvideo-title-box {padding: 10px 0;}
.podcastvideo-title-box img {
	float: left;
	border: 1px solid #ec6e25;
	margin-right: 6px;
}
.podcastvideo-title-box strong {
	display: block;
	color: #4fb4fa;
	font-size: 15px;
	font-weight: normal;
}
.podcastvideo-title-box span {display: block;}
.slider {
	overflow: hidden;
	width: 100%;
}
/*hor-scroll-bar*/
.hscroll-slider {
	background: url(../images/mooflow/img-carusel-nav-scroll-bar.png) no-repeat;
	margin-top: 1px;
	width: 30px !important;
	height: 15px !important;
	overflow: hidden;
	top: 4px !important;
}
.hscroll-line {
	background: url(../images/mooflow/img-carusel-nav-track.png) no-repeat;
	top: 4px !important;
}
.hscroll-left {
	width: 18px;
	height: 20px;
	background: url(../images/mooflow/img-carusel-nav-prev.png) no-repeat;
}
.hscroll-right {
	width: 18px;
	height: 20px;
	background: url(../images/mooflow/img-carusel-nav-next.png) no-repeat;
}
.hscroll-left img, .hscroll-right img {display: none;}


/*------------Added by BitGear--------------------*/
.error-panel
{
	font-size:12px;
	color:#FF0000;	
	background:#D1ECFE;
	padding:10px;
}

.error-panel ul
{
	list-style:disc;
	padding:10px;
}

#testWrap
{
	width:350px;
	float:left;
}


#previewWrap
{
	float:right;
	width:180px;
	margin:0 0 0 15px;
}

#previewWrap p
{
	color:#4FB4FA;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}

.reply-message-form .easy-textarea1 {
	width: 440px;
	margin: 10px 0 0 0;
}

.join-form .left-label1 {
	float: left;
	text-align: left;
	color: #4fb4fa;
	font-size: 15px;
	width:110px;
}

.comments-item-alt h3 a {color: #fff;}

.newitem,
.newitem a,
.newitem p
{
	font-weight:bold;
}

.woly-wake-box-logout {
	margin: 0 6px 5px 15px;
	padding:5px 0 0;
}

.woly-wake-box-logout h4 {
	font-size: 14px;
	color: #575a5d;
	display: block;
}
.woly-wake-box-logout .woly-wake-photo-holder {
	float: left;
	width: 90px;
	margin-right: 5px;
}

.woly-wake-box-logout .woly-wake-photo-holder img {
	border:solid 1px #EF8344;
}

.woly-wake-box-logout .blue-heading {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
}

.woly-wake-box-logout .headline {
	font-size: 11px;
	font-weight: bold;
	color:#4FB4FA;
}

.woly-wake-box-logout .people-desc {
	font-size: 11px;
	color: #625e58;
	padding-top: 5px;
}

.woly-wake-box-logout .button {
	padding: 8px 0 0;
}

.woly-wake-box-logout .left 
{
	float:left;
	width:120px;
}

.woly-wake-box-logout .right 
{
	float:right;
	width:120px;
}

.confirmation
{
	margin:20px 0;
}

.woly-wake-photo-holder img {
	border:solid 1px #000000;
}


.mOver{background-color:#003366; color:#FFFFFF;}
.mOut{background-color:#FFFFFF; color:#000000;}


/*rating start*/
/* star rating section */
div.rating ul,
div.rating-info strong {
	width: 98px;
	height: 17px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: url(../images/all/matrix.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div.rating-info-border strong {
	width: 98px;
	height: 17px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: url(../images/all/matrix-border.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div.rating .selected05, div.rating-info .selected0 {background-position:0 0}
div.rating .selected05, div.rating-info .selected05 {background-position:0 -17px}
div.rating .selected1, div.rating-info .selected1 {background-position:0 -34px}
div.rating .selected15, div.rating-info .selected15 {background-position:0 -51px}
div.rating .selected2, div.rating-info .selected2 {background-position:0 -68px}
div.rating .selected25, div.rating-info .selected25 {background-position:0 -85px}
div.rating .selected3, div.rating-info .selected3 {background-position:0 -102px}
div.rating .selected35, div.rating-info .selected35 {background-position:0 -119px}
div.rating .selected4, div.rating-info .selected4 {background-position:0 -136px}
div.rating .selected45, div.rating-info .selected45 {background-position:0 -153px}
div.rating .selected5, div.rating-info .selected5 {background-position:0 -170px}

div.rating .selected05, div.rating-info .selected00,div.rating-info-border .selected00 {background-position:0 0}
div.rating .selected05, div.rating-info .selected05,div.rating-info-border .selected05 {background-position:0 -17px}
div.rating .selected10, div.rating-info .selected10,div.rating-info-border .selected10 {background-position:0 -34px}
div.rating .selected15, div.rating-info .selected15,div.rating-info-border .selected15 {background-position:0 -51px}
div.rating .selected20, div.rating-info .selected20,div.rating-info-border .selected20 {background-position:0 -68px}
div.rating .selected25, div.rating-info .selected25,div.rating-info-border .selected25 {background-position:0 -85px}
div.rating .selected30, div.rating-info .selected30,div.rating-info-border .selected30 {background-position:0 -102px}
div.rating .selected35, div.rating-info .selected35,div.rating-info-border .selected35 {background-position:0 -119px}
div.rating .selected40, div.rating-info .selected40,div.rating-info-border .selected40 {background-position:0 -136px}
div.rating .selected45, div.rating-info .selected45,div.rating-info-border .selected45 {background-position:0 -153px}
div.rating .selected50, div.rating-info .selected50,div.rating-info-border .selected50 {background-position:0 -170px}


div.rating ul li {
	cursor: pointer;
	float: left;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
}
div.rating ul li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 9px;
	height: 17px;
	text-decoration: none;
	z-index: 200;
	overflow: hidden;
	outline: none;
}
div.rating ul li.option05 a {left:0;}
div.rating ul li.option1 a {left:9px;}
div.rating ul li.option15 a {left:20px;}
div.rating ul li.option2 a {left:29px;}
div.rating ul li.option25 a {left:40px;}
div.rating ul li.option3 a {left:49px;}
div.rating ul li.option35 a {left:60px;}
div.rating ul li.option4 a {left:69px;}
div.rating ul li.option45 a {left:80px;}
div.rating ul li.option5 a {left:89px;}
div.rating ul li a:hover {
	z-index: 2;
	width: 99px;
	height: 17px;
	overflow: hidden;
	left: 0;
	background: url(../images/all/matrix.png) no-repeat 0 -17px;
	outline: none;
}
div.rating ul li.option05 a:hover {background-position:0 -17px;}
div.rating ul li.option1 a:hover {background-position:0 -34px;}
div.rating ul li.option15 a:hover {background-position:0 -51px;}
div.rating ul li.option2 a:hover {background-position:0 -68px;}
div.rating ul li.option25 a:hover {background-position:0 -85px;}
div.rating ul li.option3 a:hover {background-position:0 -102px}
div.rating ul li.option35 a:hover {background-position:0 -119px}
div.rating ul li.option4 a:hover {background-position:0 -136px}
div.rating ul li.option45 a:hover {background-position:0 -153px}
div.rating ul li.option5 a:hover {background-position:0 -170px}

div.rating-info-small1 strong {
	width: 74px;
	height: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: url(../images/all/matrix-small.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

div.rating-info-small1 .selected05 {background-position:0 0}
div.rating-info-small1 .selected05 {background-position:0 -13px}
div.rating-info-small1 .selected10 {background-position:0 -26px}
div.rating-info-small1 .selected15 {background-position:0 -39px}
div.rating-info-small1 .selected20 {background-position:0 -52px}
div.rating-info-small1 .selected25 {background-position:0 -65px}
div.rating-info-small1 .selected30 {background-position:0 -78px}
div.rating-info-small1 .selected35 {background-position:0 -91px}
div.rating-info-small1 .selected40 {background-position:0 -104px}
div.rating-info-small1 .selected45 {background-position:0 -117px}
div.rating-info-small1 .selected50 {background-position:0 -130px}

div.rating-info-small strong {
	width: 74px;
	height: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: url(../images/all/matrix-small.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div.rating-info-small .selected05 {background-position:0 -13px}
div.rating-info-small .selected1 {background-position:0 -26px}
div.rating-info-small .selected15 {background-position:0 -39px}
div.rating-info-small .selected2 {background-position:0 -52px}
div.rating-info-small .selected25 {background-position:0 -65px}
div.rating-info-small .selected3 {background-position:0 -78px}
div.rating-info-small .selected35 {background-position:0 -91px}
div.rating-info-small .selected4 {background-position:0 -104px}
div.rating-info-small .selected45 {background-position:0 -117px}
div.rating-info-small .selected5 {background-position:0 -130px}

/*rating end*/

.top-10-video-list strong {
	font-size: 10px;
	line-height: 10px;
	color: #4fb4fa;
	margin: 0;
	padding: 2px;
	text-align:left;
}

.blog-item .topic-column {
	width: 250px;
	margin-right: 7px;
}

.threads-lastpost-column {
	width: 240px;
	float: left;
}

.bulletin-text  fieldset {
border:1px solid #CCCCCC;
padding:10px;
}

#Box{width:5000px;}
.pager li{float:left; margin-left:10px;}
.pager li a{color:#EC6E25;}
.pager .active a{color:#666666;}

.forum-path
{
	padding:5px;
}

.forum-path
{
	padding:5px 8px;
}

.forum-path a
{
	color:#EC6E25;
	font-size:11px;
}

.friend-request
{
	padding:10px 0;
	width:260px;
}

.friend-request .left
{
	float:left;
	width:120px;
}

.friend-request .right
{
	float:right;
	width:120px;
}

.txt-woly-search {background-image: url(../images/all/txt-search-result.gif);}

.searchresult-wrap
{
	padding:20px;
	font-size:11px;
	line-height:150%;
}

.SearchResultUrl
{
	color: #F25B30;
}

.SearchResultUrl a
{
	color: #F25B30;
}

.ResultsPaging
{
	background-color:#E8E7FF;
}

.ResultsPaging a
{
	color: #F25B30;
}

.SearchResultsPageXofYMessage
{
	font-style: normal;
}

.SearchResultsHighlight
{
	color: #FFFFFF;
	background-color:#4FB4FA;
	font-weight:bold;
	font-style: italic;	
}

.searchresult-wrap h1
{
	color:#4FB4FA;
	font-size:22px;
}

.searchresult-wrap .searchphrase
{
	font-weight:bold;
}

.SearchResult
{
	padding:10px 0;
}

.credit
{
	clear:both;
	padding:30px 0 0;
	text-align:center;
}

.credit a
{
	display:block;
	width:358px;
	height:41px;
	background:url(../images/all/tos.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:auto;
}

.eventbox
{
    height:60px;
    overflow:hidden;
}