/* CSS for Plymouth SciBAr Website - Created 20.02.2007 by Elena Menndez-Alonso */

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}


body {
	background-color: #112233;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0;
	}

/* Text styles */

h1 {
	display: none;
	}

h2	{
	color: #2FBB2F;
	font-size: 1.3em;
	padding: 20px 0 0 0;
	margin: 0 0 5px 0;
	text-transform: lowercase;
	}

h3	{
	color: #1A78A6;
	background-color: #eeeeee;
	font-size: 1em;
	padding: 0 0 2px 5px;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}

h4 {
	color: #1A78A6;
	font-size: 0.8em;
	padding: 0px;
	margin: 20px 0 10px 0;
	}

p	{
	font-size: 0.8em;
	line-height: 20px;
	padding-bottom: 10px;
	margin: 0 0 0 10px;
	}


p.indent	{
	padding-left: 20px;
	}


p.speaker	{
	font-weight: bold;
	}
	
p.notice      {
	color: #990000;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
	letter-spacing: -1px;
	border: dotted #ccc 1px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 5px;
	}

a	{
	color: #1A78A6;
	}

a:hover		{
	color: #2fbb2f;
	}

/* End of text styles */

/* Main structure of the front page */

#maincontainer	{
	width: 750px;
	margin: 0 auto; /* This is to get the container centered in Firefox, Netscape, etc */
	text-align: left;
	}

#header {
	height: 83px;
	background: #1A78A6 url('images/corners_cap_top.gif') top no-repeat;
	margin: 0;
	padding: 0;
	}
	
#title img {
	margin: 10px 0 -12px 0 ;
	padding: 0;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}	
	
#subtitle {
	margin: 0;
	padding: 0;
	background: #1A78A6 url('images/corners_cap_bot.gif') bottom no-repeat;
	}	
	
#thispage {
	margin-bottom: 10px;
	}
	
/* Next meeting information */

*html #meeting { /* IE hack */
	margin: 0 0 10px 0;
	}

#meeting {
	margin: 30px 0 10px 0;
	padding: 0;
	background: #2fbb2f url('images/corners_cap_top.gif') top no-repeat;
	}
	
*html #mtg_content { /* IE hack */
	margin: -10px 0 0 0;
	}		
	
#mtg_content {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;	
	}
	
*html #mtg_content h2 { /* IE hack */
	margin: 0;
	padding: 20px 0 0 110px;
	}		
	
#mtg_content h2 {
	font-size: 1em;
	color: #ffffff;
	margin: 0 0 -10px 0;
	padding: 20px 0 10px 110px;
	text-transform: none;
	background: #2fbb2f url('images/wave.gif') 20px no-repeat;
	}
	
span.mtg_info {
	font: 0.8em;
	font-weight: normal;
	}
	
#mtg_content a	{
	color: #ffffff;
	text-decoration: none;
	}
	
#mtg_content a:hover	{
	color: #BAE2F5;
	}	

#mtg_bottom {
	background: #2fbb2f url('images/corners_cap_bot.gif') bottom no-repeat;
	}	
			
	
/* Sidebar menu begins */
#navig	{
	float: left;
	width: 180px;
	margin: 0;
	background: #1a78a6 url('images/corners_nav_top.gif') top no-repeat;
	}
	
#navig ul	{
	margin: 10px 0 0 0;
	padding: 5px 5px 15px 5px;
	list-style: none;
	background: #1A78A6 url('images/corners_nav_bot.gif') bottom no-repeat;
	}

#navig li	{
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 20px;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#navig li.link	{
	background: url('images/menuarrow.gif') no-repeat 0 50%; 
	}

#navig li.current	{
	color: #ffffff;
	background-color: #2fbb2f;
	}

#navig a	{
	color: #BAE2F5;
	text-decoration: none;
	padding: 0 2px 0 2px;
	}
	
#navig a:hover	{
	color: #ffffff;
	background-color: #1a78a6;
	}
/* Sidebar menu ends */


/* content begins */

*html #content { /* IE hack */
	padding: 0 0 15px 0;
	}

#content {
	margin-left: 195px;
	background: #F7F7F7 url('images/corners_cont_top.gif') top no-repeat;
	}
	
#content img	{
	padding: 15px;
	border: 0px; /* This command does not work with Firefox, Netscape & Opera so I have repeated it in each image tag */
	}
	
#text {
	padding: 0 20px 0 20px;
	}
	
#picture {
	
	margin-left: 195px;
	padding: 0;
	margin: 0;
	}

#picture a {
	text-decoration: none;
	}	
	
#list {
	margin: 0 0 0 40px;
	}	

#list li	{
	font-size: 0.8em;
	line-height: 20px;
	padding-bottom: 10px;
	margin: 0 0 0 10px;
	}	

#gototop {
	background: #F7F7F7 url('images/corners_cont_bot.gif') bottom no-repeat;
	margin: 0;
	padding: 0;
}

#gototop p	{
	background: url('images/toparrow.gif') no-repeat;
	font-weight: bold;
	font-size: 0.7em;
	padding-left: 20px;
	}		
	

/* content ends */



#footer	{
	
	margin-top: 10px 0 0 0;
	padding: 0px;
	background: #1A78A6 url('images/corners_cap_top.gif') top no-repeat;
	text-align: center;
	}

#footer p	{
	font-size: 0.6em;
	text-align: center;
	margin: 0px;
	padding: 10px 0 5px 0 ;
	color: #ffffff;
	}
	
#advert {
	background: #1A78A6 url('images/corners_cap_bot.gif') bottom no-repeat;	
	padding: 5px 0 10px 0;
	}

	