/* 	Bytown Mac User Group of Ottawa 	CSS FILE 
	Created By W Thomas Leroux
	Darner Media
	http://www.darnermedia.ca
*/


body {
	font-size: 90%;
	font-family: monaco, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: normal;
	color: black;
	background-color:#4F93FF;
	padding: 0px;
	margin: 0px auto;
	width: 960px;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}


#header {
	margin:10px 10px;
	padding-bottom:5px;
	padding-left: 10px;

	}

#logo {
	width:476px;
	float:left;
	margin:5px 0px 0px 5px;
}

#info {
	margin:10px 0px 0px 5px;
	color:#00FF00;
}

#info a:link, #info a:visited, #info a:focus, #info a:hover, #info a:active {
	text-decoration : underline;
	font-weight : normal;
	color:#222222;
}

#info a:hover {
	text-decoration : none;
}


#content {
	/*background-color:#D3BEE9;*/
	margin:10px 0px 0px 210px;
	padding:5px 15px;
}

#content img {
	float: left;
	padding: 4px 4px 4px 4px;
	margin: 0px 4px 4px 4px;
	border : 3px solid #3767B3;	}

#content p {
	margin-top: 3px;
	margin-bottom: 15px;
}

#content ul {
	margin-top: 0;
	list-style-type: none;
}

#footer {
	font-size: 60%;
	padding-left: 0px;
	margin:10px 0px 0px 5px;
	float:left;
	clear: both;
/*	text-align: right;*/
}


h1 {
	font-size: 160%;
	font-weight: bold;
	color: black;
	margin:0px 0px 10px 0px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: black;
	display: block;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: black;
	margin-bottom: 05px;
	margin-top: 10px;
}

em {
	font-weight: bold;
}

.red {
	font-weight: bold;
	color: #AA0000;
}

a:Link
{
color: #222222;
text-decoration: underline;
}

A:Visited
{
color: black;
text-decoration: underline;
}

A:Active
{
color: black;
text-decoration: underline;
}

A:Hover
{
color: black;
text-decoration: none;
}


/* SITE NAVIGATION */
#sideContainer { 
	margin:10px 00px 0px 0px;
	width: 210px; 
	float:left;
}

#navcontainer {
	width: 180px;
	margin:10px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	width: 180px;
	display: block;
	margin:4px 0px;
	padding: 3px;
	color: #000000;
	background-color: #3767B3;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top: 1px solid #437DD9;
	border-left: 1px solid #437DD9;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #222222;
	border-top: 1px solid #3767B3;
	border-left: 1px solid #3767B3;
	background-color: #437DD9;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navevents {
	width: 180px;
	border : 3px solid #3767B3;
	background-color : #4F93FF;
	margin: 20px 4px 4px 4px;
	padding: 4px;
	list-style-type: none;
}

#navevents h2 {
	margin: 4px 4px 4px 4px;
	font-size: 120%;
	font-weight: bold;
	color: black;
	}

#navevents ul {
	margin: 4px 4px 4px 4px;
	padding: 4px ; 
	list-style-type: none;
}

#navevents li {
	padding: 0px 0px 10px 0px;
}

#ical {
	width: 180px;
	border : 3px solid #3767B3;
	background-color : #4F93FF;
	margin: 20px 4px 4px 4px;
	padding: 4px;
}

#ical img {
	float: left;
	padding: 0px 4px 0px 0px;
	}

#ical a {
	text-decoration: none;
}

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

/*


	1.	#4F93FF
	2.	#437DD9
	3.	#3767B3
	4.	#FFF64F
	5.	#D9B843
	6.	#B39837
	7.	#000000
	8.	#FFFFFF
	9.	#000000

	*/