/*  
Theme Name: Naoise Mc Nally
Theme URI: http://www.identify.ie
Description: Naoise Mc Nally 1.0 Theme
Version: 1.0
Author: Susan Gallagher
Author URI: http://www.susangallagherdesign.com/
*/

/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, div{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: center;
	background: #fff;
	color: #474646;
}

#wrapper{
	margin: 0px auto;
	width:964px;
	max-width:964px;
	min-width:964px;
	text-align: left;
	overflow:hidden;
}

/*
Header
*/
#header{
	width: 964px;
	max-width: 964px;
	min-width: 964px;

}

#innerwrapper {
	width:956px;
	max-width:956px;
	min-width:956px;

	border-left: solid #0B90B1 4px;
	border-right: solid #0B90B1 4px;
	background: #ffffff;

	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;

	background: url('images/container.gif');
}

/*
container - holds content, posts and navigation
*/
#container{
	float: left;
	width: 580px;
	
	margin-left:29px;
	margin-right:39px;

	background: #fff;
	padding: 0px;
}

#container p{
	padding: 5px 0 5px 0;
}

#container img{
	padding: 2px;
	border: 1px solid #086663;
	max-width: 580px;
	margin-top: 10px;
}

.wp-caption-text {
	font-weight: 600;
}

.smalldate {
	clear: both;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 20px;
}

.post{
	padding: 0px 0 30px 0;
}

.post h2{
	float: left;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 20px;
	line-height: 25px;
}

.entry{
	line-height: 18px;
}

.navigation_l {
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 19px;
	max-height: 19px;
	line-height: 19px;
}

.navigation_r {
	float: right;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	min-height: 19px;
	max-height: 19px;
	line-height: 19px;
}

.navigation{
	margin: 20px auto 25px auto;
	font-size: 12px;
	line-height: 16px;
	text-align:center;
	padding-top: 8px;
	font-weight: 600;
}

.navigation a{
	padding: 4px;
	margin: 0px 5px;
}


/*
sidebar
*/
.sidebar{
	margin-right: 18px;
	padding: 0px 20px;
	float: left;
	width: 236px;
	display: inline;
	background: #ffffff;
	border-left: #479A18 4px solid;
	border-right: #479A18 4px solid;
	text-align: center;
}

#sidebar_logo {
	margin-top: -31px;
	position:relative; z-index:1;
	width: 228px;
	padding-bottom: 10px;

}

.sidebar img{
	padding: 0px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sidebar ul li{
	padding-bottom: 5px;
}

#sidebarheader1 {
	padding: 40px 0px 5px 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 4px solid #C70781;
}

#sidebarheader2 {
	padding: 20px 0px 5px 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 4px solid #ED3B17;
}

#sidebarheader3 {
	min-width: 236px;
	width: 236px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 4px solid #11827C;
	text-align: left;
}

#sidebarheader4 {
	min-width: 236px;
	width: 236px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 4px solid #EE750A;
	text-align: left;
}

.postmetadata {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#comment_count {
	float: right;
	height:21px;
	max-height:21px;
	min-height:21px;
}

#comment_count2 {
	float: right;
	height:21px;
	max-height:21px;
	min-height:21px;
	margin-top: 23px;
}

/*
comments
*/

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0px;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #0B90B1;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/*
footer
*/
#footer{
	background: url('images/footer.gif');
	width: 964px;
	min-width: 964px;
	max-width: 964px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
}

#footer p{
	line-height: 18px;
	float: right; margin-right: 105px; margin-top: -30px;
}

/*
general css for the page
*/

#clear {
	clear: both;
	min-height: 0px;
}

h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
}

a:link, a:visited{
	text-decoration: none;
	color: #474646;
}

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


#searchform {
	padding-top: 5px;
}

.social_bookmark {
	margin-bottom: 20px;
}

#linkcat-2 ul li {
	padding-bottom: 10px;
}

#aboutme {
	text-align: left;
	margin-bottom: 20px;
}

#recent {
	text-align: left;
}