/*  
Theme Name: Conor P Flynn
Theme URI: http://conorpflynn.ie/
Description: Conor P Flynn theme, based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: FrankP
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

*/





body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #C3CBC5;
	color: #333;
	text-align: center;
	/*background: url(images/back2.gif);
	*/
	background-image : url(images/back3.gif);
	background-position : top;
	background-repeat : repeat-x;
}
	

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

}

#innerContainer{
	float:left;
	display: inline;
	background-color:#FFFFFF;
	/*border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	*/
	width:750px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	border-left: 1px solid #9AA09B;
	border-right: 1px solid #9AA09B;
	
	background-image : url(images/conor-p-flynn-headshot.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;
}


#header{
	float:left;
	display: inline;
	width:750px;
	/*height:340px;
	*/
	height:100px;
	/*background-image: url(images/headers/lodge-3.jpg);
	*/
	background-color : #08186B;
}

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

#name{
	float:left;
	display: inline;
	margin-top:50px;
}

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

}

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

}

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


#sidebar{
	float:right;
	display: inline;
	width:240px;
	color:#20370E;
	padding-bottom:250px;

}



#nav{
	float:left;
	display: inline;
	margin-top:0px;
	width:240px;
	/*margin: 5px ;*/

}

.navigation {
	width:485px;
	/*text-align: center;*/
	margin-top: 10px;
	/*padding-bottom:10px;*/
	}
	


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

#footer{

	width:750px;
	float:left;
	display: inline;
	background-color:#08186B;
	color:#FFFFFF;
	text-align: center;
	/*border-top:1px solid #08186B;
	*/
	padding: 15px 10px 10px 10px;
	
	/*
	background-image : url(images/footer-back.jpg);
	background-repeat : repeat-x;
	background-position : top;
	*/
	
	border-left: 1px solid #9AA09B;
	border-right: 1px solid #9AA09B;
}

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

}

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

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

#footer ul{
			font-size:0.8em;
}

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

h1{
	font-size:1.8em;
	color: #FFFFFF;
	background-color:#0BA8C6;
	margin:0;
}

#content h1{
	font-size:2.2em;
	font-weight:bold;
	color: #07687A;
	border-bottom: 1px solid #07687A;
	background-color:transparent;
	text-align:left;
	margin-top:30px;
}

.hOne{
	margin-top:0 !important;
}

h2{
	font-size:1.6em;
	background-color: transparent;
	text-align:left;
	color:#07687A ;
	font-weight:bold;
	margin-top:20px;
}

h2.pagetitle{
	margin-bottom:10px;
}

h3{
	font-weight:bold;
	font-size: 1.6em;
}

#name h1{
	color:#FFFFFF;
	background-color : transparent;
	font-size:36px;
	background-image : none;
}

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

#footer h1{
	background-color: #AC8936;
	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 */

.excerpt img{
	float:left;
	margin-right:10px;
	border: 1px solid #08186b;
}

.center{
	text-align:center;
}

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

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

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

.alignright {
	float: right;

	}

.alignleft {
	float: left;

	}

.button{
	background-color:#07687A;
	color:#FFFFFF;
	border-right: 1px solid #0D3E47;
	border-bottom:1px solid #0D3E47;
	border-top:1px solid #C3CBC5;
	border-left:1px solid #C3CBC5;
}


img.border{
	padding:2px;
	border:2px solid #08186B;
}


/* form and buttons */

#contactsubmit, #submit, #searchsubmit{
	background-color:#577F07;
	color: #FFFFFF;
}

#comment{
/*	width:450px;*/
}

.contactForm2{
	float:left;
	width:485px;
	border-top:1px solid #C3CBC5;
	margin-top:10px;
	padding-top:10px;

}

.contactForm2 table td, .contactForm2 table th{
	vertical-align: top;
}

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

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

p  {
	font-size: 1.3em;
	line-height: 1.4em;
	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;
}


/* header links */
h1 a:link {
	font-weight:bold;
	color: #07687A;
	border-bottom: 0;
	background-color:transparent;
	text-align:left;
	margin-top:30px;
	text-decoration : none;

}

h1 a:visited{
		color: #07687A;
	text-decoration : none;
		border-bottom: 0;
}

h1 a:hover {
	color : #CCBE33;
	text-decoration : none;
		border-bottom: 0;
}

h1 a:active {
		color : #CCBE33;
	text-decoration : none;
		border-bottom: 0;
}





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

}

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

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

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

/* end header links */




/* sidebar & nav links */




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





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


#sidebar li, #sidebar li li{

	margin: 2px 0 0 0;
}




#sidebar li a{
	display: block;
	padding: 2px 2px 2px 5px;
	background-color: #577F07;
	color: #fff;
	text-decoration: none;
	width:233px;
	/*background-image: url(images/nav-back.png);
	background-position: left;
	background-repeat: repeat-y;
	cursor: pointer; 
		*/
	
	border:none;
		font-size:1.4em;
}

#sidebar ul ul{
		margin-bottom:4px;
}

#sidebar li li a{
	display: block;
	padding: 2px 2px 2px 5px;
	background-color: #577F07;
	color: #fff;
	text-decoration: none;
	width:223px;
margin-left:10px;
	border:none;
		font-size:1.4em; 
}

.children 
  {
  display:none
  } 

.current-cat .children
  {
  display:block
  }

.current-cat-parent  .children
  {
  display:block
  }  
 
#sidebar ul ul:active{
		margin-bottom:4px;
		display:block
} 

html>body #sidebar li a {
		/*width: auto;*/

		}

#sidebar.current-cat ul ul  {
margin-bottom:4px;
display:block
}

#sidebar ul a:link{
	color:#FFFFFF;

}

#sidebar ul a:visited{
	color:#F9F9DD;
}

#sidebar ul a:hover {
	color : #A90303;
	background-color: #D1C134;
  display:block 
}

#sidebar ul  a:active {
	color : #EB2929;
  display:block 
}


.current-cat a, .current_page_item a, .cathighlight{
	color : #A90303  !important;
	background-color: #D1C134 !important;
	display:block
}

.current-cat-parent  .children a:active
  {
  display:block;
  } 
  






#footer ul {
	margin: 5px 0 0 15px;
	padding: 0;
}

#footer li {
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: justify;
	/*letter-spacing: 0.001em;*/
}



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

}

#footer a:visited{
	color:#FFFFFF;
	border-bottom: 1px solid #AC8936;
}

#footer a:hover {
/* color:#F9F9DD;*/
color:#F6F3A6;
	border-bottom: 1px dotted  #AC8936;

}

#footer a:active {

}






a.link1{
	border:none;
}

a:hover.link1{
		border:none;
}



a{
	color: #58461C;
	text-decoration : none;
	border-bottom: 1px solid #AC8936;
}

a:link{
	color: #58461C;
	text-decoration : none;

}

a:visited{
	color:#58461C;
	border-bottom: 1px solid #AC8936;
}

a:hover {
color:#577F07;
	border-bottom: 1px dotted  #AC8936;

}

a:active {

}


/* wordpress stuff ---*/

.postmetadata{
clear:left;
margin-top:10px;
	color:#08186B;
	background-color:#E8EBF9;
padding:5px;
font-size:1em;
}

.excerpt{
	/* font-weight:bold;*/
}

.readMore{
	font-size:1.2em;
	font-weight: bold;
}



/* Begin Comments*/


#commentArea{
float:left;
display:inline;
margin-top:10px;
	
}

.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;
	}
	
	#commentform input {
	/* width: 170px; */
	padding: 2px;
	margin: 5px 5px 1px 0;
	/* background-color:#37446A;*/
	/*color:#FFFFFF;*/
	}

	#commentform input.subscribe{

}
	
	#commentform #submit{
		background-color:#577F07;
		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, #searchsubmit{
		background-color:#577F07;
		color:#FFFFFF;
	}
	
	
	
/* End Comments */