/**
  SilverStripe PaddyGreen Theme
  developed by Lakshan Perera
  http://www.web2media.net/laktek
 
  This is the layout file which defines the visual representation of the site
 */
 
/* Import whitespace resetting code */
@import url(reset.css);
@import url(dropdown.css);

/* Page Element Styles */
body#Page {
	background:#fff;
	color:#273138;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
	height:100%;
	width:840px;
	margin: 0 auto;
}

#Page a {
	color:#004080;
	text-decoration:none;
}

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

#Page img{
	margin: 0;
	border:0px solid #fff;
}
#Page img.left{
	float: left;
	margin: 0;
}

#Page img.right{
	float: right;
	margin: 1em;
}

#Page h1, h2, h3, h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
}


#Page blockquote {
	background:transparent url(../images/quotes-meta.gif) no-repeat scroll 0pt 2px;
	color:#666B75;
	font-family:Georgia,serif;
	font-size:107%;
	line-height:1.5em;
	padding-left:23px;
}

#Page em {
	font-style:italic;
}
#Page strong {
	font-weight:bold;
}

#Page blockquote em {
	font-style:italic;
	display:block;
	padding-left:50%;
}

#Page code, #Page pre {
	color: #000;
	background-color: #e3e3e3;
	font-family: Monaco, monospace;
	text-align: left;
	padding-left: 2em;
	}

#Page hr {
	margin-bottom:20px;
	border:none;
	width:99%;
	color:#eeeeee;
	background-color:#eeeeee;
	height:0px;
	clear:both;
}

#Page ol {
	list-style: decimal inside;
	padding-left: 2em;
}

/* Basic Layout Styles */
.innerWrap{
	width: 840px;
	margin: 0 auto;
	text-align: center;
}

.headLogo{
	background-image: url(../images/llg-logo-background.png);
	background-repeat:repeat-x;
	background-color: #003162;
}



/* #Header {background-image: url(../images/llg-logo.jpg); background-repeat:no-repeat; background-position: center; background-color: #003162} */
/* #Nav{ background: #B3D951 url(../images/nav.gif) repeat-x 0% 0%; border-bottom: 0px solid #8ABF00; width: 100%; float:left;} */
/* #Main { background: #f3fdcd; padding: 0px 0 20px; float:left; width:100%; } */
#Footer { background: #273139 url(../images/footer-bg.gif) repeat-x scroll left top; color: #A3A5A7; padding-top:25px; float:left; width: 840px; position:fixed; bottom:0; left:50%; margin-left:-420px; }


/* Header Styles */

#Header h1#Logo{
	height:70px;
	padding: 30px 0;
}
	#Header h1#Logo span{
			color: #fff;
			
			font-size: 2.5em; 
			float: left;
			text-align:left;
			padding-bottom: 20px; 
			}

/* Navigation Bar Styles */

/* Main Content */
#Main #Content{
		float: left;
		width: 840px;
		min-height:680px;
}


/* Footer */
#Footer .innerWrap {
                background-color:#273139;
}
#Footer div.WidgetHolder{
                float: left;
                width: 30%;
                color: #eae7e7;
                margin-bottom: 10px;
                margin-right: 10px;
}

        #Footer div.WidgetHolder h3{
                        font-size: 1.5em;
                        color: #fbf6f6;
                        padding: 3px 0pt;
                        margin-bottom: 8px;
                }

#Footer #Copyright{
                clear: both;
                padding-top: 5px;
}

        #Footer #Copyright p {
                        text-align: center;
                        font-size: 10px;
        }

        #Footer #Copyright img{
                        border: none;
        }

/*
        Auxillary Styles
*/

/* Page Comments */
#PageComments_holder h4{
        font-size:1.5em;
}

#PageComments_holder form{
        margin-bottom : 10px;
}

#PageComments li{
        float:left;
        margin: 5px 0;
        width:100%;
        padding: 5px;
}
#PageComments li p.comment{

}
#PageComments li p.info{
        font-style:italic;
        font-size: 0.8em;
}
#PageComments .odd{background:#f1f1ef;}
#PageComments .even{background:#fff;}

.commentrss {
        background: url(../images/feed.png) no-repeat left center;
        padding: 4px 0 1px 25px;
}


/* Image Hover on the Front Page */

 .hoverimage1 { 
   clear:both;
 }
 
 .hoverimage1 a {
    display:block;
 }
 
 .hoverimage1 a:hover { 
   border:0; 
 }
 
 .hoverimage1 a:hover img { 
   visibility:hidden; 
 }


/*

 .hoverimage2 {
   clear:both;
   width:411px;
   height:75px;
   margin-left:52px;
   margin-top:30px;
 }

 .hoverimage2 a {
   display:block;
 }

 .hoverimage2 a span {
   float:left;
   position:relative;
   width:80px;
   text-align:center;
   color:#0f0;
   font-size:0.8em;
 }

 .hoverimage2 a:hover {
   border:0;
 }

 .hoverimage2 a:hover img {
   visibility:hidden;
 }


 .hoverimage3 {
   clear:both;
   width:292px;
   height:75px;
   margin-left:89px;
   margin-top:30px;
 }

 .hoverimage3 a {
   display:block;
 }

 .hoverimage3 a span {
   float:left;
   position:relative;
   width:80px;
   text-align:center;
   color:#0f0;
   font-size:0.8em;
 }

 .hoverimage3 a:hover {
   border:0;
 }

 .hoverimage3 a:hover img {
   visibility:hidden;
 }

*/