/*   
Theme Name: safeguide Theme
Theme URI: http://wwd.ie
Description: custom theme for http://safeguidesecurityltd.ie
Author: Mick WAll
Author URI: http://wwd.ie
Version: 2
*/

    /**
    * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
    * Richard Clark (http://richclarkdesign.com)
    * http://cssreset.com
    */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    }
    body {
    line-height:1;
    }
    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section {
    display:block;
    }
    nav ul {
    list-style:none;
    }
    blockquote, q {
    quotes:none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content:'';
    content:none;
    }
    a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    }
    /* change colours to suit your needs */
    ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
    }
    /* change colours to suit your needs */
    mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
    }
    del {
    text-decoration: line-through;
    }
    abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
    }
    table {
    border-collapse:collapse;
    border-spacing:0;
    }
    /* change border colour to suit your needs */
    hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
    }
    input, select {
    vertical-align:middle;
    }
	
/* end reset */

/* Layout */
body{
	background-repeat:repeat-x;
	background-color:#245586;
}

#page-wrap{
	width:980px;
	margin:0 auto;
	margin-top:50px;
	background-color:;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	background-color:#17426d;
}
#pre-header-wrap{
	width:100%;
	height:45px;
	background-image:url(images/pre-header-bg.jpg);
	margin-bottom:20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
	
}
#pre-header{
	width:970px;
	height:35px;
	padding:5px;
	margin:0 auto;
}
#pre-header #social-links{
	width:auto;
	height:35px;
	float:right;
	list-style:none;
	margin-left:10px;
}
#pre-header #social-links li{
	float:left;
}
#pre-header #social-links a .icon-twitter{
	display:block;
	width:32px;
	height:32px;
	background-image:url(images/twitter.png);
	background-repeat:no-repeat;
	margin-right:10px;
}
#pre-header #social-links a .icon-facebook{
	display:block;
	width:32px;
	height:32px;
	background-image:url(images/facebook.png);
	background-repeat:no-repeat;
}
#pre-header #social-links a .assistive-text{
	clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

#pre-header #header-search {
    float:right;
	display:block;
}
#pre-header #header-search #searchform {
    clear: both;
    display: block;
}
#pre-header #header-search div {
    position: relative;
    text-align: right;
    width: 270px;
	border:1px solid #666;
	padding:5px;
}
#header-search #searchform input#s {
    width: 250px;
	border:none;
}
#header #header-text{
	display:block;
	width:958px;
	height:130px;
	padding:10px;
	border:1px solid #000;
	margin-bottom:5px;
}
#header img{
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px; /* future proofing */
	-khtml-border-top-left-radius: 10px; /* for old Konqueror browsers */
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px; /* future proofing */
	-khtml-border-top-right-radius: 10px; /* for old Konqueror browsers */
}
	
#content-wrap {
	width:668px;
	float:left;
	padding:10px;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:10px;
	padding-bottom:25px;
}
#content-wrap.no-sidebar{
	width:90%;
	clear:both;
	margin-bottom:20px;
	margin-left:49px;
}
#content-wrap .hentry{
	padding:20px;
}
#detail-link-wrap{
	width:90%;
	margin:0 auto;
}
.detail-link{
	width:26%;
	float:left;
	list-style:none;
	margin-right:5%;
	background-color:#062646;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding:1%;
}
.detail-link li{
	text-align:center;
	margin-bottom:10px;
	font-size:.8em;
}
#comments-wrap{
	width:80%;
	margin:0 auto;
	border-top: 4px double #EDEDED;
	padding:10px;
	padding-top:20px;
}
#comments-wrap .commentlist{
	list-style:none;
}
#comments-wrap .commentlist li{
	border:1px solid #999;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding:5px;
	margin-bottom:10px;
}
#comments-wrap .commentlist .comment-author{
	background-color:#666;
	border-radius: 3px;
	position:relative;
	padding:5px;
	height:30px;
	color:#FFF;
	font-size:15px;
}

#comments-wrap .commentlist .comment-author img{
	margin-right:10px;
}

#comments-wrap .commentlist .comment-author .fn {
	color:#FFF;
	text-decoration:none;
	position:absolute;
	top:15px;
}
#comments-wrap .commentlist .comment-author .fn a{
	color:#FFF;
}
#comments-wrap .commentlist .comment-author span{
	display:none;
}
#comments-wrap .commentlist .comment-content{
	padding:10px;
	margin-top:10px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
	border:1px solid #999;
	border-radius: 3px;
	line-height: 1.5em;
}
#comments-wrap .commentlist .comment-content a{
	color: #0066FF;
	margin-bottom:10px;
}
#comments-wrap .commentlist .reply{
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #999;
	border-radius: 3px;
	width:20%;
	text-align:center;
}
	
#comments-wrap .commentlist .reply a, span{
	color: #0066FF;
}
#sidebar {
	width:229px;
	padding:20px;
	margin-left:10px;
	float:left;
}
#sidebar .widget_search{
	margin-bottom:1em;
}


#footer{
	clear:both;
	width:960px;
	border-top:1px solid #999;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#062646;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; /* future proofing */
	-khtml-border-bottom-left-radius: 10px; /* for old Konqueror browsers */
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px; /* future proofing */
	-khtml-border-bottom-right-radius: 10px; /* for old Konqueror browsers */
}
#footer #address-contact-info{
	float:right;
	list-style:none;
	display:block;
	margin-right:10px;
}
#footer #address-contact-info li{
	margin-bottom:5px;
}
#footer #certs{
	width:30%;
	height:150px;
	float:left;
	margin-left:10px;
}
#footer .clear-fix{
	clear:both;
}
	
/* navigation */

#site-navigation {
	width:auto;
	float:left;
}

#site-navigation ul {
	list-style: none;
	padding: 0;
}

#site-navigation li {
	float: left;
	position: relative;
	border-right: 1px solid #CCC;
}


#site-navigation a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	color:#CCC;
	text-transform: uppercase;
	font-size: 0.8em;
}


#site-navigation ul ul {
	display: none;
	float: left;
	padding: 7px 0 0 0;
	position: absolute;
	top: 2.1em;
	left: 0;
	z-index: 99999;
	background-position: 30px 0px;
	background-image: url('images/arrowUp.png');
	margin-left: 10px;
	background-repeat: no-repeat;
}

#site-navigation ul ul li {
	border: none;
	
}

#site-navigation ul ul li:first-child a {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#site-navigation ul ul li:last-child a {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#site-navigation ul ul li:only-child a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#site-navigation ul ul a {
	line-height: 1em;
	width: 10em;
	height: auto;
	color: #fff;
	background: #000;
}

#site-navigation li:hover > a,
#site-navigation li:focus > a {
	text-decoration:underline;
}

#site-navigation ul ul :hover > a,
#site-navigation ul ul :focus > a {
	color: #fff;
}

#site-navigation ul ul li:hover > a,
#site-navigation ul ul li:focus > a {
	border-bottom: none;
	background: #333;
}

#site-navigation ul ul a:hover,
#site-navigation ul ul a:focus {
	background: #333;
}

#site-navigation ul li:hover > ul,
#site-navigation ul li:focus > ul {
	display: block;
}

#site-navigation ul ul ul {
	left: 100%;
	top: 0;
	padding: 0 0 0 7px;
	background-image: url('images/arrowLeft.png');
	background-position: 0 8px;
	background-repeat: no-repeat;
	margin-left: 0;
}

/* Highlight current page / parent menu item */
#site-navigation li.current_page_item > a,
#site-navigation li.current_page_parent > a,
#site-navigation li.current-page-ancestor > a,
#site-navigation li.current-post-ancestor > a {
	background-color:#036;
		
}

/*   typography */
body{
	font-family: 'PT Serif', serif;
}
.entry{
	line-height:1.5em;
	color:#CCC;
}
#header #header-text .site-title a{
	font-size:5em;
	text-decoration:none;
	margin:10px;
	text-align:left;
}
#header #header-text .site-description{
	font-size:1.5em;
	font-style:italic;
	text-align:right;
	margin:10px;
	font-weight:normal;
}

h1{
	font-size:1.5em;
	margin-bottom:1em;
}
h2,h3{
	font-size:1.2em;
	margin-bottom:1em;
}
#sidebar h2{
	font-weight:normal;
	font-size:1.1em;
}
#sidebar ul{
	list-style:none;
	margin-bottom:1em;
}
#sidebar ul li {
	margin-bottom:5px;
}
#sidebar{
	color:#CCC;
}
#sidebar a{
	font-size:.9em;
	color:#06F;
}
p{
	margin-bottom:1em;
	font-size:1em;
}

.entry a{
	color:#06F;
}

.meta {
	color:#666;
	margin-bottom:1em;
}
.meta a{
	color:#333;
	text-decoration:none;
}
.meta a:hover{
	text-decoration:underline;
}

.post h2 a{
	color:#CCC;
	text-decoration:none;
}

.post h2 a:hover {
	color:#000;
	text-decoration:underline;
}

.postmetadata{
	color:#666;
	margin-top:40px;
	margin-bottom:5px;
	text-align:right;
}

.postmetadata a{
	color:#333;
	text-decoration:none;
}

.postmetadata a:hover{
	text-decoration:underline;
}
blockquote{
	width:90%;
	margin:0 auto;
	font-style:italic;
	text-align:justify;
}
#footer{
	color:#999;
	font-size:.8em;
}
#footer a{
	color:#06F;
}

/* Images */

.alignleft {
	float: left;
	margin-right:20px;
}
.alignright {
	float: right;
	margin-left:20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
.gallery-icon img {
	background-color:#999;
}


