/*  
Theme Name: Glengarrif Lodge Theme
Theme URI: http://glengarriff-lodge.com
Description: Based on WP default theme
Author: Frank Prendergast
Author URI: http://aonach.com

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Created by TopStyle Pro Trial Version - www.bradsoft.com */



body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333;
	text-align: center;
	background: url(http://glengarriff-lodge.com/images/back2.gif);
	}
	

	
	
#container{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	text-align : left;

	
}

#innerContainer{
	float:left;
	display: inline;
	background-color:#FFFFFF;
	border-left: 10px solid #21380E;
	border-right: 10px solid #21380E;
	width:700px;
}


#header{
	float:left;
	display: inline;
	width:700px;
	/*height:340px;*/
	height:200px;
	background-image: url(http://glengarriff-lodge.com/images/headers/lodge-3.jpg);

}

#logo{
	float:left;
	display: inline;
	margin:10px;
}

#headerImage{
	float:left;
	display: inline;
	width:700px;

}

#headerImageB{
	float:left;
	display: inline;
	width:470px;

}

#content{
	float:left;
	display: inline;
	width:460px;
	margin:5px;
}


#sidebar{
	float:right;
	display: inline;
	width:230px;
	color:#20370E;
	/*background-color:#E9FDBE;*/
	background-color : #D5EBC2;
	background-image: url(http://glengarriff-lodge.com/images/sidebar-back.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom:50px;
}



#nav{
	float:left;
	display: inline;
	margin-top:0px;
	width:215px;
	margin: 0 5px 5px 5px;
}


.sidebarSection1{
	float:left;
	display: inline;
	margin:5px;
	width:220px;
}

#footer{
	width:680px;
	float:left;
	display: inline;
	background-color:#305214;
	color:#FFFFFF;
	text-align: center;
	border-top:1px solid #CEC6C6;
		border-bottom: 10px solid #21380E;
	padding:10px;
	
}

#footerCol1, #footerCol2, #footerCol3{
	float:left;
	display:inline;
	width: 205px;
	padding: 0 10px 10px 10px;
	
}

#footerCol2, #footerCol3{
	border-left: 1px solid #BFBDBD;
}

#footer p{
	text-align: left;
	font-size: 1em;
	color: #D3E6C3;
}

/* wp navigation */

.navigation {
	/*float:left;
	display:inline;*/
	width:460px;
	text-align: center;
	margin-top: 10px;
	/*padding-top:10px;*/
	padding-bottom:20px;
	/*border-top:1px dotted #639ACE;*/
	}
	

.post{
	margin-bottom:10px;
}

/* headers */
h1, h2, h3{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px 0 0 0;
	padding:2px;
	background-color:#21380E;
	color:#FFFFFF;
	font-weight:normal;
	text-align:center;
}

h1{
	font-size:1.8em;
	
}

h2{
	font-size:2em;
	background-color:#305214;
}








#content h1{
	/*text-align:center;*/
}

#footer h1{

	font-size:1.2em;
}

#sidebar h1{
	font-size : 1.5em;
	padding:2px;
}



#sidebar h2{
		font-size : 1.2em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding:2px;
}

/* floating */

.center{
	text-align:center;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

img.floatLeft{
	margin-right:1em;
	margin-top:1em;
}

img.floatRight{
	margin-left:1em;
	margin-top:1em;
}

.button{
	background-color:#5D9E27;
	color:#FFFFFF;
	border-right: 1px solid #21380E;
	border-bottom:1px solid #21380E;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}


/* html elements  */
img{
	border:0;
}

.bigImage{
	border:5px solid #21380E;
	margin-top:5px;
	margin-bottom:5px;
}

p, li{
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: justify;
	/*letter-spacing: 0.001em;*/
}

p{
	margin-top:0.8em;
	margin-bottom:0.5em;
}

#content p{
	width:90%;
	margin-left:auto;
	margin-right: auto;
}

/* sidebar & nav links */






#sidebar p{
	font-size: 1em;
	line-height : 1.25em;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}



.smallList{
	font-size:0.8em;
}

#sidebar ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	
}

#sidebar li {
	font-size:1.4em;
	margin: 2px 0 0 0;
	/*border:1px solid blue;*/
}

#sidebar ul ul li{
	font-size:1em;
	margin: 2px 0 0 0;
	/*border:1px solid red;*/
}



#sidebar li.page_item a, #sidebar ul ul  li.page_item a{
	display: block;
	padding: 2px 2px 2px 5px;
	background-color: #20370E;
	color: #fff;
	text-decoration: none;
	width:213px;
	background-image: url(http://glengarriff-lodge.com/images/nav-back.png);
	background-position: left;
	background-repeat: repeat-y;
	cursor: pointer;
}

#sidebar ul ul li.page_item a{
		width:200px;
}

#sidebar ul ul  li.page_item a{
	color:#ffffff ;
}




#sidebar ul ul {
		margin-bottom:5px;
		margin-left:5px;
}



html>body #sidebar li a {
	
		}
	

#sidebar li.page_item a:link{
	color:#FFFFFF;

}

#sidebar li.page_item a:visited{
	color:#FFFFFF;
}

#sidebar li.page_item a:hover {
	color : #A90303;
	background-color: #D1C134;

}

#sidebar li.page_item  a:active {
	color : #EB2929;
}


#sidebar ul ul  li.page_item a{
	color:#ffffff !important ;
}

#sidebar li.current_page_item a, #sidebar ul ul li.current_page_item a{
	color : #A90303  !important;
	background-color: #D1C134 ;
}


/* footer */

#footer a {
		color:#FFFFFF;
		}
	

#footer a:link{
	color:#D1C134;
	text-decoration:none;
}

#footer  a:visited{
	color:#D1C134;
	text-decoration:none;
}

#footer  a:hover {
	color : #D1C134;
		text-decoration:underline;
	/*background-color: #D1C134;*/

}

#footer   a:active {
	color : #EB2929;
}




/* end footer */




h2 a:link {
	text-decoration : none !important;
	color : #ffffff;

}

 h2 a:VISITED{
	color: #FFFFFF;
	text-decoration : none;
}

h2 a:hover {
	color : #CCBE33;
	text-decoration : none;
}


h3 a:link {
	text-decoration : none !important;
	color : #ffffff;

}

 h3 a:VISITED{
	color: #FFFFFF;
	text-decoration : none;
}

h3 a:hover {
	color : #CCBE33;
	text-decoration : none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	/* padding: 4px;*/
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	/* padding: 4px; */
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;

	}

.alignleft {
	float: left;

	}
/* End Images */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
	
.postmetadata {
	clear: left;
	margin-bottom:0;
	margin-top:5px;
	padding-top:5px;
	/* border-top: 1px dotted #639ACE; */
}


/* End Various Tags & Classes*/

/* WP lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0;
	margin: 0;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

	
	#recentComments li{
	border-bottom:none !important;
}

*/ end wp lists */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
		border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/* background-color:#ECF3F5; */ 
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
	color:21380E;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1em 'Courier New', Courier, Fixed;
	text-align : left !important;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}
	
	.commentlist ol{
	margin:0;
	padding:0;
}

.commentlist li {
	margin: 0 0 3px 0;
	padding: 15px 10px 3px 4px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Form Elements */
#searchform {
	margin: 10px auto 10px auto;
	padding: 10px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	/* background-color:#37446A;*/
	/*color:#FFFFFF;*/
	}
	
	#commentform #submit{
		background-color:#20370E;
		color:#FFFFFF;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 0 10px 0;
	/*float: right;
	*/
}

.authorcomment{
	background-color:yellow;
	background-color:#ECF3F5; 
}

	.submit{
		background-color:#20370E;
		color:#FFFFFF;
	}

/* End Form Elements */

/* tables */

table.contact{
		/*width:95%;*/
	margin-left:auto;
	margin-right:auto;
}

table.contact th {
padding: 2px;
	/*background-color : #D5EBC2;*/
	/*color : White;*/
	/*width:50%;*/
	text-align:right;
}

 table.contact td {
padding: 2px;
	/* background-color : #D5EBC2;*/

}



table.info {
	border : 1px solid #D5EBC2;
	background-color : White;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

table.info th {
padding: 2px;
	background-color : #D5EBC2;
	/*color : White;*/
	width:50%;
}

 table.info td {
padding: 2px;
	background-color : #D5EBC2;

}

/* end tables */
a




/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
