/*  
Theme Name: World Inter-Action Mondiale - Graham Dec 2007
Theme URI: http://www.wiam.ca
Description: WIAM - Graham Dec 2007
Version: 1.0
Author: You
Author URI: http://shadowboxcreative.ca/
*/


/*----------------------------------------------------------------
   Body
----------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0 0;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: url(images/tile-grey.jpg) #ffffff;
}


/*----------------------------------------------------------------
   Typography and Basic Elements
----------------------------------------------------------------*/
p, h2, h3, h4, h5, h6 {
	padding: 0 0 .8em 0;
	margin: 0;
	font-weight: normal;
}

h2 {
	border: 0px solid Orange;
	padding: 0 3px;
	margin-bottom: 0.5em;
	margin-top: 5px;
	color: #333333;
}

p {
	font-size: 85%;
}

a, a:visited {
	color: Orange;
	text-decoration: none;
}

a:hover {
	color: #53A300;
}

small {
	color: Gray;
	font-style: italic;
	font-size: 75%;
	font-weight: normal;
}

.blogdate {
	color: Gray;
	/* font-style: italic; */
	font-size: 50%;
	font-weight: normal;
}

.alt {
	background-color: #EEE;
	padding: .8em;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 1em;
}

ul.links {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.links ul, ul.links h3 {
 	padding: 0;
	margin: 0;
	list-style: none;
}

.notabene {
	color: #B51032;
	padding: 1em;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	background-color: #EEE;
}


/*----------------------------------------------------------------
   IMAGE FLOATS
----------------------------------------------------------------*/

img.left {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	border: none;
}

img.right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	border: none;
}

img.center {
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	border: none;
}


/*----------------------------------------------------------------
   Masthead
----------------------------------------------------------------*/
#masthead {
	position: relative;
	width: 750px;
	height: 197px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
}

#masthead a#inlink {
  display:block;
  width:235px;
  height:170px;
  position:absolute;
  top:10px;
  left:480px;
}

#masthead a#contact {
  display:block;
  width:280px;
  height:175px;
  position:absolute;
  top:10px;
  left:205px;
}

#masthead a#owff {
  display:block;
  width:110px;
  height:175px;
  position:absolute;
  top:10px;
  left:480px;
}

#masthead a#aisite {
  display:block;
  width:105px;
  height:175px;
  position:absolute;
  top:10px;
  left:600px;
}

#masthead a#pdfhome {
	display: block;
	width:245px;
	height:24px;
	position: absolute;
	top: 182px;
	left: 480px;
	background: url("images/indies_home1.jpg") top left no-repeat;
}

#masthead a:hover#pdfhome {
	background-image: url("images/indies_home2.jpg");
}

#masthead a#pdf {
	display: block;
	width: 485px;
	height: 33px;
	position: absolute;
	top: 178px;
	left: 210px;
	background: url("images/indies1.jpg") top left no-repeat;
}

#masthead a:hover#pdf {
	background-image: url("images/indies2.jpg");
}


#masthead h1 {
 	display: block;
	width: 205px;
	height: 197px;
	background: url(images/wiamglobe-03.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#masthead h1 span {
	position: absolute;
	left: -9999px;
} 


/*----------------------------------------------------------------
   Main Container
----------------------------------------------------------------*/
#container {
	background: url(images/tl-new.gif) no-repeat top left White;
	width: 750px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	text-align: left;
}


/*----------------------------------------------------------------
   Vertical Navigation
----------------------------------------------------------------*/
#vertnav {
	width: 180px; /* IE 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px; /* IE 6 */
}

html>body #vertnav {
	width: 180px; /* Modern */
}

#vertnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#vertnav li {
	padding: 0;
	margin: 1px 0 0;
}

#vertnav li a, #vertnav li a:visited {
	display: block;
	padding: 5px 5px 5px .5em;
	border-left: 8px solid #60aae5;
	border-right: 1px solid #60aae5;
	background-color: #60aae5;
	color: #333333;
	text-decoration: none;
	width: 100%; /* IE */
}

#vertnav ul li.current_page_item a, #vertnav ul ul li.current_page_item a {
	background-color: #f0c52f;
	border-left: 8px solid #f0c52f;
	border-right: 1px solid #f0c52f;
}

html>body #vertnav li a, #vertnav li a:visited {
	width:auto; /* Modern */
}

#vertnav li a:hover {
	background-color: #f0c52f;
	border-left: 8px solid #f0c52f;
	border-right: 1px solid #f0c52f;
}

#vertnav ul ul {
	margin-left: 8px;
}

#vertnav ul ul li {
	/* margin: 1px 0 0; */
}

#vertnav ul ul a, #vertnav ul ul a:visited {
	background-color: #60aae5;
	color: #333333;
	width: 100%; /* IE */
}

html>body #vertnav ul ul a, #vertnav ul ul a:visited {
	width: auto; /* Modern */
}

#vertnav ul ul a:hover {
	background-color: #69bafb;
	color: #FFF;
	border-left: 8px solid #60aae5;
	border-right: 1px solid #60aae5;
}

/*----------------------------------------------------------------
   Content
----------------------------------------------------------------*/
#content {
	width: 530px;
	float: right;
	padding: 0 12px;
}

#content li {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

/*----------------------------------------------------------------
   Sidebar
----------------------------------------------------------------*/
#sidebar {
  float:left;
  width:160px;
  padding:0;
  margin: 0;
  margin-bottom: 30px;
  font-size: 85%;
}

#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	border: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	/* margin-bottom: 15px; */
	}

#sidebar ul p, #sidebar ul select {
	/* margin: 5px 0 8px; */
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	/* margin: 1px 0 0; */
	padding: 0;
	}
	
.pagenav {
	padding: 0;
	margin: 0;
}
/*----------------------------------------------------------------
   Footer
----------------------------------------------------------------*/
#footer {
	background-color: #60aae5;
	clear: both;
	color: White;
	font-size: 85%;
	height: 50px;
}

#footer p {
	padding: 1em 0 0 1em;
}

#footer a {
	color: White;
	text-decoration: underline;
	padding: 0;
}

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