/* general front-widget style */

.front-widget {
	position: relative;
	left: -15px;
	overflow: hidden;
	width: 300px;
    height: 100%;
	padding-top: 5px;
	margin-top: 5px;
}
	.front-widget h1, .front-widget h2 {
		padding: 0px 18px 10px 20px;
	}

	.front-widget .box-content {
		padding: 10px 0px 0px 25px;
		overflow: auto;
		overflow-x: hidden; /* SCROLL BARS - use hidden or scroll */
		overflow-y: hidden;
	    width: 300px;
        height: 100%;
	    border: 0px solid #f3f3f3; /* widget border color */
	}

	.front-widget .link_more {
     display: none;
	}

	.front-widget .link_more:hover {
		display: none;
	}
	
	#widg_new_members .front-widget h1, .front-widget h2 {
		padding: 0px 18px 10px 20px;
		display: none;
	}
	
	
#content_column1 {
	margin: 18px 0;
	float: right;
	width: 742px;
}
	
	

/* Widget boxes */

   #widget-boxes {
	overflow: hidden;
	width: 730px;
    background: #fff;
    padding-bottom: 15px;
}

#box1 {
position: relative;
width: 300px;
min-height: 450px;
height: auto;
overflow: hidden;
padding: 30px 10px 0px 40px;
float: left;
background-image: url('../box/bamboo_bg.gif');
background-repeat: no-repeat; 
}

/* for Internet Explorer */
/*\*/
* html #box1 {
height: 450px;
overflow: hidden;
}
/**/


#box1 h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
    padding-bottom: 5px;
}	

#box2 {
position: relative;
width: 300px;
min-height: 450px;
height: auto;
overflow: hidden;
padding: 30px 0px 0px 55px;
float: right;
background-image: url('../box/bamboo_bg.gif');
background-repeat: no-repeat; 
}

 	

/* for Internet Explorer */
/*\*/
* html #box2 {
height: 450px;
overflow: hidden;
}
/**/

#box2 h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

	

/* Image Box */

#imagebox {
    width: 720px;
    height: 400px; 
    position: relative; 
    margin-bottom: 0px; 
    margin-top: 0px;
    background: #FFF url('../box/box_photo.jpg') no-repeat top left; 
	border: 5px solid #000;
	z-index:10;
    }
    
#imagebox h4 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding: 20px 0 0 20px;
    }
    
#imagebox h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding: 330px 0 0 30px;
    }  
    
 #imagebox .join { 
 position: absolute; 
 right: 0;
 top: 332px;
 }
 
 .join {
    position: absolute;
    left: 110px;
    top: 240px;
    z-index: 100;
}

 
 
/* Text Slider */ 
 
 * html .slides1_wrap {
	width: 730px;
	height: 60px;
}

.slides1_wrap {
	position: relative;
	background-color: #000;
	width: 730px;
	height: 60px;
}

#slides1 li {
	list-style: none;
}


#slides1 .content {
	width: 730px;
	padding: 12px 0;
}


#slides1 h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
 

/* Search box */

* html #search {
	margin-top: 0px;
}
#search {
	position: relative;
	overflow: hidden;
}

	#search dl {
		overflow: hidden;
		padding-bottom: 5px;
	}

	#search dt {
		font-size: 14px;
	}

	#search dd {
		padding: 0px;
	}

		#search dd input, #search dd select, #search dd label {
			font: 12px "Trebuchet MS", Arial, sans-serif;
		}

		#search dd label {
			margin: 0 3px 0 3px;
		}

		#search .smart_table li {
			width: 37%;
		}

	#search fieldset {
		margin: 0 0 7px 0;
	}

	#search select.big_select {
		width: 100%;
	}

	* html #search fieldset.distance input {
		width: 43px;
	}

	/*zip code*/
	#row_field_50_zip select {
		width: 35px;
	}

	#row_field_50_zip input {
		width: 35px;
	}

	#search .location_sub {
		margin: 0 !important;
	}
	#search .location_sub select {
		width: 100%;
	}

	#row_photo dt {
		float: left;
		padding-right: 10px;
		padding-top: 2px;
	}

	* html #row_photo dt {
		padding-right: 0px;
		padding-top: 0px;
	}

	#search .controls {
		border-top: 1px dashed #ccc;
		padding-top: 15px;
		margin: 10px 0 0;
		text-align: right;
	}

	#search fieldset.controls #search-btn {
		margin-right: -5px;
	}

	#search label, #search select, #search input {
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
	}
	
/* Content - latest members section */

#widg_rand_members .thumb1 {
	width: 70px;
	height: 70px;
	padding: 0px;
}

#widg_new_members h3 {
display: none;
}

#widg_rand_members h3 {
display: none;
}

#widg_new_blogs h3 {
display: none;
}

#widg_new_members .thumb1 {
	width: 60px;
	height: 60px;
	padding: 0px;
}


* html .list_small {
	margin-left: 5px;
	padding: 0px;
	width: 280px;
	height: 100%;
}
.list_small {
	width: 280px;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
 
}

	.list_small li {
		float: left;
		width: 80px;
		height: 80px;
		padding-bottom: 0px;
		margin-left: 0px;
		text-align: center;
	}

	.list_small li.first {
		margin-left: 0px;
	}
	
	#widg_rand_members .member_link {
	display: none;
}

span.nada {
	display: none;
	}
	
#widg_rand_members .member_link {
	font-size: 11px;
}

	#widg_new_members .member_link {
	display: none;
}
	
#widg_new=_members .member_link {
	font-size: 11px;
}

/* Content - OS Tech Feed section */

#os_tech_feed .box-content {
		padding: 10px 0px 0px 0px;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: hidden;
	    width: 710px;
        height: 100%;
	    border: 10px solid #f3f3f3; /* widget border color */
	}


/* Content - Latest blogs section */

#widg_new_blogs .box-content {
		padding: 0px 0px 0px 0px;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: hidden;
	    width: 240px;
        height: 100%;
	}

}

* html .blogs_small {
	margin-left: 18px;
	margin-top: 10px;
	width: 230px;
	height: 100%;
}
.blogs_small {
	width: 230px;
	margin-left: 18px;
	margin-top: 10px;
	padding: 0 0 5px;
	list-style-type: none;
	overflow: hidden;
}

.blogs_small li {
	border-bottom: none;
	margin-bottom: 5px;
}

.blogs_small li.last {
	border-bottom: none;
}

.blogs_small .thumb1 {
display: none;
}

.blogs_small .user_photo {
display: none;
}

.blogs_small .blog-title {
	font-size: 13px;
	margin:0;
	padding:0;
}

.blogs_small strong {
display: none;
}

.blogs_small .member_link {
	display: none;
}

.blogs_small p {
	display: none;
}

 
