/* Author: Yoke Lee  http://pinkfrangi.com */


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/ 

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #E9EFD0;
background-image: url("../images/bg.gif");
background-repeat: repeat-y ;
background-position: 49% 0;
}


/*------------------------------------------------------------*
**  Page
**------------------------------------------------------------*/	

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 636px;
}


/*------------------------------------------------------------*
**  Header - contains logo and menu 
**------------------------------------------------------------*/		

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
/*height: 45px;*/
}

#logo {
margin: 0 0px 10px 15px;
}

/*------------------------------------------------------------*
**  Left Nav & Announcements 
**------------------------------------------------------------*/	

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 10px 0 10px 0;
padding: 0;
font-size: 0.9em;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 170px;
color: #505050;
background-color: #eaeaea;
line-height: 1.2em;
}

/*------------------------------------------------------------*
**  Right Nav & Announcements 
**------------------------------------------------------------*/	


#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/	

#content {
margin: 15px 0px 20px 200px;
border-left: 1px solid #f0f0f0;
/*border-right: 1px solid #f0f0f0;*/
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h1 {
/*font-size: 1.3em;
letter-spacing : 3px;*/
	font-size: 1.7em;
	font-weight: lighter;
	color: #669933;
	margin: 0 0 0.5em 0;
 }

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content h3 {
font-size: .8em;
color : #999999;
font-weight: bold;
margin: 0;
}


 #content h4 {
font-size: 1em;
 text-decoration : underline;
 }
 
#content .address{
	color : #999999;
	letter-spacing : 2.3px;
	font-size: .8em;
	border-top : 2px solid #f0f0f0;
	}

#content p {
font-size: 0.9em;
}
	
	
#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #E9EFD0;
/*#f0f0f0;*/
}

#content .noborder {
padding: 0px;
background: #ffffff;
display:inline;
border: 0px;
/*#f0f0f0;*/
}

/*------------------------------------------------------------*
**  Talks
**------------------------------------------------------------*/	

#talks {font-size: 0.9em; float:left; width:97%; padding: 0; background:#eaeaea; }
.rightcol {margin: 0; padding:0; float: left; width:200px;}
.leftcol { margin: 0; padding:0; float: left; width:200px;}

ul.leftcol { list-style-type: none;}
ul.rightcol { list-style-type: none;}
ul.leftcol li { padding:10px; }
ul.rightcol li { padding:10px; }


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 2px solid #f0f0f0;
width: 600px;
text-align: center;
color: #999999;
font-size: 0.8em;
}

#footer a {
color: #808080;
text-decoration: none;
}

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


/*------------------------------------------------------------*
**  Links
**------------------------------------------------------------*/	

#content a {
 text-decoration: none; color: #369; border-bottom: 1px dashed #369;
 font-weight: bold;
}

#content a:hover {
color: #669933;
}

a {
text-decoration: none;
color: #286ea0;
}

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

a img {
border: 0;
}

#content a[href ^="mailto:"] {
   padding-right: 18px;
   background: transparent url('/images/mail.gif') no-repeat top right;
}

/*------------------------------------------------------------*
**  Alignment
**------------------------------------------------------------*/	

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

.left-flash {
margin: 5px 0px 5px 0px;
float: left;
}

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

.textright {
text-align: right;
}

.center {
text-align: center;
}

/*------------------------------------------------------------*
**  Font display
**------------------------------------------------------------*/	

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.breadcrumb {
font-size: .8em;
color : #999999;
font-weight: bold;
border-bottom : 2px solid #f0f0f0;
} 
	
	
.green {
 color: #669933;
 background-color : #E9EFD0;
 text-decoration: underline;
}

.posted {
 font-size: .8em;
 font-weight : normal;
 color : #999;
 padding-bottom: 60px;
 border-top: 1px dotted #CFCFCF;
} 


