/* CSS Document */

/*----------Table of Contents -------
	
	1. global
	2. container & nav
	3. content
	4. sidebars
	5. font styles
	6. footer
	
-----------------------------------*/




body {
	background-color: #422115;
	padding: 0;
	margin: 5px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #271812;
}

p a:link, a:visited {
	color: #943008;
	text-decoration: none;
	border: 0;
	}

p a:hover {
	color:	#943008;
	text-decoration: underline;
	border: 0;
	}
	
p a:active {
	color:	#943008;
	text-decoration: none;
	border: 0;
	}
	
img {
	border: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}

.hide {
	display: none;
}

.inline {
	display: inline;
	}




/*------------------------------------- container & nav --------------------------------------------*/

#container {
	background:url(images/blarney_header.jpg) top center no-repeat;
	background-color: #FFFFFF;
	width: 863px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	}


/* following allows container to wrap around floats */
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	   #container { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #container { display: block; }
      /* End hide from IE-mac */
	  

#nav {
	position: relative;
	float: right;
	text-align: right;
	height: 25px;
	width: 800px;
	top: 133px;
	margin: 0;
	padding: 0px;
	}
	*html #nav { top: 146px; }	
	*+html #nav { top: 146px; }	

	
#main-nav li {
	display: inline;
	font-size: 13px;
	margin: 3px 0;
	padding: 0;
	}

	#main-nav li a {
	margin: 4px;
	padding: 2px 5px;
	color: #4a7025;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}

	#main-nav li a:link a:visited a:active {
	color: #4a7025;
	text-decoration: none;
	border-bottom: none;
	}
	#main-nav li a:hover { 
	color: #943008;
	font-style: italic;
	}
	
	/* F3 state for main nav */
	#main-nav li.on {
	color: #c5a395;
	text-transform: uppercase;
	}
	
	
	

/*---------------------------------------------- content -----------------------------------------------*/
#content-home {
	position: relative;
	clear: right;
	top:40px;
	vertical-align: top;
	horizontal-align: left;
	padding: 0;
	margin: 0 0 30px 0;
	}
	#content-home p {
		margin: 5px 350px 5px 35px;
		padding: 0 0 5px 0;
		} 

	
	/* following allows container to wrap around floats */
#content-home:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	   #content-home { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #content-home { display: block; }
      /* End hide from IE-mac */
	
#content {
	position: relative;
	clear: right;
	top:40px;
	vertical-align: top;
	horizontal-align: left;
	padding: 0;
	margin: 0 0 30px 0;
	}
	#content p {
		margin: 5px 150px 5px 35px;
		padding: 0 0 5px 0;
		} 
	*html #content p {
		margin: 5px 100px 5px 25px;
		}
	
	/* following allows container to wrap around floats */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	   #content { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #content { display: block; }
      /* End hide from IE-mac */


#list {
	padding-left: 35px;
	width: 345px;
	 }
	 *html #list {
	padding-left: 0px;
	 }
	*+html #list {
	padding-left: 0px;
	 }

#list2 {
	padding-left: 15px;
	 }
	 *html #list2 {
	padding-left: 0px;
	 }
	  *+html #list2 {
	padding-left: 0px;
	 }

 li.green {
	background: url(images/bullet-tri.gif) 0 10px no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.5;
	list-style: none;
	padding: 7px 0 3px 15px;
	margin: 0;
	color: #4a7025;
	}
	*html li.green {
	padding: 3px 0 3px 15px;
	}

 li.sub-list, li.plain-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	list-style: none;
	color: #4a7025;
	}
li.sub-list {
	background: url(images/bullet-brown.gif) 12px 10px no-repeat;
	padding: 2px 0 2px 20px;
	}
li.plain-list {
	background: url(images/bullet-brown.gif) 0 10px no-repeat;
	padding: 2px 0 2px 10px;
	}

li.no-bullet {
	background: none;
	padding: 2px 0 2px 10px;
	font-size: 10px;
	list-style: none;
	}
	
/*---------------------------------------- wraps -------------------------------------------*/

.gallery-img-leader {
  text-align: center;
  margin: 10px 10px 15px 20px;
  padding: 0px;
  font-size: 10px;
  }

.gallery-img {
  float: left;
  width: 300px;
  text-align: center;
  margin: 10px 10px 15px 38px;
  padding: 0px;
  font-size: 10px;
  }
  
.gallery-img a:link, .gallery-img a:visited {
	color: #943008;
	text-decoration: none;
	border: 0;
	}

.gallery-img a:hover {
	color:	#943008;
	text-decoration: underline;
	border: 0;
	}
	
.gallery-img a:active {
	color:	#943008;
	text-decoration: none;
	border: 0;
	}
 
 .gallery-img-vert, .gallery-img-wide {
  float: left;
  width: 250px;
  text-align: center;
  margin: 10px 60px 15px 38px;
  padding: 0px;
  font-size: 10px;
  }
 .gallery-img-wide {
 	width: 600px;
	margin: 10px 0px 15px 38px;
	}
  
 .gallery-img-vert a:link, .gallery-img a:visited {
	color: #943008;
	text-decoration: none;
	border: 0;
	}

.gallery-img-vert a:hover {
	color:	#943008;
	text-decoration: underline;
	border: 0;
	}
	
.gallery-img-vert a:active {
	color:	#943008;
	text-decoration: none;
	border: 0;
	}
  
  *html .gallery.img {
  	height: 225px;
	}
*html .gallery-img, *html .gallery-img-vert, *html .gallery-img-wide {
	margin-left: 13px;
	}
*+html .gallery-img, *+html .gallery-img-vert, *+html .gallery-img-wide {
	margin-left: 35px;
	}
	
*+html .bookshelf-cover { height: 235px;}

  .gallery-spacer {
	clear:both;
	margin-top: 10px;
	}
	

/*---------------------------------------- sidebars ----------------------------------------------*/

#sidebar{
	background: url(images/sidebar-top.jpg) top right #eee1dc;
	background-repeat: no-repeat;
	width: 340px;
	margin: 10px 0px 30px 75px;
	padding: 8px 15px 5px 15px;
	float: right;
	}
	* html #sidebar {

	}
	
	#sidebar p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		margin: 5px 10px 5px 12px;
		padding: 0;
		}
		* html #sidebar p {

		}
		
		
#giveaway-sidebar {
	background: #fff;
	width: 340px;
	margin: 5px 0px 30px 50px;
	padding: 0px 15px 5px 15px;
	float: right;
	}
	
	*html #giveaway-sidebar {
		width: 400px;
		margin: 5px -30px 30px 30px;
		}
		
	
	#giveaway-sidebar p {
		font-size: 13px;
		line-height: 1.5;
		margin: 5px 10px 5px 12px;
		padding: 0;
		}

/*-------------------------------------- form -------------------------------------------*/
div.form {
	float: left;
	height: 350px;
	width: 396px; 
	padding: 10px 0 0 0;
	margin: 0px 0px 10px 10px;
	}
*+html div.form {
	height: 460px;
	width: 396px; 
	}

div.giveaway {
	background: url(images/sidebar-top.jpg) top left no-repeat #eee1dc;
	position: relative;
	clear: left;
	left: 100px;
	height: 710px;
	width: 396px;
	padding: 10px 0 0 0;
	margin: 10px 30px 10px -65px;
}
*+html div.giveaway {
	height: 850px;
	width: 396px;
	margin-bottom: 30px; 
}

div.voting {
	background: url(images/sidebar-top.jpg) top left no-repeat #eee1dc;
	position: relative;
	clear: left;
	left: 100px;
	height: 345px;
	width: 396px;
	padding: 10px 0 0 0;
	margin: 10px 30px 10px -65px;
}
*+html div.voting {
	height: 515px;
	width: 396px;
	margin-bottom: 30px; 
}

div.row {
  clear: left;
  padding-top: 15px;
  }

div.row span.label {
  float: left;
  width: 130px;
  font-size: 10px;
  text-align: right;
  margin: 0px 0px 0px 20px;
  }
  
 div.row span.label2 {
  float: left;
  width: 350px;
  padding-left: 50px;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 20px;
  }
  
  div.row span.label3 {
  float: left;
  width: 250px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 20px;
  }

div.row span.label4 {
  float: left;
  width: 100px;
  font-size: 10px;
  text-align: right;
  margin: 0;
  }
  

div.row span.formw {
  float: right;
  width: 210px;
  margin: 0px 12px 0px 0px;
  padding: 0px;
  text-align: left;
  } 

div.centered-row-top {
  clear: left;
  padding-top: 15px;
  text-align: center;
  }
	
div.centered-row {
  clear: left;
  padding-top: 30px;
  text-align: center;
  }
	
	
		
/*---------------------------------------------- font styles --------------------------------------------------*/

.green-big {
	font-size: 14px;
	line-height: 1.5;
	color: #4a7025;
	}
	
.green-big-bold {
	font-size: 14px;
	line-height: 1.5;
	color: #4a7025;
	font-weight: bold;
	}
	
.brown-uppercase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #422115;
	text-transform: uppercase;
	letter-spacing: .07em;
	font-size: 14px;
	font-weight: bold;
	}
	
.brown-large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #422115;
	letter-spacing: .07em;
	font-size: 18px;
	line-height: 24px;
	}
	
.brown-body-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #422115;
	letter-spacing: .07em;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	}
	
.body-serif {
	font-family:"Times New Roman", Times, serif;
	color: #271812;
	font-size: 14px;
	line-height: 1.5;
	}


.body-small {
	color: #271812;
	font-size: 11px;
	line-height: 1.7;
	margin: 10px 0 0 0;
	}

.body-big {
	color: #271812;
	font-size: 13px;
	line-height: 1.5;
	}
	
.body-bigger {
	color: #271812;
	font-size: 14px;
	line-height: 1.5;
	}

.small {
	color: #271812;
	font-size: 10px;
	line-height: 1.5;
	}
.small-bold {
	color: #271812;
	font-size: 10px;
	line-height: 1.5;
	font-weight: bold;
	}

.teal-big {
	font-size: 95%;
	line-height: 1.5;
	color: #114854;
	font-weight: bold;
	}
	
.teal-large {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #114854;
	font-weight: bold;
	}
	
.img-border {
	border: 2px solid #c5a395;
	display: block; } 	
	

/*---------------------------------------------- footer --------------------------------------------------*/
#lower-nav {
	clear: both;
	horizontal-align: center;
	text-align: center;
	width: 863px;
	margin: 15px 0 2px 0;
	padding: 0;
	}

#footer {
	background: url(images/footer.jpg) 0 14px;
	background-repeat: repeat-x;
	width: 863px;
	vertical-align: bottom;
	margin: 0 auto 5px auto;
	padding: 0;
	}
	
