
/* ------------------------------------------------------------------
---------- BASE LAYOUT ----------------------------------------------
------------------------------------------------------------------ */
body {
	text-align: center;  /* centering the page container, 
							text-align will be reset to left 
							inside the container */
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #BFBFBF;
	background:#122B00 url(../images/body-bg.jpg) center top repeat-y;

	/* more  ... */
	}

a {  color:#FAE08B;
	
	 text-decoration: none; }
	
a:hover {
	color: #FAE08B;	text-decoration: underline; 
	}
	


ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	}

ul ul, ul ol, ol ul, ol ol {
	/* remove margins on sub-lists */
	margin-top: 0;
	margin-bottom: 0;
	}

h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}


	
hr {
	display: block;
	height: 2px;
	border: none;
	margin: 0.5em auto;
	color: #cccccc;
	background-color: #cccccc;
	}

/*-------------------- WRAPPER for MIN / MAX width --------*/

div#wrapper {
	text-align: center;  
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 980px;

	padding-bottom:10px;
	/*border-left:1px solid #435726;
	border-right:0;*/
	/* more  ... */
	}

/*-------------------- CONTAINER for VISUAL styles --------*/

div#container {
	/* more  ... */
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resetting the "text-align: center" of "wrapper" */
	display: block;
	}

/*-------------------- LAYOUT to keep it all together -----*/
	
#layout {
	font-size: 100%;
	width:980px;
	overflow:hidden;
	}

	
/* ------------------------------------------------------------------
---------- HEADER ---------------------------------------------------
------------------------------------------------------------------ */


/*-------------------- HEADER CONTAINER -------------------*/

#header {
	width: auto;
	height:35px;
	overflow:hidden;
	background:url(../images/topmenu_green_0.gif) TOP repeat-x;

	}
#header ul {
	height:35px;
	list-style:none;
	margin:0 0 0 12px;
	padding:0;
}
#header li {
	float:left;
	margin:0 3px 0 0;
	padding:0 0 0 8px;
}
#header li a {
color:#FFFFFF;
display:block;
float:left;
font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;
font-weight:700;
height:35px;
line-height:35px;
padding:0 16px 0 8px;
text-align:center;
text-decoration:none;
}
#header li.current_page_item {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/topmenu_green_2.gif) no-repeat scroll 0 0;
}
#header li.current_page_item a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/topmenu_green_2.gif) no-repeat scroll right top;
color:#FFFFFF;
}

/*-------------------- LOGO AREA --------------------------*/
#logoarea{
	margin: 0;
	padding:0;
	overflow:hidden;
	height:100px;
	background:url(../images/header.png) center no-repeat;
	
	}

/*-------------------- BLOG TITLE -------------------------*/


h1.blogtitle {	
	display: block;
	margin:0;
	width:300px;
	float:right;

}
	
h1.blogtitle a:link, 
h1.blogtitle a:visited, 
h1.blogtitle a:active {
display:block;
height:100px;
line-height:100px;
overflow:hidden;
text-align:left;
/*text-indent:-9999px;*/
font-size:36px;
white-space:nowrap;
text-decoration:none;

	}

/*-------------------- BLOG TAGLINE -----------------------*/

/*-------------------- COMMENTS FEED ICON -----------------*/

.comments-icon {
	background: transparent url(../images/comment-feed-small.gif) no-repeat scroll 0;
	height: 22px;
	line-height: 22px;
	margin: 0 10px 0 0;
	padding-left: 27px;
	/*display: inline-block;*/
	display: block;
	text-decoration: none;
	float: right;
	white-space: nowrap;
	}


/*-------------------- POSTS FEED ICON --------------------*/

.posts-icon {
	background: transparent url(../images/post-feed-small.gif) no-repeat scroll 0;
	height: 22px;
	line-height: 22px;
	margin: 0 10px 0 0;
	padding-left: 25px;
	/*display: inline-block;*/
	display: block;
	text-decoration: none;
	float: right;
	white-space: nowrap;
	}



/*-------------------- HORIZONTAL BARS --------------------*/

.horbar1, 
.horbar2 { 
	font-size: 1px;
	clear: both; 
	display: block;
	position: relative;
	padding: 0; 
	margin: 0;
	width: 100%; 
	}


.header-image-container {
	position: relative; 
	margin: 0; 
	padding: 0; 
	/* more  ... */
	/* background: (= header image) will be added in bfa_header_config.php */
	}

	
.titleoverlay {
	z-index: 4;
	position: relative;
	float: left;
	width: auto;
	/* more  ... */
	}


/*-------------------- OPACITY LEFT -----------------------*/

.opacityleft {
	/* more  ... */
	position: absolute; 
	z-index: 2; 
	top: 0; 
	left: 0; 
	/* more  ... */
	}


/*-------------------- OPACITY RIGHT ----------------------*/	
.opacityright {
	/* more  ... */
	position: absolute; 
	z-index: 2; 
	top: 0; 
	right: 0; 
	/* more  ... */
	}


/*-------------------- CLICKABLE HEADER IMAGE -------------*/
div.clickable {
	position:absolute; 
	top:0; 
	left:0; 
	z-index:3; 
	margin: 0; 
	padding: 0; 
	/* more  ... */
	width: 100%;
	}
 
a.divclick:link, 
a.divclick:visited, 
a.divclick:active, 
a.divclick:hover {
	width: 100%; 
	height: 100%; 
	display: block;
	text-decoration: none;
	}

.bodyrow {
	

}

.bodyleft{ 
	width:780px;
	padding:0 0 0 0;
	margin:0;
	float:left;
	overflow:hidden;
	/*border-right:#435726 solid 1px;*/

}		

.ad-banner{clear:both;}
.ad-banner2{ height:90px; padding-top:5px; padding-bottom:5px !important; padding-bottom:0; clear:both;}

.ad-banner *{ padding:0; margin:0; display:block;}
.ad-banner img {padding:1px; border:#435726 solid 1px; background:#EEE; }
.ad-banner img:hover {opacity:0.8;}

.where-i-am{height:29px;line-height:29px; background:url(../images/where-i-am.gif) top repeat-x; border:#435726 solid 1px; padding:0 15px;}
.where-i-am a { font-weight:normal; font-style:normal; color:#066fd8;}

.where-i-am span { color:#0860B9}
/* ------------------------------------------------------------------
---------- CENTER COLUMN --------------------------------------------
------------------------------------------------------------------ */

.middle {
	padding:0;
	margin:0;
	float:right;
	width:580px;
	overflow:hidden;
	/*border-bottom:1px solid #435726;*/

	}

.middle .post{
	padding: 5px 10px 0px 10px;
	}

.featured, .featured .content, .featured .footer {
	display: block;

}

.featured {
	height: 240px;
	z-index: 1;
	width:405px;
	overflow:hidden;
}

.featured .content {
	min-height: 200px;

}


.featured h1 {
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0px;
	color:#227EDC;
	border-bottom:#CCCCCC solid 1px;
}

/* featured tabs */
.featuredposts {
	float:right;
	margin-top:-20px;
}

.featuredposts li {
	float: left;
	display: block;
	margin-right: 10px;
	width:10px;
	overflow:hidden;
}

.featuredposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	line-height:9px;
	background: url(../images/light_off.gif) no-repeat;
}

.featuredposts li a:hover {
	background: url(../images/light_bl.gif) no-repeat;
}

.featuredposts li a.selected {
	background: url(../images/light_on.gif) no-repeat;
}

.featuredposts li a.selected:hover {
	background: url(../images/light_on.gif) no-repeat;
}

.featuredposts_content {
	display: none;
	position: relative;
	z-index: 1;
}


/* content */

.featuredposts_content .fpost{
	height:100px;
}

.featuredposts_content .fpost h2{
	padding:5px;
}
.featuredposts_content .thumb {
	float:left; text-align:center;
}
.featuredposts_content .thumb-a { border:#CCC solid 1px; display:block; width:120px; height:80px; padding:1px; margin:6px 10px;}
.featuredposts_content .thumb-a:hover { border:1px solid #2388FF;}

.featuredposts_content .thumb img  {
	display: block;
	overflow: hidden;
	border: 0px;
	width:120px;
	height:80px;
}

.featuredposts_content .fpost .fpost-right { float:right; width:260px; height:100px; overflow:hidden;}
.featuredposts_content .fpost h2 a {font-size: 14px; color:#217edb; background:url(../images/yellow-icon.gif) left no-repeat; padding-left:10px;}

.fpost h3 a{ font-size:12px;color:#217edb;}

.featuredposts_content .fpost p {
	text-indent: 24px;
	line-height:20px;
	text-align: justify;
}

.featuredposts_content .fpost .read{
	display: block;
	height: 13px;
	font-size:12px;
	padding: 15px 0 0 22px;
	background: url(../images/ico_more.png) no-repeat;
	background-position: left 15px;
}

.featuredposts_content .fpost .read a {color: #EEEEEE;}
.featuredposts_content .fpost .read a:hover {color: #ff6000}

.middle .post-headline,.middle .besttexas {
	margin:0 0  10px 0; padding-bottom:1px;
	}
	
.middle .post-headline .flashroll{
	width:405px;
	height:225px;
	overflow:hidden;
}
.middle .post-headline .flashroll img { padding:0; margin:0; border:0;}


.middle .besttexas { background:url(../images/besttexas.gif) top center no-repeat;}
.middle .besttexas table {	
	border-collapse:collapse;

	border-spacing:0;
	overflow:hidden;
	float:right;
	width:467px !important;
	width:100%;
}
.middle .besttexas h2 {
	margin: 0;
	padding: 0;
	display:block;
	font-size:14px;
	padding: 7px 0 6px 10px;
	color:#FFFFFF;
	/* more  ... */
	}

.middle .besttexas table img { padding:0; margin:0; border:0;}
.middle .besttexas table th { font-size:10px;}

.middle .besttexas table td,.middle .besttexas table th{
	border:1px solid #304B98;
	padding:1px 5px;
}
.middle .post-headline .headline_p{
	padding:5px;
	min-height:110px;
	}
.middle .post-headline .headline_p img{
	float:right;
	width:140px;
	margin-left:5px;
	}
.middle .post-headline h2 {
	margin: 0;
	padding: 0;
	display:block;
	font-size:14px;
	padding: 5px 10px;
	color:#FFFFFF;
	/*background:url(../images/toppoker.gif) top no-repeat;*/
	background:url(../images/besttexas.gif) top center no-repeat;
	/* more  ... */
	}
.middle .post-headline p{ display:block; line-height:20px; border:1px solid #304b98; border-top:0; margin:0px; padding:5px;}
.middle .post-headline .more a{
	background:#FF0000; color:#FFFFFF; padding:0px 3px;
	}	
.middle .post-body {
	padding-bottom:10px;
	}
.middle .post-body .post-body-footer{
	height:10px;	
	
	}	
.middle .screenshots{ padding-bottom:10px;
}
.middle .screenshots h3{ font-size:14px;
}
.middle .screenshots ul{ padding:0; margin:0; list-style:none; display:block; height:auto;
}
.middle .screenshots ul li { float:left; padding:0px 5px;}
.middle .screenshots ul li img { width:133px; height:90px;}
.middle .screenshots ul li a { padding:0; margin:0;}

.middle .post-body h1 {
	padding: 5px 0 5px 15px;
	margin: 0;
	font-size:16px;
	display:block;
	text-align:center;

	}	
.middle .post-body h2 {
	padding: 10px;

	font-size:14px;
	display:block;
	border-bottom:#999999 solid 1px;
	color:#FAE08B;
	margin-bottom:10px;
	}
.middle .post-body h3 {
	padding: 5px 10px;
	margin: 0;
	font-size:12px;
	display:block;
	}
.middle .post-body h2 a{
	color: #000000;
	text-decoration: none;
	}

.middle .post-body h2 a:hover {
	color: #666666;
	text-decoration: none;
	}
		
.middle .post-body p {
	margin:0px 0 10px;
	padding: 0 5px;
	display: block;
	line-height:23px;
	font-size:14px;
	
	}
.article-more { text-align:right; }
.article-more a {color:#0368B8}
.pinggu {background:url(../images/pinggu.gif) no-repeat; width:188px; height:31px; margin:0 5px; border:0;}
.shengqi {background:url(../images/shengqi.gif) center no-repeat; width:188px; height:31px; margin:0 5px; border:0;}
	
.middle .post-body ul,.middle .post-body ol{ margin:0px; padding:5px 10px;}
.middle .post-body li {padding:5px 10px; list-style:none; background:url(../images/yellow-icon.gif) left no-repeat; text-transform:capitalize;}
.middle .post-body li span { margin-left:50px;}
.middle .post-body img { float:left; margin:0px;}	

.middle .post-body .wellknowschool { padding:0 10px 15px; margin-top:10px;}
.middle .post-body .wellknowschool li { width:170px; float:left; list-style:none; background:url(../images/list-style1.gif) left no-repeat }

.endContent {border:1px solid #435726; margin-top:5px; margin-right:10px; zoom:1;}
.paddingtop15 {padding-top:15px;} 
.endContent h2 {text-align:center; font-size:16px; padding:15px;}
.endContent .consul-name { border-bottom: #435726 solid 1px; border-top: #435726 solid 1px; background:#eeeeee} 
.endContent span {display:block; padding:7px; margin:0 40px; text-align:center; border-bottom:#CCCCCC solid 1px; border-top:#CCCCCC solid 1px;}

.endContent table {border:0px; border-collapse:collapse; border-spacing:0; overflow:hidden; width:100%}
.endContent table td {border:1px solid #d3edfc; padding:13px 10px 13px 10px;}
.endContent td.tableh2 { padding:0; background:#dff0f8;} 
.endContent table h2 { text-align:left; font-size:12px; padding:5px 15px; border-top:#FFF solid 1px;}
.endContent table input ,textarea {border:#a7cae6 solid 1px;}
.endContent span.require { padding:0 0 0 10px; margin:0; color:#FF0000; display:inline; border:0;}

.endContent table.search-school td { border:0; border-bottom:1px dashed #d3edfc; padding:10px; font-size:14px; font-weight:bold; color:#0660b8;}
.endContent label {font-size:12px; font-weight:normal}
.endContent label input { border:0;}
.endContent table.search-school td.result {font-size:12px; font-weight:normal; color:#333; border:0;}
.re-num {color:#0660b8; padding:0 5px;}


.endText { padding:0px 30px 30px}
.endText p { line-height:20px; padding:5px 0 10px 0; font-size:14px;}
.endText LI { line-height:20px;  font-size:14px;}

.search-list { border:#CCCCCC solid 1px; margin-bottom:10px; height:100%;}
.school-img {padding:10px; float:left}
.school-img a { display:block; border:#CCC solid 1px;}
.school-img a:hover{ display:block; border:#0660B8 solid 1px;}
.school-img img { width:90px; height:90px; padding:1px;}
.school-desc { float:right; width:520px; padding:10px 10px 0 0} 
h2.school-name ,h2.school-name a{ font-size:14px; color:#0660b8; text-align:left; padding:0; margin:0;}
h3.school-name-en { font-size:11px; color:#eb7c00; font-weight:normal; padding:5px 0}
p.school-p { padding:0;}

.news-list {padding:0;}
.news-list .itembox { border-bottom:1px dotted #CCCCCC; background:#F2F2F2; padding:8px 15px; color:#333333;}
.news-list .itembox2 {background:#FFF;}

.news-list .box1 { font-size:14px; padding:0;}
.news-list .box1 h2, .news-list .box1 a { padding:0; text-align:left;color:#0660B8; font-size:14px;}

.news-list .date {float:right;font-size:12px; margin:0; margin-top:-18px; display:inline; padding:0; border:0;}
.news-list .box2 {line-height:20px;text-indent:24px; padding-top:5px;}
.news-list .box2 a { color:#0660B8}
.news-list .box3, .school-desc .box3 { padding:5px 0 0 0; }

.news-list .boxspan, .school-desc .boxspan {font-size:12px; margin:0 20px 0 0; padding:0; border:0; display:inline; color:#EB7C00}

.news-list .catspan {font-size:12px; font-weight:bold; margin:0 20px 0 0; padding:0; border:0; display:inline;}
.news-list .catspan a { color:#EB7C00;}

.endPageNum { text-align:center;}
.pageNumBox { padding:15px; height:25px; line-height:25px;}
.endPageNum a { border:1px solid #DCDDDD; color:#1E50A2; margin-right:10px; display:inline; padding:4px 5px;}
.endPageNum a:hover{background:#EEEEEE; border:1px solid #1F3A87; }
.endPageNum a.s { background:#1F3A87; color:#FFFFFF; font-weight:bold;}
.endPageNum .s:hover{background:#EEEEEE; border:1px solid #1F3A87; color:#1F3A87;}

.tagline { padding:10px; font-size:14px; font-weight:bold}

.relate { border:#435726 solid 1px; margin-top:10px;}
.relate2 { margin-left:10px; margin-right:10px;}
.relate h3 { margin:5px 10px; background:#122B00; padding-left:15px; line-height:25px; font-size:14px; color:#FFF }
.relate ul{ padding-left:15px; padding-bottom:10px; margin:0;}
.relate li { list-style:none;text-transform:capitalize; background:url(../images/list-style2.gif) left no-repeat; font-size:14px; padding:3px 10px;}
.relate span { border:0; padding:0; margin:0 0 0 20px; display:inline; color:#666;}
/* ------------------------------------------------------------------
---------- RIGHT SIDEBAR --------------------------------------------
------------------------------------------------------------------ */

.right {
	padding:5px 0 0 0;
	margin:0;
	float:right;
	width:200px;
	overflow:hidden;
	}

/* right sidebar */
.sidebar_r{
	display: block;
	width: 198px;  /* without this IE will stretch too-wide select 
					menus but not the other widgets. With 100% IE
					will remove sidebar borders if select menu is
					too wide */
	margin: 0px;
	padding-bottom:5px;
	border:1px solid #435726;
	overflow:hidden;
}
.shengqing-form {border:#5bb0ff solid 1px; margin-top:-1px; color:0068b7; padding:10px 0 10px 0}
.sidebar_r .shengqing-form p { text-align:left; padding:0 0 5px 20px; color:#0368b8}
.sidebar_r .shengqing-form input{ border:1px solid #7e9db9;  width:125px}
.sidebar_r .shengqing-form input.submit-form { border:1px solid #7e9db9;  width:80px; height:20px; line-height:20px;}


.sidebar_r .arrow { padding:0; margin:0;}
.sidebar_r .arrow a{ color:#FF0000;}


.sidebar_r h3{
	color: #FAE08B;
	font-size:14px;
	padding-left: 15px;
	height:30px;
	line-height:30px;
	text-transform:capitalize;
	background:transparent url(../images/header-bg.png) no-repeat scroll center center;
}

.sidebar_r ul, .sidebar_r ol  { margin:0; padding:10px;}
.sidebar_r li { padding:5px 10px; list-style:none; margin:0; background:url(../images/dot.png) left no-repeat; text-transform:capitalize; }
.sidebar_r li strong { width:80px; display:block; float:left;}
.sidebar_r p{ margin:0 auto; padding:0; text-align:center;}

.recphoto {
	margin:0; padding:0;
	border-bottom: 1px dashed #ccc;
	height:125px;
}
.recphoto .pic {overflow: hidden; float: left; margin-top:10px; margin-left:5px; border:1px solid #D1D1D1; padding:2px;}

.recphoto img {border:0;}

.recphoto .sum { padding: 10px 5px 0 170px;}
.recphoto .sum h3 { display:block; margin:0; line-height:0.7em;}
.recphoto .sum h3 a { color: #333; font-size:12px; font-weight:bold;}


/* ------------------------------------------------------------------
---------- FOOTER ---------------------------------------------------
------------------------------------------------------------------ */
.links {
	padding:10px 0;
	}
.links .links-list{
	border:1px solid #435726;
	
}
#footer {
	width: 980px;
	padding:10px 0px;
	text-align: center;
	margin:auto;
	border-top:1px solid #435726;
	line-height:30px;
	
}

#footer a:link, td#footer a:visited, td#footer a:active {
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;

}
	
/* ------------------------------------------------------------------
---------- LEFT SIDEBAR ---------------------------------------------
------------------------------------------------------------------ */

.left {
	float:left;
	padding:5px 0 0 0;
	width:200px;
	overflow:hidden;
	border-bottom:1px solid #435726;
	}

/* ------------------------------------------------------------------
---------- WIDGETS --------------------------------------------------
------------------------------------------------------------------ */
 
div.widget {
	display: block;
	width: 198px;  /* without this IE will stretch too-wide select 
					menus but not the other widgets. With 100% IE
					will remove sidebar borders if select menu is
					too wide */
	margin:0px;
	padding:0px;
	border-top:1px solid #435726;
	border-right:#435726 solid 1px;
	border-left:1px solid #435726;
	overflow:hidden;
	
	}
	
.l_picText {padding:10px 10px 0 10px; height:90px;}
.l_picText .pictext {float:left;  height:80px; width:120px; overflow:hidden; padding:1px; display:block; border:#CCCCCC solid 1px;}
.l_picText .pictext:hover { border:1px solid #2388FF;}
.l_picText .pictext img { width:120px; height:80px; border:0; overflow:hidden;}
.l_picText h3 a{ font-size:12px;color:#217edb;}
.l_picText p {	margin: 5px 0 0 0;	text-indent: 24px;	line-height:20px; text-align: justify;}
	
	
div.widget .university-canberra { text-align:center; padding:5px 0 0 0;}
div.widget .university-canberra-en {color:#076fd8; text-align:center; font-size:14px; font-weight:bold; display:block;}
div.widget .university-canberra-zh {text-align:center;  margin:5px; display:block;}
div.widget .university-canberra-zh a { margin:0;padding:7px 0; font-size:11px; display:block; border-bottom:#CCCCCC dashed 1px; border-top:#CCCCCC dashed 1px;}	
div.widget .university-bottom {background:url(../images/bottom.gif) no-repeat; width:114px; height:28px; margin:10px 5px; border:0; line-height:28px;}

div.margin-left5{
 margin-left:5px;
}
div.margin-right5{
 margin-right:5px;
}
div.margin-bottom5{
margin-bottom:5px;
}
div.pinkt {

	border-left:5px solid #304B98;
	/*border-top:5px solid #C2F1FF;*/
	border-top:5px solid #304B98;

	}

div.pinkb {

	border-left:5px solid #304B98;
	border-bottom:5px solid #304B98;

	}

.widget ul{
	margin:0px;
	padding:5px 0 10px 0;
	}
.widget ul li {
	margin:0px;
	padding-bottom:5px;
	padding-top:5px;
	}

.widget ul li a:hover{
	text-decoration:underline;
	}


div.widget-title {
	display: block;
	width: auto;
	margin:0;
	padding:0;
	background:url(../images/header-bg.png) center no-repeat;
	height:32px;
	/* more  ... */
	}
div.widget-title .title-more { float:right; font-weight:bold; margin-top:-18px; margin-right:10px; color:#0368b8}
div.widget-title a.title-more  { color:#FAE08B}

div.widget-title h3 {
	padding:8px 0 0 20px;
	margin:0;
	font-size:14px;
	color:#FAE08B;
	/* more  ... */
	}	
	
div.widget-title img {
	display: block;
	width: auto;
	padding:0;
	margin:0;
	width:288px;
	overflow:hidden;	
	/* more  ... */
	}

	
/* ------------------------------------------------------------------
---------- Select MENUS INSIDE OF WIDGETS -------------------------
------------------------------------------------------------------ */

/* if a select menu is too wide to fit into the sidebar (because one 
 or several of its option titles are too long) then it will be cut off
 in IE 6 & 7 */

	
/* ------------------------------------------------------------------
---------- LISTS INSIDE OF WIDGETS ----------------------------------
------------------------------------------------------------------ */

.widget ul {
	font-size:12px;
	padding:10px 10px;
	overflow:hidden;
	}

/*------------- list items with 1 link per item -----------*/
	
.widget ul li {
	list-style:none;
	background:url(../images/list-style2.gif) left no-repeat;
	padding-left:10px;
	/* more  ... */
	}

.widget .school-info {
	padding:5px 10px 10px;
	list-style:none;
}
.widget .school-info li {
	padding-left:10px; padding-right:10px;
	list-style:none;
	line-height:20px;
}


.widget ul li a {
	text-decoration: none; 
	font-weight: normal; 
	text-transform:capitalize;
	/* more  ... */
	}
.widget li.red { color:#FF0000;}
.red a{ color:red;}

* html .widget ul li a:link, 
* html .widget ul li a:visited, 
* html .widget ul li a:active,
* html .widget ul li a:hover {
	height: 1%;   /* IE6 needs this */
	}
	

/* ------------------------------------------------------------------
---------- IMAGES ---------------------------------------------------
------------------------------------------------------------------ */

img { 
	border: 0;
	}
	
.post img.size-full {
	/*max-width: 100% auto;*/
	max-width: 96%;		/* 	resize images in the main column if needed.
							97% so images with padding and border don't touch
							the right sidebar while being resized. Change this 
							to 100% if you want, if your images
							don't have padding and a border */
	width: auto 100%;
	margin: 5px 0 5px 0;
	/*overflow-x: auto;*/
	/* more  ... */
	}



/* hiding from IE6 which would stretch the image vertically. 
IE6 will get width and height via jQuery */
div[class~=post] img { 
	height: auto; /* FF & Safari need auto */
	}	

.post img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 
	}
	
.post img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
	}

.post img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter, 
div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft, 
div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, 
div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* feed icons on archives page */
div.archives-page img {
	border: 0;
	padding: 0;
	background: none;
	margin-bottom: 0;
	vertical-align: -10%;
	}
	
	
/* ------------------------------------------------------------------
---------- SMILEYS --------------------------------------------------
------------------------------------------------------------------ */

img.wp-smiley {
    float: none;  
    border: none !important; 
	margin: 0 1px -1px 1px; 
	padding: 0 !important;
	background: none !important;
	}
.clear {clear: both;}
/* ------------------------------------------------------------------
---------- GRAVATARS ------------------------------------------------
------------------------------------------------------------------ */

/* ##################################################################
---------------------------------------------------------------------
---------- DROP DOWN / FLY OUT MENUS --------------------------------
Ruthsarian's rMenu http://webhost.bridgew.edu/etribou/layouts/
modified by Bytes For All http://wordpress.bytesforall.com/
---------------------------------------------------------------------
################################################################## */


