﻿
/* Subject: www.carlowcountymuseum.ie stylesheet
   
   Date:    14 September 2009 
   			19 January 2010 [ updated ]
   
   Company: Carlow County Council
            Athy Road   
            Carlow Town
            County Carlow
            Ireland

   Contact: Paul Gilmore
            pgilmore@carlowcoco.ie
            087 1270313 
-------------------------------------------------------------- */

html, body {
	height: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	background: url(../SiteCollectionImages/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #979797;
	}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #4D4C4C;
	}

h1 {	
	font-size: 33px;
	}

h2 {
	font-size: 28px;
	}

h3 {
	font-size: 14px;
	}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 22px;
	text-align: justify;
	}

strong {
	color: #656565;
	}

a {
	color: #D16700;
	}

a:hover {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* Default styling for image placement and image drop shadows
-------------------------------------------------------------- */

.image_float {
	float:left;
	margin:4px 10px 0px 0px;						
	}
	
.spacer {
	clear:left;
	}
		
.alpha-shadow {
	float: left;
  	background: url(../SiteCollectionImages/shadow.gif) no-repeat bottom right;
  	margin: 0px 0 0 0px !important;
  	margin: 0px 0 0 0px;
	}

.alpha-shadow div {
  	background: url(../SiteCollectionImages/shadow2.png) no-repeat left top !important;
  	background: url(../SiteCollectionImages/shadow2.gif) no-repeat left top;
  	padding: 0px 5px 1px 0px;
	}

.alpha-shadow img {
	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	padding: 4px;
	}


/* Default styling for paragraph text around story images
-------------------------------------------------------------- */

.spacer_text {
	margin-bottom:0px;
	}
	
img.border {
	}

img.alignleft {
	float: left;
	margin: 4px 20px 0px 0px;
	}

img.alignright {
	float: right;
	margin: 4px 0px 0px 20px;
	}

img.aligncenter {
	margin: 0px auto;
	}

hr {
	display: none;
	}

.ul-style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	}

.ul-style1 strong {
	padding-right: 15px;
	}

.ul-style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	}

.ul-style2 li {
	float: right;
	padding: 0px 0px 20px 20px;
	}


/* Default styling for image gallery
-------------------------------------------------------------- */

.gallery_position {
	margin: 0px 36px 0px 36px;						
	}
	


/** WRAPPER */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(../SiteCollectionImages/bg02.jpg) repeat-y center top;
}

html>body #wrapper {
	height: auto;
}

#bg1 {
	background: url(../SiteCollectionImages/bg03.jpg) repeat-x left top;
}

.container {
	width: 850px;
	margin: 0px auto;
}

/** HEADER */

#header {
}

/** HEADER 1 */

#header1-bg {
	background: url(../SiteCollectionImages/bg04.jpg) no-repeat center top;
}

#header1 {
	height: 52px;
}

/** TOP MENU */

#topmenu {
	float: left;
}

#topmenu p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	line-height: normal;
	color: #5F6452
}

#topmenu a {
	padding: 0px 10px;
	text-decoration: none;
	color: #ACBC97				/* 26 June 2009 .. WAS #5F6452 */
}

#topmenu a:hover {
	text-decoration: underline;
	/* color: #6F775B;             26 June 2009 .. COMMENTED OUT THE CHANGE OF COLOR FOR HOVERING */
}

/** SEARCH */

#search {
	float: right;
	width: 240px;
	padding: 17px 0px 0px 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
}

#search-query {
	width: 200px;
	background: none;
	border: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5F6452;
}

#search-submit {
	display: none;
}

/** HEADER 2 */

#header2-bg {
	background: url(../SiteCollectionImages/bg05.jpg) no-repeat center top;
}

#header2 {
	height: 80px;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 33px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-left: 1px solid #6E8446;
	color: #8B3D5A;
}

#menu a {
	padding: 0px 15px;
	text-decoration: none;
	font-size: 13px;
	color: #ACBC97;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.first {
	border: none;
}

#menu li.first a {
	padding-left: 0px;
}

#menu li.last a {
	padding-right: 0px;
}

/** HEADER 3 */

#header3-bg {
	background: url(../SiteCollectionImages/bg06.jpg) no-repeat center top;
}

#header3 {
	height: 180px;
	padding: 30px 0px 0px 20px;
	color: #CEE5B7;
}

#header3 h1 {
	margin: 0px;
	color: #FFFFFF;
}

#header3 h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 17px;
	color: #D8EDB4;
}

#header3 img.alignright {
	margin-left: 40px;
}

/** PAGE */

#page-bg-repeat {
	background: url(../SiteCollectionImages/bg07.jpg) repeat left top;
}

#page-bg {
	background: url(../SiteCollectionImages/bg08.jpg) repeat-y center top;
}

#page {
	padding: 40px 0px 0px 0px;

}


/* Default styling for spacing of the breadcrumb trail
-------------------------------------------------------------- */

#page-breadcrumb {
	padding:20px 0px 0px 0px;
}

#page-breadcrumb-spacing {
	padding-bottom:4px;				
}


/** CONTENT */

#contenthome {
	float: left; /* ATTENTION Changed from left to right */
	width: 474px;
}

#content {
	float: left; /* ATTENTION Changed from left to right */
	width: 499px; /* ATTENTION Changes from 474 to 499 18 August 09 */
}

.homepage #content {
	width: 424px;
}

/** SIDEBAR */

#sidebarhome {	 /* ATTENTION Changed from right to left */
	float: right;
	width: 325px;
}

#sidebar {	 /* ATTENTION Changed from right to left */
	float: right;
	width: 300px; /* ATTENTION Changes from 325 to 300 18 August 09 */
}

.homepage #sidebar {
	width: 375px;
}

/** FOOTER */

#footer {
	height: 80px;
	background: url(../SiteCollectionImages/bg10.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 25px 0px;
	text-align: center;
	color: #4D5045;
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLE 1 */

.box-style1 {
	padding-bottom: 30px;
}

.box-style1 .title {
	margin: 0px;
	padding: 10px 25px;
	background: #D57401;
	border-bottom: 3px solid #DCCBB9;
	letter-spacing: normal;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.box-style1 .content {
	padding: 20px 25px 1px 25px;
	background: #F4F4F4;
	border-bottom: 5px solid #E8E8E8;
}

/** BOX GALLERU */

#boxgallery {
	padding-bottom: 0px;
}

/** BOX 1 */

#box1 {
	padding-bottom: 20px;
}

/** BOX 2 */

#box2 {
	float: left;
	width: 224px; /* ATTENTION Changes from 187 to 224 18 August 09 */
}

/** BOX 3 */

#box3 {
	float: left;
	width: 224px; /* ATTENTION Changes from 187 to 224 18 August 09 */
	padding-left: 51px; /* ATTENTION Changes from 50 to 62 18 August 09 */
}

/** BOX 4 */

#box4 {
	padding-bottom: 30px;
}

/** BOX 5 */

#box5 {
}

/** BOX 6 */

#box6 {
}

/** BOX 7 */

#box7-bg {
	background: url(../SiteCollectionImages/bg09.jpg) no-repeat center top;
}

#box7 {
	padding: 40px 0px 20px 0px;
}

#box7 .images {
	float: right;
	width: 350px;
}

#box7 .content {
	float: left;
	width: 499px; /* ATTENTION Changes from 424 to 499 18 August 09 */
	color: #707466;
}

#box7 h2 {
	color: #B9BDAE;
}

#box7 strong {
	color: #B2B9A7;
}


/* Default styling is to hide unused master page content
-------------------------------------------------------------- */

.hidden {
	display:none;							
	}