/*  
Theme Name: David McWilliams 2 www.susangallagherdesign.com
Theme URI: http://www.susangallagherdesign.com
Description: Theme for davidmcwilliams.ie by Susan Gallagher Design
Version: 1.0
Author: Susan Gallagher
Author URI: http://www.susangallagherdesign.com
*/

* {
	margin: 0px;
	padding: 0px;
}

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

body {
	background: url(images/crowd.png);
	background-color: #000000;
	background-repeat:no-repeat;
	background-position:center top;
	font: normal 100% Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}

#page {
	/* top right bottom left */
	margin: 20px auto;
	padding: 0px 10px;
	max-width: 980px;
	overflow: hidden;
}

h1 {
	text-transform:uppercase;
	font-size: 22px;
}

h2 {
	text-transform:uppercase;
}

h3 {
	text-transform:uppercase;
}

h4 {
	text-transform:uppercase;
}

h5 {
	text-transform:uppercase;
}

a:link, a:visited{
	text-decoration: none;
	color: #981b3e;
	font-weight: 600;
}

a:hover{
	text-decoration: none;
	color: #b33f5f;
	font-weight: 600;
}

#redlink:link, #redlink:visited{
	text-decoration: none;
	color: #981b3e;
	font-weight: 600;
}

#redlink:hover{
	text-decoration: none;
	color: #b33f5f;
	font-weight: 600;
}

.heavy {
	font-weight: 600;
}

.whitelink:link, .whitelink:visited{
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	margin-right: 15px;
}

.whitelink:hover{
	color: #eee;
}



/* header */
.header {
	background: url(images/header-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px auto;
	padding: 0px;
	min-width: 960px;      /* 960px / 16px */
	max-width: 960px;      /* 960px / 16px */
	min-height: 137px;
	max-height: 137px;
}

#logo-click {
	width: 350px;
	height: 135px;
	float: left;
}

.right-side {
	float:right;
	font-weight: 600;
	margin: 17px 12px 0px 0px;
}

#search-area {
	clear: both;
	float: right;
	margin: 20px 20px 0px 0px;
}

#searchbutton {
	background: url('images/search-button.png');
	width: 82px;
	height: 20px;
	margin-top: 3px;
}

#searchbutton:hover {
	background-position: 100% -20px;
	cursor: pointer;
	cursor: hand;
}

/*navigation area*/

.navigation {
	height: 49px;
	width: 980px;
	text-align: center;
	line-height: normal;
}

.navigation-bar {
	list-style: none;
	padding: 0px;
}

.navigation-bar li {
	float: left;
	height: 49px;
	width: 160px;
	background: url(images/menu-button.png) top right no-repeat;
	white-space: nowrap;
}

.navigation-bar li:hover {
	background-position: 100% -49px;
}

#last-menu {
	background: url(images/menu-button-end.png) top right no-repeat;
	width: 170px;
}

#start-menu {
	background: url(images/menu-button-start.png) top right no-repeat;
	width: 170px;
}

#last-menu:hover {
	background-position: 100% -49px;
}

#start-menu:hover {
	background-position: 100% -49px;
}

.navigation-bar li a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 42px;
}

/* menu current page */

#navigation-bar li.current_page_item {
	color: #13475f;
	text-decoration: none;
	background: url(images/navtabactiver.gif) top right no-repeat;
}
#navigation-bar .current_page_item a, #nav .current_page_item a:visited{
	color: #13475f;
	text-decoration: none;
	background: url(images/navtabactivel.gif) top left no-repeat;
}

/* menu current page */


.content {
/*	float: left;*/
	background-color: #ffffff;
	width: 920px;
	padding: 20px;
	margin: 0px auto;
}

.cleardiv {
	clear: both;
}

.left-column {
	width: 620px;
	min-width: 620px;
	float: left;
	margin-right: 20px;
}

.right-column {
	float: left;
	width: 280px;
}

/* page */

.title-h1 {
	float: left;
	padding-right: 10px;
	background-color: #fff;
	line-height: 25px;
}

.page-title {
	float: left;
	background-color: #000;
	height: 25px;
	width: 100%;
	background-image: url(images/title-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.entry {
	margin: 0px;
	background: #ffffff;
}

.entry p {
	margin: 15px 0px;
	text-align: justify;
}

.entry blockquote {
	background: #d9e7eb;
	padding: 10px 20px;
	margin: 20px;
	font-size: 13px;
}

.entry img {
	border: 5px solid #adcad2;
	margin-right: 10px;
}

.entry ul {
	margin: 20px 40px 20px 40px;
}

.entry li {
	margin: 5px;
}

.entry ol {
	margin: 20px 40px 20px 40px;
}

.entry h1 {
	text-transform:uppercase;
	font-size: 22px;
	width: 620px;
	border-bottom: 5px solid #adcad2;
}

.entry h2 {
	text-transform:uppercase;
	border-bottom: 4px solid #adcad2;
}

.entry h3 {
	text-transform:uppercase;
	border-bottom: 3px solid #adcad2;
}

.entry h4 {
	text-transform:uppercase;
	border-bottom: 2px solid #adcad2;
}

.entry h5 {
	text-transform:uppercase;
	border-bottom: 1px solid #adcad2;
}

#rss-image {
	border: none;
	margin-right: 10px;
}

#book-image {
	border: 5px solid #fff;
	margin-right: 2px;
}

#book-image:hover {
	border: 5px solid #adcad2;
}

/* sidebar */

.heading {
	margin-top: 20px;
	margin-bottom: 15px;
}

.heading-top {
	margin-top: 0px;
	margin-bottom: 15px;
}

.subscribe {
	margin-bottom: 10px;
}

.smalldate {
	font-size: 10px;
	font-color: #636d70;
}

.blogtitle {
	font-size: 14px;
	margin: 5px 0px;
}

.speaking {
	margin-top: 20px;
}

/* footer */
.footer {
	margin: 0px auto;
	padding: 20px 20px 40px 20px;
	min-width: 920px;      /* 960px / 16px */
	max-width: 920px;      /* 960px / 16px */
	background: #9ea4a6;
	color: #fff;
}

.footer a:link, .footer a:visited{
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
}

.footer a:hover{
	text-decoration: none;
	color: #eeeeee;
	font-weight: 600;
}

.col3 {
	width: 200px;
	float: right;
}

.col2 {
	width: 200px;
	float: right;
}

.col1 {
	width: 170px;
	float: right;
}

.coltweet {
	width: 350px;
	float: right;
}

.tweet-top {
	margin-bottom: 0px;
}

.tweet-middle {
	background-color: #ece8d9;
	width: 236px;
	padding: 0px 20px;
	color: #000;
}

.tweet-middle a:link, a:visited{
	text-decoration: none;
	color: #981b3e;
	font-weight: 600;
}

.tweet-middle a:hover{
	text-decoration: none;
	color: #b33f5f;
	font-weight: 600;
}

.social-media {
	margin: 30px 3px 30px 0px;
}

#social-media1 {
	margin-left: 165px;
}

/*  homepage */
.homepage-feature{
	/* background-image: url(images/feature-image-abbey.png); */
	background-image: url(images/feature-image-course.png);
	width: 620px;
	height: 280px;
}

.homepage-feature-text {
	color: #fff;
	font-size: 14px;
	width: 120px;
	padding-top: 160px;
	padding-left: 438px;
}

.homepage-feature-text a {
	color: #ffffff;
	font-weight: 400;
}

#featurelink:link, #featurelink:visited{
	text-decoration: none;
	color: #3f91a8;
	font-weight: 600;
}

#featurelink:hover{
	text-decoration: none;
	color: #24819c;
	font-weight: 600;
}

.publication-li {
	padding-bottom: 10px;
	border-bottom: 2px solid #adcad2;
	margin-bottom: 10px;
}

.pub-img {
	float: left;
}

.pub-title {
	float: left;
	padding-left: 20px;
	font-weight: 600;
	font-size: 16px;
}

.pub-title-2 {
	float: right;
	padding-right: 10px;
	font-weight: 600;
	font-size: 16px;
}

.pub-desc {
	float: left;
	width: 177px;
	padding-left: 20px;
	padding-top: 5px;
	text-align: justify;
	font-weight: 400;
	color: #000000;
}

.speaking-background {
	background-image: url(images/speaking-bg.png);
	width: 250px;
	height: 122px;
	margin-top: 25px;
	float: left;
		
	padding: 240px 19px 0px 29px;
	text-align: justify;
}

.find-out-more {
	float: left;
	height: 33px;
	width: 130px;
	background: url(images/find-out-more.png) top right no-repeat;
	white-space: nowrap;
	margin: 20px 0px 0px 115px;
}

.find-out-more:hover {
	background-position: 100% -33px;
	cursor: pointer;
}

.interviews-background {
	background-image: url(images/interviews-bg.png);
	width: 240px;
	height: 301px;
	margin-top: 25px;
	float: left;
	margin-left: 20px;
	
	padding: 60px 19px 0px 29px;
	text-align: justify;
}

.interviews-background2 {
	background-image: url(images/dalkey.png);
	width: 240px;
	height: 301px;
	margin-top: 25px;
	float: left;
	margin-left: 20px;
	
	padding: 60px 19px 0px 29px;
	text-align: justify;
}

.listen-here {
	float: left;
	height: 33px;
	width: 130px;
	background: url(images/listen-here.png) top right no-repeat;
	white-space: nowrap;
	margin: 25px 0px 0px 115px;
}

.listen-here2 {
	float: left;
	height: 33px;
	width: 130px;
	background: url(images/find-out-more.png) top right no-repeat;
	white-space: nowrap;
	margin: 25px 0px 0px 115px;
}


.listen-here:hover {
	background-position: 100% -33px;
	cursor: pointer;
}

.have-your-say {
	background-color: #6b7274;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	color: #ffffff;
}

.have-text {
	width: 280px;
	float: left;
	text-align: justify;
}

.register-here {
	float: left;
	height: 33px;
	width: 130px;
	background: url(images/register-here.png) top right no-repeat;
	white-space: nowrap;
	margin: 30px 0px 0px 70px;
}

.register-here:hover {
	background-position: 100% -33px;
	cursor: pointer;
}

.have-white {
	background: #ffffff;
	width: 250px;
	float: left;
	margin-left: 20px;
	padding: 10px;
	color: #000000;
}

.your-ideas {
	float: right;
	margin-bottom: 5px;
}

.your-author {
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 11px;
}

.your-author a{
	color: #000;
}

.says {
	color: #bbb7b8;
}

.your-idea {
	font-size: 13px;
	margin-bottom: 15px;
}

.meta-info {
	margin-bottom: 10px;
	float: left;
}

.meta-info-right {
	margin-bottom: 10px;
	float: right;
}

.meta-info2 {
	margin: 10px 0px;
	float: left;
}

.meta-info2-right {
	margin: 10px 0px;
	float: right;
}

.share-this {
	float: left;
	margin: 10px 0px 0px 10px;
}

.single-layout {
	float: left; margin: 15px 20px 15px 0px;
}



/* Begin Comments*/
.comments-div {

}

.comment-navigation {
	margin: 20px 0px 30px 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
	}

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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


ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 13px; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 2px; left:7px; position:absolute; top:7px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#1b7c98; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#981b3e; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#c04466; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#f6f6f6; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

.logged-in {
	margin: 15px 0px;
}

.comment-area {
	 width: 450px; border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative;
}

.submit-button { background:#981b3e; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:96px; }
.submit-button:hover { background:#c04466; border:1px solid #cc0000; }


#wp-submit { background:#981b3e; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:106px; 	text-transform:uppercase;}
#wp-submit:hover { background:#c04466; border:1px solid #cc0000; }

.mid{
width: 140px; border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative;
}

.title-h{
	margin-top: 30px;
}

.title-h a {
	color: #000000;
}

.title-h a:hover {
	color: #444444;
}

.WP-PrintIcon {
}

.linklove {
	display: none;
}

.form-table{
padding:10px; 
color: #222222;
}

.form-table tbody tr{
padding:10px; }

.loginform {
	margin-top: 15px;
}

#respond {
	margin-top: 5px;
}

