/********************************************
browser.css file

browser style file to support the ASIS Minnesota Chapter #25 web site
copyright 2008 - ASIS Minnesota Chapter
USA

contact: Mabel Houle 

loosely based on template "BrightSide" from www.styleshout.com
used under Creative Commons license
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .71em/1.5em  Verdana, Tahoma, sans-serif;
	color: #666666; 
	background: #fff;
	text-align: center;
}

/* links */
a { 
	color: #0071A7;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #BB0000;
	background-color: inherit;
	text-decoration: underline;
}

/* headers  and margins*/
h1, h2, h3 { 
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #646464;
}
h1 { font-size: 1.5em; } 
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

h4 { 
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
}

p, h1, h2, h3 , h4{ margin: 10px 15px; }

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

/* images */
img { margin: 10px 15px; }

img.noborder-left {
	float: left;
	border: none;
}
img.noborder-right {
	float: right;
	border: none;
}
img.border-right {
	border: 4px solid #F2F2F2;
	float: right;
}
img.border-left {
	border: 4px solid #F2F2F2;
	float: left;
}
img.header {
	margin: 0;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FFFDE1;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #0071A7;
	font: normal 1.1em Georgia, Serif; 
}

/* table elements */
table {
    border: 4px solid #F2F2F2;
	margin: 0 15px;
}
td.title {
	background: #0071A7;
	color: #FFF;
	font-weight: bold;
}
td {
	padding: 3px
}
table p {
	margin: 0;
	padding: 0;
}
tr {
	background: #F1F1F1;
}
tr.white {
	background: #FFF;
}


/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px;
	height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;	
	background: #FFF;
}

/* main */
#center_homepage {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;	
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.gif) repeat-x 0% 100%;	
}
#header img{
	margin: 20px 0px 5px 10px;	
}
#header h2#slogan {
	position: absolute;	 
	top: 39px; left: 15px;
	color: #666666;
	text-indent: 0px;
	font: bold 18px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;
	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	margin-bottom: 1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;	
	text-decoration: none;	
	padding: 2px 5px 2px 10px;
	background: #F2F2F2;
	border-left: 4px solid #CCC;	
	
	min-height: 18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding: 2px 5px 2px 10px;
	background: #FFFDE1;
	color: #0071A7;
	border-left: 4px solid #0071A7;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	margin: 15px 0 15px 0;
	padding: 0; 
  	background: #FFFDE1;
	border: 2px solid #f2f2f2; 
}

/* one column design */
#onecolumn {
	float: left;
	width: 99%;
	margin: 0;	
	padding: 0; 
	display: inline;	
}

/* two column design */
#twocolumn {
	float: left;
	width: 48%;
	margin: 0;	
	padding: 0; 
	display: inline;	
}

/* three column design */
#threecolumn {
	float: left;
	width: 32%;
	margin: 0;
	padding: 0; 
	display: inline;
}
/* one-third column design */
#onethirdcolumn {
	float: left;
	width: 34%;
	margin: 0;
	padding: 0; 
	display: inline;
}
/* two-third column design */
#twothirdcolumn {
	float: left;
	width: 64%;
	margin: 0;
	padding: 0; 
	display: inline;
}

/* four column design - used in gallery div */
#fourcolumn{
	float: left;
	width: 24%;
	margin: 0;
	padding: 0; 
	display: inline;
}

/* leftgallery section */
#leftgallery {
	float: left;
	padding: 0;
	margin: 0;
	width: 70%;		
}

/* rightbar */
#galleryrightbar {
	float: right;
	width: 28%;
	padding: 0;
	margin: 10px 0 0 0;		
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
}

/* Footer */
#footer { 
	clear: both; 
	background: #fff; 
	border-top: 5px solid #0071A7;
	margin: 0;
	padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer a :hover{ 
	text-decoration: underline;
	color: #000;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 14px  'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display: inline;
   margin: 0;
   padding: 0;
}
#header a {
   float: left;
   background: url(tableft.gif) no-repeat left top;
   margin: 0;
   padding: 0 0 0 4px;
   text-decoration: none;
}
#header a span {
   float: left;
   display: block;
   background: url(tabright.gif) no-repeat right top;
   padding: 6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float: none;}
/* End IE5-Mac hack */

#header a:hover span {
	color: #FFF;
}
#header a:hover {
	background-position:0% -42px;
}
#header a:hover span {
	background-position:100% -42px;
}
#header #current a {
	background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
	background-position: 100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.clear-left  { clear: left; }
.clear-both { clear: both; }


/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  { color: #BFBFBF; }
.red  { color: #BB0000; }
.black { color: #000; }
.brown { color: #957D59; }
.blue { color: #0071A7; }
