/************************************************
 *
 *  File     :  css/main.css
 *  Medium   :  Screen
 *  Version  :  v1.0
 *  Website  :  EO Teilifis.
 *  Author   :  Guerilla.ie (c) 2009
 *
 ************************************************/
body 
{
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11pt;
	padding		: 0px;
}

* 
{
	margin: 0;
}
html, body, form
{
	height: 100%;
}
body
{
	background: #111 url(../images/ornate-bg.jpg) repeat;
}

h1, h2, h3, h4
{
	color		: #fff;
}
p 
{
	color		: #fff;
	font-size	: 10pt;
}
ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}
a
{
    color: #ff3333;
    text-decoration: underline;
    
}
/*footer : Imported from all.css */
#footer
{
    width: 100%;
    overflow: hidden;
    height: 50px;
    left: 0px; /* float: left; */
    position: absolute;
    bottom: 0px;
    background: #ed1c24;
}

#footer ul.left
{
    float: left;
    display: inline;
    margin: 20px 0 0 18px;
    overflow: hidden;
}
#footer ul.left li
{
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    margin: 0 0 0 -1px;
    background: url(../img/devider.gif) no-repeat 0 50%;
    line-height: 15px;
}

#footer ul.left li a
{
    color: #fff;
    text-decoration: none;
}

#footer ul.left li a:hover
{
    text-decoration: underline;
}





#block
{
    background-color: #FFFFFF;
}

#logo-holder
{
    height: 122px;
    width: 175px;
    overflow: hidden;
    margin-left: 25px;
    margin-top: 45px;
    border: 0PX;
}

#left-col-holder
{
    float: left;
    width: 215px;
    min-height: 500px;
}

#center-col-holder
{
    position: relative;
    float: left; /* background-image: URL(/images/gradient-slip.png); */
    background-position: 0px -100px;
    background-repeat: no-repeat;
    width: 215px;
    min-height: 500px; /* height				: 500px; */ /* set DIV to 0.1 opacity */
    opacity: 0.1;
    background-color: #FFFFFF;
}

#right-shadow
{
    background-image: URL(/images/gradient-slip.png);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 600px;
    width: 25px; /* border: solid 1px black; */
    float: left;
}

#shadow-right
{
    width: 15px;
    height: 580px;
    top: 0;
    position: absolute; /*left: 1282px;*/
    right: 0;
    background: url(/images/gradient-slip-reverse.png) no-repeat 0 0;
}

#shadow-left
{
    top: 0;
    position: absolute;
    left: 215px;
    width: 15px;
    height: 580px;
    background: url(/images/gradient-slip.png) no-repeat 0 0;
}

#center-col-holder #button-holder
{
    position: absolute;
    top: 5px;
    right: 35px;
}


/* Content frame */
#right-col-holder
{
    padding: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 511px; /* set DIV to 0.1 opacity */
    opacity: 0.1;
}

/* Navigation */

#navigation-holder
{
    width: 210px;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation 
{
	list-style: none;
	font-size: .75em;
	margin: 30px 0;
	padding: 0;
}
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 0 18px 3px 30px;
	margin: 0;
}

ul#sliding-navigation li.sliding-element a
{
	color: #FF0000;
	text-decoration: none;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul#sliding-navigation li.sliding-element a:hover { color: #FFFFFF; }

ul#sliding-navigation li.sliding-element a.selected { color: #FFFFFF; }





#footerContent
{
    background-color: #444;
    height: 60px;
    width: 1000px;
}

#footerContent, #FooterLinks
{
    margin: 0px auto;
}

#maincontent
{
    position: relative;
}

#bodyContent
{
    position: relative;
	font: 11px/20px trebuchet ms, arial, helvetica, sans-serif;
	overflow: hidden;
	float: left;
}

#bodyContent ul
{
    color: #666;
}

#bodyContentPadding
{
    padding-bottom: 50px;
	padding-top: 30px;
	padding-left: 30px;
	width: 450px;
}

#bodyContentPadding .link{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px dotted #888;
	cursor: pointer;
	margin-left: 5px;
}
#bodyContentPadding a.link:hover{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#bodyContent p
{
    margin-top: 10px;
    color: #eaeaea;
}



#bodyContent h1
{
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 17pt;
    margin-bottom: 5px;
    font-weight: 200;
    color: #ff0000;
}

#bodyContent h2
{
    font-family: arial;
    font-size: 13pt;
    margin: 0px;
    color: #eaeaea;
    font-weight: normal;
}


#footerLeft
{
    padding-top: 20px;
    padding-left: 8px;
    float: left;
}


#footerRight
{
    padding-top: 20px;
    padding-right: 8px;
    float: right;
}

#footerLeft li
{
    float: left;
    padding-left: 5px;
}
#footerRight li
{
    float: right;
    padding-left: 5px;
}

#footerLeft, #footerLeft a, #footerRight, #footerRight a
{
    color: white;
    font-size: 11px;
    text-decoration: none;
}

#footerLeft a:hover
{
    text-decoration: underline;
}
#footerRight a:hover
{
    text-decoration: underline;
}

#footerLeft ul
{
    padding: 5px;
}

#footerRight li
{
    float: left;
}

#menuShadow
{
    height: 600px;
    width: 1px;
    height: 10px;
    overflow: visible;
    position: absolute;
    left: 215px;
    z-index: 1000;
}

#ContentRightSide
{ 
    top: 315px; 
    left: 535px;
    width: 250px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
}	
#sidebarLinks li
{
    font-size: 10pt;
    color: #999999;
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: solid 1px #999999;
	padding-top: 4px;
}

#sidebarLinks a
{
    color: #eaeaea;
    text-decoration: none;
}

#sidebarLinks a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

#ContentRightSide .email{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px dotted #888;
	cursor: pointer;
	margin-left: 5px;
}
#ContentRightSide a.email:hover{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#sidebarTitle
{
    color: #ff0000;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    border-bottom: solid 1px #999999;
    font-size: 14pt;
    padding-bottom: 5px;
    margin-bottom: 5px;
	padding-top: 20px;
}
.active
{
    font-weight: bold;
}

.clearCSS
{
    clear: both;
    height: 0px;
    overflow: hidden;
}

a.scrollover
{
    color: #fff;

}
a.scrollover em:first-line
{
    color: #ff0000;
}

#flashcontent
{
	width: 785px;
	height: 300px;
	background-color: #ccc;
}

.leftsubmenu li
{
    height: 15px;
}

.leftsubmenu a
{
    color: #bababa;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    margin: 0px;
    line-height: 15px;
	padding: 0;
}
.leftsubmenu a:hover
{
    color: #ff0000;
}
.footer, .push
{
    height: 37px; /* .push must be the same height as .footer */
}

.clearFloat
{
    clear: both;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%; /*	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
    width: 1000px;
    background-color: #222;
    padding-bottom: 0px;
    margin: 0px auto -37px;
}

.bodyLarger
{
    font-size: 13pt;
}

.HomePageContent
{
    padding-left: 30px;
    width: 490px;
    padding-top: 10px;
    padding-bottom: 30px;
}


.ContentPadding
{
    padding: 20px 30px 55px 30px;
}

.ulIndent
{
    padding-left: 20px;
}

.hr
{
	border-bottom: 1px solid #B3B3B3;
	padding-top: 5px;
}




#sidebarPosts ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebarPosts li {
  margin-bottom: 0;
  list-style: none;
  font-size: 9pt;
  background: url(../images/bullet.gif) no-repeat left 8px;
  padding: 2px 2px 2px 16px;
  }

#sidebarPosts li ul {
  padding: 0;
  }

#sidebarPosts a {
  display: inline;
  color: #eee;
  text-decoration: none;
}
#sidebarPosts a:hover {
  color: #ff0000;
  text-decoration: underline;
  }

/* PROFILE ELEMENTS */
#profilecontainer {
	width: 470px;
	display: table;
	margin-top: 10px;
	float: left;
	margin-bottom: 15px;
	position: relative;
}
#profilebody {
	padding-bottom: 1px;
	width: 300px;
	float: left;
}
#profilecontainer img {
	width: 150px;
	height: 150px;
	margin-right: 15px;
	float: left;
}
#profilebody p {
	color: #fff;
	margin-bottom: 10px;
}
#profilebody .email{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px dotted #888;
	cursor: pointer;
	margin-left: 5px;
}
#profilebody a.email:hover{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#map .GMapEZ {
	width: 785px;
	height: 300px;
}

img, #menuShadow { 
	behavior: url(http://www.eoteilifis.ie/resources/images/iepngfix.htc);
}
img, #outerShadow { 
	behavior: url(http://www.eoteilifis.ie/resources/images/iepngfix.htc);
}










