body {
	font: 12px Lucida Grande, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #fff url(../images/html-bg.gif) repeat-x;
	color: #666;
	min-width: 1002px;
}
img {
	border: none;
}
a { color: #34abd6; 
	text-decoration: none;}
	a:hover { text-decoration: underline; }
	
#main h3, .direct h2, .direct h3{
	font-size: 15px;
	color: #0a5bae;
	line-height: 20px;
	font-weight: normal;
}
form {
	margin: 0;
	padding: 0;
}
#page-bg {
	background: url('../images/body-right-bg.gif') repeat-x;
}

/* index start */
#bg {
	height: 417px;
	width: 50%; 
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/body-bg.gif) repeat-x;
}
#page {
	overflow: hidden;
	width: 1002px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
/* logo start */
.logo {
	position: absolute;
	left: 44px;
	top: 36px;
	z-index: 100;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 280px;
	height: 80px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
/* logo end */
/* header start */
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 909px;
	height: 417px;
	background: url(../images/header-bg.jpg) no-repeat;
	padding: 0 47px 0 46px;
}
#header_home {
	position: absolute;
	left: 0;
	top: 0;
	width: 909px;
	height: 417px;
	background: url(../js/random_image.php) no-repeat;
	/* background: url(../js/random_image.php) no-repeat; */
	padding: 0 47px 0 46px;
}
.top-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 253px;
	top: 26px;
	z-index: 100;
}
.top-nav li {
	float: left;
	font-size: 11px;
	margin-left: 23px;
	display: inline;
}
.top-nav li a {
	color: #c2d6eb;
	text-decoration: none;
}
.top-nav li a:hover {
	color: #fff;
}
.head-form {
	position: absolute;
	right: 34px;
	top: 21px;
	width: 186px;
	z-index: 100;
}
.head-form .submit {
	float: left;
}
.head-form .text {
	float: right;
	width: 160px;
	height: 25px;
	background: url(../images/input-bg.gif) no-repeat;
}
.head-form .text input {
	float: left;
	width: 150px;
	margin: 5px 0 0 4px;
	background: none;
	border: none;
	outline: none;
	font: 11px Lucida Grande, Arial, Helvetica, sans-serif;
	color: #808080;
}
#nav {
	position: absolute;
	right: 26px;
	top: 73px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
#nav li {
	float: left;
	font-size: 13px;
	height: 37px;
	margin-left: -1px;
}
#nav li.first strong {
	background: none;
}
#nav li strong {
	float: left;
	font-weight: normal;
	background: url(../images/nav-bg.png) no-repeat;
}
#nav li a {
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 10px 9px 11px 11px;
	margin-left: 2px;
}
#nav li.hover a,
#nav li:hover a,
#nav li a.active {
	background: #10315c;
}
#nav li.hover,
#nav li:hover {
	position: relative;
}
#nav li.hover div,
#nav li:hover div {
	display: block;
}
#nav div {
	position: absolute;
	left: -7px;
	top: 29px;
	width: 257px;
	background: url(../images/transparent.gif);
	display: none;
}
#nav div .tbg {
	display: block;
	height: 21px;
	overflow: hidden;
	background: url(../images/subnav-top-bg.png) no-repeat;
}
#nav div .bbg {
	display: block;
	height: 20px;
	background: url(../images/subnav-bot-bg.png) no-repeat;
}
#nav div ul {
	margin: 0;
	padding: 0 17px 8px 8px;
	list-style: none;
	background: url(../images/subnav-bg.png) repeat-y;
	overflow: hidden;
	width: 232px;
}
#nav div ul li {
	background: none;
	float: none;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	height: auto;
	margin: 0;
	position: relative;
	line-height: 25px;
}
#nav div ul li a {
	display: block;
	float: none;
	background: none !important;
	color: #b5cee7;
	padding: 0 10px 0 28px;
	margin: 0;
}
#nav div ul li a:hover {
	color: #fff;
	background: #1569ac !important;
}
.main-img {
	overflow: hidden;
	width: 100%;
	padding-top: 159px;
	position: relative;
}
.main-img img {
	display: block;
}
.main-img h1 {
	position: absolute;
	left: 37px;
	top: 90px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 373px;
	height: 71px;
}
/* header end */
/* content start */
#content {
	overflow: hidden;
	width: 909px;
	padding: 32px 47px 22px 46px;
	margin-top: 417px;
	background: #fff url(../images/content-bg.gif) no-repeat;
	min-height: 847px;
}
* html #content {
	height: 847px;
	overflow: visible;
}
.col-divider {
	width: 100%;
	background: url(../images/col-divider-bg.gif) repeat-y;
}
.col-divider:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
/* main start */
#main_inside{
	font-size: 11px;
	margin: 5px 0;
}

#main {
	float: left;
	/* width: 550px; */
	padding: 0 0 0 32px;
}
.main_header, .main_header_ie{
	position: relative;
	top: -45px;
	left: 30px;

}
.main_header h1, .main_header_ie h1{
	color: #8cc63f;
	font-weight: normal;
	font-size: 25px;
	margin: 0;
	padding: 0;
	
}
.wrtc-events-page {
	width: 550px;
	
}

.wrtc-events-page h4{
	font-size: 15px;
	color: #0a5bae;
	font-weight: normal;
	background: url(../images/icon-event.gif) no-repeat 0 top;
	padding-left: 40px;
	padding-top: 5px;
	height: 40px;
}

.wrtc-events-list {
	width: 500px;
}

.wrtc-events-list h3{
	font-size: 15px;
	color: #0a5bae;
	font-weight: normal;
	padding-left: 45px;
}

.wrtc-events-list ul{
	margin-left: -32px;
}

.wrtc-events-list ul li{
	background: url(../images/icon-event.gif) no-repeat 0 15px;
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 5px;
	border-bottom: 1px solid #dcdbd8;
}
.wrtc-events-list ul li p{
	padding-left: 45px;
	margin-top: -10px;
}

/*----------------------------------------- register */
#register{
	width: 500px;
}
#register input, .avatar-field input, #register input#user_name, #register input#user_email{
	width: 220px;
	border: 1px solid #ccc;
	background: #fcfcfc;
	padding: 5px;
	margin-right: 20px; 
	font-size: 11px;
}

#register input:focus, .avatar-field input:focus, #register input#user_name:focus, #register input#user_email:focus{
	background: #fff;
	border: 1px solid #888;
	
}
#register input#submit{
	width: auto;
	font-size: 16px;
}

.west-box {
	width: 520px;
	padding: 39px 30px 12px 32px;
	background: #eff0f2 url(../images/main-box-grad.gif) no-repeat 0 100%;
	margin: -52px 0 0 -32px;
	position: relative;
}
.west-box strong {
	display: block;
	font-size: 15px;
	color: #0a5bae;
	line-height: 20px;
	font-weight: normal;
}
.west-box p {
	margin: 17px 0 0;
	line-height: 20px;
}
.west-box p strong {
	margin-top:-17px;
}
.west-box p a{
	text-decoration: none;	
}
.west-box p a:hover{
	text-decoration: underline;	
}
.more-link {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 81px;
	height: 26px;
	background: url(../images/more-link.gif) no-repeat;
	margin-top: 20px;
	margin-bottom: 15px;
}
.more-link:hover {
	background-position: 0 -26px;
}
.main-hold {
	overflow: hidden;
	width: 550px;
	border-top: 1px solid #e4e4e4;
	padding: 27px 0 47px;

}
.main-hold h2 {
	margin: 0 0 -19px;
	font-size: 20px;
	color: #0f315c;
	font-weight: normal;
}
.main-box {
	overflow: hidden;
	width: 100%;
	margin-top: 56px;
}

.main-hold h2 {
	margin: 0 0 -19px;
	font-size: 20px;
	color: #0f315c;
	font-weight: normal;
}
.main-box {
	overflow: hidden;
	width: 100%;
	margin-top: 56px;
}
.komm-menu {
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 0;
	height:1%;
	list-style: none;
}
.komm-menu li {
	float: left;
	background: url(../images/comm-menu-divider.gif) no-repeat 0 50%;
	padding: 0 12px;
	margin-left: -1px;
	font-size: 10px;
	color: #3d3b3c;
}
.komm-menu li a {
	text-decoration: none;
}
.komm-menu li a:hover,
.komm-menu li a.active {
	color: #3d3b3c;
}
#main .main-hold .main-box h3 {
	margin: 8px 0 0;
	font-size: 20px;
	color: #0a5bae;
	font-weight: normal;
}
.main-divider {
	overflow: hidden;
	width: 100%;
	padding-top: 17px;
}

.main-divider img{
	float: left;
	margin-top: 3px;
}
.box-img {
	float: left;
	margin-top: 3px;
}
.main-text {
	float: right;
	width: 290px;
	padding-right: 26px;
}
.main-text p {
	margin: 0;
	line-height: 20px;
}
.main-text .more {
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 100% 50%;
	padding-right: 10px;
}
.main-text .more:hover {
	text-decoration: underline;
}

.noimg{
	width:524px;
	float:left;
	
}
.pages {
	overflow: hidden;
	height: 1%;
	margin-right: 29px;
	padding: 11px 0 3px;
	border-top: 1px solid #e4e4e4;
}
.pages span {
	float: left;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	margin-top: 4px;
}
.pages span a {
	color: #333;
	text-decoration: none;
}
.pages span a:hover {
	text-decoration: underline;
}
.pages ul {
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pages ul li {
	float: left;
	margin-left: 3px;
	font-size: 11px;
}
.pages ul li a {
	float: left;
	width: 20px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #c1c1c1;
	color: #447701;
	text-decoration: none;
}
.pages ul li a:hover,
.pages ul li a.active {
	background: #d5d5d5;
	color: #302f49;
}
/* main end */
/* sidebar start */
#sidebar {
	float: right;
	width: 299px;
	overflow: hidden;
	margin-right: 27px;
	margin-left: -10px;
	margin-top: -24px;
	display: inline;
}

.side-box {
	overflow: hidden;
	height: 1%;
	margin-top: -1px;
	padding: 0 0 0 34px;
	border-top: 1px solid #e5e5e5;
}
.coll-boxes {
	overflow: hidden;
	height: 1%;
	margin-top: 11px;
	padding-bottom: 23px;
}
.coll-box {
	overflow: hidden;
	width: 247px;
	border-top: 1px solid #e5e5e5;
	padding: 24px 33px 12px 0;
	margin-top: -1px;
	display: block;
	text-decoration: none;
	color: #808080;
}
.coll-box span {
	
}

/* accordion */
.accordion_toggle {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 247px;
	border-top: 1px solid #e5e5e5;
	padding: 15px 25px 12px 0px;
	margin-top: -1px;
	display: block;
	text-decoration: none;
	color: #808080;
	cursor: pointer;
}
.accordion_toggle h1{
	curser: pointer;
	display: block;
	font-size: 20px;
	color: #0a5bae;
	font-weight: normal;
	margin-bottom: 10px;
	
}		

.accordion_content {
	float: right;
	width: 170px;
	margin-top: 2px;
	font-size: 10px;
	color: #808080;
	line-height: 14px;
}

/*
.coll-box:hover {
	
	text-decoration: none;
	cursor: default;
}
*//*background: url(../images/coll-box-bg.png) no-repeat;*/
.coll-img {
	float: left;
	width: 70px;
	padding-left: 5px;
	padding-top: 5px;
}
.coll-img img {
	display: block;
	margin: 0 auto;
}
.coll-text {
	float: right;
	width: 137px;
	margin-top: 2px;
}
.coll-text strong {
	display: block;
	font-size: 20px;
	color: #0a5bae;
	font-weight: normal;
}
.coll-text span {
	margin: 3px 0 0;
	display: block;
	font-size: 10px;
	color: #808080;
	line-height: 14px;
}
.side-box h3 {
	margin: 28px 0 0;
	font-size: 20px;
	color: #0f315c;
	font-weight: normal;
}
.side-form {
	overflow: hidden;
	width: 237px;
	font-size: 11px;
	padding-bottom: 33px;
}
.side-form span {
	display: block;
	font-size: 11px;
	padding: 11px 0 8px;
}
.side-form-divider {
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}
.side-form-divider label {
	float: left;
	width: 41px;
	margin-top: 5px;
}
.side-form-divider .text {
	float: left;
	width: 196px;
	height: 26px;
	background: url(../images/input-bg1.gif) no-repeat;
}
.side-form-divider .text input {
	width: 176px;
	margin: 5px 0 0 10px;
	padding:0;
	outline: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #1d2f47;
	background: none;
	border: none;
}

.side-form .login-link {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 58px;
	height: 26px;
	background: url(../images/login-link.gif) no-repeat;
}
.side-form .login-link:hover {
	background-position: 0 -26px;
}

/* side col populat discussions */
#popular_discussions h2{
	margin-top: 28px;
	font-size: 20px;
	color: #0f315c;
	font-weight: normal;
}
#popular_discussions li{
	list-style: none;
	padding: 0;
	margin: 0;
}
#popular_discussions ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#popular_discussions li ul li{
	list-style: none;
	padding-bottom: 10px;
}

/* member login form  */
.member-form {
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	padding-bottom: 33px;
}
.member-form span {
	display: block;

	padding: 11px 0 8px;
}
.member-form-divider {
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}
.member-form-divider label {
	float: left;
	width: 41px;
	margin-top: 5px;
}
.member-form-divider .text {
	float: left;
	width: 196px;
	
}
.member-form-divider .text input {
	width: 176px;
	margin: 0px 0 5px 10px;
	padding: 5px;
	outline: none;
	color: #1d2f47;
	background: #fff;
	border: 1px solid #ddd;
}
.member-form-divider .text input:focus {
	border: 1px solid #888;
}

.member-form .login-link {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 58px;
	height: 26px;
	background: url(../images/login-link.gif) no-repeat;
}
.member-form .login-link:hover {
	background-position: 0 -26px;
}
/* end side form */


.form-links {
	margin-top: 15px;
}
.form-links .forgot {
	float: left;
	text-decoration: none;
	margin: 6px 0 0 20px;
}
.form-links .forgot:hover {
	text-decoration: underline;
}
.meet {
	overflow: hidden;
	width: 100%;
	padding-bottom: 33px;
}
.meet p {
	margin: 9px 0 0;
	font-size: 11px;
	line-height: 15px;
}
.meet-box {
	overflow: hidden;
	width: 257px;
	border: 1px solid #e6e6e6;
	padding: 3px;
	margin-top: 11px;
}
.meet-box img {
	display: block;
	margin-top: -8px;
	padding: 0;
}
.meet-link {
	display: block;
	text-align: center;
	background: #374d69;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin-top: 2px;
	padding: 8px 0 7px;
}
.meet-link:hover {
	background: #0a5bad;
}
/* sidebar end */
/* content end */
/* footer start */
#footer {
	overflow: hidden;
	width: 100%;
	background: #0f315c url(../images/foot-bg.gif) repeat-x;
	padding: 0 0 7px;
}
.foot-hold {
	overflow: hidden;
	width: 1002px;
	margin: 0 auto;
}
.foot-bg {
	overflow: hidden;
	width: 1002px;
	padding-bottom: 68px;
	background: url(../images/footer-bg.gif) no-repeat 0 100%;
}
.foot-links {
	overflow: hidden;
	width: 921px;
	padding: 0 0 34px 81px;
	padding-top: 23px;
}
.foot-links div {
	float: left;
	width: 175px;
	padding-right: 50px;
}
.foot-links div strong a {
	display: block;
	padding-top: 11px;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	text-decoration:none;
}
.foot-links div ul {
	margin: 0;
	padding: 4px 0 0;
	list-style: none;
}
.foot-links div ul li {
	font-size: 11px;
	line-height: 15px;
}

.foot-links div ul li a {
	text-decoration: none;
	color: #8798ad;
}
.foot-links div ul li a:hover {
	text-decoration: underline;
}
.foot-logos {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.foot-logos li {
	display: inline;
	padding: 0 18px;
}
.foot-logos li.middle img{
	position: relative;
	top: 8px;
}

.copy {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.copy p {
	margin: 0;
	font-size: 11px;
	color: #8798ad;
}
.copy p span {
	color: #778aa2;
	margin-left: 4px;
}
.copy p span a {
	color: #fff;
	margin: 0 6px;
	text-decoration: none;
}
.copy p span a:hover {
	text-decoration: underline;
}
/* footer end */
/* index end */
/* inner1 start */
.inner-page {
	background-position: 0 -136px;
}

.inner-page #page-bg {
	background-image: url(../images/inner-body-right-bg.gif);
}
.inner-page #header {
	height: 281px;
}
.inner-page #content {
	margin-top: 281px;
}
.inner-page #bg {
	height: 281px;
}

/* main content img align */
#main img{
border: 1px solid #e6e6e6;
padding: 3px;
}
#main img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

#main img.alignright {
margin: 0 0 2px 15px;
display: inline;
}

#main img.alignleft {
margin: 0 15px 2px 0;
display: inline;
}

#main .alignright {
float: right;
}

#main .alignleft {
float: left;
}
	
#main img.no-border{
border: none;
padding: 0;
}

/*
.inner-page #page-bg {
	background-image: url(../images/inner-body-right-bg.gif);
}
.inner-page #header {
	height: 281px;
	background-image: url(../images/logged-header-bg.jpg);
}
.inner-page #content {
	margin-top: 281px;
}
.inner-page #bg {
	height: 281px;
}
.inner-page .main-img {
	padding-top: 183px;
}
*/
/* main start */
.direct {
	overflow: hidden;
	width: 520px;
	padding-right: 30px;
}
.direct strong {
	
}
.direct-box {
	overflow: hidden;
	width: 100%;
	margin-top: 31px;
}
.direct-img {
	float: left;
	width: 168px;
	padding: 3px;
	border: 1px solid #e0dfe0;
	margin-right: 7px;
	display: inline;
}
.direct-img img {
	display: block;
}
.direct h2 {
	margin: 0;
	font-size: 18px;
	color: #0f315c;
	font-weight: normal;
}
.direct p {
	margin: 20px 0 0;
	line-height: 20px;
	
}
.direct ul{
	margin:
}
.direct ul li{
	line-height: 20px;
}

.direct p strong {
	margin-top:-20px;
}
.direct p a:hover {
	text-decoration: underline;
}
.desk {
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	margin-top: 21px;
}
.desk span {
	display: block;
	color: #0f315c;
	line-height: 20px;
	padding-left: 1px;
}
.desk span a {
	color: #0f315c;
	text-decoration: none;
}
.desk span a:hover {
	text-decoration: underline;
}


/* main end */
/* sidebar start */
.read {
	width: 270px;
	padding-right: 33px;
	margin-top: -10px;
	padding-bottom: 33px;
}
.read-box {
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	margin-top: 28px;
}
.read-box strong {
	display: block;
	font-size: 13px;
	color: #31363c;
	font-weight: normal;
}
.read-box p {
	margin: 1px 0 0;
	line-height: 16px;
}
.read-box .more {
	display: block;
	margin-top: 1px;
}
.read-box .more a {
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 100% 50%;
	padding-right: 10px;
}
.read-box .more a:hover {
	text-decoration: underline;
}
/* sidebar end */
/* inner1 end */
/* inner2 start */
/* inner1 start */
.logged-page {
	background-position: 0 -114px;
}
.logged-page #page-bg {
	background-image: url(../images/logged-body-right-bg.gif);
}
.logged-page #header {
	height: 303px;
	background-image: url(../images/logged-header-bg.jpg);
}
.logged-page #content {
	margin-top: 303px;
}
.logged-page #bg {
	height: 303px;
}
.logged-page .main-img {
	padding-top: 207px;
}
/* header start */
/*-------------------------------------------------------------- Logged in bar */

/* header start */
/*-------------------------------------------------------------- Logged in bar */

/* header start */
.logged-box {
	width: 960px;
	line-height: 37px;
	background: url(../images/transparent.gif);
	position: absolute;
	left: 22px;
	z-index: 50;
	top: 131px;
}
.logged-box .bg {
	background: url(../images/logged-box.png);
	/*overflow: hidden; */
	height: 41px;
 	font-size: 11px;
	padding: 0px 28px 0px 0px;
}
.logged-box .bg div {
	float: left;
	position: relative;
}
.logged-box .bg strong {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background:  url(../images/logged-box-pointer.png) no-repeat right center;
	padding: 2px 37px 2px 27px;
	display: block;
}
.logged-box ul {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
.logged-box ul li {
	float: left;
}
.logged-box ul li:hover {
	background: url(../images/logged-box-btn-tile.png) repeat-x;
}

.logged-box ul li:first-child {
	padding-right: 10px;
}
.logged-box ul li:first-child:hover {
	background: none;
}

.logged-box ul li a {
	margin: 0 !important;
	color: #fff;
	display: block;
	padding: 2px 10px 2px 32px;
	text-decoration: none;
}
.logged-box ul li a:hover {
	background: url(../images/logged-box-btn-tile.png) repeat-x;
	text-decoration: none;
}

/* link icons */

.logged-box ul li a.member-home {
	background: url(../images/logged-box-icons/icon_member_home-n.gif) no-repeat;
	background-position: 10px center;
}.logged-box ul li a.member-home:hover {
	background: url(../images/logged-box-icons/icon_member_home-o.gif) no-repeat;
	background-position: 10px center;
}

.logged-box ul li a.profile {
	background: url(../images/logged-box-icons/icon_profile-n.gif) no-repeat;
	background-position: 10px center;
}
.logged-box ul li a.profile:hover {
	background: url(../images/logged-box-icons/icon_profile-o.gif) no-repeat;
	background-position: 10px center;
}

.logged-box ul li a.notifications {
	background: url(../images/logged-box-icons/icon_notifications-n.gif) no-repeat;
	background-position: 10px 14px;
}
.logged-box ul li a.notifications:hover {
	background: url(../images/logged-box-icons/icon_notifications-o.gif) no-repeat;
	background-position: 10px 14px;
}

.logged-box ul li a.all-members{
	background: url(../images/logged-box-icons/icon_all_members-n.gif) no-repeat;
	background-position: 10px 14px;	
}
.logged-box ul li a.all-members:hover{
	background: url(../images/logged-box-icons/icon_all_members-o.gif) no-repeat;
	background-position: 10px 14px;	
}

.logged-box ul li a.all-groups {
	background: url(../images/logged-box-icons/icon_all_groups-n.gif) no-repeat;
	background-position: 10px 13px;
}
.logged-box ul li a.all-groups:hover {
	background: url(../images/logged-box-icons/icon_all_groups-o.gif) no-repeat;
	background-position: 10px 13px;
}
/*wordpress link */
.logged-box ul.logout  li.wordpress{
	background: #0f4c82;
	margin-left: 15px;
}
.logged-box ul.logout  li.wordpress:hover {
	background: #0f609e;
}
.logged-box ul.logout  li.wordpress a {
	margin: 0 !important;
	color: #fff;
	display: block;
	padding: 2px 10px 2px 20px;
	text-decoration: none;
}
.logged-box ul.logout  li.wordpress a:hover {
	background: url(../images/logged-box-btn-tile1212.png) repeat-x;
}
/* log out */
.logged-box ul.logout{
	float: right;
	
}
.logged-box ul.logout li{
	float: right;
	position: relative;
	top: -41px;
	margin: 0;
	font-size: 11px;
}

.logged-box ul.logout li a.logout {
	background: url(../images/logged-box-icons/icon_logout-n.gif) no-repeat;
	background-position: 10px 14px;
}
.logged-box ul.logout li a.logout:hover {
	background: url(../images/logged-box-icons/icon_logout-o.gif) no-repeat;
	background-position: 10px 14px;
}
.logged-box ul.logout  li:hover {
	background: url(../images/logged-box-btn-tile.png) repeat-x;
	text-decoration: none;
}

/* ----- */
.drop span{
	background: #09192f;
	border: 2px solid #09192f;
	padding: 0 0.5em;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* ---------------------------------------------- message options */


.messages-options a{
	color: #fff;
}

.logged-box ul li.drop.hover,
.logged-box ul li.drop:hover {
	position: relative;
}
.logged-box ul li.drop.hover div,
.logged-box ul li.drop:hover div {
	display: block;
}

.logged-box ul li.drop div {
	position: absolute;
	left: 0px;
	top: 39px;
	width: auto;
	background: #eee;
	border-left:1px solid #132f57;
	border-right:1px solid #132f57;
	border-bottom:1px solid #132f57;
	display: none;
	padding-top: 15px;
	padding-left: 15px;
}
.logged-box ul li.drop div ul {
	margin: 0;
	padding: 0 17px 8px 0px;
	list-style: none;
	/* background: url(../images/wrtc/subnav-bg.png) repeat-y; */
	overflow: hidden;
	width: 230px;
	padding-left: 15px;
}
.logged-box ul li.drop div ul li {
	background: none;
	float: none;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	line-height: 16px;
	padding-bottom: 10px;
}
.logged-box ul li.drop div ul li a {
	display: block;
	float: none;
	background: none !important;
	
	padding: 0;
	margin: 0;
	color: #132f57; 
}
.logged-box ul li.drop div ul li a:hover {
	color: #132f57;
	text-decoration: underline;
}


/* header end */
.single{
	padding-top:0px;
	margin-top:0px;
	border-top:none;
}
.upped{
	margin-top:-56px;
}
/* inner2 end */


/* ******************************************************************************************** MEMBER HOME ******************** */

/************ Activity */
#member{
	padding-top: 15px;	
}

#member h3{
	background: url(../images/group_header.gif) no-repeat;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	padding: 2px 10px 1px 10px;	
}

#member .item-options{
	position: absolute;
	margin-top: -40px;
	margin-left: 445px;
}
#member .item-options a{
	color: #fff;
}

#site-wide-stream a:hover { text-decoration: underline; }
	
	
div.info-group h4{
	background-color: transparent;
	background-image: url(../images/group_header.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	color: #ffffff;
	font-size: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;

}
#site-wide-stream{
	list-style: none;
	margin: 0;
	padding: 0;
}
#activity-list-options img{
	padding: 0;
	border: 0;
}
.activity-list li {
	padding-left: 21px;
}
	.activity-list li.blogs {
		background: url(../images/blog_bullet.gif) 0 4px no-repeat;		
	}
	
	.activity-list li.profile {
		background: url(../images/profile_bullet.gif) 0 4px no-repeat;
	}

	.activity-list li.friends {
		background: url(../images/friends_bullet.gif) 0 4px no-repeat;
	}
	
	.activity-list li.groups {
		background: url(../images/groups_bullet.gif) 0 4px no-repeat;
	}
	
	.activity-list li.wire {
		background: url(../images/wire_bullet.gif) 0 4px no-repeat;
	}


.activity-list li blockquote {
	background: url(../images/quotes_background.gif) 10px 9px no-repeat #eeeeee;
	padding: 8px 15px 8px 40px;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
}
.activity-list li blockquote p {
	margin: 0;
	padding: 0;
}
.activity-list li span.time-since {
	font-size: 0.8em;
	color: #999;
}

.activity-rss p {
		text-align: right;
		font-size: 0.9em;
		margin: -7px 0 -10px 0;
}

.activity-rss p a {
	background: url(../images/rss.png) center left no-repeat;
	padding-left: 15px;
}

/* member side bar headings */*
#member_sidebar h3{
	background: url(../images/group_header.gif) no-repeat;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	padding: 5px 10px 1px 10px;
	clear: both;
}

/* member list */
#members-list-options{
	padding: 0 0 20px 0px;
	margin-top: 10px;
}
#members-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* avatar-block */
.avatar-block{
	margin: 10px 0px 25px 0px;
	width: 100%;
	float: left; 
}
.item-avatar img{
	border: 3px solid #dddddd;	
	float: left; 
	margin-right: 5px;
}

/* faculty and staff */

.page_block{
	border-bottom: 1px solid #ddd;
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.page_block h3{
	margin: 0;
	padding: 0;
}
.page_block h4{
	margin: 0 0 15px 0;
	padding-top: 5px;
	font-weight: normal;
}
.page_block img{
	margin: 15px 0px 0px 15px;
	padding: 0;
	float: right;
	position: relative;
	top: 0px;
	
}
.page_block p{
	margin: 0;
	padding: 0 0 25px 0;
	
}
/* active account */
#main #content{
	width: 480px;
	padding: 0;
	margin: 0;
}

.widecolumn{
	width: 480px;
	float: left;
}
p.lead-in{
	width: 480px;	
}
form { margin-top: 0; }
#submit, #key { 
	border: 1px solid #ccc;
	width: auto;
	font-size: 12px;
	cursor: pointer;
	background: url(../images/submit_bg.jpg) repeat-x top;
	color: #777777;
	padding: 5px; 
}
#language { margin: 0; }
.error { background: #f66; }
span.h3 { padding:0px; font-size:1.3em; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; font-weight:700; color:#333333; }

.dbem-calendar{
	padding-bottom: 25px;	
}

ul.dbem_events_list{
	margin: 0;
	padding: 0;
}















