/*
	Main CSS for LIVE mode

	Copyright (c) gaelITech 2008
	www.gaelitech.ie
*/
@charset "utf-8";

/*	
	Hack to allow Safari and Chrome to render background colour correctly
*/
body	{
}

/*
	Standard Site Size and Layout CSS
*/
body	{
	margin-top: 20px;
	background-color: #FFFFCC;
}

#gi_container	{
	width: 900px;
	border:none;
	margin-right: auto;
	margin-left: auto;
}

#container {
	background-color: #EAEAEA;
	width: 900px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

/*	hide standard div */
#logo {
	height: 0px;
	width: 0px;
	position:absolute;
	visibility:hidden;
}

/*	hide standard div */
#header {
	height: 0px;
	width: 0px;
	position:absolute;
	visibility:hidden;
}

#content {
	float:left;
	height: auto;
	width: 745px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom:10px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #C0C0C0;
}

#content img {
	display: inline;
	border: thin solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footbar {
	background-color: #C0C0C0;
	height: 25px;
	width: 900px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	position: relative;
	color: #000000;
}

#menubar {
	float:left;
	height: auto;
	width: 150px;
	margin: 0px;
	background-color: #EAEAEA;
}

/*
	Style Selector CSS
*/

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8E026D;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8E026D;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

hr	{
	margin-right: 10px;
	margin-left: 10px;
}

p {
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

small {
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

strong {
	color: #8E026D;
	font-size: 12px;
	font-weight: bold;
}

ul {
	font-size: 12px;
	margin-right: 20px;
	margin-top: 4px;
	list-style-image: none;
	list-style-type: disc;
}

ul li {
	padding-bottom:5px;
}

.halfcol {
	float: left;
	height: auto;
	width: 50%;
}

.image_left {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
}

.image_right {
	margin-left: 10px;
	margin-right: 5px;
	float: right;
}

.quartercol {
	float: left;
	height: auto;
	width: 25%;
}

.standout {
	color: #494949;
	background-color: #CBEFBA;
	display: block;
	padding: 5px;
	margin-right: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.thirdcol {
	float: left;
	height: auto;
	width: 33%;
}

/*
	Site Specific Styles CSS
*/

#footbar a {
	color:#0000FF;
}

#footbarleft {
	text-align: left;
	float: left;
	width: 450px;
}

#footbarright {
	text-align: right;
	float: right;
	width: 450px;
}

#blogcontent {
	height: auto;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	padding-bottom:10px;
	background-color: #FFFFFF;
}

#homecontent {
	height: auto;
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	padding-bottom:10px;
	background-color: #FFFFFF;
}

#lcontent {
	height: auto;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	padding-bottom:10px;
	background-color: #FFFFFF;
}

#navbar {
	height: 150px;
	width: 900px;
	margin: 0px;
	display: inline;
}

#navborder {
	float:left;
	height: 5px;
	width: 900px;
	background-color: #C0C0C0;
}

#navlogo {
	float:left;
	height: 150px;
	width: 150px;
}

#navlogo2 {
	float:left;
	height: 150px;
	width: 150px;
	background-image: url(../images/page/logo.gif);
	background-repeat: no-repeat;
}

#navlogo img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#navtable {
	float:left;
	height: 150px;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
	
#navtable td {
	height: 75px;
	width: 100px;
}

#newscol {
	height: auto;
	width: 29%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	padding-bottom:10px;
	background-color: #FFFFFF;
}


