@charset "utf-8";

/* General tags setting */

body {
	background-color: #DCDCCD;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	}
#container{
	width: 900px;
	margin: 0 auto; 
	height:100%;
	}
	
.feed {
	background-color: #ffffff;
	}
	
#datacontainer{
	width:193px;
	padding:10px;
	}
	
#iframeID{
	width:213px; 
	height:131px;
}

a {
	text-decoration:none;
	color:#404040;	
	}
	
a:hover {
	/*color:#e76929;*/
	color:#d96b29;
	text-decoration:underline;
	}
a img{ 
	border:0; 
	}	

#two-col p a {
	color:#d96b29;
	text-decoration:none;
}

#three-col p a {
	color:#d96b29;
	text-decoration:none;
}

#three-col p a:hover {
	color:#d96b29;
	text-decoration:underline;
}

input.text-field {
	border: solid 1px #bebebe;
	text-align:left;
}

select.text-field {
	border: solid 1px #bebebe;
	text-align:left;
}

textarea.text-field {
	border: solid 1px #bebebe;
	text-align:left;
}

#header {
	background-color: #98CCD2;
	border-bottom:solid #666666 5px;
	padding:10px 5px 5px 10px;
	}
	
#header h2 {
	background: url("images/logo.gif");
	width:159px;
	height:41px;
	float:left;
	}
		
#header h2 a {
	display: block; 
	height: 100%; 
	width: 100%;
	}	

#navigation {
	width:680px;
	height:20px;
	margin:0 0 0 auto;
	padding-top:40px;
	}	

#navigation ul li{
	display:inline;
	}

#navigation img{
	margin-right:10px;
	}	

#navigation a{
	text-decoration: none;
	color: #ffffff;	
	}	

#content {
	border-top:solid #fff 5px;
	border-bottom:solid #fff 5px;
	background: #fff url(images/2-column.jpg) repeat-y;
	}
	
.index#content {
	background: #fff;
	}
	
#content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.turbo#content {
	background: #fff;
	}
	
span {
	display:none;
	}
p{
	text-align: justify;
	line-height: 1.4em;
}

p.feed {
	font-size:7pt;
}	

h1 {
	margin:0;
	height:18px;
	color:#404040;
	}
h2 {
	padding:0px;
	margin:0px;
	height:18px;
	color:#404040;
	}
h3 {
	height:9px;
	color:#404040;
	}
h4 {
	font-weight: bold;
	color:#404040;
	}
h4:hover {
	color:#d96b29;
	}			
hr {
	color:#bebebe;
	background-color:#bebebe;
	height:1px;
	border:0;
}

#footer {
	background-color: #666666;
	border-bottom:solid #98CCD2 5px;
	padding:5px 0 5px 0;
	overflow:auto;
	font-size: 10px;
	color:#ffffff;
	}	

.inner {
	padding-left:5px;
	width:300px;
	float:left;
	}
#inner-privacy {
	padding-left:378px;
	padding-top:12px;
	width:210px;
	float:left;
	text-align:right;
	} 	

#inner-privacy a {
	color: #fff;
	}

#social-media {
	border:solid #98ccd2 1px; 
	overflow:hidden;	
}

#social-media-right {
	margin:8px 5px 3px 0px;
	text-align:right;	
	color:#9d9d9d;
	font-size:8pt;
	float:right;
}

#social-media-right a{
	color:#9d9d9d;
	text-decoration:none;
}

#social-media-right a:hover{
	color:#d96b29;
	text-decoration:underline;
}
#social-media-left {
	margin:5px 0px 3px 5px; 
	text-align:right;	
	color:#9d9d9d;
	font-size:8pt;
	float:left;
}

#social-media-left img {
	margin-right:5px;	
}
  
/*Tell a friend*/
#email-container{
	width: 500px;
	margin: 0 auto; 
	height:100%;
	}
	
#email-header {
	background-color: #98CCD2;
	border-bottom:solid #666666 5px;
	padding:10px 5px 5px 10px;
	width:485px;
	height:50px;
	}
	
#email-nav {
	width:500px;
	height:20px;
	margin:0 0 0 auto;
	}

#email-header h2 {
	background: url("images/logo.gif");
	width:159px;
	height:41px;
	float:left;
	}

#email-content {
	width:480px;
	background-color:#fff;
	padding:10px;
}

#email-content h1{
	font-size:16px;
}

table#email-form {
	padding-left:10px;
	width:460px;	
}

td#field-name {
	text-align:left;
	vertical-align:top;
	font-weight:bold;

}

td#field {
	text-align:left;
	vertical-align:top;
}

#email-footer {
	padding-left:5px;	
}

	
#turbo-text {
margin-left:10px;
margin-right:10px;
}

#turbo-footer {
padding: 5px;
background-color:#cdcdcd;
border-top:#666666 solid 5px;
}

#turbo-footer td{
width: 147px;
}

/*index.html - home page layout*/	
/*index video banner done by YIN*/
#index-banner-left-bottom {
	width:213px;
	height:159px;
	border: solid 1px #01aad3; 	
	clear:left;
}

#index-banner-left {
	width:213px;
	height:131px;
	border: solid 1px #98ccd2; 	
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}

#index-banner-right {
	width:433px; 
	height:297px;
	float:right;
	border: solid 1px #98CCD2;
}

#index-slogan {
	margin-bottom:8px;
	margin-top:-5px;
	margin-left:-7px;
}
#index-slogan-divider {
	margin-left:-6px;
	margin-top:10px;
}
/*YIN*/
.index#two-col {
	width:655px;
	padding:0;
	margin-left: 5px;
	margin-right: 5px;
	}	
#index-inner{
	/*background-image:url(images/rotation/main.gif);*/
	height:217px;
	width:615px;
	padding:10px 10px 10px 30px;
	background-repeat: no-repeat;
	overflow: hidden;
	}	
#index-inner img{
	margin-right:10px;

	}		

#index-inner-content{
	padding:5px;
	text-align:center;
	}	
#index-inner-lower{
height:133px;
overflow:hidden;
}

#index-inner-spacer{
	width:655px;
	height:5px;
	margin-top:5px;
	margin-bottom:5px;
	background-image: url("images/spacer.gif");
	background-repeat: repeat-x;
	}
.index-menu-spacer {
	width:200px;
	height:1px;
	background-image: url("images/menu-spacer.gif");
	background-repeat: repeat-x;
	margin-bottom:15px;
	margin-top:15px;
	}

#index-feed{
	width:213px;
	height:131px;
	border: solid 1px #98CCD2; 	
	float:left;
	margin-right:5px;
	padding:0px;
	overflow:hidden;
	}	
#index-academy{
	width:213px;
	height:131px;
	border: solid 1px #01aad3; 
	float:left;
	margin-right:5px;
	}
#index-courses {
	width:213px;
	height:131px;
	border: solid 1px #98CCD2; 
	float:right;
	overflow:hidden;
	}
#index-academy-text{
	background:#01aad3;
	padding:5px;
	}	

#index-courses-text{
	background:#99cbd2;
	padding:5px;
	}	
#index-search-text{
	background:#01aad3;
	padding:5px;
	text-align:center;
	}	
.index#two-col-menu {
	border: solid 1px #98CCD2; 
	width:227px;
	height: 383px;
	padding:0px;
	overflow: hidden;
	}
	

/*Academy kitchen style*/
#academy-two-col {
	border-top:solid #fff 10px;
	border-bottom:solid #fff 10px;
	height:100%;
	width:900px;
	background-color:#ffffff;
}


#academy-two-col:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
#academy-two-col p a{
	color:#d96b29;
	text-decoration:none;
}

#academy-two-col p a:hover{
	color:#d96b29;
	text-decoration:underline;
}

#academy-kitchen-video {
	padding:10px; 
	width:640px; 
	float:left;
}
#academy-two-col-menu {
	float: right;
	padding:10px;
	width:220px;
}

#academy-two-col-menu ul {
	padding-left:2px;
	line-height: 1.4em;
	}
#academy-two-col-menu li {
	list-style:none;
	}

#academy-kitchen-menu ul {
	padding-left:20px;
	line-height: 1.4em;
}	

#academy-kitchen-menu li {
	list-style-image:url("/images/bullet.png");
}
#ieinstruction {
	padding:5px;
}

#ieinstruction ol {
	margin:0px;
	padding:0px;
	line-height: 1.4em;
}
	
#ieinstruction ol li {
	padding-top: 5px;
	list-style: inside;
	list-style-type: decimal;
}

#video-button-dummy {
	height:190px;
}

#video-button {
	
	vertical-align:bottom; 
	text-align:center;
}	
/*end*/

table.search td {
	text-align:center;
}
.search{
	text-align:center;
	}	
.search#index-inner-content {
	padding-left:9px;
	}	
form.search{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}		
				
/* Other pages layout, 2 col and 3 col */								
#two-col ul {
	padding-left:12px;
	line-height: 1.4em;
	}

#profile h1 {
	font-size: 13px;
	font-weight: bold;
	display: inline;
	}	
#profile p {
	margin-left: 220px;
	}
		
#profile img {
	border: solid 5px #404040;
	margin-right:10px;
	float:left;
	}
#profiles-title {
	font-size:11pt;
	color:#d96b29;
	font-weight:bold;
}

#profiles a{
	text-decoration: none;
	}
#profiles table{
	width:500px;
	}
#profiles td{
	text-align: center;
	vertical-align: top;
	width:150px;
	}	
	
#students img {
	border: solid 1px #404040;
	margin:10px;
	float:left;
	clear:right;
	}
img.profile {
	border: solid 1px #404040;
	margin-right:10px;
}
	
.turbo#two-col-menu {
	padding-left:35px;
	padding-top:20px;
	text-align:center;
	}		
/*		
#two-col-menu h2{
	background: url("images/menu-about.jpg");
	height:14px;
	background-repeat:no-repeat;
	}	*/
/*make for "market intelligence" IE6 */


/* closed by Yin
.find#three-col-center li{
	list-style-image:url("images/plus-bullet.jpg");
	}
.find#three-col-center img{
	float:left;
	clear:both;
	margin-bottom:10px;
	}
.find#three-col-center ul{
	float:left;
	margin-left:20px;
	}
*/	

#two-col-menu-search {
	border: solid 1px #01aad3; 
	width:227px;
	height: 445px;/*383*/
	padding:0px;
	overflow: hidden;
	}
/*make for "market intelligence heading in IE6 */
#two-col-menu-special{
	float:left;
	padding:10px;
	width:170px;
	}
	
#two-col-menu-special ul {
	padding-top:4px;
	padding-left:18px;
	line-height: 1.4em;
	}
	
#two-col-menu-special li {
	list-style-image:url("images/bullet.png");
	}
	
#two-col-menu {
	float:left;
	padding:10px;
	width:170px;
	}
#two-col-menu ul {

	padding-left:20px;
	line-height: 1.4em;
	}
	
#two-col-menu li {
	list-style-image:url("images/bullet.png");
	}
	
#two-col {
	float:left;
	width:690px;
	padding:10px 10px 10px 10px;
}

#two-col-menu-special ul {
	padding-top:4px;
	padding-left:18px;
	line-height: 1.4em;
	}
#two-col-menu-special li {
	list-style-image:url("images/bullet.png");
	}
	
#about-clients ul {
	padding-left:30px;
	width:200px;
	line-height: 1.4em;
	}
	
#content-three-col {
	border-top:solid #fff 10px;
	border-bottom:solid #fff 10px;
	background: #fff url(images/3-column.jpg) repeat-y;
	width:900px;
	height:100%;
	}
	
#content-three-col:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
#three-col-center {
	float:left;
	width:192px;
	padding:10px;
	}
#three-col-center ul {
	padding-left:20px;
	line-height: 1.4em;
	}
#three-col-center li {
	list-style-image:url("images/bullet.png");
	}
#three-col-center-skills {
	float:left;
	width:192px;
	padding:10px;
	}
#three-col-center-skills ul {
	margin:0;
	padding:10px 0px 50px 18px;
	line-height: 1.4em;
	}
#three-col-center-skills li {
	list-style-image:url("images/bullet.png");
	}

#three-col {
	float:left;
	width:477px;
	padding:10px;
	height:100%;
	}

/*find's center menu -new */	
#find-center-menu {
	float:left;
	width:192px;
	padding:10px;
	}

/* find light blue menu */
ul#find {
	padding-left: 0px;
	}	
ul#find li{
	display: inline;
	list-style-type: none;	
	}
ul#find a {
	font-size: 17px;
	color: #777;
	}
ul#find a:hover {
	color:#98CCD2;
	text-decoration:none;
	}

.turbo#three-col {
	width:740px;
	padding-top:0px;
	padding-bottom:0px;
	}
.findturbo#three-col-center {
	width:70px;
	margin-left:40px;
	}	
.turbo#content-three-col {
	background: #fff url(images/3-column-turbo.jpg) repeat-y;
}	

ul#courses a {
	font-size: 12px;
	color: #404040;
	line-height: 1.4em;
	}
ul#courses a:hover {
	color:#d96b29;
	line-height: 1.4em;
	}

table#pr-news {
	width:680px;
	height:100%;
	padding:10px;
	text-align:justify;
}

td#news-title {
	font-weight:bold;
	color:#d96b29;
}

td#news-date {
	font-size:7pt;
	text-align:right;
}
td#news-read-more {
	font-size:7pt;
}

table#links {
	width:320px;
	height:100%;
	padding:10px;
	text-align:left;
	vertical-align:top;
}
th#links-title {
	font-weight:bold;
	color:#d96b29;
	font-size:10pt;
	text-align:left;
}
td#links-parent-cell {
	width:320px;
	vertical-align:text-top;
}

h1#site-map {
	background: url("images/new-headings/site-map.png");
	background-repeat:no-repeat;
	}
h1#pr-news {
	background: url("images/new-headings/news.png");
	background-repeat:no-repeat;
	}

h1#profiles {
	background: url("images/new-headings/profiles.png");
	background-repeat:no-repeat;
	}	
h1#newsletters-archive {
	background: url("images/new-headings/newsletters-archive.png");
	background-repeat:no-repeat;
	}
h1#subscribe {
	background: url("images/new-headings/subscribe.png");
	background-repeat:no-repeat;
	}
h1#unsubscribe {
	background: url("images/new-headings/unsubscribe.png");
	background-repeat:no-repeat;
	}
h1#links-resources {
	background: url("images/new-headings/links-and-resources.png");
	background-repeat:no-repeat;
	}
h1#intranet-resources {
	background: url("images/new-headings/intranet-resources.png");
	background-repeat:no-repeat;
	}
h1#introduction {
	background: url("images/new-headings/introduction.png");
	background-repeat:no-repeat;
	}	
h1#contact-us {
	background: url("images/new-headings/contact-us.png");
	background-repeat:no-repeat;
	}

h1#rsa {
	background: url("images/new-headings/rsa.png");
	background-repeat:no-repeat;
	}	
h1#rcg {
	background: url("images/new-headings/rcg.png");
	background-repeat:no-repeat;
	}		
h1#bar-skills {
	background: url("images/new-headings/bar-skills.png");
	background-repeat:no-repeat;
	}
h1#traffic-control {
	background: url("images/new-headings/traffic-control.png");
	background-repeat:no-repeat;
	}
h1#green-skills-series {
	background: url("images/new-headings/green-skills-series.png");
	background-repeat:no-repeat;
	}
h1#green-card {
	background: url("images/new-headings/green-card.png");
	background-repeat:no-repeat;
	}
h1#first-aid {
	background: url("images/new-headings/first-aid.png");
	background-repeat:no-repeat;
	}
h1#licensee-liquor-act {
	background: url("images/new-headings/licensee-liquor-act.png");
	background-repeat:no-repeat;
	}
h1#safe-food-handling {
	background: url("images/new-headings/safe-food-handling.png");
	background-repeat:no-repeat;
	}
h1#coffee-culture {
	background: url("images/new-headings/coffee-culture.png");
	background-repeat:no-repeat;
	}
h1#taa {
	background: url("images/new-headings/taa.png");
	background-repeat:no-repeat;
	}
h1#wait-staff-skills {
	background: url("images/new-headings/wait-staff-skills.png");
	background-repeat:no-repeat;
	}
h1#home-sustain {
	background: url("images/new-headings/home-sustain.png");
	background-repeat:no-repeat;
	}
h1#training-sensations {
	background: url("images/new-headings/training-sensations.png");
	background-repeat:no-repeat;
	}		
h1#terms-and-conditions {
	background: url("short-courses/images/terms-and-conditions.jpg");
	background-repeat:no-repeat;
	}	
h1#package-deals {
	background: url("images/new-headings/package-deals.png");
	background-repeat:no-repeat;
	}	
/*h1#handbook {
	background: url("short-courses/images/handbook.jpg");
	background-repeat:no-repeat;
	}
*/
h1#course-materials {
	background: url("images/new-headings/course-materials.png");
	background-repeat:no-repeat;
	}	
h1#fees-and-refunds {
	background: url("images/new-headings/fees-and-refunds.png");
	background-repeat:no-repeat;
	}	
h1#talent-solutions {
	background: url("images/new-headings/talent-solutions.png");
	background-repeat:no-repeat;
	}
h1#general-information{
	background: url("images/new-headings/general-information.png");
	background-repeat:no-repeat;
	}
h1#agent-information{
	background: url("images/new-headings/agent-information.png");
	background-repeat:no-repeat;
	}
h1#photo-gallery{
	background: url("images/new-headings/photo-gallery.png");
	background-repeat:no-repeat;
	}
h1#student-testimonials{
	background: url("images/new-headings/student-testimonials.png");
	background-repeat:no-repeat;
	}
h1#cert-three-cookery{
	background: url("images/new-headings/cert-three-cookery.png");
	background-repeat:no-repeat;
	}
h1#cert-three-patisserie{
	background: url("images/new-headings/cert-three-patisserie.png");
	background-repeat:no-repeat;
	}
h1#diploma{
	background: url("images/new-headings/diploma.png");
	background-repeat:no-repeat;
	}
h1#advanced-diploma{
	background: url("images/new-headings/advanced-diploma.png");
	background-repeat:no-repeat;
	}	
h1#academy-forms{
	background: url("images/new-headings/academy-forms.png");
	background-repeat:no-repeat;
	}
h1#degree-pathway{
	background: url("images/new-headings/degree-pathway.png");
	background-repeat:no-repeat;
	}
	
h1#details-for-parents{
	background: url("images/new-headings/details-for-parents.png");
	background-repeat:no-repeat;
	}
	
h1#industry-experience{
	background: url("images/new-headings/industry-experience.png");
	background-repeat:no-repeat;
	}
h1#academy-info{
	background: url("images/new-headings/academy-info.png");
	background-repeat:no-repeat;
	}
h1#skills-assessment{
	background: url("skills-assessment/images/skills-assessment.png");
	background-repeat:no-repeat;
	}
h2#information{
	background: url("images/new-headings/information.png");
	background-repeat:no-repeat;
	}
h2#accreditation{
	background: url("images/new-headings/accreditations.png");
	background-repeat:no-repeat;
	}
h2#about-us{
	background: url("images/new-headings/about-us.png");
	background-repeat:no-repeat;
	}	
h2#newsletters {
	background: url("images/new-headings/newsletters.png");
	background-repeat:no-repeat;
	}	
#index-academy-text h2 {
	background: url("images/international-academy.gif");
	background-repeat:no-repeat;
	}
#index-courses-text h2 {
	background: url("images/book-short-courses.gif");
	background-repeat:no-repeat;
	}	

h1#people-solutions {
	background: url("images/people-solutions.png");
	background-repeat:no-repeat;	
	}																						
h2#head-office {
	background: url("contact/images/head-office.jpg");
	background-repeat:no-repeat;
	}	
	
.float-nav{
	float:left;
	}
.float-nav-center{
	float:left;
	margin-left:10px;
	}
.float-nav-last{
	margin-left:10px;
	}		

#find-inner img {
	float:left;
	margin-top:2px;
	}
#find-inner p {									
	margin-left:30px;
	}
#find-inner {
	border-top:1px solid #bfbec3;
	padding-top:5px;
	}	
#find-inner-first {
	padding-top:13px;
	}	
h2#market-intelligence{
	background: url("images/new-headings/market-intelligence.png");
	background-repeat:no-repeat;
	}
h2#clients{
	background: url("images/new-headings/clients.png");
	background-repeat:no-repeat;
	}
h2#partners{
	background: url("images/new-headings/partners.png");
	background-repeat:no-repeat;
	}

h2#industry-partners{
	background: url("images/new-headings/industry-partners.png");
	background-repeat:no-repeat;
	}
	
h2#learning-partners{
	background: url("images/new-headings/learning-partners.png");
	background-repeat:no-repeat;
	}
	
h2#courses {
	background: url("images/new-headings/courses.png");
	background-repeat:no-repeat;
	}
	
h2#live-kitchen-videos {
	background: url("images/new-headings/live-kitchen-videos.png");
	background-repeat:no-repeat;
	}	

h1#great-people{
	background: url("images/new-headings/great-people.png");
	background-repeat:no-repeat;
	}	
h1#executive-search{
	background: url("images/new-headings/executive-search.png");
	background-repeat:no-repeat;
	}
h1#executive-recruitment{
	background: url("images/new-headings/executive-recruitment.png");
	background-repeat:no-repeat;
	}
h1#workforce{
	background: url("images/new-headings/workforce.png");
	background-repeat:no-repeat;
	}
h1#about-hostec{
	background: url("images/new-headings/about-hostec.png");
	background-repeat:no-repeat;
	}
h1#areas-of-industry-specialisation{
	background: url("images/new-headings/areas-of-industry-specialisation.png");
	background-repeat:no-repeat;
	}
h1#areas-of-expertise{
	background: url("images/new-headings/areas-of-expertise.png");
	background-repeat:no-repeat;
	}	
h1#training-solutions{
	background: url("images/new-headings/training-solutions.png");
	background-repeat:no-repeat;
	}	
h1#accreditations{
	background: url("images/new-headings/images/accreditations.png");
	background-repeat:no-repeat;
	}	
h1#tailored-training{
	background: url("images/new-headings/tailored-training.png");
	background-repeat:no-repeat;
	}	
h1#traineeships{
	background: url("images/new-headings/traineeships.png");
	background-repeat:no-repeat;
	}
h1#hr-solutions{
	background: url("images/new-headings/hr-solutions.png");
	background-repeat:no-repeat;
	}	
h1#saville{
	background: url("images/new-headings/saville.png");
	background-repeat:no-repeat;
	}
h1#career-transition{
	background: url("images/new-headings/career-transition.png");
	background-repeat:no-repeat;
	}
h1#project-recruitment{
	background: url("images/new-headings/project-recruitment.png");
	background-repeat:no-repeat;
	
	}
h1#hr-consulting{
	background: url("images/new-headings/hr-consulting.png");
	background-repeat:no-repeat;
	
	}	
h1#register-with-us{
	background: url("images/register-with-us.gif");
	background-repeat:no-repeat;
	width:146px;
	height:18px;
	margin-right:auto;
	margin-left:auto;
	}
h1#log-into-your-account{
	background: url("images/log-into-your-account.gif");
	background-repeat:no-repeat;
	width:188px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
	}	
h1#live-from-marriott-sydney{
	background: url("images/new-headings/live-from-marriott-sydney.png");
	background-repeat:no-repeat;
	}	
	
h1#live-from-sebel-brisbane{
	background: url("images/new-headings/live-from-sebel-brisbane.png");
	background-repeat:no-repeat;
	}							
h2#mantra{
	background: url("about/images/mantra.jpg");
	background-repeat:no-repeat;
	height:12px;
	}
h2#our-beliefs{
	background: url("about/images/our-beliefs.jpg");
	background-repeat:no-repeat;
	height:12px;
	}	
#test {
	clear:both;
	background-color: #000;
	width:195px;
	height:213px;
	}	
table#downloadMaterial {

	height:100%;
}

table#downloadAcademy {
	
	height:100%;
}
td.join-our-team {
	vertical-align:text-top;
	width:450px;
}	
td.register-hostec {
	text-align:right;
}


/*blog's css*/
#blog-content {
	border-top:solid #fff 5px;
	border-bottom:solid #fff 5px;
	background-color: #fff;
	width:900px;
	}
#blog-content:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#blog-two-col {
	float:left;
	width:600px;
	padding:10px 20px 10px 10px;
	}
	
#blog-two-col-menu {
	float:left;
	padding:10px;
	width:235px;
	text-align:left;
	background-color:#eae7de;
}

	
#blog-two-col-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#blog-two-col-menu ul ul li:before {
	content: "\00BB \0020";
	}

#blog-two-col-menu ul li{
	margin-bottom:15px;	
}

#blog-two-col-menu p, #blog-two-col-menu ul select {
		margin: 5px 0 8px;
	}

#blog-two-col-menu ul ul, #blog-two-col-menu ul ol {
	margin: 5px 0 10px 8px;
	}

#blog-two-col-menu ul ul ul, #blog-two-col-menu ul ol {
	margin: 5px 0 0 8px;
	}

#blog-two-col-menu ul ul li, #blog-two-col-menu ul ol li {
	margin: 3px 0 10px 0;

	}
	
#blog-two-col hr {
	color:#eae7de;
	background-color: #eae7de;
	border: 0;
	height: 3px;
}

#blog-two-col-menu h2 {
	font-size: 11pt;
	font-weight: bold;
	color:#404040;
	display:block;
	background-color:#98ccd2;
	padding: 3px;
	}
	
.blog-navigation {
	display: block;
	text-align: center;
	padding-bottom:10px;
	}
	
form.blog-search {
	color:#404040;
	vertical-align:middle;
	padding: 0; 
	border: 0; 
	margin: 0; 
	color:#404040;
}
	
/* Searh input box */
input.blog-search {
	background: #ffffff; 
	vertical-align: middle; 
	border: solid 1px #bebebe; 
	font-family: Arial; 
	font-size: 9pt; 
}

#blogdatacontainer{
	width:210px;
	padding:10px;
	}
.entry p {
	font-size: 1.05em;
	line-height: 1.4em;
	}
	
.entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.entry a {
	color: #d96b29;
	text-decoration:none;
	}
	
.entry p a:visited {
	color: #d96b29;
	}
.entry p a:hover {
	color:#d96b29;
	text-decoration:underline;
	}	
.entry li {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	}
	
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
	
.postmetadata {
	color: #777;
	margin: 10px 0;
	clear: both;
	text-align:right;
	font-size:smaller;
	}

.postmetadata-entry {
	color: #777;
	margin: 10px 0;
	clear: both;
	text-align:center;
	font-size:smaller;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
.alignright {
	float: right;
	font-size:8pt;
	}

.alignleft {
	float: left;
	font-size:8pt;
	}
	
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
/*blog comments*/
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.commentlist cite, .commentlist cite a, .fn {
	font-style: normal;
	font-weight: bold;
	}
	
.comment-navigation {
	display: block;
	text-align: center;
	}
#comments h3{
	padding: 3px;
	background-color:#98ccd2;
	display:block;
	height:100%;
	color:#404040;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0px;
	text-align: left;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 15px 5px;
	list-style: none;
	background-color:#f3f3f3;
	border: #98ccd2 solid 1px;
	}
	
.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 0px;
	padding-left:5px;
	font-size:10pt;
}
.children { padding: 0px; }

#commentform p {
	margin: 5px 0;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	padding: 5px;
	font-size:7pt;
	}

.reply {
	float:right;
	display:block;
	font-size:8pt;
}
/* ends comments */	
.subscribe-list {
	font-size:8pt; 
	color:#d96b29;
	padding-left:5px;
}

table#subscribe-table td {
	width:50%;
}

.flags {
	float:right;
}
.flags img {
	border: 0;
	padding-right:10px;
}

table.foreign th, td {
	text-align: left;
}