/*
Theme Name: Ignite Expo
Theme URI: http://bluora.com.au
Description: Ignite Expo Theme
Version: 1.0
Author: Rocco Howard
Author URI: http://bluora.com.au
Tags: Bluora

	Bluora Hosting Services
	http://bluora.com.au
*/


html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	background-image: url(images/background_header.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

body,td {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:x-large;
	color:#F50000;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:medium;
	color:#FCB040;
}

#container {
   min-height:100%;
   position:relative;
   height: auto !important;
}

#container {
   height:100%;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	margin-right:10px;
	text-align:center;
	display:block;
	width:98px;
	height:37px;
	padding-top:11px;
	background:url(images/menu_background_normal.gif) no-repeat;
}

#menu li.current_page_item {
	background:url(images/menu_background_selected.gif) no-repeat;
}

#menu a {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:medium;
	text-decoration:none;
	text-transform:lowercase;
	display:block;
	text-align:center;
}

#menu li.current_page_item a {
	color:#FFF;
}

#menu li.current_page_item a {
	color:#FFF;
}

#side_menu ul {
	margin:0;
	padding:0;
}

#side_menu li {
	margin:0;
	padding:0;
	padding-bottom:5px;
	list-style:none;
	margin-right:10px;
}

#side_menu li a {
	color:#2D3192;
	text-decoration:none;
}


#content {
	padding-bottom: 130px;	
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   text-align:center;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */