/*
Theme Name: Ireland Engineering Theme
Description: A clean Wordpress theme with side and footer widgets
Author: Medlicott Design
Version: 1.5
*/


/*-----------------------------------------------------------------------------------*
/*	Reset
/*-----------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
a img, 
a{
	outline: 0;
	border: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
blockquote:before, 
blockquote:after, 
q:before, 
q:after{
	content:""
}
blockquote, 
q{
	quotes:""""
}
.clear{
	clear:both;
}

/*-----------------------------------------------------------------------------------*
/*	Body, Common Classes & Structure
/*-----------------------------------------------------------------------------------*/

body{
	background: #F5F5F5;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #444;
}
a{
	text-decoration: none;
	color: #CC0000;
}
a:hover{
	color: #1E74A8;
	text-decoration: underline;
}
p{
	margin: 0 0 1em;
}
strong{
	font-weight: 700;
}
em{
	font-style: italic;
}

#wrap{
	width: 980px;
	margin: 30px auto;
	background: #FFF;
	padding-top: 20px;
}
#main{
	margin: 30px 0;
}



/*-----------------------------------------------------------------------------------*
/*	Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
	color: #3C3C3C;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Droid Serif', arial, serif;
	letter-spacing: 1px;
}
h1{
	font-size: 30px;
	margin-bottom: 20px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}

h1 a, h2 a, h3 a, h4 a{
	color: #3C3C3C;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration: none;
	color: #677181;
}
#post-header{
	margin: 0 0 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-family: 'Droid Serif', arial, serif;
	font-size: 18px;
	color: #999;
}


/*-----------------------------------------------------------------------------------*
/*	WordPress Styles
/*-----------------------------------------------------------------------------------*/

.aligncenter{
	display:block;
	margin: 0 auto;
}
.alignright{
	float: right;
	margin: 10px 0 10px 10px;
}
.alignleft{
	float:left;
	margin:10px 10px 10px 0;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}
.textleft{
	text-align:left;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wp-calendar th{
	font-style: normal;
	text-transform: capitalize;
} 
#wp-calendar thead th{
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
} 
#wp-calendar td{
	color: #CCC;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar a{
	color: #09F;
}
#wp-calendar td:hover{
	background: #eee;
	color: #bbb;
}
#wp-calendar #today{
	background: #EEE;
	color: #000;
	font-family: 'Droid Serif', arial, serif;
}
#wp-calendar{
	border: 1px solid #CCC;
	empty-cells: show;
	margin: 0;
	width: 100%;
} 
#wp-calendar  caption{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 5px 10px;
	font-family: 'Droid Serif', arial, serif;
	font-size: 14px;
	color: #666;
	font-style: italic;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*
/*	Header
/*-----------------------------------------------------------------------------------*/

#logo{
	position: absolute;
	left: 0;
	padding: 5px 10px 5px 20px;
	bottom: 30px;
	background:none; /* #fff;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 2;
}
#logo h2,
#logo h1{
	margin: 0;
	font-size: 24px;
	font-family:Verdana, Arial, non-serif; /* 'Droid Serif', arial, serif;*/
	font-weight: bold;
	color: #000;
	/*text-shadow: 1px 1px 1px #000;*/
	letter-spacing: 2px;
}
#logo h2 a,
#logo h1 a{
	color: #000;
}
#logo p{
    margin-top:15px;
	font-family: Verdana, Arial, non-serif;
	font-size: 12px;
	color: #000;
	/*text-shadow: 1px 1px 1px #000;*/
	font-style: normal;
}

#header{
	height: 180px;
	width: 940px;
	position: relative;
	background: #C9C9C9;
	margin: 0 20px 20px;
}
#header-images{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 940px;
	height: 180px;
	z-index: 1;
}

#header p a, #header p a:visited{
  color: #333;
}

/*-----------------------------------------------------------------------------------*
/*	Navigation
/*-----------------------------------------------------------------------------------*/

#navigation{
	width: 940px;
	margin: auto 20px;
	float: left;
	background: #4B5C7D;
}
/*#navigation ul{
	list-style: none;
	padding: 0 7px;
}
#navigation li{
	float: left;
	display: block;
	line-height: 30px;
	letter-spacing: 1px;
   padding: 7px 15px 7px 0px;
}
#navigation a{
	float: left;
	display: block;
	position: relative;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
    font-size:14px;
    font-weight:bold;
}
#navigation a:hover,
.current-menu-item a{
	background: #B8C8E1;
}         */

.sf-menu, .sf-menu *{margin:0; padding:0; list-style:none}
.sf-menu ul{position:absolute; top:-999em; background:#fff;/* #4B5C7D;*/ padding: 0 !important;}
.sf-menu ul li{width:100%; padding: 0 !important;}
.sf-menu ul li a{width: 210px;}
.sf-menu li:hover{visibility:inherit}
.sf-menu li{float:left; position:relative}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul{left:0; top:44px; z-index:99}
ul.sf-menu li:hover li ul, 
ul.sf-menu li.sfHover li ul{top:-999em}
ul.sf-menu li li:hover ul, 
ul.sf-menu li li.sfHover ul{left:15em; top:0}
ul.sf-menu li li:hover li ul, 
ul.sf-menu li li.sfHover li ul{top:-999em}
ul.sf-menu li li li:hover ul, 
ul.sf-menu li li li.sfHover ul{left:15em; top:0}


/*-----------------------------------------------------------------------------------*
/*	Featured Posts
/*-----------------------------------------------------------------------------------*/

#feat-posts{
	width: 980px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #EEE;
}
#feat-posts ul{
	list-style: none;
}
#feat-posts ul li{
	position: relative;
	float: left;
	width: 205px;
	padding: 0 20px;
}
#feat-posts img{
	padding-bottom: 5px;
	background: url(images/feat-shadow.png) bottom center no-repeat;
}

#feat-posts h2{
	position: absolute;
	width: 145px;
	left: 10px;
	top: 10px;
	background: #D1D1D1;
	padding: 5px 5px 5px 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
#feat-posts h2 a{
	color: #666;
}
#feat-posts h2 a:hover{
	color: #000;
}
#feat-posts .triangle{
	position: absolute;
	border-color: transparent #D1D1D1 transparent transparent;
	border-style:solid;
	border-width:10px;
	height: 0px;
	width: 0px;
	left: 0px;
	top: 10px;
}


/*-----------------------------------------------------------------------------------*
/*	Posts & Pages
/*-----------------------------------------------------------------------------------*/

#post-wrap{
	margin: 20px;
}
#post-content{
	float: left;
	width: 600px;
}
#post-content ul{
  padding-left: 50px;
}

.post-entry{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EEE;
}
.post-entry-meta{
	margin-bottom: 20px;
	font-family: 'Droid Serif', arial, serif;
	font-size: 11px;
	font-style: italic;
	color: #999;
}
#post-tags{
	margin-top: 30px;
}
#post-tags span{
	font-family: 'Droid Serif', arial, serif;
	font-style: italic;
	color: #999;
	margin-right: 5px;
}
.post-entry-featured-image{
	margin-bottom: 20px;
}
.post-entry-featured-image a img{
	background: #fcfcfc;
	padding: 5px;
	border: 1px solid #EEE;
}
.post-entry-featured-image a:hover img{
	background: #4B5C7D;
}
.post-entry-read-more{
	display: inline-block;
	padding: 4px 10px;
	background: #4B5C7D;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post-entry-read-more:hover{
	background: #6B7589;
	color: #FFF;
	text-decoration: none;
}

#post-wrap h1{
	font-size: 24px;
	margin-bottom: 0;
}
#post-header h1{
	margin-bottom: 20px;
}


.post-entry h2{
	font-size: 21px;
}
.page-title{
	margin-bottom: 20px !important;
}

/*-----------------------------------------------------------------------------------*
/*	Post Author Section
/*-----------------------------------------------------------------------------------*/

#post-author{
	width: 600px;
	margin: 30px 0;
	padding-top: 20px;
	border-top: 1px solid #EEE;
}
#author-avatar{
	float: left;
	width: 70px;
}
#author-avatar img{
	border: 1px solid #DDD;
	padding: 2px;
	background: #EEE;
}
#author-details{
	float: right;
	width: 530px;
}


/*-----------------------------------------------------------------------------------*
/*	Related Posts
/*-----------------------------------------------------------------------------------*/

#related-posts{
	width: 600px;
	float: left;
	padding-top: 20px;
	border-top: 1px solid #EEE;
}
#related-posts ul{
	list-style: none;
	margin-right: -30px;
}
#related-posts li{
	position: relative;
	display: block;
	float: left;
	width: 180px;
	margin-right: 30px;
}
#related-posts img{
	padding-bottom: 5px;
	background: url(images/related-shadow.png) bottom center no-repeat;
}

#related-posts h3{
	margin-bottom: 20px;
}
#related-posts h4{
	position: absolute;
	width: 145px;
	top: 10px;
	left: -10px;
	background: #D1D1D1;
	padding: 5px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
#related-posts h4 a{
	color: #666;
}
#related-posts h4 a:hover{
	color: #000 !important;
}

#related-posts .triangle{
	position: absolute;
	border-color: transparent #D1D1D1 transparent transparent;
	border-style:solid;
	border-width:10px;
	height: 0px;
	width: 0px;
	left: -20px;
	top: 10px;
}


/*-----------------------------------------------------------------------------------*
/*	Comments
/*-----------------------------------------------------------------------------------*/

#comments{
	font-family: 'Droid Serif', arial, serif;
	font-size: 21px;
}
#comments-respond{
	font-family: 'Droid Serif', arial, serif;
	font-size: 21px;
	margin-bottom: 20px;
}

#commentsbox{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #EEE;
}
#commentsbox ol,
#commentsbox ul{
	list-style: none;
}
#commentsbox li{
	padding: 20px 0;
}

#commentsbox ol li{
	border-bottom: 1px solid #EEE;
}
#commentsbox ul li{
	border-bottom: none;
}
.children{
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}
.children li.depth-2{
	margin:0 0 0px 50px;
}
.children li.depth-3{
	margin:0 0 0px 50px;
}
.children li.depth-4{
	margin:0 0 0px 50px;
}
.children li.depth-5{
	margin:0 0 0px 50px;
}
#commentsbox .avatar{
	float: left;
	margin-right: 15px;
}
.comment-meta a{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: 'Droid Serif', arial, serif;
	font-size: 10px;
	font-style: italic;
	color: #666;
}
#respond{
	margin-top: 30px;
}
.cancel-comment-reply a{
	color: #F00 !important;
	font-style: italic;
}
#commentform{
}
#commentform label{
	display: block;
	margin-bottom: 5px;
	font-family: 'Droid Serif', arial, serif;
	color: #666;
	font-style: italic;
}
#commentform input{
	margin-bottom: 10px;
	padding: 5px;
}
#commentform textarea{
	display: block;
	width: 70%;
	padding: 5px;
	margin-top: 5px;
}
#commentSubmit{
	cursor: pointer;
}


/*-----------------------------------------------------------------------------------*
/*	Sidebar
/*-----------------------------------------------------------------------------------*/

#sidebar{
	float: right;
	width: 250px;
}

.sidebar-box{
	margin-bottom: 30px;
}
.sidebar-box h4{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	font-size: 12px;
	color: #666;
	font-family: 'Droid Serif', arial, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.sidebar-box ul{
	list-style: none;
}
.sidebar-box li{
	margin-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*
/*	Gallery
/*-----------------------------------------------------------------------------------*/
#gallery-header{
	margin: 0 0 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	font-family: 'Droid Serif', arial, serif;
	font-size: 18px;
	color: #999;
}
#page-gallery{
	margin-right: -20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.gallery-entry{
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.gallery-entry img{
	padding-bottom: 5px;
	background: url(images/gallery-shadow.png) bottom center no-repeat;
}

/*-----------------------------------------------------------------------------------*
/*	Pagination
/*-----------------------------------------------------------------------------------*/
.pagination{
	clear:both;
	position:relative;
	font-size:11px;
	line-height:13px;
}
.pagination span, 
.pagination a{
	display:block;
	float:left;
	margin:2px 5px 20px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#666;
	background:#EEE;
}
.pagination a:hover{
	color:#FFF;
	background:#4B5C7D;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	color:#FFF;
	background:#4B5C7D;
}

/*-----------------------------------------------------------------------------------*
/*	Footer
/*-----------------------------------------------------------------------------------*/

#footer{
	background: #16181C;
	color: #666;
}
.footer-widget{
	width: 205px;
	padding: 10px 20px;
	float: left;
}
.footer-box{
	position: relative;
	margin-bottom: 20px;
}
.footer-box a{
	color: #999;
}
.footer-box a:hover{
	color: #FFF;
}
.footer-box ul{
	margin-left: 10px;
}
.footer-box li{
	margin-bottom: 5px;
}
.footer-box h4{
	font-size: 16px;
	color: #FFF;
	margin: 20px 0;
	text-shadow: none;
	letter-spacing: 2px;
	font-style: italic;
}
#footer-bottom{
	background: #000;
	padding: 5px 20px 5px 20px;
}
#copyright{
	text-align: right;
	font-size: 10px;
}
#copyright a{
	color: #999;
}

/*-----------------------------------------------------------------------------------*
/*	Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar{
	display:block;
	position: relative;
	width: 250px;
}
#search{
	position: relative;
	background: #F3F3F3;
	width: 212px;
	padding: 5px 30px 5px 5px;
	outline: none;
	border: 1px solid #E1E1E1;
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
}
#search:focus{
	background: #F8F8F8;
}
#searchsubmit{
	position: absolute;
	right: 7px;
	top: 6px;
	background: url(images/search.png) no-repeat;
	text-indent: -9999px;
	border: none;
	outline: none;
	width: 15px;
	height: 15px;
}

/*----------------------------------------------------------------------------------------------*/
.page-template-page-fullwidth-php blockquote {
   padding-left: 50px;
}




/*------------------------------------------------*/

/*---------------[RESPONSIVE LAYOUTS]-------------*/

/*------------------------------------------------*/



@media only screen and ( min-width: 981px ) {



}



/*-------------------[960px]------------------*/

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {




}



/*-------------------[768px]------------------*/

@media only screen and ( max-width: 980px ) {




}



@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {



}



@media screen and ( max-width: 782px ) {

#wrap{max-width:100% !important;}
#header {max-width:100% !important;}
#header h1, #header p{max-width:90% !important;}
#post-wrap {max-width:100% !important;}
#post-content, p {max-width:100% !important;}
#sidebar {display:none;}

}



/*-------------------[480px]------------------*/

@media only screen and ( max-width: 767px ) {

#wrap{max-width:100% !important;}
#header {max-width:100% !important;}
#header h1, #header p{max-width:90% !important;}
#post-wrap {max-width:100% !important;}
#post-content, p {max-width:100% !important;}
#sidebar {display:none;}

}



/*-------------------[320px]------------------*/

@media only screen and ( max-width: 479px ) {

#wrap{max-width:100% !important;}
#header {max-width:100% !important;}
#header h1, #header p{max-width:90% !important;}
#header-images {display:none;}
#post-wrap {max-width:100% !important;}
#post-content, p {max-width:100% !important;}
#sidebar {display:none;}


}