/*
Theme Name: Annacurra GAA
Description: Child theme for the twentyeleven theme 
Author: Brian Mc Donald
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/*borders*/
#primary {
	float: left;
	margin: 0 -30.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 5.6%;
	width: 60.4%;
}
#secondary {
	float: right;
	margin-right: 5.6%;
	width: 22.8%;
}

/*Change body text*/
body, input, textarea {
color: #373737;
font: 14px Arial,Verdana,sans-serif;
font-weight: 300;
line-height: 1.625;
}

a {
color: #009140;
}

ul {
	list-style: none;
}

.entry-title {
color: #222;
font-size: 26px;
font-weight: bold;
line-height: 1.5em;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
color: #009140;
}
.singular .entry-title {
color: black;
font-size: 26px;
font-weight: bold;
line-height: 48px;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 88.9%;
}

.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 88.9%;
}
/* Get ris of Comments closed large text */
p.nocomments, #respond h3 { display: none; }

#fb-comments  {
width: 88.9%;
padding: 1.625em 1 0;
}

/*Paddling between links bar items*/
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 10px;
	text-decoration: none;
	font-size: 90%;
}

#body_widget {
text-align: center;
position: relative;
background-color: #f5f5f5;
border-style:solid;
border-width: 1px;
border-color: #CCC;
border-radius: 15px;
text-align: center;
}

.msg_list {
margin: 0px;
padding: 0px;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#009145;
margin:1px;
text-align: center;
color: white;
border-radius: 10px;
}
.msg_body {
padding: 5px 10px 15px;
background-color:#f5f5f5;
}

/*End of post border and margin changes*/
.hentry,
.no-results {
	padding: 0 0 10px;
	position: relative;
}
.social-widgets {
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

/*Remove border on home page*/
.hentry,
.no-results {
	border-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	padding: 0 0 1.625em;
	position: relative;
}
.entry-header .comments-link a {
background: none;
}
/*search box*/
#branding .with-image #searchform {
	top: auto;
	bottom: -35px;
	max-width: 195px;
}