/*
Theme Name: Offtech
Description: Designed by <a href="http://www.istech.ie">Istech Web Design</a>
Theme URI: http://www.offtech.ie/
Author: Istech Web Design
Author URI: http://www.istech.ie/
Version: 1.0.0
*/

@import url('css/reset.css');
@import url('css/typography.css');
@import url('css/forms.css');
/* Global */
body {
	background: #f3f3f3;
}
/* Header */
#header {
	height: 133px;
}

#offtech_body 
{ 
	background-color:#fff;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	
}

#logo {
	clear: both;
	display: block;
	float: right;
	margin: 0px 0 25px 0;
	width: 100%;
}
#footer a { color: #333!important; text-decoration:none;}
#footer a:hover { color: #333!important; text-decoration:underline;}
/* Soften Options */
.soften_edges #navigation {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.soften_edges [type="submit"] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.soften_edges .comment-reply-link {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.soften_edges [type="text"] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.soften_edges textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.soften_edges .post {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.soften_edges #sidebar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.soften_edges .vcard {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.soften_edges img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.soften_edges .post .swpf-img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.soften_edges #footer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.soften_edges .pagenavi {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.soften_edges .pagenavi span.current {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#options-wrapper {
}
.dark_navigation #navigation {
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	width: 100%;
}
.dark_navigation #navigation a {
	color: #fff;
	width:210px!important;
	height:25px;
	text-align:center;
	text-transform:uppercase;

}
.dark_navigation #navigation li li a {
	color: #434343;
}

.hide_navigation #navigation {
	display: none;
}
/* navigation */
#navigation ul {
	font-size: 14px;
	list-style: none;
	margin: 0px 0px 0px 24px;
	padding-left: 0;
	font-weight: normal;
}
#navigation li {
	float: left;
	position: relative;
	margin-right:10px;
}
#navigation a {
	font-weight: normal;
	display: block;
	padding: 20px 5px;
	text-decoration: none;
}
#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#navigation ul ul ul {
	left: 100%;
	top: 0;
}
#navigation ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus {
	}
#navigation li:hover > a, #navigation a:focus {
}
#navigation ul li:hover > ul {
	display: block;
}
#navigation .current_page_item > a, #navigation .current_page_ancestor > a {
	font-weight:normal;
}

#top-line {  background: #ef3e42; height:10px; width:100%;}

/* Top Nav */

.topnav #top-nav {
	clear: both;
	display: block;
	float: right;
	margin: 0px;
	width: 100%;
}
.topnav #top-nav a {
	color: #fff;
	background: #ef3e42;
}
.topnav #top-nav li li a {
	color: #434343;
}

#top-nav ul {
	font-size: 15px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
	font-weight:normal;
	text-transform:uppercase;
}
#top-nav li {
	float: right;
	position: relative;
}
#top-nav a {
	font-weight:normal;
	display: block;
	line-height: 2.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#top-nav ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#top-nav ul ul ul {
	left: 100%;
	top: 0;
}
#top-nav ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#top-nav li:hover > a, #top-nav ul ul :hover > a, #top-nav a:focus {
	background: #c5c5c3;
}
#top-nav li:hover > a, #top-nav a:focus {
	background: #c5c5c3; /* Show a solid color for older browsers */
	color: #373737;
}
#top-nav ul li:hover > ul {
	display: block;
}
#top-nav .current_page_item > a, #top-nav .current_page_ancestor > a {
	font-weight:normal;
}


/* Entries */
.entry {

}
/* Sidebar */
#sidebar {
	margin: 0px 0px 15px 0px;
	padding: 12px 0 12px 12px;
}
#pages, #archives, #categories, #feeds, #sidebarmeta, #blogroll {
	margin: 0px 0px 0px 0px;
}
/* post */
.postdate {
	position: absolute;
	margin-left: -64px;
	padding: 5px;
	padding-bottom:10px;
	background: #c14440; /* Show a solid color for older browsers */
	width: 40px;
}
.post, .type-post, .type-page {
	padding: 0px 5px 0px 13px;
	margin: 10px 0px 0px 0px;
	background: #FFF;
	
}
.swpf-img img {
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	clear: both;
}
.alignright {
	float: right;
	margin: 5px 0px 0px 10px;
	clear: both;
}
.attachment-post-thumbnail {
	float: left;
	min-width: inherit;
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 2px #888;
	overflow: hidden;
	margin: 0px 20px 20px 0px;
}
/*Comment Structure*/
#comment-block {
	background: url(images/comment-block-bg.png) no-repeat top center;
}
#comments {
	margin:20px 0px 10px 0px;
	padding:20px 0px 10px 0px;
}
/* Footer */
#footer {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #c5c5c3; /* Show a solid color for older browsers */
	-webkit-box-shadow: #aaa 0px 1px 1px;
	-moz-box-shadow: #aaa 0px 1px 1px;
	box-shadow: #aaa 0px 1px 1px;
	color: #333;
	text-align:center;
	font-size:12px;
}

#footertop {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #ef3d42; /* Show a solid color for older browsers */
	-webkit-box-shadow: #aaa 0px 1px 1px;
	-moz-box-shadow: #aaa 0px 1px 1px;
	box-shadow: #aaa 0px 1px 1px;
	color: #fff;
	text-align:left;
	font-size:12px;
	margin:0 0px;
}

#supplierlogos {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:left;
	margin:0 0px;
}
/* Meta */

.time {
	margin: 0 0 0 3px;
	padding: 0 0 2px 0px;
}
.post-comments {
	margin: 0 0 0 3px;
	padding: 0 0 2px 0px;
}
.categories {
	margin: 0 0 0 0px;
	padding: 0 0 3px 0px;
}
.tags {
	margin: 0 0 0 3px;
	padding: 0 0 4px 0px;
}
/* Misc */
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.wp-caption-text {
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Pagination */
.pagenavi {
	margin: 0 auto 20px auto;
	width:400px;
	padding: 5px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.pagenavi a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
	background-color: inherit;
}
.pagenavi a:hover {
	color: #000;
}
.pagenavi span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight:bold;
	background-color: inherit;
}
.pagenavi span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight:bold;
	color: #fff;
	background-color: #ccc;
}
